-
-1
demo
- 2019-06-21 23:54:18下载
- 积分:1
-
C++模拟Windows游戏扫雷系统
c++的模拟windows系统的扫雷游戏-c++ simulation windows game mine clearance system
- 2023-09-08 01:45:03下载
- 积分:1
-
阅读器模块参考设计
说明: TRF7970A阅读器读卡模块参考设计,包含I2C接口源码和UART接口源码,包含硬件原理参考文档(Trf7970a reader card reading module reference design, including I2C interface source code and UART interface source code, including hardware principle reference document.)
- 2020-10-26 13:34:44下载
- 积分:1
-
在power builder中远程拨号上NT,自动下载文件,自动断开的示例源代码...
在power builder中远程拨号上NT,自动下载文件,自动断开的示例源代码-builder in the power range on the dial-up NT automatically download files, Disconnect automatic source code examples
- 2022-03-22 06:21:15下载
- 积分:1
-
Matlab的工程数学应用
工程数学的处理非常重要,而其往往非常复杂,这里是一本通过MATLAB对工程数学进行分析的教程(The processing of engineering mathematics is very important, and it is often very complex. Here is a course of analyzing engineering mathematics through MATLAB.)
- 2019-04-21 18:49:56下载
- 积分: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
-
NSS模型程序
NSS模型程序,利率期限结构动态预测
非线性最小二乘法(NSS model program, dynamic prediction of term structure of interest rate
Nonlinear least square method)
- 2018-06-06 22:45:12下载
- 积分:1
-
S-G平滑
光谱信号通用的平滑去噪算法,易学易用,是MATLAB文件(Spectral signal universal smoothing denoising algorithm, easy to learn and easy to use, is the MATLAB file)
- 2017-09-17 13:03:13下载
- 积分:1
-
RSFlow 工作流站点,对于学习工作流定义有所帮助
RSFlow 工作流站点,对于学习工作流定义有所帮助-Workflow RSFlow site for learning the definition of workflow help
- 2023-02-19 17:00:03下载
- 积分:1
-
Trnsys17Mannul02
TRNSYS,瞬态模拟程序,软件内置教程,第二部分(TRNSYS, a transient simulation program, the software built tutorial, Part II)
- 2021-05-01 11:01:52下载
- 积分:1