-
BasicHanningWindow
How to do hanning window
- 2010-12-14 18:13:56下载
- 积分: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
-
Matlab
matlab实用教程 比较适合新手入门 包括matlab基本知识 各种函数的用法,各种命令的使用(matlab practical course is suitable Getting Started matlab basic knowledge of various functions, including the use of, the use of a variety of command)
- 2010-05-30 21:02:38下载
- 积分:1
-
jieshao
Matlab 遗传算法工具箱的详细解释,电子书(Explain in detail the Matlab genetic algorithm toolbox)
- 2013-10-03 23:59:14下载
- 积分:1
-
Capture
converting colors from rgb to hsi in matlab
- 2013-10-22 01:30:14下载
- 积分:1
-
clock
该程序是使用matlab语言编写的时钟,与北京时间完全相同(It is a clock compiled by matlab language.)
- 2015-03-26 10:55:24下载
- 积分:1
-
prim-kruskal
matlab实现的prim算法和kruskal算法(prim and kruskal made by matlab
)
- 2009-07-02 17:29:56下载
- 积分:1
-
ImagesmoothingContrastEnhancement
直方图均衡:原始图的直方图变换为均匀分布的形式,这样就增加了象素灰度值的动态范围从而达到增强对比度的效果
中值滤波:中值滤波属于非线性平滑滤波器,它可以消除噪声又能保护图象的细节(histogram equalization : the original plan to transform the histogram in the form of uniform distribution. This will increase the value of the pixel gray areas so as to achieve dynamic contrast enhanced effect of filtering : Median filter is nonlinear smoothing filter, it can eliminate noise while preserving image details)
- 2007-05-20 21:48:03下载
- 积分:1
-
matlab-M-document
历届数学建模大赛的MATLAB的M文件,较为齐全。(Past mathematical modeling contest MATLAB M-files is complete.)
- 2013-04-03 20:29:57下载
- 积分:1
-
load-forecasting
用于预测的东西,很一般的东西,有兴趣的试试看,没兴趣的,呵呵~~那就不好意思了(Used to predict something very general things, interested give it a try, not interested, huh, huh ~ ~ it embarrassed)
- 2013-04-27 16:35:58下载
- 积分:1