资源列表
Integrate
- 数值积分,可利用公式进行简单的模拟积分,精度不错。
hafuman
- 哈夫曼树很易求出给定字符集及其概率(或频度)分布的最优前缀码。哈夫曼编码正是一种应用广泛且非常有效的数据压缩技术。该技术一般可将数据文件压缩掉20%至90%,其压缩效率取决于被压缩文件的特征。 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时,降低传输成本。但是,这要求在发送端通过一个编码系统对待传送电文须预先编码,在接收须将传送来的数据进行译码。请自行设计实现一个具有初始化、编码、译码、输入/输出等功能的哈夫曼码的编码/译码系统。并实现以下报文的编码和译码:“this prog
LU
- 通过LU分解解线形方程组,有输入输出的说明-Through the LU decomposition solution of linear equations, there are input-output descr iption of
Lempel-Ziv
- Implementation for Lempel-Ziv code. Encoder and decoder are separated. The input is a file and the output is written in another file.
steepest
- 实用最优化方法 最速下降法 变尺度法 牛顿法 阻尼牛顿法 皆为可运行程序-The most practical method of steepest descent optimization variable metric method damped Newton' s method Newton' s method can run the program are all
simplexTab
- Simplex Tableax algorithm in matlab
tree-and-forest
- 实现树和森林的二叉链表表示方法和树的两种遍历算法及其应用。-To achieve binary trees and forests and tree list representations of two traversal algorithm and its application.
huffman
- 霍夫曼编码的码长是变化的,对于出现频率高的信息,编码的长度较短;而对于出现频率低的信息,编码长度较长。这样,处理全部信息的总码长一定小于实际信息的符号长度。-Huffman coding of the code length is variable, for the high frequency information, coding the length of the shorter and for the low frequency information, code length lon
FDTD_1D_HzEy
- 一维成像FDTD,TM电磁波各处场强的数值,完全匹配成PML内参数的设置。-A d imaging FDTD, TM electromagnetic wave field numerical everywhere, fit into PML parameter set in
LCSSolveCommonSequence
- 用备忘录方法求两个序列的最长公共子序列,并对LCS的过程进行详细的格式化的输出,最后输出最长公共子序列及其长度。-Memorandum method for solving two sequences with the longest common subsequence
Huffman
- 可以任意输入个数,输入权值,以及输入内容(也即是可以按顺序输入每个权值所对应的字符)的huffman编码程序 可以使用-You can enter any number, enter the right values, and enter the content (that is, the right to enter each character corresponding to the value of the order) of huffman coding procedures can
entropy
- this a code for entropy of image detection in matlab
