资源列表
huffymantree
- 这是一个构造哈夫曼树的程序 属于数据结构算法-this is a huffman tree data structure
mathlab_simulink
- mathlab 模糊控制器仿真.matlab做得毕业设计仿真,用simulink仿真房间内空调自动调节温度,文档中有很全的源代码 -mathlab simulink.In this paper, two methods of establishing simulation plant models are developed, based on the theory of hardware-in-the-loop simulation. The first method uses MATLA
Mazeproblem
- 迷宫问题以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍.设计一个程序,对任意设定的迷宫,求出一条入口到出口的通路,或的出没有通路的结论. {基本要求}: (1)实现一个以链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一个坐标的方向. (2)编写递归形式的算法,求迷宫中所有通路. (3)以方阵形式输出迷宫及其通路 -Mazeproblem
Queen8
- 经典八皇后回溯算法实现,希望能帮助你的学习-Queen 8
HFM
- 哈夫曼编码器,通过哈夫曼编码实现图片的压缩功能。-Huffman encoder, Huffman encoding, through the realization of image compression.
ftp
- FTP客户端是为了方便用户使用FTP下载或上传东东而开发的图形界面的操作软件,比直接使用FTP命令方式要方便一些. -FTP client is a user-friendly FTP to download or upload Dongdong developed graphical interface of the operating software, an FTP command directly used to facilitate a number of ways.
ProsessStatusBar
- 进度条代码,里面的内容我也没有细看,有待各位自己去-Progress bar code, the contents of which I did not look to be my own to see
100casesoftheprocedureinmatlab
- 包含matlab中上百例程序,其中有简单函数程序,图像处理程序等-100 cases of middle and upper contains matlab procedures, including procedures for simple functions, image processing procedures
matlab_DigitalModulation
- matlab程序,可实现脉冲编码调制,模拟信号的数字传输:抽样、量化、编码-matlab program to achieve pulse code modulation, digital transmission of analog signals: sampling, quantization, coding
fake_randoner
- 伪随机数发生器: “利用随机序列进行间隔控制,选择消息隐藏位”的描述算法、Matlab程序(可参考所给的程序)、原理与步骤-some thing about watermark
matrix
- 矩阵运算简单运算(求转秩,乘法,矩阵求反)-operation with matrix(including transfer,multiply,reverse)
KMP
- 给定两个串S和T,长分别m和n,算法给出了一个找出二串间最大匹配的算法。该算法可用于比较两个串S和T的相似程度。-Given two strings S and T, respectively m and n, an algorithm to find the second largest string matching algorithms. The algorithm can be used to compare two strings S and T the degree of simil
