-
RLEencoding
A simple (de)compression program using Run Length Encoding.
Compression is done that easy:
compressedData = rle(originalData)
Decompression:
originalData = rle(compressedData) (A simple (de) compression program using Run Length Encoding.Compression is done that easy: compressedData = rle (originalData) Decompression: originalData = rle (compressedData))
- 2007-09-09 15:44:59下载
- 积分:1
-
MATLAB_useful
这本matlab简单易懂,非常适合初学者,我就是看的这本教程才学会的、(This matlab straightforward, very suitable for beginners, I just look at this tutorial was learned,)
- 2014-02-24 23:10:28下载
- 积分:1
-
machinelearning
机器学习 curse of dimensionality(Machine learning curse of dimensionality)
- 2010-10-25 14:11:30下载
- 积分:1
-
ppas
this code is very helpfulful in understanding the basic sterps to create klt algorithm
- 2013-01-22 13:12:26下载
- 积分:1
-
model_predictive_control
模型预测源文件,可以预测相关的模型,含有清晰的注释。(Model can predict the source file, predict related model, contains clear comments.)
- 2014-10-07 15:50:10下载
- 积分:1
-
Euler--pendulum
euler pendulum solve motion equation
- 2013-12-16 19:20:21下载
- 积分:1
-
Draw-gear-tooth-profile-surface
用matlab画出齿轮啮合面的三维模型,用于研究齿轮的啮合特性(Matlab to draw three dimensional models of gear meshing, used to study the gear meshing characteristics
)
- 2013-11-28 17:31:25下载
- 积分:1
-
5_3_2dwt
说明: 5/3二维提升小波变换,使用matlab语言实现(5/2 2dwt,used matlab to realize)
- 2010-05-03 01:32:39下载
- 积分:1
-
tpsymmetrical
simulink model of an innovative symmetrical sinusoidal pulse width modulation technique. try to verify the performance. it is for study purpose..
- 2011-09-22 23:22:41下载
- 积分:1
-
DividePlane
用割平面法求解整数规划。先不考虑整数约束条件,求松弛问题的最优解,如果获得整数最优解,即为所求,运算停止.如果所得到最优解不满足整数约束条件,则在此非整数解的基础上增加新的约束条件重新求解.(By cutting plane method for solving integer programming. Not considered integer constraints, the optimal solution relaxation problem, if the integer obtained optimal solution is sought, and operation stops. If the optimal solution does not satisfy the integer constraints, then on the basis of this non-integer solutions adding new constraints on the re-solving.)
- 2013-11-23 14:16:44下载
- 积分:1