-
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
-
NRZ-and-pinpu
非归零码和非归零-差分相移键控码的时域和频域分析(NRZ Non Return to Zero- the time domain and frequency domain differential phase shift keying code)
- 2012-06-02 17:23:56下载
- 积分:1
-
fdtd1D
Taflove书的一维时域有限差分完美边界的程序!欢迎下载!(Taflove book one-dimensional finite-difference time-domain boundary perfect program! Welcome to download!)
- 2013-12-16 12:39:13下载
- 积分:1
-
Articl_An-application-of-Artificial-Neural-Networ
Matlab Code for Artificial Neural Network in Intelligent Transport System
- 2014-08-07 23:17:37下载
- 积分:1
-
3D_DLA
用于Matlab 编程,计算diffusion limited aggregation (A Matlab program to perform the diffusion limited aggregation )
- 2013-09-14 12:29:43下载
- 积分:1
-
SortAlgorithm
Sort Algorithm
quick sort
merge sort(sort algorithm)
- 2010-02-19 10:05:03下载
- 积分:1
-
GUIS_FEX
MATLAB的GUI设计,共35个例子,适合初学者。文件来源:mathworks(MATLAB-GUI design, a total of 35 examples, for beginners. Document Source: mathworks)
- 2010-03-05 23:35:02下载
- 积分:1
-
fugai
matlab面积覆盖问题,用蒙特卡洛方法解决覆盖问题(mengka fugai)
- 2015-02-07 23:12:12下载
- 积分:1
-
ADRC Diandong
说明: 自抗扰控制电动机的改进,适合对自抗扰控制入门(The improvement of adrc motor is suitable for the introduction of adrc control)
- 2019-11-19 17:13:44下载
- 积分:1
-
Capacity
无线通信MIMO信道的仿真之系统信道容量(MIMO channel simulation of wireless communication system channel capacity)
- 2012-12-30 22:10:43下载
- 积分:1