Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Format: PDF Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.
標簽: Programming Reference Standard Template
上傳時間: 2014-01-19
上傳用戶:netwolf
加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests: cryptest m file - To encrypt and decrypt a string using DES-EDE in CBC mode: cryptest t - To encrypt or decrypt a file cryptest e|d input output - To share a file into shadows: cryptest s <pieces> <pieces-needed> file (make sure file has no extension, if you re running this under DOS) - To reconstruct a file from shadows: cryptest j output file1 file2 [....] - To gzip a file: cryptest z <compression-level> input output - To gunzip a file: cryptest u input output - To run validation tests: cryptest v - To run benchmarks: cryptest b [time for each benchmark in seconds]
標簽: Cryptographic Primitives generate Library
上傳時間: 2015-07-16
上傳用戶:wqxstar
BISON-C: A one-dimensional transport and burnup calculation code with consideration of actinides and fission products Auteur(s) / Author(s) CETNAR J. (1) GRONEK P. (1) Affiliation(s) du ou des auteurs / Author(s) Affiliation(s) (1) University of Mining and Metallurgy, Faculty of Physics and Nuclear Techniques, 30 059 Cracow, POLOGNE
標簽: one-dimensional consideration calculation and
上傳時間: 2015-07-17
上傳用戶:royzhangsz
BISON-C: A one-dimensional transport and burnup calculation code with consideration of actinides and fission products Auteur(s) / Author(s) CETNAR J. (1) GRONEK P. (1) Affiliation(s) du ou des auteurs / Author(s) Affiliation(s) (1) University of Mining and Metallurgy, Faculty of Physics and Nuclear Techniques, 30 059 Cracow, POLOGNE
標簽: one-dimensional consideration calculation and
上傳時間: 2015-07-17
上傳用戶:wendy15
基于DOS的多任務系統的實現 1. 用C語言完成線程的創建和撤消,并按優先權加時間片輪轉算法對多個線程進行調度; 2. 改變時間片的大小,觀察結果的變化。思考:為什么時間片不能太小或太大; 3. 假設兩個線程共用同一軟件資源(如某一變量,或某一數據結構),請用記錄型信號量來實現對它的互斥訪問; 4. 假設有兩個線程共享一個可存放5個整數的緩沖,一線程不停的計算1到50的平方,并將結果放入緩沖中,另一個線程不斷的從緩沖中取出結果,并將他們打印出來,請用記錄型信號量實現這一生產者和消費者的同步問題; 5. 實現消息緩沖通信,并于3,4中的簡單通信進行比較; 6. 思考:在線程間進行消息緩沖通信時,若對消息隊列的訪問沒有滿足互斥要求,情況會怎么樣?
上傳時間: 2013-12-20
上傳用戶:趙云興
英文版,pdf格式。 詳細說明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) URL: http://www.amazon.com/exec/obidos/tg/detail/-/0201379236/ ISBN: 0201379236 Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Catalog: C++ Format: PDF Size: 3.8M Supplier: December Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.
標簽: Programming Reference Standard Tutorial
上傳時間: 2015-09-02
上傳用戶:Breathe0125
C語言圖像處理寶典,擁有非常詳細的c圖像處理:二值化,灰度變換,噪聲消除,微分運算,投影量計算,黑區域處理,特征提取,圖像間的運算,幾何變換
上傳時間: 2015-09-17
上傳用戶:qw12
Hulft-Message是用來在Internet上傳輸文件數據的商用MiddleWare,特別用于數據量小,但是頻繁度高的業務。支持不同平臺和編碼體系間的代碼和數據的自動識別和轉換。 本代碼是Hulf-Message的Client的源代碼和lib庫,平臺包括LINUX/UNIX/OS400/Windows,功能包括和Server端建立連接,發送和取得數據功能,語言包括C語言和JAVA語言。
標簽: Hulft-Message MiddleWare Internet 數據
上傳時間: 2015-10-01
上傳用戶:陽光少年2016
1。使用ASP.NET+C# VS.NET 2003制作,代碼和界面分離,調試維護方便。是用用戶控件,大量修改方便。 2。使用SQL2000,支持大數據量的應用。 3。貼圖看圖功能強; 4。無第三方控件,調試運行方便; 5。代碼完全開放,使用技術簡單明了,適用于初學者學習,也適用于中高級開發人員發展分支。
上傳時間: 2014-11-04
上傳用戶:thesk123
Visual.C++程序設計技巧與實例--配套光盤 第4章 進程和線程 本章共有8個實例: 1. Process創建和終止進程 2. WorkerThread創建工作者線程 3. UIThread用戶界面線程示例 4. Event使用事件對象來實現線程的同步 5. Thread使用臨界區對象來實現線程的同步 6. Mutex使用互斥量對象來實現不同進程間的線程同步 7. Semaphore使用信號量對象實現線程的同步 8. MutiThread多線程任務調度與處理
標簽: WorkerThread Process Visual UIThr
上傳時間: 2014-11-17
上傳用戶:yyyyyyyyyy