-
1, procedures achieved by the function : 2, the right to establish a good map ca...
1、 程序所实现的功能: 2、 对建立好的无权图,可以找到从某个顶点出发到其他所有顶点的最短路径 3、 程序的输入 4、 要创建的图的信息,本算法采用邻接矩阵表示图;以及遍历开始的顶点的信息 5、 程序的输出 6、 分行输出从给定点到其他各个定点的最短路径上的顶点信息。-1, procedures achieved by the function : 2, the right to establish a good map can be found starting from a certain point to all other nodes in the shortest path three, four input procedures, the setting up of the map information, the algorithm uses adjacency matrix diagram; Traversing the start of the peak information 5, 6 program output, the output from the branches to each other sentinel to the shortest path sentinel on the vertex information.
- 2022-02-04 04:04:21下载
- 积分:1
-
C#与三菱Q系列PLC串口通讯
C#与三菱Q系列PLC串口通讯源代码,使用Microsoft Vistual 2010开发,调用第三方提供的动态链接库,测试通过,性能相当稳定。
- 2022-03-01 08:50:00下载
- 积分:1
-
Markov chain is the original code, you can use C language! !
这是马尔可夫链的原代码,可以用C语言实现-Markov chain is the original code, you can use C language! !
- 2022-12-23 19:00:03下载
- 积分:1
-
Thinking in c++ 2th vol2 Part 1 chapter 1 Exercises
Thinking in c++ 2th vol2 Part 1 chapter 1 Exercises (ex01--ex11) code.
- 2022-11-11 00:00:04下载
- 积分:1
-
屏幕录像
说明: 屏幕录像模块。本程序中可以录像、抓图。设置录像存储路径及光标是否显示。(Screen recording module. This program can record and capture pictures. Set whether the recording storage path and cursor are displayed.)
- 2020-03-13 23:25:20下载
- 积分:1
-
个人流水账管理系统。可以管理个人的开支情况!
个人流水账管理系统。可以管理个人的开支情况!-Personal running account management system. Can manage the expenditure of individuals!
- 2022-11-06 00:10:04下载
- 积分:1
-
串口调试助手源代码
串口调试源代码,这是我用得最多的串口调试工具,源代码用Visual c++6.0编写,代码有很好的学习参考价值,值得推荐~
- 2023-05-08 10:40:03下载
- 积分:1
-
北京市地铁票价查询
可用于查询北京市地铁票价,界面用mfc写的,可用于查询北京市地铁票价,界面用mfc写的,可用于查询北京市地铁票价,界面用mfc写的,可用于查询北京市地铁票价,界面用mfc写的,可用于查询北京市地铁票价,界面用mfc写的,可用于查询北京市地铁票价,界面用mfc写的
- 2022-04-17 03:04:30下载
- 积分:1
-
图像去燥处理
利用中值滤波和均值滤波 高斯滤波实现对图像的滤波处理,使得图像更加的质量优异。
- 2022-06-21 17:53:51下载
- 积分:1
-
simple calculator.
calculator.
完全c语言编写。
编写一个具有加、减、乘、除四则运算功能的计算器程序。为了更容易实现,我们在计算器中使用逆波兰表达法代替普通的中辍表示法。在逆波兰表示法中,所有运算符都跟在操作数的后面。
- 2022-01-26 01:05:56下载
- 积分:1