-
伪随机码,运用语音发射,噪声为发射信号,音乐为噪声信号。...
伪随机码,运用语音发射,噪声为发射信号,音乐为噪声信号。-Pseudo-random code, the use of voice-launch, launch signal noise, music for the noise signal.
- 2023-07-26 00:25:02下载
- 积分:1
-
利用矩形阵列传感器实现音乐算法
Implementation of MUSIC Algorithm using Rectangular array of sensors
- 2022-03-11 00:22:54下载
- 积分:1
-
an intermediary management system, it contains the original source and backgroun...
一个中介管理系统,里面含有原代码和后台数据,我们在做任何中介系统时都可以采纳这个系统的内容,可以运行。-an intermediary management system, it contains the original source and background information, we do any intermediary system can be adopted this system, and can run.
- 2022-06-18 15:12:36下载
- 积分:1
-
火线贡献模型
火线贡献模型
- 2022-03-26 04:35:35下载
- 积分:1
-
能实现员工信息系统的管理,以及增删改查等
能实现员工信息系统的管理,以及增删改查等-To achieve the management of employee information systems, as well as additions or deletions to change so check
- 2023-03-20 11:25:03下载
- 积分:1
-
彩色电视原理
电视机原理的全套教学PPT,讲解细致深入。
彩色电视原理
电视机原理的全套教学PPT,讲解细致深入。-Principles of Color TV
- 2022-10-14 22:30:05下载
- 积分: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
-
介绍广域网知识的文章,排版很好,介绍的深入浅出,大家可以看看....
介绍广域网知识的文章,排版很好,介绍的深入浅出,大家可以看看.-WAN knowledge introduced articles, layout very good, presented in simple terms, we will look at.
- 2022-12-07 07:05:03下载
- 积分:1
-
control field PDI controller design function, the actual operation of the need f...
控制领域中PDI控制器的设计函数,实际运行中需要输入自然频率值-control field PDI controller design function, the actual operation of the need for importing natural frequency
- 2023-04-02 18:00:03下载
- 积分:1
-
Cleanflight 飞控源代码
资源描述CleanFlight是在BaseFlight的基础上改造、优化、提升而成的32位飞控软件
- 2022-01-27 15:04:34下载
- 积分:1