资源列表

« 1 2 ... .41 .42 .43 .44 .45 1846.47 .48 .49 .50 .51 ... 2656 »

[数据结构常用算法sy_4

说明:对于给定的一个工程施工图,该图以边为单位从键盘输入,编写能够找出该图的关键路径的程序。-the shortest route
<chenzhiyong> 在 2024-10-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法two-side

说明:双端堆算法模板,是学习bellman最短路算法的基础入门模板,简单易懂。-the bellman algorithm template is learning the fundamentals of bellman s shortest path algorithm template, easy to understand.
<刘鹏> 在 2024-10-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法C-P-P-circular-queue

说明:完整的一段C++的循环队列实现,有详细的注释-Complete a section of C++ circular queue implementation, with detailed comments
<邹威威> 在 2024-10-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法shujujiegouhesuanfa

说明:涵盖了数据结构的大部分的内容,是一部不错的数据结构方面的书籍。可以看看的-Covers most of the content of data structure, data structure is a good books. Can see the
<poleonNa> 在 2024-10-03 上传 | 大小:394240 | 下载:0

[数据结构常用算法example33

说明:使用标准C采用数组实现栈的非递归算法进行迷宫问题的求解-Demo C program for maze It shows how to realize stack using standard C
<林镇安> 在 2024-10-03 上传 | 大小:3072 | 下载:0

[数据结构常用算法longdistanse

说明:最短路径问题是图论研究中的一个经典算法问题, 旨在寻找图(由结点和路径组成的)中两结点之间的最短路径。 算法具体的形式包括:   确定起点的最短路径问题 - 即已知起始结点,求最短路径的问题。   确定终点的最短路径问题 - 与确定起点的问题相反,该问题是已知终结结点,求最短路径的问题。在无向图中该问题与确定起点的问题完全等同,在有向图中该问题等同于把所有路径方向反转的确定起点的问题。   确定起点终点的最短路径问题 - 即已知起点和终
<wangzhongwei> 在 2024-10-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法knapsack-problem

说明:原创,背包问题的四种解法,回溯法,动态规划法,以及两种蛮力法,C++代码,编译运行通过,结果正确,可以比较各种方法的效率。-The original, four solutions of the knapsack problem, backtracking, dynamic programming, and two brute force method, C++ code, compile, run through, the resul
<ZLS> 在 2024-10-03 上传 | 大小:2451456 | 下载:0

[数据结构常用算法String-matching

说明:这是一个实现字符匹配的代码,使用kmp算法实现字符匹配。-This is a realization of matching characters code, use KMP algorithm matching characters.
<王宁> 在 2024-10-03 上传 | 大小:569344 | 下载:0

[数据结构常用算法Huffman!

说明:这是一个用数据结构实现的哈弗曼数的实现代码。-This is a data structure with the realization of the realization of the code number of mann corner.
<王宁> 在 2024-10-03 上传 | 大小:593920 | 下载:0

[数据结构常用算法yuesefu

说明:循环链表写的约瑟夫环求解问题,输入人数及出圈数-Circular linked list written by Josephus solving problems
<陈天> 在 2024-10-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法yiyuanduoxiangshi

说明:C/C++链表构造一元多项式求和.数据结构,学习数据结构的重要代码-In C/C++ linked list construct a polynomial sum of data structures, learning data structures code
<郭靖> 在 2024-10-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法shujujiegou

说明:数据结构C语言描述,学习数据结构的好材料,深入学习计算机知识的好方法,学习算法知识的好基础-C language descr iption of the data structure, data structure of good material to learn in-depth study of computer knowledge, learning algorithm is a good basis of knowledge
<郭靖> 在 2024-10-03 上传 | 大小:20259840 | 下载:0
« 1 2 ... .41 .42 .43 .44 .45 1846.47 .48 .49 .50 .51 ... 2656 »

源码中国 www.ymcn.org