资源列表

« 1 2 ... .82 .83 .84 .85 .86 2587.88 .89 .90 .91 .92 ... 2656 »

[数据结构常用算法

说明:找到二叉排序树T中小于x的最大元素和大于x的最小元素(Find the maximum element less than x in the two fork sort tree T and the smallest element larger than the X)
<乘龙千里> 在 2025-06-29 上传 | 大小:3.94mb | 下载:0

[数据结构常用算法

说明:.假设含n个记录的序列中,其所有关键字为值介于v和w之间的整数,且其中很多关键字的值是相同的。则可按如下方法进行排序:另设数组number[v…w]且令number[i]统计关键字取整数i的记录数,之后按number重排序列以达到有序。试编写算法实现上述排序方法?(Suppose that in a sequence containing n records, all the keywords are integers between V and W, and many of them are
<乘龙千里> 在 2025-06-29 上传 | 大小:605kb | 下载:0

[数据结构常用算法

说明:编写相邻两趟是反方向起泡的冒泡排序算法,排序算法(Preparation of two adjacent bubble sort algorithm is the opposite direction of the bubble)
<乘龙千里> 在 2025-06-29 上传 | 大小:792kb | 下载:0

[数据结构常用算法

说明:1、用键盘输入一字符序列,存入一字符数组中; 2、利用堆栈判断其是否中心对称(回文数据),并输出结果。(1. Input a character sequence with a keyboard and put into an array of characters. 2, use the stack to judge whether it is central symmetric (the palindrome data) and output the result.)
<乘龙千里> 在 2025-06-29 上传 | 大小:4.85mb | 下载:0

[数据结构常用算法Dijkstra算法(类)

说明:应用于路径规划的dijkstra算法,可找到最优路径,但运算速度较慢(The Dijkstra algorithm used in path planning can find the optimal path, but the operation speed is slow)
<llllsb> 在 2025-06-29 上传 | 大小:1.32mb | 下载:0

[数据结构常用算法数据结构

说明:利用数据结构进行多项式运算,以及校园导图(Using data structure to perform polynomial operation and campus map)
<李大傻> 在 2025-06-29 上传 | 大小:1.71mb | 下载:0

[数据结构常用算法魔王语言

说明:有一个魔王总是使用自己的一种非常精练而抽象的语言讲话,没有人能昕得懂,但他的语言是可以逐步解释成人能听懂的语言,因为他的语言是由以下两种形式的规则由人的语言逐步抽象上去的: (1) (2) 在这两种形式中,从左到右均表示解释。试写一个魔王语言的解释系统,把他的话解释成人能听得懂的话。(my English is very bed,I don't know how to say it)
<醉天> 在 2025-06-29 上传 | 大小:17kb | 下载:0

[数据结构常用算法Debug

说明:用该代码可以实现数据结构中实现字符串的问题(Using this code to implement a string in a data structure)
<archeryy> 在 2025-06-29 上传 | 大小:655kb | 下载:0

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

说明:霍夫曼编码使用变长编码表对源符号(如文件中的一个字母)进行编码,其中变长编码表是通过一种评估来源符号出现机率的方法得到的,出现机率高的字母使用较短的编码,反之出现机率低的则使用较长的编码,这便使编码之后的字符串的平均长度、期望值降低,从而达到无损压缩数据的目的。(Huffman Hoffman uses a variable length encoding encoding encoding table of source symbols (such as file in a letter) f
<one1234> 在 2025-06-29 上传 | 大小:861kb | 下载:0

[数据结构常用算法决策树java代码1

说明:决策树可对数据进行分类,选出最大增益属性。(Decision tree can be classified data, select the maximum gain attribute.)
<格格啊> 在 2025-06-29 上传 | 大小:16kb | 下载:0

[数据结构常用算法Cplex1

说明:关于经济规划的Cplex程序 可以和matlab联合仿真(The Cplex program on economic planning can be combined with MATLAB)
<Musk> 在 2025-06-29 上传 | 大小:1kb | 下载:0

[数据结构常用算法QuickSort

说明:改进的基于c++的快速排序算法排序算法大体可分为两种:     一种是比较排序,时间复杂度O(nlogn) ~ O(n^2),主要有:冒泡排序,选择排序,插入排序,归并排序,堆排序,快速排序等。     另一种是非比较排序,时间复杂度可以达到O(n),主要有:计数排序,基数排序,桶排序等。(Improved fast sorting algorithm based on C ++)
<zuijiaoluo> 在 2025-06-29 上传 | 大小:3.21mb | 下载:0
« 1 2 ... .82 .83 .84 .85 .86 2587.88 .89 .90 .91 .92 ... 2656 »

源码中国 www.ymcn.org