Welcome![Sign In][Sign Up]
Location:
Search - stl vector

Search list

[File Operate用标准模板库STL实现文件比较

Description: 用标准模板库STL实现文件比较. 本文讨论如何使用标准模板库(STL),类模板和函数模板,以及其它编程技术来解决实际问题。本文涉及到STL包含的集合和向量,函数模板,类模板,常量检验,出错处理和使用STL的文件I/O。 要阅读本文,你要熟悉C++,熟悉类模板和函数模板。本文汇集了大量有关的信息,指引你逐步阅读。 本文用提问,设计和解决方案引导阅读。希望你能喜欢。 -Standard Template Library STL files comparison. This paper discusses how to use the standard template library (STL), the class template and the template function, as well as other programming techniques to solve practical problems. This involves a collection contains STL and vector function template, template type, constant testing, error handling and use of the STL file I/O. To read the paper, you should be familiar with C, familiar with the class template and template functions. This pooling a large amount of information to guide you gradually reading. This paper questions, and solutions designed to guide readers. I hope you will like.
Platform: | Size: 83968 | Author: 海贵 | Hits:

[Data structsclonePtr

Description: a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, list, set, and deque. The smart pointer has an assignment operator and greater than operator that call the target object s operator.-a non-sharing smart pointer class that can STL be used with containers such as std : : map, vector, list, set, and deque. The smart pointer has an assignment o perator and greater than operator that the call target object s operator.
Platform: | Size: 2048 | Author: 张建 | Hits:

[Othervector__CQ

Description: 是一个操作VC STL 中的VECTOR程序。-VC is an operation of STL VECTOR procedures.
Platform: | Size: 6144 | Author: 陈青 | Hits:

[Data structstree-2.03

Description: 一个德国人Kasper Peeters用C++ template写的tree的STL实现,并和STL其他容器vector,map一样,提供标准STL接口,供用户调用。非常有参考价值,说明文档参见tree.pdf。-a German Kasper Peeters C template to write the tree S TL realized, and other containers and STL vector, map, providing standard STL interface, Calling for users. Very valuable reference documentation See tree.pdf.
Platform: | Size: 195584 | Author: 苏缦云 | Hits:

[STLSTL_QuickSort

Description: 用STL实现快速排序,使用vector。-with STL achieve rapid sequencing, the use of vector.
Platform: | Size: 6144 | Author: TT | Hits:

[Otherstl_code

Description: c++ STL source code, hash and vector etc -c++ STL source code, hash and vector etc
Platform: | Size: 249856 | Author: cloudffx | Hits:

[STLTestContainer

Description: STL 容器 使用例子 MAP VECTOR LIST -Example the use of STL containers MAP VECTOR LIST
Platform: | Size: 8192 | Author: 振宇 | Hits:

[BREWVector

Description: Brew上可以使用的vector,类似于STL里的vector,支持排序,支持迭代器,采用瘦模板实现,紧凑高效。-vector in Brew
Platform: | Size: 3072 | Author: | Hits:

[Windows DevelopimplementMapVecterListWithCProgram

Description: 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.
Platform: | Size: 7168 | Author: 黄亮 | Hits:

[VC/MFCSTL

Description: 你现在可以开始学习使用STL来编程,主要学习容器vector, list即可,其他的容器以后再学习。 你发现了没有,STL的vector的用法与你写的template DArray的用法非常类似吧? 是的,你实现的template DArray就是vector的基本原理,可以说是你已经写了一个vector的“雏形”! -You can now begin to learn to program using the STL, the main study and container vector, list can be, later learning of other containers. You have not found, STL s vector of usage and you write the template DArray usage is very similar, right? Yes, you realize the template DArray is the vector of the basic principles, it can be said is that you have written a vector of "shape"!
Platform: | Size: 472064 | Author: 陈婉 | Hits:

[Data structsSTL

Description: 详细的讲述一些C排序的函数 STL 几乎封装了所有的数据结构中的算法,从链表到队列,从向量到堆栈,对hash 到二叉树,从搜索到排序,从增加到删除-Describe in detail the function of some sort STL C encapsulates almost all of the data structure algorithms, from the list to the queue, from the vector to a stack of hash to a binary tree, from the search to sort, to remove from the .... ..
Platform: | Size: 194560 | Author: 汪柏胜 | Hits:

[VC/MFCIntroduction-STL-vector-container

Description: STL vector 容器介绍,其中Vector是很重要的成员-STL vector container description, which is a very important member of the Vector
Platform: | Size: 5120 | Author: 张国生 | Hits:

[STLxiazai

Description: stl vector的功能的实现 插入 删除 排序 查找 -stl vector insert delete function sort to find the realization of
Platform: | Size: 1024 | Author: 李可君 | Hits:

[STLvector-

Description: stl vector 和 stack 的应用 来算出连通块的个数-application of vector and stack
Platform: | Size: 1024 | Author: rui | Hits:

[Windows DevelopSTL-vector

Description: STL的应用,其中包含详细的vector,map,set,list的每一个函数的具体操作。-STL' s application, which contains detailed vector map, set, list every function specific operations.
Platform: | Size: 718848 | Author: 齐齐 | Hits:

[STLSTL

Description: STL的Vector、List、deque、set、map、queue、stack等的使用,包含了基本的用法-The STL Vector, List, deque, set, map, queue, stack, etc. are used, contains the basic usage
Platform: | Size: 4096 | Author: yaoml | Hits:

[Windows Developvector-array

Description: 用vector(向量)实现动态开辟二维三维数组,这里vector中元素的内存的地址分配也有同双指针实现的二维数组有同样的特点。不过用vector的方法比使用双指针简单地多,分配内存空间时会更安全,数组初始化代码也更简单,所以本人建议使用STL中的vector来实现变长多维数组。-Implemented with vector (vector) opened a two-dimensional dynamic three-dimensional array, the memory address where the distribution of elements in the vector are also two-dimensional array with dual pointers achieve the same characteristics. But with the vector approach than simply using double pointer, will be safer when allocating memory space, the array initialization code more simple, so I recommend using the STL vector to achieve variable-length multidimensional arrays.
Platform: | Size: 1024 | Author: lcb | Hits:

[Data structsVector

Description: 仿照STL Vector实现的向量(变长数组)类-STL Vector modeled implement vector (variable length arrays) class
Platform: | Size: 1024 | Author: 李白 | Hits:

[VC/MFCC++_标准模板库(STL)

Description: STL是一些“容器”的集合,这些“容器”有list,vector,set,map等,STL也是算法和其他一些组件的集合。这里的“容器”和算法的集合指的是世界上很多聪明人很多年的杰作。STL的目的是标准化组件,这样就不用重新开发,可以使用现成的组件。STL现在是C++的一部分,因此不用安装额外的库文件。本书专门对STL库进行了详细的介绍。(STL is a collection of containers that have list, vector, set, map, and so forth, and STL is also a collection of algorithms and other components. Here the "containers" and the collection of algorithms refer to many of the world's most intelligent people of many years of masterpiece. The purpose of STL is to standardize components so that they do not need to be re developed, and ready to use components can be used. STL is now part of C++, so no additional library files need to be installed. This book specifically describes the STL library.)
Platform: | Size: 367616 | Author: 王寒桥 | Hits:

[STLSTL

Description: 源码之前了无秘密,你将看到vector的实现、list的实现、heap的实现、deque的实现、Red Black tree的实现、hash table的实现、set/map的实现;你将看到各种算法(排序、查找、排列组合、数据移动与复制技术)的实现;你甚至能够看到底层的memory pook和高阶抽象的traits机制的实现。(Before the secret source code, you will see the vector implementation, list implementation, heap implementation, deque implementation, Red Black tree, hash table, to achieve the realization of set/map; you will see a variety of algorithms (search, sorting, permutation and combination, and mobile data replication technology) to achieve even you; to see the realization of the underlying memory pook and higher order abstract traits mechanism.)
Platform: | Size: 226304 | Author: qwer@ | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net