-
瞬变电磁PSO反演
利用粒子群优化算法实现瞬变电磁法视电阻率反演(Inversion of apparent resistivity of transient electromagnetic method using particle swarm optimization algorithm)
- 2021-05-16 17:30:02下载
- 积分:1
-
网页注册文件,Web registration document
网页注册文件,Web registration document-Web registration document
- 2022-04-19 20:08:44下载
- 积分:1
-
OFDM_618
说明: 基于FPGA的OFDM同步,包含时钟模块、ROM读取模块、峰值检测模块、帧同步模块(OFDM synchronization based on FPGA includes clock module, Rom reading module, peak detection module and frame synchronization module)
- 2020-08-12 16:41:34下载
- 积分:1
-
js贪吃蛇
js贪吃蛇小游戏,代码简单可自行修改,主要部分都有注释(JS snake game, simple code can be modified by itself, the main part has comments)
- 2020-06-23 03:40: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
-
untitled folder
binomial convergence
- 2018-03-28 00:52:04下载
- 积分:1
-
X3的Corel的凯基是安装不关闭凯基
corel x3 keygen for instaling do not close the keygen
- 2022-06-02 08:50:40下载
- 积分:1
-
fem-3d
三维有限元计算程序
可计算弹性波场传播过程中三维空间中的形态
fortran90(3 dimension FEM)
- 2020-12-30 20:58:59下载
- 积分:1
-
AT89C2051俄罗斯方块游戏程序源代码 VGA输出
资源描述
使用AT89C2051 24M晶振玩俄罗斯方块游戏而且还是VGA输出接电脑显示。这个好多都不敢相信。但是这个 是完全 可以的。
源代码
HEX文件
PCB文件
全套都有。
- 2022-04-23 13:13:40下载
- 积分:1
-
matlab卷积码仿真代码
说明: 对卷积码的误码率进行了仿真,代码验证具体可行。(Simulation analysis of the error rate of convolutional code)
- 2019-12-10 16:06:28下载
- 积分:1