登录
首页 » Visual C++ » DE

DE

于 2016-05-17 发布 文件大小:1219KB
0 166
下载积分: 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 个回复

  • Moravec
    说明:  在VC中实现了使用Moravec算子对遥感影像进行特征点的提取,缺点是速度较慢。不过提取效果不错!(Implemented in VC using Moravec operator of remote sensing images feature point extraction, the disadvantage is slow. However, extracting good results!)
    2011-03-30 20:47:21下载
    积分:1
  • Graph
    输入一个带权无向图的顶点数、边数、各条边信息(两个顶点和权值),建立该图的邻接矩阵结构,输出该邻接矩阵。将上述无向图邻接矩阵转换为邻接表结构,输出该邻接表;根据该邻接表对无向图进行深度优先遍历序列和广度优先遍历序列,并输出遍历结果;用prim算法实现构造该带权无向图的最小生成树,并将该最小生成树的各条边信息输出。(Enter a weighted undirected graph with vertices, edges, each of the side information (two vertices and weights), the establishment of the adjacency matrix structure, the output of the adjacency matrix. The above undirected graph adjacency matrix into adjacency list structure, the output of the adjacency list according to the adjacency table undirected graph depth-first traversal sequence and breadth-first traversal sequence, and outputs through the results using prim algorithm construct the weighted undirected graph minimum spanning tree, and the minimum spanning tree information on respective sides of the output.)
    2020-12-13 15:29:15下载
    积分:1
  • ruihuafudiao
    实现图像的锐化浮雕等效果。当然,这是我自己弄了很多次之后的。我也忘了它实现的是什么效果了,反正就是大概图片处理一类的。(To achieve the effect of image sharpening and other relief. Of course, I get many times. I also forget to realize what effect, anyway, is about image processing class.)
    2012-08-01 04:43:14下载
    积分:1
  • FBP
    N年前上数字图像课时写的实验报告和程序,用滤波反投影(Filter Back Project,FBP)法重建图像。(Report and source code for data image restore experiment, using FBP.)
    2013-08-23 00:08:28下载
    积分:1
  • fish_full
    实现鱼眼图 圆形视场和全视场的校正、分为2幅图像、4幅图像、任意角度、任意位置的校正、全景图拼接等(Fish eye diagram of a circular field of view and full field calibration is divided into two images, four images at any angle, any position of the correction, and panoramic stitching.)
    2012-07-11 11:01:10下载
    积分:1
  • Image_Processing_in_C
    Image_processing in C
    2012-09-05 16:05:48下载
    积分:1
  • CV-SURF
    基于vc++6.0的SURF算法的程序代码,可以直接运行(Based on the SURF algorithm for vc++6.0 program code can be run directly)
    2011-05-18 10:45:18下载
    积分:1
  • GMM-modeling-and-EM
    介绍Opencv这个图像处理库环境下的GMM建模与EM算法,从数学的角度深入分析高斯建模和EM算法(Introduce the the Opencv this image processing GMM modeling the EM algorithm in the library environment, in-depth analysis from a mathematical point of the Gaussian model and the EM algorithm)
    2012-07-11 15:40:59下载
    积分:1
  • ImageGrayProcessVS2008
    打开bmp位图文件 彩色转灰阶 直方图均衡 直方图规定 灰阶线性化(Open the bmp grayscale bitmap image binarization functions connected domain extraction features)
    2010-06-19 15:17:28下载
    积分:1
  • Edge-Detection
    边缘检测 Edge Detection Edge Detection(Edge Detection)
    2014-05-08 13:49:15下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载