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

Search list

[Other resourcesortedrange_algo_test

Description: stl 中的排序算法-the Sort Algorithm
Platform: | Size: 1571 | Author: 王磊 | Hits:

[Other resourceEffectiveSTL

Description: 你已经熟悉了STL。你知道怎么建立容器,迭代它们的内容,添加删除元素和应用常见算法,比如find和sort。但你并不满足,你不能摆脱STL所提供的超过它们能带来的好处的感觉。应该简单的任务并非那样。应该直截了当的操作确有资源泄漏或错误行为。应该高效的过程却需要比你希望给它们的更多的时间和内存。是的,你知道怎么使用STL,但你不确定你在有效地使用它。
Platform: | Size: 475255 | Author: tang | Hits:

[Other resourceSORT

Description: STL sort()函数使用详细介绍 包含STL算法介绍文档
Platform: | Size: 2571250 | Author: 朱明悦 | Hits:

[VC/MFCeffective stl

Description: 你已经熟悉STL了。你知道怎样创建容器、怎样遍历容器中的内容,知道怎样添加和删除元素,以及如何使用常见的算法,比如find和sort。但是你并不满意。你总是感到自己还不能充分地利用STL。本该很简单的任务却并不简单;本该很直接的操作却要么泄漏资源,要么结果不对;本该更有效的过程却需要更多的时间或内存,超出了你的预期。是的,你已经知道如何使用STL了,但是你并不能确定自己是否在有效地使用它。
Platform: | Size: 149262 | Author: luffylli | Hits:

[STLsortedrange_algo_test

Description: stl 中的排序算法-the Sort Algorithm
Platform: | Size: 1024 | Author: 王磊 | Hits:

[STLSTL

Description: 一个有关利用STL排序的算法.just to enjoy it. QQ:315405572-A sort on the use of STL algorithms. Just to enjoy it.QQ: 315405572
Platform: | Size: 367616 | Author: 小钻风 | Hits:

[File OperateSortStr

Description: 对文件中字符排序,采用模板的开发方法 用到STL一些操作-Characters sort of document, using the template method of developing a number of operations used in STL
Platform: | Size: 691200 | Author: xj | Hits:

[STLSORT

Description: STL sort()函数使用详细介绍 包含STL算法介绍文档-STL sort () function using the STL algorithm contains a detailed introduction introduction document
Platform: | Size: 2571264 | Author: 朱明悦 | Hits:

[STLSTL

Description: 属于模版类学习。自定义结构的数据排序功能的实现。-Class templates are learning. Custom data structure to achieve the sort function.
Platform: | Size: 27648 | Author: iloveu | Hits:

[STLSTLsort

Description: 对STL的排序有详细的说明,是STL初学者良好的学习材料-STL sort of detailed description, is a good learning material for beginners STL
Platform: | Size: 19456 | Author: 韩磊 | Hits:

[Windows Developsort

Description: 用STL里面自带的功能来实现排序的功能。-A sort of example use STL
Platform: | Size: 524288 | Author: renchnegyi | Hits:

[VC/MFCthe-analysis-of-STL-sourse

Description: 本书所呈现的源码,使你踏上了基度山岛。源码之前了无秘密,你将看到vector的实现、list的实现、heap的实现、deque的实现、Red Black tree的实现、hash table的实现、set/map的实现;你将看到各种算法(排序、查找、排列组合、数据移动与复制技术)的实现;你甚至能够看到底层的memory pook和高阶抽象的traits机制的实现。-The source code presented in this book, so that you set foot on the base of Monte island. Prior to the non-secret source code, you will see the vector implementation, list the implementation, heap implementation, deque implementation, Red Black tree implementation, hash table implementation, set/map for implementation you will see the various algorithms (sort, find, permutations and combinations, data movement and replication technology) is achieved you can even see the bottom of memory pook and higher-order abstract traits mechanism for implementation.
Platform: | Size: 10075136 | Author: 祝鹏 | Hits:

[VC/MFCTheStandardTemplateLibrary(STL)Tutorial-c-plusplus

Description: C++STL的一个简单向导,先看看这个,可以先理清学习思路-C++ STL in a simple wizard, look at this, can first sort out learning ideas
Platform: | Size: 182272 | Author: liuchao | 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:

[Data structsDemo_Sort

Description: C++ 排序函数模板源码,MFC程序可用(冒泡) 一个排序可以用的C++函数模板,无意间需要对字符串集合CStringArray进行排序,但标准模板库STL提供的函数模板sort虽然功能强大,不过有些不便-Can be a sort of C++ function template, a collection of unintentionally CStringArray need to sort the string, but the standard template library STL sort function template provided although powerful, but some inconvenience
Platform: | Size: 12288 | Author: xcan | Hits:

[CSharpSTL-sort

Description: 详细介绍了C++中STL里面sort函数的使用方法,对于想使用该函数的学生来说有很大帮助。-Details of the C++ STL inside to use the sort function, for students who want to use the function of great help.
Platform: | Size: 16384 | Author: 章信缘 | Hits:

[VC/MFCEffective-STL

Description: 你已经熟悉STL了。你知道怎样创建容器、怎样遍历容器中的内容,知道怎样添加和删除元素,以及如何使用常见的算法,比如find和sort。但是你并不满意。你总是感到自己还不能充分地利用STL。本该很简单的任务却并不简单;本该很直接的操作却要么泄漏资源,要么结果不对;本该更有效的过程却需要更多的时间或内存,超出了你的预期。是的,你已经知道如何使用STL了,但是你并不能确定自己是否在有效地使用它。 完美中文版-You are already familiar with the STL. Do you know how to create a container, how to traverse the contents of the container, to know how to add and delete elements, as well as how to use common algorithms, such as find and sort. But you are not satisfied. You always feel that they can not fully take advantage of the STL. Present the very simple task is not simple present the direct operating either leak resources or wrong results present the more efficient the process needs more time or memory than you expected. Yes, you have to know how to use STL, but you are not sure whether to use it effectively. Perfect Chinese version
Platform: | Size: 676864 | Author: liulang | Hits:

[Internet-NetworkSTL-Standard-Template-Library

Description: STL标准模板库。 1.使用链表类模板加载学生类实例; 2.按索引排序; 3.使用并集算法合并容器; 4.利用容器算法洗牌。-STL Standard Template Library. 1. Use the list of students loaded class template class instance 2. Sort by index 3. Use and set algorithm merge container 4. The use of container shuffling algorithm.
Platform: | Size: 7311360 | Author: 冯泽 | Hits:

[Data structsSort-with-index

Description: 扩展的STL sort代码(Sort with index),使其输出sort的index-Expand STL sort with index output
Platform: | Size: 2048 | Author: gechengwei | Hits:

[STLzhou

Description: 可以 解决两个数据组成的数据的排序的数据结构(it could sort to include two data.)
Platform: | Size: 444416 | Author: ke_yi_ | Hits:
« 12 3 »

CodeBus www.codebus.net