-
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
-
rog
在matlab中用高斯—勒让德方法求二重积分(Seeking double integral using Gauss method in matlab)
- 2012-04-20 01:01:31下载
- 积分:1
-
dianjx
电极系测井曲线 用matlab编写的用于学测井同学用(Electrode system logs using matlab for students with learning logs)
- 2013-11-29 14:26:39下载
- 积分:1
-
GM(1-1)
该代码基于灰色GM(1,1)算法,使用时,需要在函数中将自变量取为时间序列,可预测任意时间的数值(The code is based on gray GM (1,1) algorithm, when used in the function argument will be taken as time series, can predict the value of any time)
- 2011-09-28 10:59:09下载
- 积分:1
-
GA_TSP12
与本人上次上传的类别一样,都是利用遗传算法求解TSP问题,本次采用的开发环境为 matlab!(From my previous categories, are the use of genetic algorithm to solve TSP problems, the development environment for the use of matlab!)
- 2008-05-23 02:14:01下载
- 积分:1
-
Matlabviterbi2
说明: 应用MATLAB进行维特比译码,这对仿真很有用(Application of MATLAB to carry out Viterbi Decoder, which is useful in simulation)
- 2009-08-23 15:38:26下载
- 积分:1
-
test_detect1
program to detect detection of vehicle on road using learning of haar features
- 2014-01-30 17:41:07下载
- 积分:1
-
VBdiaoyong(MATlab)
详细介绍VB调用MATLAB的几种方法 里面有具体方案(details call VB MATLAB several methods with a specific program)
- 2007-05-22 22:27:06下载
- 积分:1
-
SglMFC
绘图函数用mcc生成的代码嵌入VC工程实例,Win32 MFC版本(mapping function using mcc generated code embedded VC engineering example, Win32 version MFC)
- 2005-08-09 18:43:02下载
- 积分:1
-
zcgzxl
最长公共子序列的 c代码,可以直接运行获得结果。(C code for the longest common subsequence can be run directly.)
- 2013-12-04 16:13:33下载
- 积分:1