幾乎涵蓋了所有加密算法的源代碼3des,md5,rsa,sha……,還帶有測試SAMple,不可多得的好東西。
上傳時間: 2015-08-30
上傳用戶:Shaikh
英文版,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
This code in this directory implements the binary hopfield network. Source code may be found in HOPNET.CPP. A SAMple training file is H7x8N4.trn. SAMple test pattern files are: H7x8D4.TST, H5x8D7.TST, H5x8D7.TST and H5x8D9.TST, Output of the program goes to both the screen and a file, ARCHIVE.LST.
標簽: code implements directory hopfield
上傳時間: 2014-01-16
上傳用戶:123啊
數據庫封裝原代碼 1. 該代碼可以免費使用, 該代碼的名字暫時定為\"哲別\" 2. 如果你需要使用該代碼, 請注明該代碼的原來作者: Jacky Zhou 3. 如果你發現該代碼有bug,可以自己修改或者請給我發email: zyx040404@163.com 4. 該數據庫封裝代碼功能可以對數據庫的表,視圖和存儲過程進行封裝,易于系統移植,擴展,使用了interface,factory,xml等方法 5. 核心代碼是在\"SAMple\\base\\DBGW\"里 6. SAMple演示了查詢,增加,刪除記錄和如何使用存貯過程 如果你沒有做過,那這些代碼可以用來學習誠然,這并不是最好的代碼,而且中國高人如云學海無涯
上傳時間: 2015-09-22
上傳用戶:
huffman編碼. 把一個英文字母,空格,句號.一共有28個 character. 先求每個字符出現的頻率. 然后用頻率對這個文件進行哈夫曼編碼. 然后再進行解碼. 運行的時候需要在VC++ 工程->設置->調試->程序變量里加E:\SAMple.txt E:\encode.txt E:\decode.txt 然后把英文文件放到E盤里.名叫samole.txt, 還有在E里新件2個txt文件.名叫encode.txt,decode.txt. 編碼后的二進制save到encode.txt,解碼后的英文字符save到decode.txt了.
上傳時間: 2015-09-26
上傳用戶:thuyenvinh
THIS SOURCE CODE IS PROVIDED AS IS , WITH NO WARRANTIES WHATSOEVER, EXPRESS OR IMPLIED, INCLUDING ANY WARRANTY OF MERCHANTABILITY, FITNESS FOR ANY PARTICULAR PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE, RELATING TO THE SOURCE CODE OR ANY WARRANTY OTHERWISE ARISING OUT OF ANY PROPOSAL, SPECIFICATION, OR SAMple AND WITH NO OBLIGATION OF NOKIA TO PROVIDE THE LICENSEE WITH ANY MAINTENANCE OR SUPPORT. FURTHERMORE, NOKIA MAKES NO WARRANTY THAT EXERCISE OF THE RIGHTS GRANTED HEREUNDER DOES NOT INFRINGE OR MAY NOT CAUSE INFRINGEMENT OF ANY PATENT OR OTHER INTELLECTUAL PROPERTY RIGHTS OWNED OR CONTROLLED BY THIRD PARTIES
標簽: WARRANTIES WHATSOEVER INCLUDING PROVIDED
上傳時間: 2013-12-27
上傳用戶:fanboynet
Octane v1.01.20 The Open Compression Toolkit for C++ . The Open Compression Toolkit is a set of modular C++ classes and utilities for implementing and testing compression algorithms. Simple interface and skeleton code for creating new compression algorithms. Complete testing framework for validating and comparing new algorithms. Support for algorithms that use external dictionaries/headers. Utility classes and SAMple code for bitio, frequency counting, etc.
標簽: Compression Toolkit Open The
上傳時間: 2013-12-31
上傳用戶:dbs012280
1. 對給定語料估計其基音周期。 要求用MATLAB語言實現有關基音檢測算法,并給出檢測結果。2. 實驗語料:aoYiSheng.raw 發音:“茅以升”;時長0.9s;采樣率:8kHz;量化精度為16bits/SAMple;數據格式 LSB,MSB分析幀長:20ms(160樣點)總幀數:45
上傳時間: 2014-12-01
上傳用戶:z754970244
要學MFC必看之書,由Jeff Prosise編寫。下面是作者前言: The production of this book required the efforts of many people, but two in particular deserve to be singled out for their diligent, sustained, and unselfish efforts. Sally Stickney, the book s principal editor, navigated me through that minefield called the English language and contributed greatly to the book s readability. Marc Young, whose talents as a technical editor are nothing short of amazing, was relentless in tracking down bugs, testing SAMple code, and verifying facts. Sally, Marc: This book is immeasurably better because of you. Thanks.
標簽: MFC
上傳時間: 2015-10-20
上傳用戶:waizhang
Input The first line of the input contains a single integer T (1 <= T <= 20), the number of test cases. Then T cases follow. The first line of each case contains N, and the second line contains N integers giving the time for each people to cross the river. Each case is preceded by a blank line. There won t be more than 1000 people and nobody takes more than 100 seconds to cross. Output For each test case, print a line containing the total number of seconds required for all the N people to cross the river. SAMple Input 1 4 1 2 5 10 SAMple Output 17
標簽: the contains integer number
上傳時間: 2015-10-27
上傳用戶:plsee