-
Image-Compression
图像压缩算法的各种算法,用VC++实现,直接可以编译运行(Image compression algorithms algorithms, using VC++ implementation can be compiled to run directly)
- 2010-07-21 17:58:56下载
- 积分:1
-
Kalman_xitongbianshi
卡尔曼滤波用于系统辨识,推荐大家下载,网上很难找到(Kalman filter for system identification, we recommend downloading difficult to find online)
- 2013-04-22 22:10:28下载
- 积分:1
-
2222
与marlab有关的牛顿插值问题 很经典的例程
给广大爱好者一臂之力(With marlab the classic Newton interpolation routines to large hand fans)
- 2010-05-12 00:28:30下载
- 积分:1
-
Phw__diodee4o
电源四个二极管构成的整流电路SIMULIINK仿真模型,一种基于MATLAB7.0
(The power four diodes constituting a rectifier circuit SIMULIINK simulation models, one based on MATLAB7.0)
- 2012-09-09 23:45:21下载
- 积分:1
-
VC++Matlab
说明: vc++与matlab混合编程快速实现!PDF文档下载(vc++ with matlab realize mixed language programming fast! PDF document download)
- 2008-09-07 12:56:51下载
- 积分:1
-
MATLABandVCprogramminginterfaces
MATLAB和VC接口编程的详细介绍,介绍了简单常见的方法。(MATLAB and VC programming interfaces in detail introduce a simple common approach.)
- 2009-03-08 10:57:00下载
- 积分:1
-
matlab
matlab 教程(matlab tutorial)
- 2010-05-06 22:55:51下载
- 积分:1
-
HG
说明: 把2D图形变为3D图像的软件。先用该软件将2D图像转为数据,再用我上传的将2D转为3D的MATLAB软件绘图即可。(2D into 3D software)
- 2009-07-20 21:33:18下载
- 积分:1
-
fenzhi
#include <iostream.h>
int main()
{
int i(0),sum(0)
while (i<=100)
{
sum=sum+i
++i
}cout<<"sum="<<sum<<endl
return 0;
}
- 2009-12-11 22:03:44下载
- 积分:1
-
matlab-serialization-master
Matlab object serialization functions built with undocumented mex functions
`mxSerialize` and `mxDeserialize`. The function can convert any ordinary matlab
variable into uint8 array. These functions are unsupported and may change at
any time without notice in the future Matlab release.
- 2013-09-28 06:41:22下载
- 积分:1