-
Delphi中ListBox控件的六种特效
listbox组件的六种特效, 在实际编程中的使用。(The six special effects of listbox in Delphi.)
- 2018-04-28 17:13:08下载
- 积分:1
-
主控程序,协调内存,cpu直间缓存操作
主控程序,协调内存,cpu直间缓存操作-control procedures, coordination of memory, cpu cache operation between straight
- 2022-02-12 22:20:26下载
- 积分:1
-
cmake-3.18.0
说明: 下载好的cmake安装包,外网下载速度贼慢,分享给大家(Download the good cmake installation package. The download speed of the Internet is slow. Share it with you)
- 2020-06-27 23:10:34下载
- 积分:1
-
ORCAD的库文件,不可多得的咚咚,初学者见到的
ORCAD的库文件,不可多得的咚咚,初学者见到的-ORCAD library documents, rare咚咚, beginner to see
- 2022-10-13 02:40:03下载
- 积分:1
-
实用的DOS系统工程,深入讲解DOS的操作过程
实用的DOS程序,包含细致入微的讲解,循序渐进的深入,让你成为DOS高手...
实用的DOS系统工程,深入讲解DOS的操作过程
实用的DOS程序,包含细致入微的讲解,循序渐进的深入,让你成为DOS高手
-DOS practical engineering, in-depth course on the operation of DOS" s DOS utility program, included on the meticulous, step-by-step in depth, so that you become a master DOS
- 2022-05-25 19:56:51下载
- 积分:1
-
华为公司的软件编程设计规范、以及软件编程代码书写范例。...
华为公司的软件编程设计规范、以及软件编程代码书写范例。-Huawei software programming design specifications, and software written in programming code examples.
- 2022-07-10 02:15:45下载
- 积分:1
-
Delphi ShellExecuteHook 源码示例
Delphi ShellExecuteHook 源码示例,添加Url执行挂钩,释放资源到文件,定位资源,锁定内存,建立文件,写入文件,添加Hook,URL 执行挂钩 作者:By 麻子。
- 2023-09-02 06:30:04下载
- 积分:1
-
Control Systems Engineering 7th Edition 2015
说明: control system engineering ogata
- 2020-06-18 22:00:01下载
- 积分:1
-
迅捷PDF转换器(附注册机)v6.8破解_207@255680
迅捷PDF转换器(附注册机)v6.8破解(Fast PDF converter (attached register machine) v6.8 crack)
- 2017-12-02 19:33:57下载
- 积分: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