资源列表

« 1 2 ... .33 .34 .35 .36 .37 2138.39 .40 .41 .42 .43 ... 2656 »

[数据结构常用算法point-to-fenshu

说明:小数变分数问题 求解 这是一个数据结构的课程设计-point change to fractional number
<john> 在 2024-10-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法simclist-1.6

说明:SimCList 是一个用来处理列表(List)的的高效C库。内置很多基于列表的算法,例如排序、查找、随机处理等等。-SimCList is a high quality C (C++ embeddable) library for handling lists. It exploits several advanced techniques for improving performance, including freelists,
<frontsteel> 在 2024-10-20 上传 | 大小:79872 | 下载:0

[数据结构常用算法teacher

说明:保守的老师源代码 算法课程习题 原创代码 仅供参考-The conservative teacher source code algorithms course exercises original code for reference only.
<韩默> 在 2024-10-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法big

说明:最大正向匹配的实现 自然语言课程习题 原创代码 仅供参考-Maximum positive match the natural language courses Exercises original code for reference only.
<韩默> 在 2024-10-20 上传 | 大小:2048 | 下载:0

[数据结构常用算法numin

说明:Convertion Number format to other system
<salmi> 在 2024-10-20 上传 | 大小:295936 | 下载:0

[数据结构常用算法Seqlist

说明: 建立含有若干个元素的顺序表; 对已建立的顺序表实现插入、删除、查找等基本操作。 -Contains a number of elements in the order table established sequence table insert, delete, find basic operations.
<ruzi> 在 2024-10-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法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 inte
<ruzi> 在 2024-10-20 上传 | 大小:249856 | 下载:0

[数据结构常用算法duilei

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

[数据结构常用算法linkedstack

说明:建立一个空的链式栈; 对已建立的栈进行插入、删除、取栈顶元素等基本操作。 -Establish the chain an empty stack established stack insert, delete, take the top element and basic operation.
<ruzi> 在 2024-10-20 上传 | 大小:913408 | 下载:1

[数据结构常用算法sort

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

[数据结构常用算法SuffixTree

说明:后缀树,在字符串查找过程中有重要用途,算法复杂度为O(m)-Suffix tree, string search process has an important purpose, the complexity of the algorithm is O (m)
<dreamboy> 在 2024-10-20 上传 | 大小:523264 | 下载:0
« 1 2 ... .33 .34 .35 .36 .37 2138.39 .40 .41 .42 .43 ... 2656 »

源码中国 www.ymcn.org