搜索资源列表
huffam
- 利用C++实现霍夫曼编码,阅读代码需要一定的C++STL知识。-Implement Huffman coding in C++, read the code requires a certain knowledge of C++ STL.
Stltools
- 这是一些简单的STL用户,但有用的代码。它定义了一些STL TCHAR相容元素 -This is some simple, but useful code for STL users. It defines some TCHAR compatible elements of STL
XMLParse
- 创建一个新的XML文档,分析修改现存的XML文档,所有的这些都中可以从一个利用MFC或STL字符串所实现的一个简单类的方法中得到。关于CMarkup,你可以运行Zip文件右边的例子,如果你愿意,你可以通过看源码,几分钟把它加入到你自己的应用中。-Create a new XML document, modify the existing XML document analysis, all of which can be used from an MFC or STL string class
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
priority_queue
- 优先队列的使用使用优先队列,首先要包函STL头文件"queue",以一个例子来解释吧(呃,写完才发现,这个代码包函了几乎所有我们要用到的用法。-The use of priority queue using a priority queue, we must first package the letter STL header file "queue", an example to explain it (uh, finished only to find the code package l
ssgi_stlg
- sgi stl 在vs20088下修改后能编译成功,外加示例代码 -sgi stl in vs20088 modified compiler, plus sample code
demo02_ostriter
- linux C/C++ STL output iterator code sample
demo03_random
- linux C/C++ STL random access iterator code sample
mysqlPP
- Mysql++是官方发布的、一个为MySQL设计的C++语言的API,这个API的作用是使工作更加简单且容易。 Mysql++为Mysql的C-Api的再次封装,它用STL(Standard Template Language)开发并编写,并为C++开发程序员提供象操作STL容器一样方便的操作数据库的一套机制。 解压后包括lib库、dll库以及相应的.h文件。解压后里面还有一个word文档说明了如何配置与使用。-MySQL++ is a C++ wrapper for MySQL’s
cPPstlsrc
- c++ STL学习代码,有几十个单独运行看效果。-c++ STL learning code, dozens of individual run to see results.
forecast1130
- 自己辛苦编写的双色球彩票统计预测程序. 为得到下载积分,忍痛贡献. visual c++ 2010, 开发. windows 7 64bit, 16GByte内存需求, 4核处理器 并行计算, STL C++, 能够快速遍历计算全部号码分解组合的概率. 贡献出来心痛. 希望联系我,找份喜欢的工作.-souce codes of double Color ball lottery statistical forecasting program, desinged by mysel
1312312chapter_7
- 数据结构与STL源代码第七章源码 -Chapter VII of Chapter VII of the source data structure of the data structures and the STL source code STL source code source
121212chapter_6
- 数据结构与STL源代码第六章源码 数据结构与STL源代码第六章源码-Chapter VI source of the data structures and STL source code the Chapter VI source data structure with the STL source code
Read_IGS_FACE_TO_SAT
- 程序内容是在hoops和acis的基础上读取iges格式文件和stl格式的文件,如果需要开发相关的程序,可以直接应用内部本程序的读取文件源代码-The contents of the program to read the iges format of the file and stl file format, if you need to develop the program, read the file in the source code of the internal This pro
CPP_trade
- 1、使用纯C++方式编程,符合高级程序员的开发习惯 2、方便使用第三方库。如:STL等 3、可以利用VS2008强大的Debug功能进行调试,跟踪代码执行 -1, to use pure C++ way programming, in line with the development of high-level programmers habits 2, convenient to use third-party libraries. Such as: STL 3, can tak
CPPSTL
- C++STL源码库及使用说明,可将该库并入标准C编译器中扩充C功能。-C++STL source code library and instructions for use, can be incorporated into the library expansion of C functions in the standard C compiler.
maze
- 完成迷宫程序的设计 输入 从maze.txt文件读入迷宫,格式如下 其中第一行为迷宫的阶数N,接下来是一个N*N的矩阵代表迷宫,0为路径,1为障碍物。 实验要求 要求自学查询技术文档,利用STL 的stack 类,完成以下要求的功能: 1. 打印迷宫: DisplayMaze()或者重载<< 其中(1,0)位置和(N-2,N-1)位置打印“=>,其余的1的位置打印“##”,0的位置打印“ ”(两 个空格),注意每个位置都是两个字符。 打印示例
STL_doc
- stl库函数,包括程序和源代码,算法等,有较好的参考价值,很详细-stl library functions, including the program and source code, algorithms, etc., there is a good reference value, very detailed
remove-duplicate-elements
- 试题源代码 用指针法去除重复元素 代码简洁 应用到两个循环结构 很容易看懂 还有一些STL的源代码和代码的题目-Questions the source code with the pointer code simple method to remove duplicate elements applied to the two loop structure is easy to understand some of the STL source code and code topics
BusManageOfCPP
- 公交系统管理程序,用C++写的 没有图像界面 用STL里面的容器和迭代器 所以代码比较高效简洁-a cpp code for bus system managenment has no graph UI (use STL)