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
標簽: null-terminated Tokenize Create string
上傳時間: 2014-01-18
上傳用戶:yph853211
Windows 2000/Xp虛擬串口(null modem cable)
上傳時間: 2015-02-14
上傳用戶:米卡
餐飲管理系統數據庫設計文檔 表名:bzqbj(保質期報警表) 字段名 字段類型 字段長度 (0表示不允許NULL,1為允許) id bigint 8 0 id ylid varchar 50 1 原料id ylmc varchar 50 1 原料名稱 diffbzq bigint 8 1 距離保質期的時間 diffbzqyj bigint 8 1 距離保質預警期的時間 bzq bigint 8 1 保質期 表名: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 是否酒類
上傳時間: 2015-04-01
上傳用戶:royzhangsz
Shell源碼:find查找日期為某一天的文件 A=`find ~ -print` | ls -l --full-time $A 2>/dev/null | grep "Jun 27" | grep 1998 下面這個script,存成一個符合規則名字的文件,置上x屬性就行了。
標簽: 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.
標簽: 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)
標簽: m_Font GetEditCtrl CreatePoint m_hObject
上傳時間: 2015-11-01
上傳用戶:冇尾飛鉈
a xml,though it s null, just for the bonus
上傳時間: 2015-11-06
上傳用戶:qq1604324866
鏈接指針:按照進程到達系統的時間將處于就緒狀態的進程連接成衣個就緒隊列。指針指出下一個到達進程的進程控制塊首地址。最后一個進程的鏈接指針為NULL。 估計運行時間:可由設計者任意指定一個時間值。 到達時間:進程創建時的系統時間或由用戶指定。調度時,總是選擇到達時間最早的進程。 進程狀態:為簡單起見,這里假定進程有兩種狀態:就緒和完成。并假定進程一創建就處于就緒狀態,用R表示。當一個進程運行結束時,就將其設置成完成態,用C表示。 處理機調度時總是選擇隊首指針指向的進程投入運行。由于本實驗是模擬實驗,所以對被選中進程并不實際啟動運行,而只是執行:估計運行時間減1。用這個操作來模擬進程的一次運行,而且省去進程的現場保護和現場恢復工作。
上傳時間: 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.
標簽: 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 ) 刀此函數用于一個新的合法的OCSP請求加入列表中
上傳時間: 2014-01-17
上傳用戶:lanjisu111