-
一个关于ofdm的MATLAB仿真源代码
一个关于ofdm的MATLAB仿真源代码-OFDM MATLAB
- 2023-07-10 20:05:02下载
- 积分: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
-
linux 下安装oracle92 rac系统
linux 下安装oracle92 rac系统-oracle92 rac install linux system
- 2022-02-12 13:28:48下载
- 积分:1
-
扫雷游戏 java编写,
速度很快 界面很好
扫雷游戏 java编写,
速度很快 界面很好-mine prepared, very fast very good interface
- 2022-03-04 03:39:16下载
- 积分:1
-
improved the Visitor's most functions and error, the new labeling function,...
改进了网友提出的绝大部分功能,和错误,新增加了标签功能,详细请看 标签文件夹,可以实现绝大多数自定义的版块
默认帐号:admin
密码:admin888 -improved the Visitor"s most functions and error, the new labeling function, see the folder labels can be achieved since the vast majority of front-page definition of the default Account : admin Password : admin
- 2022-04-01 02:20:44下载
- 积分:1
-
To (*) number to show a funnel
To(*)表示漏斗的数字
- 2023-08-21 02:10:03下载
- 积分:1
-
DC Motor Simulation使用MATLAB的SIMULINK
- 2022-08-25 06:29:07下载
- 积分:1
-
贸易公司做为商品供应商和客户的中介机构,储存并管理着大量的商品供应商所提供的商品信息和客户需求的信息,要处理大量的输入,修改,查询信息,该软件能解决该问题,并能...
贸易公司做为商品供应商和客户的中介机构,储存并管理着大量的商品供应商所提供的商品信息和客户需求的信息,要处理大量的输入,修改,查询信息,该软件能解决该问题,并能清晰的显示出所有的信息,并提供管理者权限,供不同管理员查询。 运行环境 操作系统:Microsoft 系列操作系统 支持环境:IIS 5.0 数 据 库:Microsoft ACCE-commodity trading companies as suppliers and customers of the intermediary, storage and management of a large quantity of goods provided by the suppliers of goods and information needs of the customers information, a great deal of input, modify, for information, the software can solve the problem, and clearly demonstrated that all of the information, managers and provide authority for different administrators inquiries. Runtime Environment Operating System : Microsoft operating system support environment : IIS 5.0 database : Microsoft Acce
- 2022-07-19 17:14:18下载
- 积分:1
-
这个函数返回n点2dw波段的傅里叶变换的DFT样本序列。通常情况下,以插值点的方式进行放大。...
这个函数返回n点2dw波段的傅里叶变换的DFT样本序列。通常情况下,以插值点的方式进行放大。-This function returns N point DFT samples of 2dw band of Fourier transform of a sequence. Typically, fft() returns N samples of Fourier transform ranging from 0 to 2pi. This function takes the N-point DFT samples and returns N-point samples corresponding to frequency band wc-dw to wc+dw.
- 2022-05-13 23:27:58下载
- 积分:1
-
ASP.net language based on the personnel management system, the main achievement...
基于ASP.net语言的人事管理系统,主要实现的功能有人力资源管理、员工信息管理、考勤管理、假别管理、 员工考勤登记等功能。-ASP.net language based on the personnel management system, the main achievement of the functions of human resources management, employee information management, attendance management, leave other management, employee attendance registration and other functions.
- 2022-02-09 19:56:37下载
- 积分:1