搜索资源列表
用标准模板库STL实现文件比较
- 用标准模板库STL实现文件比较. 本文讨论如何使用标准模板库(STL),类模板和函数模板,以及其它编程技术来解决实际问题。本文涉及到STL包含的集合和向量,函数模板,类模板,常量检验,出错处理和使用STL的文件I/O。 要阅读本文,你要熟悉C++,熟悉类模板和函数模板。本文汇集了大量有关的信息,指引你逐步阅读。 本文用提问,设计和解决方案引导阅读。希望你能喜欢。 -Standard Template Library STL files comparison. This pa
stl_code
- c++ STL source code, hash and vector etc
tic-tac-toe
- 一个简单的用二叉树实现的极大极小指算法人工智能井字棋游戏,使用C++的类,和STL模版库中的vector-A simple binary tree the minimax means algorithm artificial intelligence tic-tac-toe game of chess the class of C++, and STL template library in the vector
implementMapVecterListWithCProgram
- c语言实现了stl里面的map,vector,list,是了解学习stl容器的好东西。-c language to implement stl inside the map, vector, list, is to understand the good things to learn stl containers.
Vectordemo
- 数据结构与算法-程序、素材\STL向量测试类-Data Structures and Algorithms- procedures, materials testing STL Vector Class
odad
- 一个开源的矢量绘图软件 一个开源的矢量绘图软件(类似MS Visio),支持基本图形绘制,旋转,缩放,串行化。使用MFC、STL、GDI/GDI+和一点点设计模式。 -An open source vector graphics software, an open source vector graphics software (like MS Visio), in support of the basic graphics rendering, rotation, scaling, ser
CH_STL
- 详细介绍STL,包括vector,deque,list,set和map的实现原理和使用方法-Details of STL, including the vector, deque, list, set and map to achieve the principles and use
STL222
- 一些STL编程方面的源代码,其中包括vector,list拿出来给大家分享-Some aspects of STL programming source code, including vector, list out for everyone to share
VectorTest
- 練習用STL Vector寫的測試程式,請用Borland C++ 打開-Practice with the STL Vector to write a test program, please use the Borland C++ Open
Q2_HaoLin_c
- - read numbers from a file - sort the numbers - output to a file - use STL vector to do this.
MiniDraw
- MiniDraw是个小型绘图系统,实现了画直线、椭圆、多边形、矩形、随手画的功能。可以帮初学者体会MFC编程,巩固使用STL的vector.-MiniDraw is a small graphics systems, to achieve a draw a straight line, ellipse, polygon, rectangle, readily draw function. MFC programming experience can help the beginner, to c
STL-vector
- STL的应用,其中包含详细的vector,map,set,list的每一个函数的具体操作。-STL' s application, which contains detailed vector map, set, list every function specific operations.
vector
- 该程序是关于c++中STL的vector的一些简单应用实例。-The program is the STL' s vector c++ in some simple application examples.
test20_chy
- (1) 编写程序,实现STL向量的增、删、改、查、排序;-(1) write a program, the realization of add, delete, change, check the STL vector, sorting
vector-array
- 用vector(向量)实现动态开辟二维三维数组,这里vector中元素的内存的地址分配也有同双指针实现的二维数组有同样的特点。不过用vector的方法比使用双指针简单地多,分配内存空间时会更安全,数组初始化代码也更简单,所以本人建议使用STL中的vector来实现变长多维数组。-Implemented with vector (vector) opened a two-dimensional dynamic three-dimensional array, the memory address
vector
- vector操作,详细描述了在STL中如何使用vector,主要针对常用操作-vector Operation
STL-set-container
- 关于C++的容器,vector之所以被认为是一个容器,是因为它能够像容器一样存放各种类型的对象,简单地说,vector是一个能够存放任意类型的动态数组-About C++ containers, vector reason is considered to be a container, the container is the same because it can be stored as objects of various types, simply put, vector is cap
STL-set-container
- 关于C++的容器,vector之所以被认为是一个容器,是因为它能够像容器一样存放各种类型的对象,简单地说,vector是一个能够存放任意类型的动态数组-About C++ containers, vector reason is considered to be a container, the container is the same because it can be stored as objects of various types, simply put, vector is cap
stl_malloc
- 用c++实现了stl内存池,用来分配内存和释放内存,并且用vector测试(The STL memory pool is implemented with c++, which is used to allocate memory and release memory, and to test with vector)
Stack_Vector
- 通过STL里的Vector实现的简单栈结构(Simple stack structure implemented through Vector in STL)
