资源列表
[数据结构常用算法] 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 le<cxd> 在 2024-11-07 上传 | 大小:26624 | 下载:0
[数据结构常用算法] jisuanchurudu
说明:数据结构,cyuyan 计算数组的出度和入度。-Data structures, arrays calculate the degree and in-degree.<浦健> 在 2024-11-07 上传 | 大小:176128 | 下载:0
[数据结构常用算法] HaffumanCode
说明:根据赫夫曼算法求赫夫曼树,根据赫夫曼树求赫夫曼编码-According to Huffman tree Huffman coding requirements<小小> 在 2024-11-07 上传 | 大小:2048 | 下载:0
[数据结构常用算法] DijkstraPath
说明:Dijkstra算法是由E.W.Dijkstra于1959年提出,又叫迪杰斯特拉算法,它应用了贪心算法模式,是目前公认的最好的求解最短路径的方法。-Dijkstra algorithm greedy algorithm mode, is widely recognized as the best method for solving the shortest path.<小小> 在 2024-11-07 上传 | 大小:1024 | 下载:0
[数据结构常用算法] criticalpath
说明:关键路径法(CPM)是一种用来预测总体项目历时的项目网络分析工具-Critical Path Method (CPM) is a program used to predict the overall duration of the project network analysis tools<小小> 在 2024-11-07 上传 | 大小:3072 | 下载: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 achi<张鹏飞> 在 2024-11-07 上传 | 大小:3072 | 下载:0