资源列表
TestLibjpeg
- libjpeg函数库的演示代 对新手有非常好的帮助 -very good
List
- 采用C++语言编写的链表模拟程序,可实现STL中的链表操作功能。-Linked list C++ language simulation program, linked list in the STL operation.
ext_string
- 本例是对STL中string类的扩展,很好的弥补了现有string类的不足,可以和CString相媲美哦~~ 扩展的功能有分割字串,整形转换成string,字符串替换,判断该字串的类型等。 使用起来也很方便,直接include该头文件即可。-This example is the STL string class in the expansion, very good to make up for the deficiencies of the existing string class
msgQueueClass
- 一个多线程安全的消息队列类的实现,依赖于STL库-realization of message queue class in multi-thread enviroment
cpp200
- 《C++应用编程200例 赫阿明著》源码 通过大量实例全面系统介绍了C++语言程序设计的基本概念和方法,主要内容包括:基本运算、数据类型、程序结构、函数、类与对象、预处理指令、文件处理、函数模板、类模板和STL的使用等。 通过实例讲解,使初学者能较快入门。-cpp 200
Siemens
- 西门子小程序 专为新手 实用小程序 很好 很不错-Siemens small utility program designed for novice applet good very good
formatstrv1
- 将字符串 srcStr 格式化为 destLen长度,不足补空格,多了截断 -The C++ source code for originality string srcStr to formatted for destLen length, padded space, more truncated
STL_Reference
- 可作为C++ STL 的参考手册,比起书本更加便于编程人员携带-Can be used as the C++ STL reference manual than a book to bring more user-friendly programming staff
VCPPISODATA-Code
- 基于VC++的ISODATA算法代码 本例基于VC++环境,使用了STL模板容器实现了ISODATA算法,简单易用。 -Based on VC++ ISODATA algorithm code cases based on VC++ environment, the use of the STL template container to achieve the ISODATA algorithm, easy to use.
Boost
- 此文档Boost个人整理的一套比较完整的学习内容,需要的可以尽情下载。-work Frame boost Visual C++ STL
QT-text-boost
- Qt 上使用boost代码,用于测试boost成功的使用了boost代码-Qt to use boost code for testing boost the use of the boost code
Stack-Delimiter-Match
- 用于检测代码源文件中的符号匹配是否正确,使用双栈实现,C++ STL实现栈类。开发工具:VS 2008-Used to detect whether the symbols in source code is well matched , dual-stack implementation,using C++ STL to implement stack class.