-
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
-
fdct_wrapping_param.m
curvelet generation subprogram
- 2011-06-10 12:09:16下载
- 积分:1
-
chaper5
非常不错的书籍,《微粒群算法》供8章和2个附录,依次上传第5章(Very good books, Particle Swarm Optimization for Chapter 8 and Appendix 2, followed by From Chapter 5)
- 2008-12-20 11:37:41下载
- 积分:1
-
youhua
最优化问题方法介绍,以及工具箱补充实验.m文件(Method of optimization problem introduction, as well as the toolbox to add the experiment. M file)
- 2007-08-21 16:28:39下载
- 积分:1
-
MexHello
本程序实现了最基本的一个MATLAB7.0和vc++6.0混合编程的一般步骤和具体的操作代码。对于用MATLAB和VC混合编程的新手来说是个上手的好东西啊!(This program implements a basic MATLAB7.0 and vc++6.0 mixed programming in general and specific operational procedures code. For the mixed programming with MATLAB and VC is a novice to get started is a good thing ah!)
- 2010-12-28 10:57:49下载
- 积分:1
-
consumptionKinetics
说明: 用积分法进行反应速率分析得到速率常数k和反应级数n(obtain the kinetics constant k and reaction order n by intergral method)
- 2011-04-13 19:04:38下载
- 积分:1
-
MOPSOmatlab
多目标粒子群算法(多目标粒子群的基本源代码,两个目标的源代码)(Multi-objective Particle Swarm Optimization)
- 2020-07-20 16:43:42下载
- 积分:1
-
MATLAB
MATLAB雙向濾波器的原始碼,考慮空間和強度兩個區域(bilateral filter source code)
- 2011-05-10 16:42:15下载
- 积分:1
-
computation
结构力学连续梁计算GUI,需要用matlab guide程序打开(The Structural Mechanics continuous beam calculated GUI)
- 2012-11-20 02:27:27下载
- 积分:1
-
eco
code for show a ecography using beam forming
- 2009-05-28 01:55:43下载
- 积分:1