-
串口程序 可以接受串口数据并进行数据处理和显示 是一个不错的数据终端...
串口程序 可以接受串口数据并进行数据处理和显示 是一个不错的数据终端-Serial procedures can accept serial data and data processing and display is a good data terminal
- 2023-06-02 21:45: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
-
24点游戏,DOS终端环境。
xuruoyu@gmail.com
24点游戏,DOS终端环境。
xuruoyu@gmail.com-24-point game, DOS terminal environment. xuruoyu@gmail.com
- 2022-02-07 07:47:36下载
- 积分:1
-
一氧化碳检测电路的设计,原理与应用电路。
一氧化碳检测电路的设计,原理与应用电路。-Carbon monoxide detector circuit design, principle and application of the circuit.
- 2022-08-10 08:00:20下载
- 积分:1
-
ARM
一款ARM-JTAG.rar PCB文件-ARM-PCB document JTAG.rar
- 2023-02-08 17:55:04下载
- 积分:1
-
对交互式电子白板的使用方法的VCM课件可以作为参考。
该课件讲解vcm互动式电子白板的使用方法,可以作为培训课件,也可自学-The VCM courseware on the use of interactive whiteboard methods can be used as training courseware can also be self-
- 2022-08-16 22:58:23下载
- 积分:1
-
ASK, OOK, FSK, BPSK, QPSK, 8PSK(ofdm)de的调制方式
ASK, OOK, FSK, BPSK, QPSK, 8PSK(ofdm)de的调制方式-ASK, OOK, FSK, BPSK, QPSK, 8PSK (ofdm) de the modulation
- 2022-02-06 22:00:15下载
- 积分:1
-
是二叉树前中后的初级教程,简单使用,一学就会
是二叉树前中后的初级教程,简单使用,一学就会-Is the binary tree before the post-primary curriculum in a simple to use, one study will be
- 2022-03-14 14:42:32下载
- 积分:1
-
USB
USB-串口管理芯片FT245BM的Win驱动,不容易找到的-USB-serial chip FT245BM management of the Win-driven, it is not easy to find
- 2022-08-17 08:52:08下载
- 积分:1
-
gnuboy源代码:任天堂掌机游戏模拟器源代码,Linux环境…
gnuboy source code: 任天堂gameboy游戏模拟器源码,linux环境-gnuboy source code : Nintendo gameboy game simulator source code, linux environment
- 2022-08-09 05:24:25下载
- 积分:1