-
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
-
msk_demod
gmsk demodulation source code
- 2013-01-01 14:10:11下载
- 积分:1
-
matlab
吴宇飞博士关于Turbo码的经典编程,方便大家学习和使用(a matlab programming of Turbo codes)
- 2012-05-13 19:10:56下载
- 积分:1
-
LMMSE
LMMSE,线性最小均方误差估计,一种参数估计的方法,使用的代价函数为均方误差。(The LMMSE, linear minimum mean square error estimation, a parameter estimation method, using the cost function for the mean square error.)
- 2012-11-18 18:56:57下载
- 积分:1
-
ITD
在MATLAB中用ITD法进行模态分析的程序讲解(ITD modal analysis method using the procedure explained in MATLAB)
- 2021-02-04 14:19:58下载
- 积分:1
-
Untitled2
用小波变换的方法进行图像压缩、去噪、分解、合成的matlab程序。(Method using wavelet transform for image compression, denoising, decomposition and composition of the matlab program.)
- 2011-01-17 20:06:54下载
- 积分:1
-
ccf-of-pnsequnce-with-golad-code
PN-Chirp codes based on Multi-Correlation
Receiver in a bandlimited channel
- 2013-10-29 21:32:03下载
- 积分:1
-
BLUETOOTH
一个详细的蓝牙系统的matlab仿真,值得看一看。(Bluetooth system matlab simulation)
- 2020-10-21 21:27:23下载
- 积分:1
-
DLBCL
几种分类器NB SVM KNN 效果不错 (Several classifier NB SVM KNN good results)
- 2007-10-29 14:13:30下载
- 积分:1
-
TSP
使用Matlab来实现旅行商问题的一些代码,希望对用Matlab学习优化问题的人有些帮助(tere is some code about TSP problem which is written by matlab,i hope it is helpful to some people who is learning matlab.)
- 2009-10-25 01:00:38下载
- 积分:1