-
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
-
ee_dist_1rc_wban
energy efficiency computation when wireless body area sensor node communicates to the coordinator through wireless link in the presence of a relay node when the distance is varied
- 2012-12-28 20:36:30下载
- 积分:1
-
amcode
am调制信号,适合matlab仿真,希望能帮到大家,功能还算可以(am modulation signal, for matlab simulation, hope to help you, you can still function)
- 2011-05-24 13:46:32下载
- 积分:1
-
1
说明: 倒立摆数学模型及分析及建模叙述,主要是过程(Pendulum mathematical model and analysis)
- 2014-11-26 22:29:14下载
- 积分:1
-
Antenna
EM Numerical Modeling of a Monopole
- 2017-03-19 11:01:43下载
- 积分:1
-
melfiltersel
coding for generating a mel filter bank for a given frequency vector
- 2010-12-16 20:22:23下载
- 积分:1
-
suanfa
基于matlab灰色关联度计算的实现,??趍atlab灰色关联度计算的实现,基于matlab灰色关联度计算的实现,(Matlab based on gray correlation degree calculated to achieve,? ?趍atlab gray correlative degree of realization of the calculation, based on gray relational grade calculation matlab realization)
- 2008-06-16 09:52:25下载
- 积分:1
-
YALMIP_Wiki_Examples_Unit_Commitment
A classical problem in scheduling and integer programming is the unit commitment problem. In this
problem, our task is to turn on and off power generating plants, in order to meet a forecasted future
power demand, while minimizing our costs. We have several different power plants with different
characteristics and running costs, and various constraints on how they can be used. We will start with
a very simple model, and then expand this model with more advanced features. To make the code
easy to read, we will write it in a verbose non-vectorized format
- 2015-01-16 04:05:11下载
- 积分:1
-
ofdm-matlab
说明: 是一篇毕业论文 ofdm 仿真与实现,包括论文和程序 好用!适合初学者(Ofdm thesis is a simulation and implementation, including papers and procedures easy to use! For beginners)
- 2011-04-03 20:21:56下载
- 积分:1
-
viterbi123
利用MATLAB工具,实现维特比译码的仿真,一个比较简单的做法(using MATLAB tool, Viterbi decoding simulation, a relatively simple approach)
- 2007-05-23 13:00:57下载
- 积分:1