资源列表

« 1 2 ... .22 .23 .24 .25 .26 2127.28 .29 .30 .31 .32 ... 2656 »

[数据结构常用算法shuzu

说明:已知A[n]为整数数组,实现下列运算的递归算法: 求数组A中的最大值。 求n个整数的和。 求n个整数的平均值。 -The known A [n] is an array of integers, recursive algorithm to achieve the following operations: to seek the maximum value in the array A. Find and n integers. Find the average of n in
<ruzi> 在 上传 | 大小:244kb | 下载:0

[数据结构常用算法duilei

说明: 建立一个空队列; 对已建立的队列进行出队、入队、取队头元素等基本操作。 -Create an empty queue established queue dequeue basic operations into the team, whichever team head element.
<ruzi> 在 上传 | 大小:244kb | 下载:0

[数据结构常用算法sort

说明:直接插入排序,冒泡排序,选择排序(对一组数据进行按升序排列)。-Direct insertion sort, bubble sort, selection sort (of a set of data in ascending order).
<ruzi> 在 上传 | 大小:674kb | 下载:0

[数据结构常用算法Vector

说明:程序将int型的list容器的所有元素复制到两个deque容器中,list容器元素如果为偶数,则复制到deque容器中,若为奇数,复制到另一个deque中-Program will copy all the elements of type int list container to two deque container list container element is even, then copy the deque container for odd, copied to anothe
<小胡> 在 上传 | 大小:987kb | 下载:0

[数据结构常用算法SuffixTree

说明:后缀树,在字符串查找过程中有重要用途,算法复杂度为O(m)-Suffix tree, string search process has an important purpose, the complexity of the algorithm is O (m)
<dreamboy> 在 上传 | 大小:511kb | 下载:0

[数据结构常用算法DS

说明:字典树,单词查找树,在搜索引擎中有较多使用-Dictionary tree, word search tree, the search engine with more use of
<dreamboy> 在 上传 | 大小:26kb | 下载:0

[数据结构常用算法conhash

说明:一致性哈希表,服务器缓存保存机制,可以较好得解决分布式服务器出故障的问题-The consistency of the hash table, the server cache save mechanism can better get to solve the problem of distributed servers fail
<dreamboy> 在 上传 | 大小:998kb | 下载:0

[数据结构常用算法BackpackTH(1)

说明:退火算法实现0/1背包问题求解,java编写,eclipse中编写,工程文件齐全,界面清楚,运行结果正确-Annealing algorithm to achieve the 0/1 knapsack problem solving, writing java eclipse write engineering documents, clear interface, the results are correct
<李梦> 在 上传 | 大小:7.75mb | 下载:0

[数据结构常用算法test_c2

说明:使用c代码实现了vp树的构建与搜索 虽然源码还有一些问题,但是可以通过小小的修改解决-achieve the vp-tree vith c language
<李林森> 在 上传 | 大小:218kb | 下载:0

[数据结构常用算法maze

说明:建立一个迷宫,并用递归算法找出一条走出迷宫的路线。-Build a maze and find a way out with recursion method.
<王伟峰> 在 上传 | 大小:14kb | 下载:0

[数据结构常用算法b

说明:在数据结构中非常著名的贝努力队列的源代码 -The very famous Bernoulli queue of the source code in the data structure
<陈嘉煜> 在 上传 | 大小:187kb | 下载:0

[数据结构常用算法string-line

说明:线性表的一些简易操作:建表、插入、删除、查找、逆置、显示、销毁,使用主函数测试。 创建表L 依次插入元素5,6,8,9,3,14后,显示表中所有元素 查找元素9的位置i,并删除位置i的元素9 逆置表元素后,再显示 销毁表-some simble actions on string lines under Visual C++.
<> 在 上传 | 大小:1kb | 下载:0
« 1 2 ... .22 .23 .24 .25 .26 2127.28 .29 .30 .31 .32 ... 2656 »

源码中国 www.ymcn.org