登录
首页 » Visual C++ » DE

DE

于 2016-05-17 发布 文件大小:1219KB
0 203
下载积分: 1 下载次数: 1

代码说明:

说明:   最简单的差分格式有向前、向后和中心3种。 向前差分:f (n)=f(n+1)-f(n) 向后差分:f (n)=f(n)-f(n-1) 中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers. Forward differencing: f (n) = f (n+ 1)-f (n) Backward difference: f (n) = f (n)-f (n-1) Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)

文件列表:

DE
..\crossover.m,959,2015-05-24
..\DE_Std.m,2501,2015-06-17
..\Differential Evolution Algorithm With Strategy Adaptation for Global Numerical Optimization(1).pdf,1693413,2015-05-23
..\mutation.m,1310,2015-05-24
..\testFun.m,714,2015-06-17

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • btp2
    一个很好用的bmp图像转protelPCB封装库,如果有需要在pcb中插入图像,汉字的朋友可以下载(bmp to protel99,it s a good tool,welcom to download)
    2011-01-17 10:11:04下载
    积分:1
  • RobotVision
    著名专家写的计算机视觉方面的原著,希望对大家有所帮助(Writing a well-known experts in the computer vision aspects of the original, and they hope to help everyone)
    2009-03-17 13:00:32下载
    积分:1
  • code
    说明:  对给定图片求图片中的染色体个数。具体步骤:中值滤波方法,二值化处理,膨胀和腐蚀,开闭运算,求连通区的个数(Of a given picture for the picture of the chromosome number. Concrete steps: median filter method, binarization processing, expansion and corrosion, opening and closing operations, and the number of connected areas)
    2008-11-26 14:27:43下载
    积分:1
  • Dual_DC_DC
    自己做的双向dc/dc,双环控制,跟踪的不错(DUAL DC/DC Voltage and current loop)
    2021-04-25 13:18:46下载
    积分:1
  • 91738645WaterShed
    分水岭算法的实现,用VC++语言实现,构成可靠的算法实现(the implement of the watershed)
    2013-07-17 09:19:23下载
    积分:1
  • GDAL
    GDAL影像显示 建立金字塔通过i移动图像 进行图像的放大缩小 多波段显示影像金子塔显示 (GDAL image creates pyramid)
    2012-12-21 23:29:55下载
    积分:1
  • TTsaidemarcats
    Tsai标定算法,用用于图像标定的,可以使用 (Tsai calibration algorithm used for image calibration, you can use)
    2012-09-15 19:07:10下载
    积分:1
  • motiondetection
    完整的程序,提供测试视频帧。根据视频帧中图像的形状进行运动估计(integrity of the procedures for testing video frames. According to Video Frame Image Motion Estimation shape)
    2006-09-07 21:38:28下载
    积分:1
  • ellipsefitting
    输入一组数据,xy值,用来拟合椭圆。只要改变输入数据,该代码就可以直接使用。另附上椭圆拟合算法。(Enter a set of data, xy values, used to fit ellipses. Just change input data, the code can be used directly. Attached on the ellipse fitting algorithm.)
    2010-11-15 14:56:43下载
    积分:1
  • shape-matching
    基于形状的模板匹配,用到了opencv,主体包含两部分,建模与金字塔搜索。(Based on the shape of the template matching, the use of opencv, the main body contains two parts, modeling and pyramid search.)
    2020-12-07 21:09:22下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载