-
matlab小波去噪
matlab小波去噪
- 2022-12-26 15:40:03下载
- 积分:1
-
网上找的 网上找的 网上找的 网上找的 网上找的
网上找的 网上找的 网上找的 网上找的 网上找的
- 2022-03-05 00:24:47下载
- 积分:1
-
显示采用VHDL代码7段
7 segment display for spartan3 vhdl code
- 2022-02-02 02:02:45下载
- 积分:1
-
基于DM642的网络传输,协议为TCP/ip协议,很不错
基于DM642的网络传输,协议为TCP/ip协议,很不错-network transmission, the agreement for TCP/ip agreement is pretty good
- 2022-09-14 21:30:03下载
- 积分: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++数据结构与算法经典的上百种源码包,绝对对C++编程有帮助,涉及数学、底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表...
VC++数据结构与算法经典的上百种源码包,绝对对C++编程有帮助,涉及数学、底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表、二分查找、汉诺塔算法以及其它一些常用算法,有的含有示例,C++编程不可多得的编程资料-VC++ data structures and algorithms on hundreds of classic source package, absolutely on the C++ programming help, involving mathematics, the underlying programming, calibration algorithms, the issue of algorithms, document algorithms, case conversion, hexadecimal conversion characters conversion, arrays, single-linked list, binary search, Tower of Hanoi algorithm, as well as some other commonly used algorithms, and some contain examples, C++ programming rare programming information
- 2022-04-23 08:00:05下载
- 积分:1
-
此程序为将a律13折线的PCM信号,进行采样量化输出,和其中的量化精度可达0.01...
此程序为将a律13折线的PCM信号,进行采样量化输出,和其中的量化精度可达0.01-This procedure will be a law broken line 13 of the PCM signal sample quantization output, and the quantitative accuracy of 0.01
- 2022-01-26 05:08:20下载
- 积分:1
-
greed algorithm
贪心算法,动态生成数组后,然后计算得到最小生成树-greed algorithm
- 2022-10-13 14:00:02下载
- 积分:1
-
这是我收集有关zigbee的无线网络的书籍,希望对你有用
这是我收集有关zigbee的无线网络的书籍,希望对你有用-This is my collection of books zigbee wireless networks, in the hope useful to you
- 2022-05-16 03:16:40下载
- 积分:1
-
采用VB6编制的小小程序,有源代码,无须解压密码,能够将阿拉伯数字转换成汉字...
采用VB6编制的小小程序,有源代码,无须解压密码,能够将阿拉伯数字转换成汉字-use VB6 procedures for the preparation of small, active code without extracting passwords can be converted into Arabic Chinese
- 2023-01-30 16:35:03下载
- 积分:1