-
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
-
MedianFilter
快速中值滤波,在大数据量的情况下速度很快,论文“Median Filter in Constant Time”的C语言实现(C souce code for "Median Filter in Constant Time")
- 2014-01-14 10:25:05下载
- 积分:1
-
ClientLogon
new raja login gm tool
- 2014-01-29 14:12:55下载
- 积分:1
-
matlab_calculator
a sample for MT4 connect matlab
- 2013-11-10 23:00:24下载
- 积分:1
-
contourlet_toolbox
contourlet的工具箱,matlab和C代码(contourlet toolbox, matlab and C code)
- 2010-05-29 15:33:02下载
- 积分:1
-
rcs
实现两个确定平面夹角的最佳衍射的角度确定(Determination of the optimum diffraction angle for two angles of plane determination)
- 2017-10-16 12:08:32下载
- 积分:1
-
matlab-thin
自己写的matlab写的细化程序,特别针对条形的图形(Matlab write their detailed written procedures, especially for bar graph)
- 2011-11-29 19:24:10下载
- 积分:1
-
3
说明: 输入圆的半径求周长和面积。程序由三个函数组成:主函数进行输入输出和函数调用,perimeter函数求周长,area函数求面积。(Enter the radius of the circle circumference and area requirements. Program consists of three functions: the main input and output functions and function calls, perimeter function evaluation perimeter, area function for the area.)
- 2013-12-25 20:53:57下载
- 积分:1
-
fdtd_2d_yuanzhu
在matlab上运用有限时域差分法模拟二维光子晶体(the simulation of tm mode in two-dimensional photonic crystals using FDTD)
- 2014-10-31 13:12:19下载
- 积分:1
-
Pprtools317a
模式识别 MATLAB 的工具箱,比较实用,包括SVM,IICA,PCA,NN等等模式识别算法.,已通过测试。
(MATLAB toolbox of pattern recognition, more practical, including SVM, IICA, PCA, NN pattern recognition algorithms. Has been tested.)
- 2012-10-07 00:26:45下载
- 积分:1