搜索资源列表
mapSTL
- 实现如何使用 STL中的Map容器。适合初学者了解C++的STL机制。-realizing how to use the Map STL containers. For beginners to understand C + + STL mechanism.
Collection
- C++ Template of Collection, use MFC/ATL/STL (Ex: CArrayT, CListT, CMapT, CQueueT, CStackT)
xlist
- STL太复杂,这里给出了一个简单容器类的程序,c++开发可以非常方便使用.为简单数据类型,指针分别创建了类-STL too complicated, here is a simple container such procedures, c development it is easy to use. For simple data types, respectively, to create a pointer type
853
- Apriori算法源码(C++) 看了以前在这里发的apriori源码,觉得写得代码有些繁琐,现在重写了一下,主要是把数据操作和界面显示分离,使用了stl和boost,简化了字符操作的算法,数据库用的是mysql的,API是mysql++,在mfc下mysql++无法运行,所以gui框架用的是win32gui-lib(可以到sf.net/project/win32gui下载)。当然你也可以用odbc改写,或是换用别的数据库,因为算法逻辑是独立的,所以应该很容易改写 -Apriori
npp.3.6.src
- Notepad++ 是在微軟視窗環境之下的一個免費的代碼編輯器。 為了產生小巧且有效率的代碼編輯器,這個在GPL許可證下的自由軟體開發專案採用 win32 api 和 STL 以 C++ 程式語言撰寫成,並且選用功能強大的編輯模組 Scintilla。多虧它的輕巧與執行效率,Notepad++ 可完美地取代微軟視窗的記事本。 -Notepad is in the Microsoft Windows environment free of a code editor. In order
STL_CODE
- C++ STL 标准模板库源码,对学习C++ STL非常有用-C STL standard template library source code, to learn very useful C STL
C++applicationProgram200
- C++应用编程200例--------专为广大学习和使用C++语言的读者设计的,旨在帮助读者更快更有效地掌握C++语言。全书共分4部分,通过大量实例全面系统地介绍了C++语言程序设计的基本概念和方法,主要内容包括:基本运算、数据类型、程序结构、函数、类与对象、预处理指令、文件处理、函数模板、类模板和STL的使用等。 这些是书中的代码 -C Application Programming -------- 200 cases for the majority of the learning and
hao-myString
- 自己编写的String 类,重载的多个运算符。功能类似C++ STL中的string 类-prepared by the String own category, the number of heavy Operators. C functions similar to the STL string class
41104
- This the string class you expected to find in STL, but didn t. The design goal of this class is to make all the string handling functions from the standard C library available within a single C++ class, with the added bonus of automatic buffer a
breymann_stl
- Design Componenet With C++ STL配套书源代码 -Design Componenet With STL supporting C source code book Design Componenet With STL supporting C source code book
c++STL_samples
- C++ STL程序员开发指南,是学习STL的好帮手
GraphLib_src
- 图的数据结构的实现。A fundamental graph library implements data structure and algorithms that you must have learned from text books. The Graph data structure is implemented as its natural structure. Taking advantage of C++ STL associative container, it is of h
stl
- 涵盖了大部分c++stl的例子的压缩包,对stl有兴趣的值得一看-c++ stl example stl interested to see
Data.Structures.with.Cplusplus.using.STL
- Data Structures with C++ using STL, 2nd Edition 的源代码-Data Structures with C++ using STL, 2nd Edition source code
pascal-compiler-in-cpp
- pascal compiler in C++是一个用C++实现的PASCAL编译器,主要包括符号表,创建语法树,代码生成和4元式解析等。该工程是根据龙书实现的编译器。项目中大量使用了STL,设计模式等思想。是学习面向对象编程和设计的好材料。里面包含有说明.txt有更详细说明 请使用Mingw或Dev-C++开发环境-pascal compiler in C++ is a compiler which compiles pascal code. The project consists
STL
- STL源代码用法结构深入解说电子书c++进阶用书-STL source code use the structure in-depth explanations advanced e-book c++ books
CPP-template-and-STL
- C++ template programming and STL
STL-source-code
- C++ STL的源代码,C++爱好者值得一看-The source code C++ STL, C++ enthusiasts worth a visit
ministl
- 个人重写注释版 简洁 STL程序库,支持基本容器 算法 迭代器 以及类型萃取(Personal rewrite Notes version concise STL library, support the basic algorithm and container iterator type extraction)
STL源码剖析--侯捷
- C++源码剖析,值得深入学习。双方的首发哈哈哈(c++ very intresing asf sfdd)