-
gabor_decon
Gabor地震反褶积程序,使用Gabor 变换和傅立叶算子设计(Gabor Deconvolution
seismic deconvolution using the Gabor transform with Fourier operator design.
)
- 2012-04-14 09:53:21下载
- 积分:1
-
flight-engineer
飞行器在某高度平飞时舵面偏角和飞行马赫数之间的关系(it describes the relationship between elevator declination and flight mach number,when flight fly on some hight.)
- 2013-12-10 23:37:28下载
- 积分:1
-
ssd
Scale invariance in Template matching
- 2013-11-20 22:12:46下载
- 积分:1
-
tuxiangfenjiechonggou
数字图象处理课题:图象的分解重构。运行于MATLAB环境下(digital image processing tasks : image reconstruction of decomposition. Operating in the MATLAB environment)
- 2007-03-16 17:52:03下载
- 积分:1
-
Matlab
有关用MATLAB对语音时域进行分析的几种方法(Speech time-domain analysis of MATLAB in several ways)
- 2013-10-11 09:44:17下载
- 积分:1
-
Coalitional
分布式协作频谱感知、认知无线电、联盟博弈、matlab(Distributed cooperative spectrum sensing, cognitive radio, the Union game, matlab)
- 2012-12-05 11:24:53下载
- 积分:1
-
1Dphotoniccrtstaltoushelv
利用matlab计算一位光子晶体的透射率(Using matlab calculate one-dimensional photonic crystal transmittance)
- 2009-09-28 09:42:23下载
- 积分:1
-
thetheoryofIMMandsimulation
详细介绍交互多模型算法原理,算法流程并附带模型仿真程序(Details IMM algorithm, the algorithm processes and procedures with model simulation)
- 2010-08-01 10:38:04下载
- 积分:1
-
lasso
Lasso变量选择方法创始人的经典代码,内含多个源代码,每个可单独运行(Lasso variable selection method, founder of the classical code, containing more than one source code can be run separately for each)
- 2010-09-03 22:23:33下载
- 积分:1
-
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