-
BinaryIntegerProg
说明: 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~
付上matlab程序,有需要的自己拿吧。
function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name)
f = load(f_file_name)
A = load(A_file_name)
b = load(b_file_name)
Aeq = load(Aeq_file_name)
Beq = load(beq_file_name)
x = bintprog(f, A, b, Aeq, beq)
fp = fopen(write_file_name, w )
fprintf(fp, d\n ,x)
fclose(fp)(good daima!)
- 2011-04-17 09:24:01下载
- 积分:1
-
Aircraft-Sizing
飞机初步设计时,界限法确定总体参数Matlab程序(Aircraft preliminary design, the boundaries to determine the overall parameters Matlab program)
- 2012-06-30 10:11:53下载
- 积分:1
-
面向MATLAB工具箱的神经网络理论与应用_10206284
可以降维分析,还有bp神经网络,非常方便学习。大家可以随意下载,(Dimensionality reduction analysis)
- 2020-06-24 08:40:01下载
- 积分:1
-
GAsxmx
用遗传算法求解数学模型中参数的应用实例,亲自编写(genetic algorithm mathematical model parameters of application examples, personally prepared)
- 2006-11-03 15:15:46下载
- 积分:1
-
play
Matlab algorith for a basic sonar setup using PC sound card.
- 2014-10-23 07:28:08下载
- 积分:1
-
chaoliujisuanniudunfa
潮流计算程序用matlab进行开发,支持多节点的潮流计算,并可设置迭代次数与精度(Flow calculation)
- 2014-01-10 10:40:23下载
- 积分:1
-
regularization
反问题正则化工具箱,用于线性不适定问题的计算。(regularization toolbox for computation of linear ill posed problems.)
- 2015-04-09 16:35:58下载
- 积分:1
-
gangdunihe
一对外啮合直齿圆柱齿轮副的综合刚度计算,用matlab编程计算(A pair of external spur gears meshing comprehensive stiffness calculation, calculation with matlab programming)
- 2020-07-10 10:38:55下载
- 积分:1
-
matlabcode
说明: THIS IS A CODE ABOUT MATLAB
- 2020-10-20 18:27:26下载
- 积分:1
-
ES203
使用matlab提供的bp网络工具实现手写数字识别。内涵大量测试用手写数字(Bp using matlab network tools available to achieve handwritten numeral recognition. Test a large number of handwritten digital content)
- 2011-02-03 16:58:21下载
- 积分:1