-
51的红外线解码程序
51的红外线解码程序-51 infrared decoding procedures
- 2023-03-16 12:15:04下载
- 积分:1
-
类似小画家功能可以用来显示并编辑图档。
类似小画家功能可以用来显示并编辑图档。-Drawing a similar function can be used to display and edit files.
- 2022-02-03 16:58:48下载
- 积分:1
-
人脸识别
这个 VI 可以允许您通过使用 Labview 使用人脸识别,首先您需要设置您的模板 (嘴巴、 鼻子和眼睛) 然后替换 pnj 文件后,您可以运行和程序来做这个工作
- 2023-04-26 00:00:04下载
- 积分:1
-
神经网络Matlab程序 人工神经网络的MAtlab程序设计
神经网络Matlab程序 人工神经网络的MAtlab程序设计-Matlab procedures neural network artificial neural network program design MAtlab
- 2022-02-27 06:36:10下载
- 积分:1
-
这是模拟物理实验――一维势阱的小程序。运行的时候,需要把CCBP文件夹包含在头文件中。...
命令行下可以解读TCP数据报内容的Sniffer-command line can be interpreted as TCP data reported to the Sniffer
- 2022-02-03 06:27:02下载
- 积分:1
-
mpi的安装过程及一个简单例子,适合初学者
mpi的安装过程及一个简单例子,适合初学者-mpi the installation process and a simple example, for beginners
- 2022-03-12 01:54:22下载
- 积分:1
-
A solar calendar of the proceedings to a solar calendar lunar calendar lunar cal...
一个阳历转阴历的程序
一个阳历阴历日期转换的程序-A solar calendar of the proceedings to a solar calendar lunar calendar lunar calendar date conversion procedure
- 2022-05-21 16:50:10下载
- 积分: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
-
Fortran读入气象数据的多个文件
利用已给的探空资料进行文件的读写编程(文件为不规则命名),诊断位温,相对湿度,分析几天内大气的垂直廓线变化特征。并调用MATLAB画出相应的垂直廓线图
- 2022-01-23 10:40:07下载
- 积分:1
-
电力系统潮流计算,电力系统一般的潮流计算算法
电力系统潮流计算,电力系统一般的潮流计算算法-power flow computation of power system,the nomal power flow algrthm of power system
- 2023-02-25 17:40:03下载
- 积分:1