-
Masters wrote classic second generation wavelet, we may as well take a look at,...
大师写的二代小波经典之作,大家不妨看看,也许有用-Masters wrote classic second generation wavelet, we may as well take a look at, perhaps useful
- 2022-05-21 04:06:15下载
- 积分:1
-
是DELPHI的ADO批量导入程序
是DELPHI的ADO批量导入程序-Delphi is the bulk import procedures ADO
- 2023-08-22 11:50:03下载
- 积分:1
-
这是一个java写的俄罗斯方块的程序,使用frame写的,而不是传统的applet,希望大家玩过之后给点意见 lzz_zsu_2005@yahoo.com.cn...
这是一个java写的俄罗斯方块的程序,使用frame写的,而不是传统的applet,希望大家玩过之后给点意见 lzz_zsu_2005@yahoo.com.cn-This a java Russian ideographic written procedures, the use of the frame was made, rather than the traditional applet hope that after we tried to point lzz_zsu_2005@yahoo.com.cn
- 2022-07-26 21:46:42下载
- 积分:1
-
the "quick start" on the toolbar to re
在“快速启动”工具栏上重新创建“显示桌面”图标-the "quick start" on the toolbar to re-create "desktop" icon
- 2022-12-28 01:05:03下载
- 积分:1
-
teach yourself C++ in 21 days
第五版
teach yourself C++ in 21 days
第五版-teach yourself C in the fifth edition of 21 days
- 2022-03-14 18:31:54下载
- 积分: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
-
gathered with a group and the elimination of noise, the weighing
收集的一组跟噪声产生以及消除、衡量消噪性能指标的MATLAB仿真源代码,每个文件夹下都附有对该代码的注解!-gathered with a group and the elimination of noise, the weighing-noise performance indicators MATLAB simulation source code, Each folder with all of this code notes!
- 2022-01-25 19:48:38下载
- 积分:1
-
内部算法排序比较,按从小到大排序,快速算法,归并排序,冒泡排序等...
内部算法排序比较,按从小到大排序,快速算法,归并排序,冒泡排序等-Comparison of internal sorting algorithm, to sort by from small to large, fast algorithms, merge sort, bubble sort, etc.
- 2022-05-12 23:23:59下载
- 积分:1
-
对linux内核的一个全面的概述性文档,可用作linux kernel的入门引导,而且是中文的。...
对linux内核的一个全面的概述性文档,可用作linux kernel的入门引导,而且是中文的。-right of a comprehensive overview of sexual documents, Linux kernel can be used as the entry guide, but in Chinese.
- 2022-02-14 09:22:10下载
- 积分:1
-
Simple OPC client,值得研究。
Simple OPC client,值得研究。 -Simple OPC client, worth studying.
- 2022-03-06 12:12:32下载
- 积分:1