CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - sort
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - sort - List
[
STL
]
sortedrange_algo_test
DL : 0
stl 中的排序算法-the Sort Algorithm
Date
: 2026-01-15
Size
: 1kb
User
:
王磊
[
STL
]
InsertSequence
DL : 0
插入排序,速度优化和几种算法相比是优化的的的very good!-insertion sort, and several speed optimization algorithm is the optimization of the very good!
Date
: 2026-01-15
Size
: 148kb
User
:
[
STL
]
STL
DL : 0
一个有关利用STL排序的算法.just to enjoy it. QQ:315405572-A sort on the use of STL algorithms. Just to enjoy it.QQ: 315405572
Date
: 2026-01-15
Size
: 359kb
User
:
小钻风
[
STL
]
SORT
DL : 0
STL sort()函数使用详细介绍 包含STL算法介绍文档-STL sort () function using the STL algorithm contains a detailed introduction introduction document
Date
: 2026-01-15
Size
: 2.45mb
User
:
朱明悦
[
STL
]
EffectiveSTL
DL : 0
Effective STL中文版——你已经熟悉了STL。你知道怎么建立容器,迭代它们的内容,添加删除元素和应用常见算法,比如find和sort。但你并不 满足,你不能摆脱STL所提供的超过它们能带来的好处的感觉。应该简单的任务并非那样。应该直截了当的操作确有资 源泄漏或错误行为。应该高效的过程却需要比你希望给它们的更多的时间和内存。是的,你知道怎么使用STL,但你不 确定你在有效地使用它。-Effective STL Chinese version- you are already familiar with the STL. Do you know how to set up containers, iterative their content, add and delete elements in the application of common algorithms, such as find and sort. But you are not satisfied, you can not shake off STL provided more than they can feel the benefits. The mission should be easy is not the case. Should be straightforward to operate there are resources to leak or mistake. Process should be efficient but required more than you want to give them more time and memory. Yes, you know how to use STL, but you sure you effectively use it.
Date
: 2026-01-15
Size
: 605kb
User
:
陈婷婷
[
STL
]
STL
DL : 0
属于模版类学习。自定义结构的数据排序功能的实现。-Class templates are learning. Custom data structure to achieve the sort function.
Date
: 2026-01-15
Size
: 27kb
User
:
iloveu
[
STL
]
howcouldyoustudiC
DL : 0
First, Generic Programming is sort of invented by Alexander Stepanov and David Musser, who, and several others including Bjarne Stroustrup and Andrew Knoenig, introduced the whole C++ Templates system and essentially “the” STL into C++. This means that Generic Programming is tightly bounded to C++ Templates and the paradigms illustrated by STL.
Date
: 2026-01-15
Size
: 21kb
User
:
赵雷
[
STL
]
STLsort
DL : 0
对STL的排序有详细的说明,是STL初学者良好的学习材料-STL sort of detailed description, is a good learning material for beginners STL
Date
: 2026-01-15
Size
: 19kb
User
:
韩磊
[
STL
]
ssd7exercise4
DL : 0
1使用到了stl sorting 2stl find 3实现所有声明的函数。 关键方法是: virtual Listing sort(string field) 根据选择"email," "start," "close," and "quantity."来对list中的advertisements进行排序。 virtual Listing filter(string keyword) 筛选出whose name or description contains the string given by the parameter keyword; 压缩包里面有代码,指导书,以及Apache服务器。-outcomes. • Use STL sorting functions Use STL find functions Use of appropriate STL functions Produce C++ class implementations given class declarations
Date
: 2026-01-15
Size
: 645kb
User
:
邹斌
[
STL
]
merge
DL : 0
merge sort by stl alg. in C-merge sort by stl alg. in C++
Date
: 2026-01-15
Size
: 1kb
User
:
tmoe
[
STL
]
xiazai
DL : 0
stl vector的功能的实现 插入 删除 排序 查找 -stl vector insert delete function sort to find the realization of
Date
: 2026-01-15
Size
: 1kb
User
:
李可君
[
STL
]
SingleLinkSort
DL : 0
使用Visual C++,其实是用了STL了,实现单链表的排序,通过采用分治法,使得时间为O(n*log(n)),空间复杂度O(n)。-Sort of Single Link List
Date
: 2026-01-15
Size
: 276kb
User
:
小小
[
STL
]
project1.tar
DL : 0
implement a class called Distinct_list (in short, D_list) that maintains a group of integers. The class is expected to have the following functionalities takes user inputs and initialize its elements accordingly, 2) remove the duplicate elements, if there is any, and 3) sorts the duplicated-free list through a merge-sort procedure, where the stl class list is expected to be used.-implement a class called Distinct_list (in short, D_list) that maintains a group of integers. The class is expected to have the following functionalities takes user inputs and initialize its elements accordingly, 2) remove the duplicate elements, if there is any, and 3) sorts the duplicated-free list through a merge-sort procedure, where the stl class list is expected to be used.
Date
: 2026-01-15
Size
: 2kb
User
:
mike
[
STL
]
QuikSort
DL : 0
是对快速排序的简单实现,可以实际运用,基本的思想都有了-Is a simple implementation of quick sort, you can actually use, have a basic idea
Date
: 2026-01-15
Size
: 594kb
User
:
谢佳桦
[
STL
]
acm(31-45)
DL : 0
一种排序,用stl实现的矩阵排序,以及多种acm算法-a kind of sort
Date
: 2026-01-15
Size
: 9kb
User
:
张磊
[
STL
]
QuickSort
DL : 0
这是一个Java实现的快速排序的源码,可以高效地对数组进行排序。-This is the code that implements quick sort function,
Date
: 2026-01-15
Size
: 1kb
User
:
王枫
[
STL
]
LuckyString
DL : 0
Lucky String 微软面试题解法 字符串 排序 序列式容器 Fibonnacci数列-Lucky String,Solution of Microsoft interview.Key words:string,sort,vector,fibonnacci。
Date
: 2026-01-15
Size
: 1kb
User
:
符炜剑
[
STL
]
sort
DL : 0
利用堆排序的思想,使用C++模板类,对数组进行排序,输出最大或最小的k个数。-The use of heap sort of thinking, using C++ template class, sort the array, the output of the maximum or minimum number of k.
Date
: 2026-01-15
Size
: 1kb
User
:
jaing
[
STL
]
zhou
DL : 0
可以 解决两个数据组成的数据的排序的数据结构(it could sort to include two data.)
Date
: 2026-01-15
Size
: 434kb
User
:
ke_yi_
[
STL
]
归并排序
DL : 0
Visual studio上利用C++模板类实现归并排序(sort c++ template on visual studio)
Date
: 2026-01-15
Size
: 106kb
User
:
google_hjx
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.