-
labview之应用共享变量编程实例及说明,非常详细。
labview之应用共享变量编程实例及说明,非常详细。-Application of LabVIEW shared variable programming examples and explanations in great detail.
- 2022-03-20 20:23:32下载
- 积分:1
-
[输入]
图的顶点个数N,图中顶点之间的关系及起点A和终点B
[输出]
若A到B无路径,则输出“There is no path” 否则输出A到B路...
[输入]
图的顶点个数N,图中顶点之间的关系及起点A和终点B
[输出]
若A到B无路径,则输出“There is no path” 否则输出A到B路径上个顶点
[存储结构]
图采用邻接矩阵的方式存储。
[算法的基本思想]
采用广度优先搜索的方法,从顶点A开始,依次访问与A邻接的顶点VA1,VA2,...,VAK, 访问遍之后,若没有访问B,则继续访问与VA1邻接的顶点VA11,VA12,...,VA1M,再访问与VA2邻接顶点...,如此下去,直至找到B,最先到达B点的路径,一定是边数最少的路径。实现时采用队列记录被访问过的顶点。每次访问与队头顶点相邻接的顶点,然后将队头顶点从队列中删去。若队空,则说明到不存在通路。在访问顶点过程中,每次把当前顶点的序号作为与其邻接的未访问的顶点的前驱顶点记录下来,以便输出时回溯。
#include
int number //队列类型
typedef struct{
int q[20]
-[imported] map of the number of vertices N, Vertex map of the relationship between the starting point and end point A and B [output] if A to B without path then exporting "There is no path" Otherwise output A to B on the path vertices [storage structure] plan adopted adjacency matrix of storage. [Algorithm for the basic idea] BFS way from the vertex A, A visit followed with adjacent vertices VA1, VA2 ,..., VAK, visiting times, if not visit B, continue to visit with the VA1 adjacent vertices VA11, VA12 ,..., VA1M. VA2 and then
- 2022-01-25 22:50:29下载
- 积分:1
-
The explain of C4.5 document(data type,run environment)
C4.5文档说明(数据类型,运行环境)-The explain of C4.5 document(data type,run environment)
- 2022-07-05 10:27:10下载
- 积分:1
-
Site traffic too, IIS use up a lot of resources, this is a small program to rest...
网站流量太大,IIS占用大量资源,这是个IIS重启小程序,可以自己设定时间,IIS重启约费时20秒-Site traffic too, IIS use up a lot of resources, this is a small program to restart IIS, you can set up their own time, IIS restart about 20 seconds time-consuming
- 2022-08-07 00:47:19下载
- 积分:1
-
使用Delphi操作Excel的例子。
功能是从一个excel文件中删除另外一个excel文件已经存在的内容。...
使用Delphi操作Excel的例子。
功能是从一个excel文件中删除另外一个excel文件已经存在的内容。-Operation Excel using Delphi examples. Function is from one excel document excel delete a file already exists the contents.
- 2022-03-31 05:09:08下载
- 积分:1
-
西门子provade通讯代码Sample_VC.rar,版本6.0
西门子provade通讯代码Sample_VC.rar,版本6.0-Siemens Communications provade code Sample_VC.rar, version 6.0
- 2022-01-25 23:38:37下载
- 积分:1
-
这是一个可以用在公司的工资单系统。
This a payroll system which can be used in companies.-This is a payroll system which can be used in companies.
- 2023-08-05 09:55:03下载
- 积分:1
-
现在好了,您可以通过,易家自助建站平台方便地建立网站;强大的网站管理系统,只要会打字,就可随时管理网站内容!
只要您会打字就可轻松拥有一个属于自己的商务...
现在好了,您可以通过,易家自助建站平台方便地建立网站;强大的网站管理系统,只要会打字,就可随时管理网站内容!
只要您会打字就可轻松拥有一个属于自己的商务网站,全方位展示你的产品,在线订购,轻松管理。建网站就是这么简单!-good now, and you can easily help themselves to the establishment of the station platform website; Powerful Web site management system, so long as typing, can be ready to manage site content! As long as you can be typed easily own a business website, displayed in all aspects of your products, online ordering, easy management. Construction site is so simple!
- 2022-07-14 01:24:34下载
- 积分:1
-
是一种播放器安装软件,播放效果很好,支持添加已有文件,在线搜索歌曲,歌词显示等...
是一种播放器安装软件,播放效果很好,支持添加已有文件,在线搜索歌曲,歌词显示等-Is a player to install the software, play well, there are documents to support the add, online search for songs, lyrics display
- 2023-06-09 10:40:04下载
- 积分:1
-
一个简单的小工具,是自己开发的,还没有完成,希望高手可以继续完成...
一个简单的小工具,是自己开发的,还没有完成,希望高手可以继续完成-a simple little tool, developed by ourselves, is not finished, and hope that the experts can continue to completion
- 2022-03-18 07:41:12下载
- 积分:1