-
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
-
LDPC
本人编写的QC-LDPC码的完整实现,采用阵列校验矩阵,极其简单,适合入门(A easy-to-learn source code of QC-LDPC encoder)
- 2013-11-06 16:12:11下载
- 积分:1
-
prac14
The above file will give internal boundary, external boundary, morphological gradient, also thining and thickening of image.
- 2013-12-05 11:50:20下载
- 积分:1
-
zhengshutfft
matlab自编整数次傅立叶分解及波形评估(Matlab self Integer Fourier decomposition and Waveform Evaluation)
- 2007-06-22 15:21:42下载
- 积分:1
-
MRA_Code
Multi-resolution analysis in MATLAB
- 2012-08-26 21:24:23下载
- 积分:1
-
guntong
采煤机截割滚筒模型,主要包括负载和截割转速牵引速度的关系(Shearer cutting drums of models, including the relationship between the load and speed of the cutting speed traction)
- 2015-04-28 16:58:27下载
- 积分:1
-
jiancezhixian
图像处理 灰度化,图像增强,边缘检测,几何特征检测(Image processing gray, image enhancement, edge detection, geometric feature detection)
- 2020-10-30 22:39:56下载
- 积分:1
-
simpson
自适应simpson法求函数的定积分,包括naadapt函数和simpson函数(failed to translate)
- 2009-11-17 13:14:34下载
- 积分:1
-
pso
pso code, a very good code using matlab
- 2010-12-06 18:28:18下载
- 积分:1
-
gscale
matlab的gscale函数功能是将强度图像等映射到别的值范围(Function of matlab gscale intensity image is mapped to a different range of values, etc.)
- 2013-11-13 14:58:48下载
- 积分:1