-
TestBroCombo
Combo history box GUI class
- 2014-11-30 22:28:59下载
- 积分:1
-
yichuansuanfa
说明: 遗传算法进行线性规划优化,可用于多个方面(Linear programming optimization of genetic algorithm can be used in many areas)
- 2011-04-06 21:27:05下载
- 积分:1
-
pipei
matlab单枝节阻抗匹配单枝节阻抗匹配单枝节阻抗匹配(One minor impedance matching matlab)
- 2013-11-20 21:51:08下载
- 积分:1
-
xt10-4
说明: 有两个矩阵a和b,均为2行3列。求矩阵之和。(There are two matrices a and b, are two rows 3. Demand matrices, and.)
- 2010-03-17 20:19:01下载
- 积分:1
-
wanshu
说明: 一个数如果恰好等于它的因子之和,这个数就称为“完数”。例如6=1+2+3.编程
找出1000以内的所有完数。
(If a number is just equal to the sum of its factors, this number is called " End of a few." For example 6 = 1+2+3. Programmatically find all finished within a number of 1000.)
- 2011-03-30 13:03:48下载
- 积分:1
-
huffman
在matlab中实现哈夫曼压缩和解压缩。(Huffman compression and decompression in matlab.)
- 2013-12-04 16:01:36下载
- 积分:1
-
Ex0502
在MATLAB中实现二阶响应曲线绘制的m函数,可以完成线性或非线性二阶响应曲线绘制(In MATLAB to achieve second-order response of the m curve drawing function, can be linear or non-linear response curve of second-order mapping)
- 2009-05-03 15:34:11下载
- 积分:1
-
matlab-gui
matla b gui..................(matlab gui...........................)
- 2013-11-03 20:46:38下载
- 积分: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
-
MinimumCostFlow
说明: 最小费用最大流问题 MATLAB编程代码(Maximum flow problem minimum cost MATLAB programming code)
- 2009-08-13 18:20:01下载
- 积分:1