-
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
-
test4QAM4FSK
仿真比较4QAM和4FSK调制信号在瑞利衰落信道下的误符号率和误比特率性能(Simulation comparison 4QAM and 4FSK modulated signals in Rayleigh fading channels under the symbol error rate and bit error rate performance)
- 2013-10-25 11:22:05下载
- 积分:1
-
Billiard-simulation-program
台球模拟程序:此程序反映了理想中的弹簧振子简谐运动(Billiard simulation program)
- 2011-11-14 14:10:06下载
- 积分:1
-
shiyan
关于数学实验的几个matlab程序,里面有一个说明的幻灯片(Mathematical Experiments on several matlab program, which has a description of the slide)
- 2008-12-18 16:14:41下载
- 积分:1
-
FMDSB
这是一个有关matlab的编程,是关于fm,dsb调制与解调的程序。(This is a question matlab programming is on the fm, dsb modulation and demodulation process.)
- 2009-12-17 08:02:14下载
- 积分:1
-
Desktop
数学建模中画散点图,伪彩色图,等高线图,三维曲面图;数据可以从excel中直接导入(Mathematical modeling of scatter diagram, pseudo color map, contour map, 3-D surface chart data the excel directly.)
- 2015-04-06 03:20:06下载
- 积分:1
-
Audio-Processing
音频系统,coding, modulation, AWGN, 通过最小距离探测码元,解码,播放。根据不同的SNR,测试在多小的SNR情况下,人耳能识别音频。(Audio systems, coding, modulation, AWGN, by minimizing the distance detection symbol, decoding, playing. Depending on the SNR, the test in the case of multiple small SNR, the human ear can identify audio.)
- 2014-02-20 02:58:39下载
- 积分:1
-
simple_dwt
A simple code for transform wavelet decomposition
- 2013-10-05 23:45:25下载
- 积分:1
-
Rate-Gyro-Balance-Bot
rate range gyro balanced system control
- 2013-11-13 15:35:57下载
- 积分:1
-
Gauss
高斯插值,本程序使用matlab开发环境实现了数值方法的高斯插值内容,方便好用,将所需插值数据加入,即可实现高斯插值(Gaussian interpolation, the program uses matlab development environment to achieve a numerical method of Gaussian interpolation content, easy to use, add the required data interpolation, Gaussian interpolation can be realized)
- 2021-05-08 12:38:35下载
- 积分:1