资源列表
CPP_MatrixProj
- 矩阵(Matrix)是一个数学概念,它具有以下行为: (1) 两个矩阵相加 (2) 两个矩阵相乘 (3) 一个矩阵转置 用面向对象编程思想实现-Matrix (Matrix) is a mathematical concept, it has the following acts: (1) the sum of two matrices (2) the two matrices (3) a matrix transpose thinking with the realizatio
333
- matlab牛顿法和最速下降法解非线性方程-matlab Newton method and the steepest descent method for solving nonlinear equations
Huffman
- 哈弗曼编码,提供了两种编解码思路,可以高效的编解码,可直接用与网络传输-哈弗曼encoding, codec provides two ideas can be highly efficient codec can be directly used with the network transmission
JPEG图像压缩工具专辑
- JPEG图像压缩工具专辑-JPEG image compression tools album
jbig
- Using the JBIG-KIT library
algo_to_c
- translate an algorithme to c
isd1420
- 用51单片机控制语音芯片ISD1420,分段录音和播放,涉及放大器LM386-51 single-chip control with voice chip ISD1420, sub-recording and playback, involving amplifiers LM386
cvsd_code
- CVSD 实现的源代码,可以直接应用在工程上-cvsd souce code
cmjbitset_demo
- cmjbitset_demo
EZWvc
- ezw算法的实例,这里,读者重点要掌握的是EZW.C和LIST.C中的内容,充分理解零树的概念。 -ezw algorithm examples here, readers focus is to get the LIST.C EZW.C and the content and fully understands the concept of zero tree.
LZ77
- Simple Hashing LZ77 Sliding Dictionary Compression Program.