搜索资源列表
STL_QuickSort
- 用STL实现快速排序,使用vector。-with STL achieve rapid sequencing, the use of vector.
STL
- 属于模版类学习。自定义结构的数据排序功能的实现。-Class templates are learning. Custom data structure to achieve the sort function.
ssd7exercise4
- 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 descr iption contains
xiazai
- stl vector的功能的实现 插入 删除 排序 查找 -stl vector insert delete function sort to find the realization of
SingleLinkSort
- 使用Visual C++,其实是用了STL了,实现单链表的排序,通过采用分治法,使得时间为O(n*log(n)),空间复杂度O(n)。-Sort of Single Link List
topSort
- 拓扑排序的两种实现 拓扑排序的两种实现- Topological sorting Topological sorting Topological sorting
QuikSort
- 是对快速排序的简单实现,可以实际运用,基本的思想都有了-Is a simple implementation of quick sort, you can actually use, have a basic idea
acm(31-45)
- 一种排序,用stl实现的矩阵排序,以及多种acm算法-a kind of sort
QuickSort
- 这是一个Java实现的快速排序的源码,可以高效地对数组进行排序。-This is the code that implements quick sort function,
zhongzhi
- 中值滤波的算法实现过程,重点是排序,最常用的冒泡排序~~ 把滤波区间的数据从小到大进行排序,然后取中值,(如果是奇数个数据,那么中值就只有一个了,如果偶数个数据,中值有两个,可以对两个数据再求平均)-Median filtering algorithm
STL
- 源码之前了无秘密,你将看到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 implement
归并排序
- Visual studio上利用C++模板类实现归并排序(sort c++ template on visual studio)