-
firefly_simple1
一个萤火虫算法,很好用的。只需要换测试函数即可。不过请注意例如萤火虫个数的等参数的更换。(A firefly algorithm, easy to use. Merely need to replace the test function can be. Oh Oh Oh Oh)
- 2012-05-11 20:45:35下载
- 积分:1
-
legendre_fit
勒让德多项式的拟合,包括对新的数值的求解(Legendre polynomial fitting, including the new value of solving)
- 2014-10-09 16:29:29下载
- 积分:1
-
divide-and-conquer
分治算法的介绍和C源程序。包含数学建模的分治算法的编程心得(The introduction of the divide-and-conquer algorithms and C source.)
- 2012-09-07 16:49:42下载
- 积分:1
-
incidence
computes incidence matrix from edge matrix
- 2010-12-03 21:21:07下载
- 积分:1
-
musicsus
matlab环境下的估计算法music算法的matlab实现,有很好的实验效果(estimation algorithm matlab environment music algorithm matlab implementation, there is a very good experimental results)
- 2010-03-14 14:52:34下载
- 积分:1
-
Scale-freeInternetsimulation
利用matlab软件编写的一类典型的复杂网络-无尺度网络的生成程序(Matlab software written using a class of typical complex networks- the generation of scale-free network program)
- 2011-06-21 23:59:21下载
- 积分:1
-
OOK
ook调制代码,基于matlab的,经测试,完全正确。。。(ook modulation code, based on matlab, tested, completely correct. . .)
- 2010-07-23 11:49:49下载
- 积分:1
-
2upfc14bus
newton raphson using upfc
- 2014-02-11 15:06:46下载
- 积分:1
-
LM2576
LM2576/LM2576HV开关型降压稳压器电子技术手册(LM2576/LM2576HV)
- 2010-08-19 15:43:53下载
- 积分:1
-
dxVideo
This library contains helper functions to read image frames into matlab from Video
file using DirectShow. This library has borrowed codes from Ashwin Thangali s
"DirectShow (DirectX) based AVI file reader", and it can read multiple video formats besides avi.
Features:
a) can read frames from rmvb, avi, etc.
b) handles most codecs installed on the system
d) its implementation is only based on the IMediaDet interface
-- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll
-- The library usage is as follows,
[avi_hdl, avi_inf] = dxVideoOpen(avi_filename)
pixmap = dxVideoReadMex(avi_hdl, frame_num)
img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3])
dxVideoCloseMex(avi_hdl)
-- recompile the library
I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004)
-- known limitation
a)only works for windows :(
b)may be slow for big image frames and some codecs.
- 2009-11-05 17:17:06下载
- 积分:1