资源列表
[数据结构常用算法] Symbol-triangle
说明:符号三角形问题,共同学习研究,有不足之处还请指出-Symbol triangle problem, common study, also requested the inadequacies pointed out<徐昌> 在 2025-06-17 上传 | 大小:4.65mb | 下载:0
[数据结构常用算法] Backtracking
说明:回溯法,根据解空间树的结构,判断出结果集,不足之处还请指出-Backtracking, according to the tree structure of the solution space, determine the result set, inadequacies also please indicate<徐昌> 在 2025-06-17 上传 | 大小:4.98mb | 下载:0
[数据结构常用算法] Optimal-scheduling
说明:最佳调度,算法分析中很重要的一种处理方法,通过比较最终数值大小,得出结果-Best scheduling algorithm analysis an approach by comparing the final value of the size, the results<徐昌> 在 2025-06-17 上传 | 大小:4.93mb | 下载:0
[数据结构常用算法] Best-service-order
说明:思路是最短服务时间优先,先将服务时间排序,然后注意后面的等待服务时间既包括等待部分,也包括服务部分。-The idea is shortest service time priority, first service time Sort, then pay attention to the back of the waiting time both waiting for the part, and also includes the services section.<徐昌> 在 2025-06-17 上传 | 大小:6.11mb | 下载:0
[数据结构常用算法] calacomplie
说明:设计多个类,实现整数算术表达式的翻译与计算,其中包括: 1. 识别输入字符串中的整数和各种运算符号 2. 判断输入字符串是否满足整数算术表达式的语法规则 3. 对满足语法规则的字符串,采用递归下降分析法、LL(1)分析法、优先分析法或LR分析法,建立输入字符串的语法树 4. 根据语法树,将输入字符串翻译成中间的四元式代码表示 5. 根据四元式代码,计算整个表达式的值并输出 6. 设计合理的输入、输出界面-A program to calculate the result<kelvin> 在 2025-06-17 上传 | 大小:3kb | 下载:0
[数据结构常用算法] IJIGSP-V3-N3-2
说明:Active contours or \snakes" can be used to segment objects automatically. The basic idea is the evolution of a curve, or curves subject to constraints from the input data. The curve should evolve until its boundary segments the object of intere<patel> 在 2025-06-17 上传 | 大小:240kb | 下载:0
[数据结构常用算法] Exercise-1
说明:Understanding a Secret Message You have just intercepted an encoded message.<Sasha> 在 2025-06-17 上传 | 大小:193kb | 下载:0
[数据结构常用算法] FW
说明:Floyd算法又称为弗洛伊德算法,插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法。该算法名称以创始人之一、1978年图灵奖获得者、斯坦福大学计算机科学系教授罗伯特·弗洛伊德命名。-Floyd algorithm, also known as Freud algorithm, the insertion point method is an algorithm used to find the shortest path between vertices given weighted g<liming> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Floyd-Warshall
说明:Floyd算法又称为弗洛伊德算法,插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法-Floyd algorithm, also known as Freud algorithm, the insertion point method is an algorithm used to find the shortest path between vertices given weighted graph. The algorithm name to one of the founders,<liming> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] HEAPSORT
说明:在计算机内部排序的各种算法中 ,用比较大小的方法进行排序时间耗费的最好特性为 O(nlog2 n) ,最坏情况下还会上升到 O(n2 ) [1] 。要达到其理论下界log2 n1≈ nlog2 n- 1.4 4 n是非常困难的。Hashsort 一种散列排序方法-The best features of the computer' s internal sorting algorithm, the sort of time-consuming method of comparative s<liming> 在 2025-06-17 上传 | 大小:1kb | 下载:0