CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 算法 basic

搜索资源列表

  1. 基本遗传算法

    0下载:
  2. 基本遗传算法-basic genetic algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2015-06-12
    • 文件大小:45.8kb
    • 提供者:yxp200401
  1. vb_rsa

    0下载:
  2. vb写的rsa加密算法-vb wrote rsa encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-15
    • 文件大小:2kb
    • 提供者:
  1. suanfajiaoan

    0下载:
  2. 算法教案,内涵ppt格式文档,活动文件。-Algorithm for lesson plans, content of ppt file format, document the activities.
  3. 所属分类:Other systems

    • 发布日期:2017-05-30
    • 文件大小:11.36mb
    • 提供者:王菁
  1. GA

    0下载:
  2. 基本遗传算法的源代码,比较各代种群的进化。-The basic genetic algorithm source code, comparing the generation of species evolution.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:13.12kb
    • 提供者:jchh
  1. jingueyanshisuanfa

    0下载:
  2. vb 精确延时算法,比sleep函数更加精确,使用方便-vb accurate delay algorithm is more accurate than the sleep function, easy to use
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1.81kb
    • 提供者:11
  1. Basic-PSO

    0下载:
  2. 上一届传下来的粒子群算法,需要进行优化的可以用这个程序-Particle Swarm Optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:873byte
    • 提供者:snow
  1. Basic-ICA-code-

    1下载:
  2. ICA程序,1996提出的ica算法\Basic ICA code in MATLAB (as used in Bell and Sejnowski 1996).-Basic ICA code
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:3.14kb
    • 提供者:刘少华
  1. Basic-algorithm-genetic-algorithm-

    0下载:
  2. 遗传算法基本算法 遗传算法基本算法-Basic algorithm genetic algorithm genetic algorithm genetic algorithm basic algorithm basic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-28
    • 文件大小:12.52kb
    • 提供者:陈威
  1. 粒子群算法程序

    7下载:
  2. 粒子群算法的程序,主要是针对基本粒子群和改进粒子群算法。(Particle swarm optimization procedures, mainly for the basic particle swarm optimization and improved particle swarm algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:5.15mb
    • 提供者:飘着
  1. 算法设计

    0下载:
  2. 问题描述:以一个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
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:2kb
    • 提供者:beautiful
  1. 遗传算法

    2下载:
  2. 基本的遗传算法实现,求解函数极值,简单易懂,适用于初学者(Basic genetic algorithm to solve the extremum of function)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:1kb
    • 提供者:ytx222
  1. 基本遗传算法

    0下载:
  2. 基本遗传算法应用实例。用基本遗传算法求下面函数的最大值。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+
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:2kb
    • 提供者:三百碗饭
  1. ESPRIT和多种改进的MUSIC算法的对比

    2下载:
  2. 基本esprit算法,rootMUSIC算法,和改进MUSIC算法对比,参数可调(Basic ESPRIT algorithm, rootMUSIC algorithm, and improved MUSIC algorithm contrast, adjustable parameters)
  3. 所属分类:matlab例程

  1. 图像处理基本算法源码

    0下载:
  2. c++平台编写的图像处理基本算法源码,所有的处理函数都有。(C++ platform prepared by the basic algorithm for image processing source code, all the processing functions are.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-18
    • 文件大小:45kb
    • 提供者:milaoshu
  1. 遗传算法求解VRP问题的技术报告

    1下载:
  2. 本文通过遗传算法解决基本的无时限车辆调度问题。采用车辆和客户对应排列编码的遗传算法,通过种群初始化,选择,交叉,变异等操作最终得到车辆配送的最短路径。通过MATLAB仿真结果可知,通过遗传算法配送的路径为61.5000km,比随机配送路径67km缩短了5.5km。此结果表明遗传算法可以有效的求解VRP问题。(In this paper, genetic algorithm is used to solve the basic vehicle scheduling problem without
  3. 所属分类:matlab例程

    • 发布日期:
    • 文件大小:94kb
    • 提供者:阿雨
  1. 进退算法.zip

    0下载:
  2. 帮助同行学习,尤其是菜鸟级别的人,简单易懂,通俗易解。(The algorithm can be understood as a complete problem-solving step consisting of the basic operations and the prescribed order of operations)
  3. 所属分类:网络编程

    • 发布日期:2017-12-15
    • 文件大小:1kb
    • 提供者:雪狼女
  1. C#数字图像处理算法典型

    0下载:
  2. 图像处理的基本算法汇总 , 灰度化 , 点运算 , 几何运算 , 边缘检测 , 平滑去噪 ,图像分割 ,彩色图像处理等 . C#语言编写的图像处理算法集合 .(Image processing of the basic algorithm, summary, grayscale, point calculation, geometric operations, edge detection, smoothing denoising, image segmentation, color image
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:17.32mb
    • 提供者:无花果周
  1. basic

    0下载:
  2. 解决旅行商遗传算法,能够运行,帮助学习遗传算法(Solve travel agent genetic algorithm, can run, help learning genetic algorithm)
  3. 所属分类:C#编程

    • 发布日期:2017-12-30
    • 文件大小:342kb
    • 提供者:343513545
  1. 蚁群算法

    0下载:
  2. 但由于基本蚁群算法(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
  3. 所属分类:数据结构

    • 发布日期:2018-04-21
    • 文件大小:654kb
    • 提供者:ZJN27
  1. C语言常用算法集

    0下载:
  2. C语言基本算法,有数值计算,矩阵,微分方程,以及各种滤波算法(Basic algorithm of C language)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:5.99mb
    • 提供者:孤鸿落日
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com