-
该程序以回溯算法为基础 完成后对算法的学习与设计有重要意义...
该程序以回溯算法为基础 完成后对算法的学习与设计有重要意义-back to the program algorithm based on the completion of the study and algorithm design significance
- 2022-11-18 20:20:03下载
- 积分:1
-
另外一个OFDM频偏估计的代码,以该代码为基础的文章被EI检索收录,具有很高的参考价值。...
另外一个OFDM频偏估计的代码,以该代码为基础的文章被EI检索收录,具有很高的参考价值。-Offset Estimation code to the code of the article was based on the EI retrieval recorded. have a very high reference value.
- 2022-05-29 17:46:51下载
- 积分: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
-
VC millisecond control
VC毫秒级的控制-VC millisecond control
- 2022-07-27 10:28:09下载
- 积分:1
-
Spikes can be taken as absolute quantities of measuring values which are large t...
Spikes can be taken as absolute quantities of measuring values which are large than approximately four (expressed as variable [Times_SD] in the program)times of the standard deviation of the time series, and can be removed by repeating 3 times with each time series. When a measuring value with the deviation from the mean larger than four times of the standard deviation, the variable can be taken as NO_VALUE, and the number of spikes is saved into the variable [SpikeNum].
If the variable [Times_SD] is taken as four, many records will be removed, so the variable [Times_SD] can be taken as larger, for example eight.
-Hasan can be taken as absolute quantities of measuring values which are large than approx imately four (expressed as variable [Times_SD ] in the program) times of the standard deviatio n of the time series. and can be removed by repeating three times with each time series. When a measuring value with the dev iation from the mean larger than four times of th e standard dev
- 2023-02-22 23:35:03下载
- 积分:1
-
通过分析程序开发
Embedded vc++下开发的路经分析程序-developed under the passing analysis program
- 2022-08-04 08:13:04下载
- 积分:1
-
KmdKit 汇编下开发驱动的工具 由俄罗斯某强男开发
KmdKit 汇编下开发驱动的工具 由俄罗斯某强男开发-KmdKit compilation of tools developed under the drive by Russia to develop a strong man
- 2022-11-07 08:10:04下载
- 积分:1
-
a television special information management software source code, the code has b...
一个电视台专用的信息管理软件源代码,本代码已经过严格测试。包含编辑审核传输视频文件等功能。-a television special information management software source code, the code has been tested. Includes editor video transmission audit function.
- 2022-02-26 03:43:43下载
- 积分:1
-
此文件为一种触摸屏的使用质料 及芯片质料
此文件为一种触摸屏的使用质料 及芯片质料-this document as a touch screen material and the use of chip material
- 2022-01-23 11:22:35下载
- 积分:1
-
带音乐功能的跑表VerilogHDL描述
带音乐功能的跑表VerilogHDL描述-music with the stopwatch Verilog HDL description
- 2022-04-30 17:14:12下载
- 积分:1