-
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
-
matlab-pinpu-fenxi
matlab 进行频谱分析。时域转换频域进行分析。(matlab frequency analytic)
- 2013-09-28 15:35:35下载
- 积分:1
-
DA
说明: DOCUMENT ON DISTRIBUTED ARITHMATIC
- 2014-02-05 17:06:51下载
- 积分:1
-
EMD
matlab实现EMD分解。完整的EMD分解程序,并附有一个简单的例子。(matlab realize EMD decomposition. Complete EMD decomposition process, together with a simple example.)
- 2021-03-19 10:39:19下载
- 积分:1
-
CSO
一个好用的鸡群算法程序,供新手学习使用,可在网上找相关资料(A good CSO program,for beginners to learn and use,,you can find relevant information online.)
- 2018-05-29 14:44:22下载
- 积分:1
-
applications
comsol仿真计算发射和反射波,并在第一和第二衍射级作为入射角为一个导线栅的电介质基片上的角度的功能的衍射效率。平面波的入射角扫从垂直入射到掠入射。本申请还示出了用于发病的一个选定角度的多个光栅周期的电场范图。(This application computes diffraction efficiencies for the transmitted and reflected waves and the first and second diffraction orders as functions of the angle of incidence for a wire grating on a dielectric substrate. The incident angle of a plane wave is swept normal incidence to grazing incidence. The application also shows the electric field norm plot for multiple grating periods for a selected angle of incidence.)
- 2016-07-22 10:42:51下载
- 积分:1
-
dxAvi
Avi Manipulation Program
- 2010-05-14 14:51:00下载
- 积分:1
-
shyz
小波分析的matlab程序基于MATLAB的系统分析与设计-小波分析(The wavelet analysis matlab program analysis system based on wavelet analysis and design of MATLAB)
- 2014-11-28 20:01:19下载
- 积分:1
-
Modify-SPIHT
说明: 修改后的SPIHT代码,比有链表SPIHT压缩速度快。(Modified SPIHT code, than to have the list SPIHT compression speed.)
- 2011-02-22 23:42:37下载
- 积分:1
-
classic_analysis_of_differential_equations_matlab
matlab微分方程经典分析classic analysis of differential equations matlab(matlab differential classical analysis classic analysis of differential equations matlab)
- 2010-07-24 09:45:44下载
- 积分:1