-
The game is similar to the keyboard
该游戏类似键盘游戏。练习的键盘速度,很有趣。-The game is similar to the keyboard-based games. Exercise keyboard speed, very interesting
- 2022-02-15 00:09:14下载
- 积分:1
-
混沌理论中相空间程序,可以在预测中使用,效果好
混沌理论中相空间程序,可以在预测中使用,效果好
-Chaos Theory in the phase-space program can be used in forecasting, effective
- 2023-04-27 15:00:04下载
- 积分:1
-
是“MATLAB在数字信号处理中的应用(第2版)”一书的课件,该书由薛年喜编著 清华大学出版社出版 2007年12月
MATLAB是一种功能强大的数据...
是“MATLAB在数字信号处理中的应用(第2版)”一书的课件,该书由薛年喜编著 清华大学出版社出版 2007年12月
MATLAB是一种功能强大的数据分析和工程计算高级语言,在工业、电子、信号处理、医学、建筑以及航空等领域有着广泛的应用。本书以最新的MATLAB R2006a版本为对象,从工程实际应用的角度出发,对数字信号处理做了层次清晰、浅显易懂的介绍。
本书从内容上可分为两大部分:基础篇和应用篇。基础篇主要介绍了MATLAB R2006a的入门基础和图形用户界面设计基础;应用篇是本书的重点,详细介绍了MATLAB R2006a关于数字信号处理方面的具体应用,主要包括数字信号处理基础、数字信号变换技术、窗函数、IIR数字滤波器的设计、FIR数字滤波器的设计、功率谱估计、小波分析在信号处理中的应用以及信号处理的图形用户界面工具。
本书可作为高等院校数字信号处理等专业课程的教材,主要读者为数字信号处理领域的科技工作者和理工科大学相关专业的本科生、研究生,对其他领域的科研人员也有一定的参考价值。-err
- 2022-12-09 12:15:04下载
- 积分:1
-
thesis I used some of the pretreatment process, a lot of procedures are prepared...
我论文里用到的预处理的一些程序,很多程序都是我自己编写的,有用的可以一起讨论-thesis I used some of the pretreatment process, a lot of procedures are prepared by myself, can be useful to discuss
- 2022-11-23 16:25:03下载
- 积分:1
-
Windows墙纸更改事例
Windows墙纸更改事例-Windows wallpaper changes examples
- 2022-07-14 16:38:06下载
- 积分:1
-
It is a vending machine.
It is a vending machine.
- 2022-01-23 10:07:08下载
- 积分: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
-
simulation Cyclic Redundancy Check the C language source code is not perfect
模拟CRC循环冗余校验的C语言源程序,不是很完善-simulation Cyclic Redundancy Check the C language source code is not perfect
- 2023-02-10 06:20:03下载
- 积分:1
-
用c语言编写的无损压缩中的熵编码的编码和解码程序!
很实用的!...
用c语言编写的无损压缩中的熵编码的编码和解码程序!
很实用的!-prepared by the lossless compression of the entropy coding coding and decoding process! Very practical!
- 2023-03-18 05:00:04下载
- 积分:1
-
一个使用WTL的字体按钮类
一个使用WTL的字体按钮类-use WTL a button type fonts
- 2022-02-07 17:26:24下载
- 积分:1