-
利用产生式推理识别若干动物,动物种类有:虎,豹,长颈鹿等...
利用产生式推理识别若干动物,动物种类有:虎,豹,长颈鹿等-use production identification number reasoning animal, a species : the tiger, leopard, giraffe, etc.
- 2022-03-16 02:23:20下载
- 积分:1
-
一个小型图书管理系统,用PHP和MYSQL实现,可以帮助初学者很快入门,进入实战!...
一个小型图书管理系统,用PHP和MYSQL实现,可以帮助初学者很快入门,进入实战!-A small library management system, using PHP and MYSQL implementation, beginners can quickly assist entry into the battle!
- 2023-02-23 14:40:03下载
- 积分:1
-
fft源程序
fft源程序-fft source
- 2023-05-13 18:15:02下载
- 积分:1
-
用于实现上面应用程序的相关数据集.是matlab数据文件格式的
用于实现上面应用程序的相关数据集.是matlab数据文件格式的-used to achieve the above applications related data sets. Matlab is the data file format
- 2023-04-15 11:10:03下载
- 积分:1
-
一个用于生成LED点阵屏幕所需的任意汉字的点阵信息工具。
一个用于生成LED点阵屏幕所需的任意汉字的点阵信息工具。-used to produce a lattice LED screen for arbitrary characters lattice information tool.
- 2023-04-14 13:40:03下载
- 积分: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
-
自己做的课程设计,传上来和大家分享,如果谁能用到就用啊...
自己做的课程设计,传上来和大家分享,如果谁能用到就用啊-zijizuode kechengsheji
- 2022-02-05 08:34:31下载
- 积分:1
-
msp 温控的代码,精度不太高。但是,比较简易的代码。
msp 温控的代码,精度不太高。但是,比较简易的代码。-msp temperature control of the code, not too high accuracy. However, the relatively simple code.
- 2022-03-18 01:58:43下载
- 积分:1
-
土木工程中无应力时长度计算程序,可按内容适当作修改再应用于不同的地方...
土木工程中无应力时长度计算程序,可按内容适当作修改再应用于不同的地方-civil engineering at length without stress calculation procedures can be revised as appropriate then applied to different places
- 2023-08-11 10:20:03下载
- 积分:1
-
剪贴板编程的例子
剪贴板编程的例子-clipboard programming examples
- 2022-04-02 02:38:43下载
- 积分:1