资源列表

« 1 2 ... .44 .45 .46 .47 .48 349.50 .51 .52 .53 .54 ... 2656 »

[数据结构常用算法Dijkstra

说明:可以求出最短路径,Dijkstra算法。计算方法,给出主要步骤-You can find the shortest path, Dijkstra algorithm. Calculation method, the main steps are given
<许飞> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法binaryTree

说明:求二叉树中从根结点到叶子节点的路径 //实现功能: //2. 求二叉树中从根结点到叶子节点的路径 //需求分析: //对于二叉树,分别用递归和非递归的方法编写程序完成如下功能: //1. 输出所有的叶子结点的数据项值。 //2. 输出所有从叶子节点到根结点的路径 //3. 输出(2)中的第一条最长的路径 //程序存在的问题:数值只能输入0~9,其他基本满足要求 //测试数据先序输入:124 7 35
<chenxinyuan> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法dynamic-planning

说明:给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2,…,n-1。考察这n个矩阵的连乘积A1A2…An。由于矩阵乘法满足结合律,故计算矩阵的连乘积可以有许多不同的计算次序,这种计算次序可以用加括号的方式来确定。-Given n matrices {A1, A2, ..., An}, where Ai and Ai+1 is a mere of, i = 1,2, ..., n-1. Study the n mat
<庞存岐> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法Monophyletic-shortest-path

说明:Dijkstra提出按各顶点与源点v间的路径长度的递增次序,生成到各顶点的最短路径的算法。既先求出长度最短的一条最短路径,再参照它求出长度次短的一条最短路径,依次类推,直到从源点v 到其它各顶点的最短路径全部求出为止。-Dijkstra proposed by the vertex and the path between the source point v in increasing order of length, to gene
<庞存岐> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法QueensLVB

说明:8皇后问题.LVB以及随机算法。 .C文件-8 queens problem. LVB and random algorithms. . C file
<xmubingo> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法c

说明:在图论中经常会遇到这样的问题,在一个有向图里,求出任意两个节点之间的最短距离。我们在离散数学、数据结构课上都遇到过这个问题,在计算机网络里介绍网络层的时候好像也遇到过这个问题,记不请了... 但是书本上一律采取的是Dijkstra算法,通过Dijkstra算法可以求出单源最短路径,然后逐个节点利用D -single source shortest path problem of dynamic programming algorit
<monsm> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法stingcombin

说明:给定一个字符串,要求判断它是否能由其它两个字符串合并而成。当两个字符串合并成一个新的字符串时,新串的字符顺序必须与原串中的顺序相一致。 -Given a string, it is required to determine whether the merger by the other two strings. When two strings into a new string, the string of characters
<irene> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法SqLis

说明:线性表的顺序存储表示(结构)及实现,提供 顺序存储表示的资料-Stored in the order that the linear form (structure) and implementation, to provide that information stored in the order
<yxj> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法87715470number

说明:这个是C语言从文件读入整数 N, 然后读入N*( N+1)矩阵,得到解并输出到文件中。-This is read from the file into the C language integer N, and then read into the N* (N+1) matrix, the solution and get the output to a file.
<lixin> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法sequential

说明:用C++面向对象语言实现合并两个顺序表的操作,其结果有序,并按照顺序排列显示。-In C++ object-oriented languages ​ ​ in order to achieve merging the two operating tables, the results of an orderly and follow the order shown.
<_mailying> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法maze

说明:数据结构课程设计中,关于对迷宫求解的源代码。-Data structure course design, on the source code for solving the maze.
<dfgd> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法zhan-shixian-shuzhi-zhuanhuan

说明:数据结构试验报告 用栈实现数值之间的转换-Stack test report with data structures to achieve the conversion between the value
<liuwei> 在 2025-01-19 上传 | 大小:1kb | 下载:0
« 1 2 ... .44 .45 .46 .47 .48 349.50 .51 .52 .53 .54 ... 2656 »

源码中国 www.ymcn.org