-
OFDM 编写源代码 matlab ofdm coder
OFDM 编写源代码 matlab ofdm coder
- 2023-08-09 02:50:03下载
- 积分:1
-
TSR唱友谊天长地久的小程序
TSR唱友谊天长地久的小程序-TSR sing friendship has stood the small program
- 2022-04-10 05:53:50下载
- 积分:1
-
贪吃蛇游戏 用vb2005编写的游戏程序。
贪吃蛇游戏 用vb2005编写的游戏程序。-Snake game written using vb2005 games.
- 2022-06-26 09:01:25下载
- 积分: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 design of printed circuit board wiring diagram of the basic methods of design and then to determine the required printed circuit board size, and schematic diagram of the various components to determine the initial position and then continue to adjust after making a more rational layout, printed circuit boards in connection between the components arranged as follows:
- 2022-01-31 07:29:06下载
- 积分:1
-
Serial communication procedures, including open, set the serial port parameters,...
串口通讯程序,包括打开、设置串口参数,读写串口等 -Serial communication procedures, including open, set the serial port parameters, such as reading and writing serial
- 2022-01-21 03:28:42下载
- 积分:1
-
读入一个值n表示棋盘的大小,然后求出n*n格棋盘上放n皇后棋且不会相互吃掉对方的所有解答...
读入一个值n表示棋盘的大小,然后求出n*n格棋盘上放n皇后棋且不会相互吃掉对方的所有解答-Reading into a value of n, said the size of the chessboard, and then calculated n* n chessboard grid put n Queen s chess and will not eat each other all the answers
- 2022-01-28 19:03:50下载
- 积分:1
-
木翼下载系统
木翼下载系统-my download ..................................
- 2022-04-01 05:16:56下载
- 积分:1
-
一个java手机游戏.使用开发环境eclipse
一个java手机游戏.使用开发环境eclipse-A java mobile games. Use development environment for eclipse
- 2022-05-22 19:46:20下载
- 积分:1
-
This article is based on a graphics file DXF CNC machining interface design, the...
本文是一篇关于基于DXF图形文件数控加工接口设计,的文章-This article is based on a graphics file DXF CNC machining interface design, the article
- 2022-02-27 03:03:32下载
- 积分:1