资源列表

« 1 2 ... .88 .89 .90 .91 .92 493.94 .95 .96 .97 .98 ... 2656 »

[数据结构常用算法yanghuisanjiao

说明:再给大家提供一个数据结构练习的程序,用队列实现了杨辉三角,有兴趣研究下-U.S. to give practice to provide a data structure of the procedure, with the Yang Hui triangle queue realize, are interested in study
<孙斌> 在 2025-01-23 上传 | 大小:100kb | 下载:0

[数据结构常用算法nbl

说明:中缀表达式到逆波兰式转换的程序代码,学习数据结构的可以-Infix expression to Reverse Polish conversion of program code, learning data structures can be
<zhiyou> 在 2025-01-23 上传 | 大小:2kb | 下载:0

[数据结构常用算法LookUpDictionary

说明:一个快速,高效的字典查询软件。采用改进的红黑树的搜索算法。-A fast, efficient software dictionary query. Improved red and black tree search algorithm.
<Liberty> 在 2025-01-23 上传 | 大小:288kb | 下载:0

[数据结构常用算法swiftordering

说明:从数组中 任取一个元素 p (可随机取,现在以取第一个为例).以P作为主元,对数组 进行划分 ,前一部分小于 P,后一部分 大于p.最后划分处存储p,然后分别对划分后的前一部分和后一部分递归调用. 算法平均时间复杂度: O(nlogn) -Any check from the array element p (can be random access, and now to take the first example). To
<朱洁> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法integratingordering

说明:归并排序:将数组划分为小数组,通过局部的有序合并,解决问题 算法平均时间复杂度: O(nlogn) -Merging Sort: The array is divided into a small array, in an orderly manner through the partial merger, the average time algorithm to solve the problem complexity: O
<朱洁> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法ordering3

说明:自底向上排序:思想: 将数组的个部分,两两有序数组进行合并 算法平均时间复杂度: O(nlogn) -Bottom-up sequencing: thinking: The array of parts 22 in an orderly array merge algorithm for the average time complexity: O (nlogn)
<朱洁> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法ordering4

说明:堆排序:思想: 用二叉树的结构来表示数组,及用数组来表示二叉树的结构,比如i为父节点其孩子为,2i,和2i+1.其中,大顶堆中 父节点大于其两个孩子 算法平均时间复杂度: O(nlogn) -HEAPSORT: thinking: using binary tree structure to express the array, and used to express an array of binary tree struct
<朱洁> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法ordering5

说明:基数排序:思想:先从数据的低位开始,进行分配,分成10个空间,分别存储位为,0,1,2,3...9 重复的对次地位操作,知道预定的高位,排序完成-Radix Sort: thinking: from data low starting distribution, divided into 10 space, storage spaces, respectively, for 0,1,2,3 ... repeated 9 times
<朱洁> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法Dijkstra

说明:图论中典型的搜索算法——Dijkstra最小路径-Graph Theory typical search algorithm- Dijkstra minimum path
<iltomzhang> 在 2025-01-23 上传 | 大小:2kb | 下载:0

[数据结构常用算法cvery_912533

说明:VB函数库大全,包含VB编程中所需的函数,比较全-Encyclopedia of VB function library that contains VB programming functions required to compare the whole
<zxl-snow> 在 2025-01-23 上传 | 大小:491kb | 下载:0

[数据结构常用算法eight_Nnumber_Puzzal

说明:用C++语言实现的八数码问题,A*算法。-With C++ Language realize eight digital problem, A* algorithm.
<> 在 2025-01-23 上传 | 大小:1.12mb | 下载:0

[数据结构常用算法sort_s

说明:一个小型的排序算法,使用了泛型算法等知识,对初学泛型有帮助-A small sorting algorithm, the use of a generic algorithm knowledge of generic beginner help
<zhu> 在 2025-01-23 上传 | 大小:440kb | 下载:0
« 1 2 ... .88 .89 .90 .91 .92 493.94 .95 .96 .97 .98 ... 2656 »

源码中国 www.ymcn.org