搜索资源列表
基本遗传算法
- 基本遗传算法-basic genetic algorithm
vb_rsa
- vb写的rsa加密算法-vb wrote rsa encryption algorithm
suanfajiaoan
- 算法教案,内涵ppt格式文档,活动文件。-Algorithm for lesson plans, content of ppt file format, document the activities.
GA
- 基本遗传算法的源代码,比较各代种群的进化。-The basic genetic algorithm source code, comparing the generation of species evolution.
jingueyanshisuanfa
- vb 精确延时算法,比sleep函数更加精确,使用方便-vb accurate delay algorithm is more accurate than the sleep function, easy to use
Basic-PSO
- 上一届传下来的粒子群算法,需要进行优化的可以用这个程序-Particle Swarm Optimization
Basic-ICA-code-
- ICA程序,1996提出的ica算法\Basic ICA code in MATLAB (as used in Bell and Sejnowski 1996).-Basic ICA code
Basic-algorithm-genetic-algorithm-
- 遗传算法基本算法 遗传算法基本算法-Basic algorithm genetic algorithm genetic algorithm genetic algorithm basic algorithm basic algorithm
粒子群算法程序
- 粒子群算法的程序,主要是针对基本粒子群和改进粒子群算法。(Particle swarm optimization procedures, mainly for the basic particle swarm optimization and improved particle swarm algorithm.)
算法设计
- 问题描述:以一个m×n的长方形表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 基本要求:首先实现一个以链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向。(Problem Descr iption: a m * n rectangle represents the maze, and 0 and 1 i
遗传算法
- 基本的遗传算法实现,求解函数极值,简单易懂,适用于初学者(Basic genetic algorithm to solve the extremum of function)
基本遗传算法
- 基本遗传算法应用实例。用基本遗传算法求下面函数的最大值。F=x^3-60*x^2+900*x+100,0<=X<=30.个体数目去50,最大进化代数取100,离散精度去0.01,杂交概率取0.9.(Application examples of basic genetic algorithm. Apply the basic genetic algorithm to the maximum of the following functions. F=x^3-60*x^2+900*x+
ESPRIT和多种改进的MUSIC算法的对比
- 基本esprit算法,rootMUSIC算法,和改进MUSIC算法对比,参数可调(Basic ESPRIT algorithm, rootMUSIC algorithm, and improved MUSIC algorithm contrast, adjustable parameters)
图像处理基本算法源码
- c++平台编写的图像处理基本算法源码,所有的处理函数都有。(C++ platform prepared by the basic algorithm for image processing source code, all the processing functions are.)
遗传算法求解VRP问题的技术报告
- 本文通过遗传算法解决基本的无时限车辆调度问题。采用车辆和客户对应排列编码的遗传算法,通过种群初始化,选择,交叉,变异等操作最终得到车辆配送的最短路径。通过MATLAB仿真结果可知,通过遗传算法配送的路径为61.5000km,比随机配送路径67km缩短了5.5km。此结果表明遗传算法可以有效的求解VRP问题。(In this paper, genetic algorithm is used to solve the basic vehicle scheduling problem without
进退算法.zip
- 帮助同行学习,尤其是菜鸟级别的人,简单易懂,通俗易解。(The algorithm can be understood as a complete problem-solving step consisting of the basic operations and the prescribed order of operations)
C#数字图像处理算法典型
- 图像处理的基本算法汇总 , 灰度化 , 点运算 , 几何运算 , 边缘检测 , 平滑去噪 ,图像分割 ,彩色图像处理等 . C#语言编写的图像处理算法集合 .(Image processing of the basic algorithm, summary, grayscale, point calculation, geometric operations, edge detection, smoothing denoising, image segmentation, color image
basic
- 解决旅行商遗传算法,能够运行,帮助学习遗传算法(Solve travel agent genetic algorithm, can run, help learning genetic algorithm)
蚁群算法
- 但由于基本蚁群算法(Basic ant colony algorithm)收敛速度慢、易陷入局部最优,所以很多改进的蚁群算法被提出,补偿本身的缺点,在实际应用中也得到了很好的效果(However, due to the slow convergence speed of Basic ant colony algorithm and easy to fall into local optimum, many improved ant colony algorithm is proposed to
C语言常用算法集
- C语言基本算法,有数值计算,矩阵,微分方程,以及各种滤波算法(Basic algorithm of C language)