搜索资源列表
cqa0408
- 代码包含以下一个示范例子: 1、GetKeyState 使用示例 2、STL 字符串类与 UNICODE 3、如何向C#或.NET框架暴露 C++ 对象? 4、如何获取专用文件夹的路径名? 巧。-code contains a model following examples : 1, 2 GetKeyState use examples, and the STL string UNICODE three categories, how to C# or.NET framework expose
stla8
- 这是一个关于A*算法的实现8数码的程序源代码,所有的算法核心全部使用STL标准模板库编程,对想熟悉STL编程和A*算法的朋友有很好的借鉴意义。-This is one of the A * algorithm to achieve eight digital source code, all of the core algorithms use all STL standard template library programming, STL right to know programming
GoogleCode
- Solution of the Google Code! A nice answer of Google Code Jam!
STL.zip
- source code from Mastering The Standard C++ Classes using C++. 1) The source code listings from each chapter can be found in the listings directory. The listings directory is divided by chapter. 2) A html quick reference for the mo
StandardTempleteLibrary
- C.STL中文版。翻译了由四位对C++STL的实现有卓越贡献的大师撰写的,通过背景知识、功能描述、头文件代码、测试程序和习题,讲述了STL的13个头文件及迭代器算法和容器。-C. STL Chinese version. Translated from the four pairs of C++ STL outstanding contribution to the realization there is a master of writing, through background know
01
- stl代码,内含大量例子。适合给位对STL感兴趣,或者初学者.-stl code, containing a large number of examples. Suited to the position of the STL are interested, or beginners.
migong_problem
- 经典迷宫算法,使用自定义栈来实现,也可使用stl,但需要修改代码-Classic maze algorithm, use a custom stack to achieve, can also use the stl, but need to modify code
C.STL
- 本书对C++STL 进行了全面而深入的阐述,STL是惠普实验室开发,全书分16章,其中13章通过背景知识,功能描述,头文件代码,测试程序和习题-The book of C++ STL conducted a comprehensive and in-depth exposition, STL is a Hewlett-Packard developed in the laboratory, the whole book at Chapter 16, Chapter 13 of them thro
chat
- Basicaly,a chatterbot is a computer program that when you provide it with some inputs in Natural Language (English, French ...) responds with something meaningful in that same language. Which means that the strength of a chatterbot could be directly
BookTheCPPStandardLibraryatutorialandreference
- Source code for the Book The C++ Standard Library a tutorial and reference.
zevent.1.2.1.tar
- stl c++,c++stl的源代码文件,有每一个文件的说明以及源码可以看下。很不错的学习源码,-stl c++, c++ stl source code file, there is a descr iption of each file source may have a look. Very good learning source, ha ha
DesignPattern
- 正在重构几个大项目,自己也正在编写设计模式库。 覆盖20几种采用模式; 而本人是本着好用,简洁至上的原则。编写了一套易用,易懂的模式库。 该模式库会用到LOKI部分对象(和BOOST 用到STL 对象基本类似)。请注意下载LOKI。 代码完全原创,免费提供大家下载,学习,研究和使用, 参考文献:《设计模式》《C++设计新思维》《模式分析》《代码重构》 程序中所使用的英文注释,来自《设计模式》一书。 编写语言: C-Several large p
f_GetFirstLetter
- 自动生成拼音简码 1. 此方法基于汉字的国标汉字库区位编码的有效性,不符合此编码的系统此函数无效! // 2. 若汉字串含有非汉字字符,如图形符号或ASCII码,则这些非汉字字符将保持不变.-1 simple code automatically generated phonetic This method is based on Chinese national standard character encoding of the effectiveness of the bit re
huffam
- 利用C++实现霍夫曼编码,阅读代码需要一定的C++STL知识。-Implement Huffman coding in C++, read the code requires a certain knowledge of C++ STL.
zhan
- 栈的运用和创建,使用了模版的思想,令代码得到高度的重用和减少重复编写代码的冗余。-The use of stack and create, using the template of ideas, so the code to get a high degree of code reuse and reduce duplication of redundancy.
Data_Structures_Using_Cplusplus_Pub2009_Edition2.
- Now in its second edition, D.S. Malik brings his proven approach to C++ programming to the CS2 course. Clearly written with the student in mind, this text focuses on Data Structures and includes advanced topics in C++ such as Linked Lists and the St
STL-source-code-analysis
- STL源码分析 身为C++标准库的重要组成部分。-STL source code analysis, an important part of as a C++ standard library.
STL-MySelf
- 个人编写的STL代码 一直再用 一个学习的好例子!-STL code has been written by individuals and then a good example of learning!
usaco_code
- USACO的标准代码,DD_ENG大神的代码,题目比较多,包括了很多算法和数据结构。是IO选手必备的代码。-Standard code, DD_ENG God of USACO entitled more, including a lot of algorithms and data structures. IO players essential code.
code
- Package consists of 3 files. First, to calculate number of deletions required in a string so that no two consecutive characters are same, where string consists of only 2 characers with repetition. Second to detect if a string contains all english alp