资源列表
[数据结构常用算法] greedy-algorithm
说明:贪婪算法从文件输入一个高精度正整数N,去掉其中任意S个数后剩下的数字按原左右次序将组成一个新的正整数。编程对给定的N和S,寻找一种方案使得剩下的数字组成最小的新数。 输出得到的新正整数 -greedy algorithmEnter a high precision the file is an integer N, remove any of the number of S after the number of the left and right in order to form<cxd> 在 2025-06-17 上传 | 大小:26kb | 下载:0
[数据结构常用算法] Buiness
说明:采用回溯法解决经典的商人过河问题,特色是可以让用户随意设定商人和仆人的数量(商人数大于仆人数)。-Use backtracking to solve the classic businessman river issues, This program allows users to freely set the number of merchants and servants (trade number is greater than the number of servant).<Anwei> 在 2025-06-17 上传 | 大小:2kb | 下载:0
[数据结构常用算法] jisuanchurudu
说明:数据结构,cyuyan 计算数组的出度和入度。-Data structures, arrays calculate the degree and in-degree.<浦健> 在 2025-06-17 上传 | 大小:172kb | 下载:0
[数据结构常用算法] HaffumanCode
说明:根据赫夫曼算法求赫夫曼树,根据赫夫曼树求赫夫曼编码-According to Huffman tree Huffman coding requirements<小小> 在 2025-06-17 上传 | 大小:2kb | 下载:0
[数据结构常用算法] DijkstraPath
说明:Dijkstra算法是由E.W.Dijkstra于1959年提出,又叫迪杰斯特拉算法,它应用了贪心算法模式,是目前公认的最好的求解最短路径的方法。-Dijkstra algorithm greedy algorithm mode, is widely recognized as the best method for solving the shortest path.<小小> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] criticalpath
说明:关键路径法(CPM)是一种用来预测总体项目历时的项目网络分析工具-Critical Path Method (CPM) is a program used to predict the overall duration of the project network analysis tools<小小> 在 2025-06-17 上传 | 大小:3kb | 下载:0
[数据结构常用算法] DFA--TO--NFA--simpleDFA
说明:程序实现的是编译原理中的NFA到DFA的转换(使用子集构造法)。以及使用等价划分算法实现的DFA的简化-Realize the principle is to compile the NFA to DFA conversion (using the subset construction). As well as simplify the use of equivalence partitioning algorithm to achieve the DFA<张鹏飞> 在 2025-06-17 上传 | 大小:3kb | 下载:0