-
分布式估计算法EDA
EDA分布式算法,进化算法 可以和一些智能算法拟合使用(Distributed estimation algorithm)
- 2019-01-18 09:46:06下载
- 积分:1
-
稳态谐波5单元
说明: 通过ansys软件,对实际的变压器进行结构的建模。以5饼绕组为例,进行变压器稳态运行时的谐波分析(Through ansys software, the actual transformer structure modeling. Taking the 5 cake winding as an example, the harmonic analysis of the transformer in steady state operation)
- 2020-05-15 10:57:49下载
- 积分:1
-
数字电路故障分析之D算法C++实现。按照教科书编写,可能比较古板。...
数字电路故障分析之D算法C++实现。按照教科书编写,可能比较古板。-digital circuit failure analysis algorithm C D realization. According to textbook writing, perhaps more rigid.
- 2022-07-27 11:48:22下载
- 积分:1
-
用ROSE来开发基于WEB的服务器配置。不好找的哦
用ROSE来开发基于WEB的服务器配置。不好找的哦-used to develop Web-based server configuration. Not easy to find the oh
- 2023-05-20 18:05: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
-
青岛山东json
echarts山东和青岛地图json格式文件(Echarts Shandong and Qingdao map JSON format file)
- 2020-12-22 12:09:07下载
- 积分:1
-
lcmv
dbf中的lcmv算法,对应于《一种低旁瓣数字波束形成方法》中的面阵仿真(dbf in lcmv algorithm plane array corresponding to a low sidelobe digital beamforming method " Simulation)
- 2012-08-29 10:43:59下载
- 积分:1
-
傅里叶逆变换
说明: 用傅里叶逆变换得到的不平度曲线变换的到频率谱曲线与原曲线对比(The frequency spectrum curve of the transformation of the irregularity curve obtained by the trigonometric series method is compared with the original curve)
- 2019-12-25 15:35:15下载
- 积分:1
-
新闻指标
说明: mt4新闻指标,可在图表显示未来的新闻,可设置ea暂停(MT4 news indicators, which can show future news on the chart, can set EA pause)
- 2020-06-19 21:00:01下载
- 积分:1
-
mesh_generation_pde
国外经典的网格生成书籍;包括H、O、C型网格及非结构网格的生成算法。(mesh generation book
classical )
- 2010-11-26 23:16:00下载
- 积分:1