-
Vccallmatlabdll
vc调用matlab的例子,亲,使用起来非常方便哦(
vc call matlab example, pro, very convenient oh)
- 2016-06-13 14:49:04下载
- 积分:1
-
vitebi_decode_wy
说明: vitebi算法的程序, 用C语言实现。(vitebi algorithm procedures using C language.)
- 2006-04-22 15:52:24下载
- 积分:1
-
HDB3-coding
主要是HDB3编程一些资料,内含一个MATLAB实现HDB3的实验报告(The main program is HDB3 some information, containing a MATLAB implementation HDB3 lab reports)
- 2015-04-02 14:24:48下载
- 积分:1
-
imgrayscaling
matlab 实现图像 的缩小放大 (Enlarge Image narrowing matlab)
- 2011-05-27 15:11:12下载
- 积分:1
-
tongxunluchengxu
这是我从一本书上看着例子编的源程序,很好的对学习很有帮助(This is what I look at an example of a book compiled on the source, very good very helpful for learning)
- 2010-03-10 17:52:45下载
- 积分:1
-
MemFile
说明: visual c++ 开发的MemFile的源代码,
喜欢的可以下(visual c MemFile development of the source code, like they can)
- 2006-03-15 15:12:13下载
- 积分:1
-
X
可以对数量少、残缺、不完整的数据进行预测,如人口、缺水量等。也可以对灾害发生时间进行预测。(Can be a small number, mutilated, incomplete data to predict, such as population, water shortage and so on. You can also predict the time of occurrence of the disaster.)
- 2013-09-01 11:45:59下载
- 积分:1
-
GA_and_ACO_TSP
使用遗传算法和蚁群算法求解TSP问题,并且
实时地将计算结果和所用时间等信息显示在界面上,很直观。(The use of genetic algorithms and ant colony algorithm for TSP problem, and real-time results and the use of the time information is displayed in the interface is very intuitive.)
- 2010-09-03 21:45:37下载
- 积分: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
-
gauss
运用C语言对高斯信道进行仿真,简洁快速的实现(The use of C language Gaussian channel simulation, simple rapid implementation)
- 2013-09-02 10:37:03下载
- 积分:1