资源列表

« 1 2 ... 85 86 87 88 89 9091 92 93 94 95 ... 2656 »

[数据结构常用算法mazePath

说明:本程序实现某一已知迷宫的路径搜索,简单实用。经过修改可以做为栈的一个典型应用示例。-This procedure is known to achieve a path maze searching, simple and practical. Modified stack can be used as a typical application example.
<youjing> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法FastQuery

说明:/*快速排序采用分治算法,将所需要排序的内容从文件读入放入数组a[p:r],按以下三个步骤进行排序 以a[p]为基准元素将数组分为三段,将大于基准元素的放到后面的单元,小的放到前面的单元, 再用递归对a[p:q-1],a[q+1:r]进行排序,最后合并 时间复杂度:最坏时间复杂度:O(n2) 平均时间复杂度:O(nlogn) */-/* Quick sort algorithm using sub-rule
<stone> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法bosongfenjiu

说明:泊松分酒游戏 游戏中实现泊松分酒的 全部算法 -Poisson sub-game game of liquor at liquor Poisson realize the full algorithm
<> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法fibonacci

说明:fibonacii函数的实现 算到第20项-Operators realize fibonacii function to the first 20
<hello> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法project1-A

说明:五种常见排序算法实现及效率比较,适合大家参考和初学者使用-Five common sorting algorithm and realize efficiency, suitable for beginners to use reference and U.S.
<流浪> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法erchapaixushu

说明:确定二叉排序树的存储结构,首先利用二叉排序书的插入算法建立二叉排序树,然后在调用二叉排序书的查找算法实现二叉排序树...满二叉树和完全二叉树是二叉树的两种特殊情形。-Binary sort tree to determine the storage structure, the first book to use binary insertion sort algorithm binary sort tree, and then cal
<白霞> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法expression

说明:表达式求值:利用栈操作实现由中缀表达式到后缀表达式的转换,再求值.-Expression evaluation: Using Stack realize expression by up to suffix expressions conversion, and then evaluated.
<赵萍> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法huanxing

说明:这是一个环形链表的实现程序,可以帮助大家更进步学习数据结构-This is a list of the realization of the ring can help everyone to learn more advanced data structures
<梁小妮> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法shuzu

说明:这是一个实现二位数组存储的小程序,可以帮助大家学习数据结构-This is a group to achieve double-digit storage of small procedures that can help everyone to learn the data structure
<梁小妮> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法5

说明:迷宫 数据结构与算法中的重要例题 很有代表性-Maze of data structure and algorithm of the important examples very representative
<kwxiang> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法4_11

说明:求最佳路径:用户输入几条路径的权值,通过计算,最后输出从某一点到某一点的最短路径。-Seek the best path: the path of the user to enter a few weights, by calculating the final output from a point to a certain point of the shortest path.
<天意> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法storeofstack

说明:栈的顺序存储。通过C语言实现。是正确代码。需帐号下载。多谢合作。-The order of stack storage. Through the C language. Is the correct code. Required to account to download. Thank you for your cooperation.
<李芳> 在 2024-11-20 上传 | 大小:1kb | 下载:0
« 1 2 ... 85 86 87 88 89 9091 92 93 94 95 ... 2656 »

源码中国 www.ymcn.org