Learn how to: * Tokenize a Null-terminated string * Create a search and replace function for strings * Implement subtraction for string objects * Use the vector, deque, and list sequence containers * Use the container adaptors stack, queue, and priority_queue * Use the map, multimap, set, and multiset associative containers * Reverse, rotate, and shuffle a sequence * Create a function object * Use binders, negators, and iterator adapters * Read and write files * Use stream iterators to handle file I/O * Use exceptions to handle I/O errors * Create custom inserters and extractors * Format date, time, and numeric data * Use facets and the localization library * Overload the [ ], ( ), and -> operators * Create an explicit constructor * And much, much more
標(biāo)簽: Null-terminated Tokenize Create string
上傳時間: 2014-01-18
上傳用戶:yph853211
Windows 2000/Xp虛擬串口(null modem cable)
標(biāo)簽: Windows modem cable 2000
上傳時間: 2015-02-14
上傳用戶:米卡
餐飲管理系統(tǒng)數(shù)據(jù)庫設(shè)計文檔 表名:bzqbj(保質(zhì)期報警表) 字段名 字段類型 字段長度 (0表示不允許NULL,1為允許) id bigint 8 0 id ylid varchar 50 1 原料id ylmc varchar 50 1 原料名稱 diffbzq bigint 8 1 距離保質(zhì)期的時間 diffbzqyj bigint 8 1 距離保質(zhì)預(yù)警期的時間 bzq bigint 8 1 保質(zhì)期 表名:cdb(菜單表) id varchar 50 1 mc varchar 50 1 名稱 price float 8 1 價格 lbbh bigint 8 1 類別編號(typelist) dlmc varchar 50 1 大類名稱 tj float 8 1 特價 sftj int 4 1 是否特價 sfjl int 4 0 是否酒類
標(biāo)簽: bzqbj NULL 字段 管理系統(tǒng)
上傳時間: 2015-04-01
上傳用戶:royzhangsz
Shell源碼:find查找日期為某一天的文件 A=`find ~ -print` | ls -l --full-time $A 2>/dev/null | grep "Jun 27" | grep 1998 下面這個script,存成一個符合規(guī)則名字的文件,置上x屬性就行了。
標(biāo)簽: find full-time Shell print
上傳時間: 2014-01-01
上傳用戶:維子哥哥
Displays CPU time usage, the list of processes (can be terminated) and the task which are running (can be close or switch to). Plus a little net traffic monitor and a disk status report.
標(biāo)簽: terminated the processes Displays
上傳時間: 2013-12-25
上傳用戶:zgu489
CEdit& edit = GetEditCtrl() //定義指向視圖的Cedit控件 if (m_Font.m_hObject == NULL) { m_Font.CreatePointFont(120,"Fixedsys") } if (m_Font.m_hObject != NULL) edit.SetFont (&m_Font) edit.SetTabStops (16)
標(biāo)簽: m_Font GetEditCtrl CreatePoint m_hObject
上傳時間: 2015-11-01
上傳用戶:冇尾飛鉈
a xml,though it s null, just for the bonus
標(biāo)簽: though bonus null just
上傳時間: 2015-11-06
上傳用戶:qq1604324866
鏈接指針:按照進(jìn)程到達(dá)系統(tǒng)的時間將處于就緒狀態(tài)的進(jìn)程連接成衣個就緒隊(duì)列。指針指出下一個到達(dá)進(jìn)程的進(jìn)程控制塊首地址。最后一個進(jìn)程的鏈接指針為NULL。 估計運(yùn)行時間:可由設(shè)計者任意指定一個時間值。 到達(dá)時間:進(jìn)程創(chuàng)建時的系統(tǒng)時間或由用戶指定。調(diào)度時,總是選擇到達(dá)時間最早的進(jìn)程。 進(jìn)程狀態(tài):為簡單起見,這里假定進(jìn)程有兩種狀態(tài):就緒和完成。并假定進(jìn)程一創(chuàng)建就處于就緒狀態(tài),用R表示。當(dāng)一個進(jìn)程運(yùn)行結(jié)束時,就將其設(shè)置成完成態(tài),用C表示。 處理機(jī)調(diào)度時總是選擇隊(duì)首指針指向的進(jìn)程投入運(yùn)行。由于本實(shí)驗(yàn)是模擬實(shí)驗(yàn),所以對被選中進(jìn)程并不實(shí)際啟動運(yùn)行,而只是執(zhí)行:估計運(yùn)行時間減1。用這個操作來模擬進(jìn)程的一次運(yùn)行,而且省去進(jìn)程的現(xiàn)場保護(hù)和現(xiàn)場恢復(fù)工作。
上傳時間: 2014-01-04
上傳用戶:zxc23456789
This function returns NULL when called for an MDI main frame window (CMDIFrameWnd). In an MDI application, the MDI main frame window does not have a view associated with it. Instead, each individual child window (CMDIChildWnd) has one or more associated views. The active view in an MDI application can be obtained by first finding the active MDI child window and then finding the active view for that child window.
標(biāo)簽: CMDIFrameWnd MDI function returns
上傳時間: 2016-02-23
上傳用戶:love_stanford
{ OCSP REQUEST*req=NULL if ((req=OCSP一 REQUEST new())一NULL) goto err if (name) /* optional*/ f if (!(req->tbsRequest->requestorName=GENERAL-NAME_ new())) goto er req->tbsRequest->requestorName->type=GEN一 DIRNAME req->tbsRequest->requestorName->d.dim=X509一 NAM幾dup(name) } if(!(req->tbsRequest->requestList=sk-OCSP ONEREQ_new(N〔幾L))) goto er if(extensions && (!(req->tbsRequest->requestExtensions = ext dup(extensions)))) goto er return req if (req) OCSP REQUEST free(req) return NULL ) 刀此函數(shù)用于一個新的合法的OCSP請求加入列表中
標(biāo)簽: REQUEST OCSP NULL req
上傳時間: 2014-01-17
上傳用戶:lanjisu111
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1