-
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
-
OFDM-CFO
基于OFDM信道冲击响应和信道估计的matlaB仿真代码。值得借鉴!(Based on OFDM channel impulse response and channel estimation matlaB simulation code. Worth learning!)
- 2011-09-28 20:39:39下载
- 积分:1
-
65850aa6cee2df523eb85276f49179b1
Calendar Application” Using C/C++
- 2015-03-02 03:28:55下载
- 积分:1
-
comunication_system
comunication system between two pc
- 2012-11-19 05:24:02下载
- 积分:1
-
rbfimc
rbf神经网络内模控制器,较bp算法学习更快(rbf neural network internal model controller, learning faster than the bp algorithm)
- 2010-05-05 17:15:16下载
- 积分:1
-
ACO_on_JSSP.tar
Ant Colony Algorithm for solving Job shop scheduling problem.
- 2014-10-31 13:31:42下载
- 积分:1
-
OFDM_QAM
ofdm仿真系统matlab源程序,子载波调制方式为qam。(ofdm matlab simulation system source code, sub-carrier modulation for qam.)
- 2015-01-22 22:55:14下载
- 积分:1
-
weichushimallet
利用MATLAB语言编写的遗传算法优化小波神经网络的源程序(Genetic algorithm to optimize the wavelet neural network source code written in MATLAB language)
- 2012-05-04 21:52:59下载
- 积分:1
-
matlab-(2)
精讲多练MATLAB第四章练习题,非常不错,都上机实验完毕(MATLAB Chapter succinctly and training exercises, very good, all-on experiment is completed)
- 2011-11-26 15:21:00下载
- 积分:1
-
Programa_Ondas
simulation of a wave reflection
- 2013-12-17 22:03:08下载
- 积分:1