资源列表

« 1 2 ... .57 .58 .59 .60 .61 2462.63 .64 .65 .66 .67 ... 2656 »

[数据结构常用算法IFS

说明:迭代加深搜索,实质上是限定下界的深度优先搜索。即首先允许深度优先搜索K层,若没有发现可行解,再将K+1后 重复以上步骤搜索,直到搜索到可行解。-Iterative Deepening Search
<杨晶城> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法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

[数据结构常用算法QuikSort

说明:数据结构与算法导论实验课的实验,实现快速排序-Data Structures and Algorithms Introduction to experiment course experiments, fast sorting
<Linecho> 在 2024-11-07 上传 | 大小:420864 | 下载: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
<Anwei> 在 2024-11-07 上传 | 大小:2048 | 下载:0

[数据结构常用算法kspxdfcz

说明:数据结构,快速排序算法,快速排序并对分查找-Fast sorting algorithm Quicksort and binary search
<浦健> 在 2024-11-07 上传 | 大小:3349504 | 下载: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

[数据结构常用算法prim

说明:普里姆(Prim)算法是一种构造性算法。用于求最小生成树。-Prim algorithm is used for solving the minimum spanning tree.
<小小> 在 2024-11-07 上传 | 大小:2048 | 下载:0

[数据结构常用算法Kruskal

说明:kruskal算法是一种求加权连通图的最小生成树的算法。-kruskal algorithm is a weighted connected graph minimum spanning tree algorithm.
<小小> 在 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
« 1 2 ... .57 .58 .59 .60 .61 2462.63 .64 .65 .66 .67 ... 2656 »

源码中国 www.ymcn.org