-
C语言精彩编程很好的资料
C语言精彩编程很好的资料-C Programming Language wonderful good information
- 2023-03-27 01:55:04下载
- 积分:1
-
gprom语言,TMB真实移动床色谱模拟程序。
gprom语言,TMB真实移动床色谱模拟程序。-gprom language, TMB true moving bed chromatography simulation program.
- 2022-04-09 01:58:37下载
- 积分:1
-
阿拉伯语字体包括4个字库,做软件开发或嵌入式使用
阿拉伯语字体包括4个字库,做软件开发或嵌入式使用-Arabic fonts including four font, do software development or embedded use
- 2022-03-14 06:34:40下载
- 积分:1
-
Entirely in C language staff management system, not too intelligent interface, b...
完全用C语言编写的员工管理系统,界面不太智能化,但可以做为一个参考!-Entirely in C language staff management system, not too intelligent interface, but can be used as a reference!
- 2022-04-11 20:23:55下载
- 积分:1
-
某公司的生产销售管理系统源代码.vc++环境.access数据库,需要设置数据源.是相当专业的行业软件.要下的动作快!...
某公司的生产销售管理系统源代码.vc++环境.access数据库,需要设置数据源.是相当专业的行业软件.要下的动作快!-a company in the production and sale of the source code management system. Vc environment. Access databases, the need for data sources. is a professional software industry. to the fast action!
- 2022-02-15 20:53:45下载
- 积分:1
-
河北工业大大一至大二学期,课程设计源码,课程题目是猜字游戏,希望对大家有所帮助,特别是河北工业大学的同学。...
河北工业大大一至大二学期,课程设计源码,课程题目是猜字游戏,希望对大家有所帮助,特别是河北工业大学的同学。-failed to translate
- 2022-03-18 08:22:13下载
- 积分:1
-
一个含窗体分栏和树控菜单的软件界面
一个含窗体分栏和树控菜单的软件界面源码,应该是一个窗体设计布局方面的制作实例吧,在窗口中应用了分栏显示技术,以及树形菜单的应用技术,并且还包括有TAB分栏切换的功能,这些虽然很小的功能,但在窗口中的应用是十分实用的,值得学习哦。
- 2022-02-22 00:43:49下载
- 积分:1
-
在Linux/Unix平台下,用C语言编写一个进程通信的程序,理解fork()等一些系列系统函数的正确使用和工作原理,学会设计基本的进程通信程序。...
在Linux/Unix平台下,用C语言编写一个进程通信的程序,理解fork()等一些系列系统函数的正确使用和工作原理,学会设计基本的进程通信程序。-in Linux/Unix platform using C language of a process of communication procedures, understanding fork () and some other family functions and the use of the correct principle, learn the basic process design communication program.
- 2022-04-08 09:22:57下载
- 积分:1
-
桥梁结构分析的程序,可以模拟施工过程,可以考虑混凝土的收缩、徐变,湖南大学的牛人编制,国内基于这个程序开发的桥梁软件已经出现...
桥梁结构分析的程序,可以模拟施工过程,可以考虑混凝土的收缩、徐变,湖南大学的牛人编制,国内基于这个程序开发的桥梁软件已经出现-bridge structure analysis procedures can simulate the construction process, we can consider concrete shrinkage, creep, Hunan University of cattle were prepared, based on the internal procedures of the bridge software development has emerged
- 2023-06-27 10:50:04下载
- 积分: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