几乎涵盖了所有加密算法的源代码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