-
准谐振变流器matlab/simulink仿真程序,观察模型特性
准谐振变流器matlab/simulink仿真程序,观察模型特性-quasi-resonant converter Matlab/Simulink simulation program to observe the model characteristics
- 2022-08-07 05:02:41下载
- 积分:1
-
C,C++ To Delphi转换器的源码
C,C++ To Delphi转换器的源码-A souce code of C,C++ to Delphi
- 2022-02-05 23:01:01下载
- 积分:1
-
FPGA电梯控制,是本人的课程设计,整篇报告格式上传
FPGA电梯控制,是本人的课程设计,整篇报告格式上传-FPGAdiantikongzhi,shibenrende1kechengsheji,zhengpianbaogaoshangchuan
- 2022-02-28 12:14:48下载
- 积分:1
-
MATLAB, "Matrix lab," It was based on the matrix of the basic computin...
MATLAB,即“矩阵实验室”,它是以矩阵为基本运算单元。因此,从最基本的运算单元出发,介绍MATLAB的命令及其用法2。-MATLAB, "Matrix lab," It was based on the matrix of the basic computing unit. Therefore, from the most basic computing element is introduced, and MATLAB ordered two of its use.
- 2022-08-15 14:22:56下载
- 积分:1
-
program for 24c02 EEPROM programing
program for 24c02 EEPROM programing
- 2022-06-30 08:31:42下载
- 积分:1
-
一个俄罗斯方块游戏编程,java语言写的,应该很好玩吧,试试吧...
一个俄罗斯方块游戏编程,java语言写的,应该很好玩吧,试试吧-a Tetris game programming, java languages, we should keep in Honolulu, try it
- 2023-06-13 22:00:04下载
- 积分: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
-
控制器项目,主要是能够智能控制某个机器或者个体按照程序设置的做
控制器项目,主要是能够智能控制某个机器或者个体按照程序设置的做-Controller projects, mainly to intelligent control of a machine or individual in accordance with the procedures set up to do
- 2022-11-16 06:50:03下载
- 积分:1
-
俄罗斯方快的vc++程序设计
俄罗斯方快的vc++程序设计-Russian side quickly vc program design
- 2022-04-23 15:49:44下载
- 积分:1
-
Matlab 7.0 的license文件,解决无法导入license的问题
Matlab 7.0 的license文件,解决无法导入license的问题-The license file Matlab 7.0 to solve the problem of not be able to import license
- 2023-08-02 02:10:02下载
- 积分:1