-
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
-
juheng
进行直方图均衡,使得到的图像的直方图可以进行均匀的分布(histogram equalization)
- 2012-04-25 18:50:32下载
- 积分:1
-
WooHyenkyun
Real-time motion detection in video surveillance using a level
set-based energy functional
- 2011-08-17 16:03:41下载
- 积分:1
-
mymatlab
matlab编程交流,旅游预测的另一种算法(matlab programming exchanges, travel forecasts another algorithm)
- 2011-02-05 21:56:43下载
- 积分:1
-
MATLABjy
说明: 一个自学MATLAB的很好的PPT,内容比较全面,简单易懂(MATLAB' s a very good self-PPT, the content of a more comprehensive and easy to understand)
- 2009-08-28 20:59:43下载
- 积分:1
-
ccontrolled_hys_3phase
simulation drive matlab
- 2012-03-27 20:55:09下载
- 积分:1
-
Grey-forecasting-model-MATLAB
灰色预测模型MATLAB程序,Grey forecasting model MATLAB
(Grey forecasting model MATLAB
)
- 2012-03-31 14:31:37下载
- 积分:1
-
pml2D
计算电磁学 二维PML程序 采用MATLAB编写(PML-dimensional computational electromagnetics programs written using MATLAB)
- 2014-10-26 12:09:34下载
- 积分:1
-
FiberGratingSpectra
传输矩阵法计算啁啾光栅反射谱
本节中给出传输矩阵法计算啁啾光栅反射谱和
时延的完整M at lab 程序实例, 本段代码在
M at lab513 和W indow s2000 环境中运行通过。运行结果如图8 所示。可以改变光栅长度、有效折射率、折射率调制深度、啁啾系数等参数来获得不同参数下光栅反射谱和时延曲线。如果打开“% 切趾”行的屏蔽符“% ”则可得到切趾后光栅反射谱和时延特性曲线, 此时计算所得的曲线将比图8 中所示的曲线平滑很多。(Transfer matrix method to calculate reflection spectrum of chirped grating is given in this section transfer matrix method to calculate chirped grating reflection spectrum and the delay of a complete example of M at lab procedures, the above code in M at lab513 and W indow s2000 environment to run through. The results shown in Figure 8. Can change the grating length, the effective refractive index, refractive index modulation depth and chirp coefficient parameters to obtain different parameters of grating reflection spectrum and the time delay curve. If you open Apodization line shielding Fu can be grating after apodization reflection spectrum and the delay characteristic curve, the curve at this time will be calculated as shown in Figure 8 a lot of curve smoothing.)
- 2008-12-20 15:07:24下载
- 积分:1
-
mm7files
《精通matlab7》“mastering matlab 7”的代码。("proficient matlab7" "mastering Matlab 7" code.)
- 2007-04-17 20:14:17下载
- 积分:1