-
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
-
findSaddledot
找出一个4行5列的二维数组的”鞍点”,即该位置上的元素在该行上最大,在该列上最小。也有可能没有鞍点。(identify a line 4 5 2-D array of "saddle point," that is the position of the element in the largest firms, out of the smallest. They may not saddle point.)
- 2007-06-10 15:57:59下载
- 积分:1
-
88
说明: 一维等离子体的时域有限差分方法的仿真详细步奏(plasma FDTD)
- 2015-04-11 16:26:47下载
- 积分:1
-
bld
对用refprop调用实际物性对布雷顿循环进行仿真计算(The simulation calculation of Brayton cycle by using RefProp to call actual physical properties)
- 2019-04-28 14:50:52下载
- 积分:1
-
hysegment
本人改进的关于自适应分割方法,结合了大津法获得的阈值作为初始阈值,可以提高运行速度和分割效果(I improved on the adaptive segmentation method that combines the Otsu threshold obtained as the initial threshold, can improve speed and segmentation results)
- 2007-07-27 10:09:19下载
- 积分:1
-
cyclic
this is file that how you can encode cyclic code
- 2011-02-09 12:38:09下载
- 积分:1
-
Archive
Test Bank for Problem Solving with C++: The Object of Programming
- 2014-09-11 16:10:21下载
- 积分:1
-
ldpc_matlab
这是一个关于低密度检验码的很好的matlab程序(This is a low-density test on the code of good Matlab procedures)
- 2007-05-28 13:57:15下载
- 积分:1
-
gridStorageBatt
电网中电池储能的模型。使用simulink进行仿真。在matlan的环境下进行的。(Model battery energy storage grid. Using simulink simulation. In the environment of matlan.)
- 2016-01-28 22:52:04下载
- 积分:1
-
problem1
MATLAB codes for Finite Element Analysis
problem1.m
antonio ferreira 2008
- 2013-10-01 18:58:53下载
- 积分:1