-
rgb2lab_ruzon.tar
Transform the rgb color space to lab color space.Assume that white point is D65(Transform the rgb color space to lab color space.Assume that white point is D65)
- 2011-05-04 01:20:44下载
- 积分:1
-
Matlab
matlab图像处理常用函数,详细列表及格式,举例(matlab image processing function)
- 2010-06-01 12:12:55下载
- 积分:1
-
FivePoint
5点法计算数值微分,5dianfa jisuan shuzhi weifen(calculate the numerical differentiation using 5 points method.)
- 2015-01-08 00:48:41下载
- 积分:1
-
entropy_t
End Point Detection algorithm using Variable frame rate
- 2009-03-19 19:38:03下载
- 积分:1
-
FDTD_LiWu_tilted
说明: Matlab电磁波FDTD传输程序
模拟一天线发射电磁波在不同介质中的传播。(The Finite-difference time-domain (FDTD) method belongs in the general class of grid-based differential time-domain numerical modeling methods. The time-dependent Maxwell s equations (in partial differential form) are discretized using central-difference approximations to the space and time partial derivatives. The resulting finite-difference equations are solved in either software or hardware in a leapfrog manner: the electric field vector components in a volume of space are solved at a given instant in time then the magnetic field vector components in the same spatial volume are solved at the next instant in time and the process is repeated over and over again until the desired transient or steady-state electromagnetic field behavior is fully evolved.
)
- 2010-03-20 12:16:29下载
- 积分:1
-
yuanhoo
在MATLAB软件环境下运行
产生升余弦滚降函数波形及眼图图像(Run in the MATLAB software environment created Cosine function waveform and eye diagram image)
- 2010-05-17 21:00:59下载
- 积分:1
-
SimpleSolarCellAndPanelModel
this file descpribe pv cell model for photovoltaic system
- 2011-09-15 15:12:57下载
- 积分:1
-
surface-chart-GA-wiley-matlab
surface chart GA-wiley-matlab surface chart GA-wiley-matlab
- 2014-10-28 17:52:01下载
- 积分: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
-
VisualCMATLAB
Visual C++ MATLAB图像处理与识别实用案例精选 pdg格式(tha visual C+++ Matlab)
- 2009-09-27 20:51:05下载
- 积分:1