CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 简单算法

搜索资源列表

  1. RLS

    2下载:
  2. 自适应滤波器的设计,包括LMS和RLS,两种方法,程序简单实用-Adaptive filter design, including LMS and RLS, two types of methods, procedures simple and practical
  3. 所属分类:matlab例程

    • 发布日期:2013-10-30
    • 文件大小:1851
    • 提供者:刘东
  1. 6node-multipath

    0下载:
  2. 6节点多路由的ns文件,是一种简单的蚁群算法实现源文件有英文分段,无注释-6 multi-node routing ns documents, is a simple ant colony algorithm to achieve sub-source file is available in English, non-Notes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1438
    • 提供者:王健
  1. VC++GeneticAlgorithm

    0下载:
  2. 很经典的一个算法。大家做工程和通信用的着。遗传算法(Genetic Algorithm)是模拟达尔文的遗传选择和自然淘汰的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它是有美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。-A classic a
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:106693
    • 提供者:林宇贞
  1. DifferentialEvolutionAPracticalApproachtoGlobalOpt

    0下载:
  2. 这是一本讲微分进化的书,进化算法是以遗传算法为代表的一类随机算法的总称,95年由Rainer Storn和Kenneth Prici提出微分进化方法,比传统进化算法更好更简单,2004年该方法的原创者出版了长达580页的微分进化:一种全局优化的实用方法,本书是英文版,似乎还没有中文版,希望对感兴趣的人有用-This is a book stresses differential evolution, evolutionary algorithm based on genetic algorith
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-27
    • 文件大小:9848998
    • 提供者:plow
  1. K-Means

    0下载:
  2. 较简单的KMeans聚类算法实现,编程语言matlab-Clustering KMeans relatively simple algorithm, programming language matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4024
    • 提供者:tzx
  1. xinde

    1下载:
  2. 一个简单算法能够生成数独矩阵,很容易理解的matlab小程序。-A simple algorithm to generate Sudoku matrix, it is easy to understand the matlab applet.
  3. 所属分类:matlab

    • 发布日期:2016-09-06
    • 文件大小:846
    • 提供者:张立建
  1. node

    0下载:
  2. 自己编写的解八数码问题的简单算法,用c++实现-I have written eight digital solution of a simple algorithm for the problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1608
    • 提供者:吕东
  1. GA

    0下载:
  2. 简单的遗传算法源程序,你可以运行及参考,初步掌握遗传算法的过程-Simple genetic algorithm source code, you can run and reference, the initial grasp the process of genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:6132
    • 提供者:Anni
  1. GATSP

    0下载:
  2. 这是用c编写的旅行商问题的算法,比较简单,很好理解(使用遗传算法)-GA TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2697
    • 提供者:linda
  1. code

    0下载:
  2. c程序设计技巧, c入门和简单算法设计。-Programing with C
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:105902
    • 提供者:Tom
  1. geneticalgorithmprocedure

    0下载:
  2. 遗传算法MATLB程序,里面有遗传算法的选择、交叉、变异函数,一些简单的MABTLAB遗传算法例子!-MATLB genetic algorithm procedure, which has the choice of genetic algorithm, crossover and mutation functions, some simple examples of genetic algorithm MABTLAB!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7069
    • 提供者:楼耀尧
  1. Fuzzy_control_algorithm_code

    0下载:
  2. 模糊算法的一个小函数,计算量小,简单易用,缺点是适应性不够强,不能满足高精度的需要-Fuzzy algorithm for a small function to calculate the volume of small, easy-to-use, adaptive disadvantage are not strong, and can not meet the required high-precision
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1338
    • 提供者:zsy
  1. text_classification

    0下载:
  2. 这是一个文本分类的简单算法,基于weka的,实现文本的分类。-This is a easy classification code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5295
    • 提供者:徐金娜
  1. PCAalgorithm

    0下载:
  2. pca的matlab简单算法程序,没有什么特别的-PCA algorithm of matlab easy procedure, Nothing special
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3990
    • 提供者:小桃
  1. bubblesort

    0下载:
  2. 冒泡排序算法 冒泡排序算法是一种比较的简单的排序算法,但是很常用的-Bubble Sort Algorithm for Bubble Sort algorithm is a relatively simple sorting algorithm, it is commonly used
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:719944
    • 提供者:bruce
  1. GA_Patternsearch

    0下载:
  2. 简单的遗传算法与模式搜索算法结合,算法的步骤为选择,交叉,变异,模式搜索。-Simple genetic algorithm combined with pattern search algorithm, the algorithm steps for the selection, crossover and mutation, pattern search.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:585665
    • 提供者:吴烨
  1. KMEANSalgorithmMatlabimplementationmethods

    1下载:
  2. K-MEANS算法Matlab实现方法,试过,能用,简单易读-K-MEANS algorithm Matlab implementation methods, tried, use, easy accessibility
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1440
    • 提供者:郭子中
  1. k_2means

    0下载:
  2. matlab编写的二聚类算法,程序简单,思路清晰,拿出来和大家一起分享-2-means clustering
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:639
    • 提供者:taozi
  1. gen

    0下载:
  2. 遗传算法 并有很简单的例子。对于初学者来说是个不错的选择-Genetic algorithms and has a very simple example. For beginners it is a good choice
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5204
    • 提供者:张晓
  1. duomubiaoyichuan

    0下载:
  2. 多目标遗传算法应用于电火花机床参数优化,优化过程简单,计算结果准确,收敛速度明显加快-Multi-objective genetic algorithm optimization applied to EDM, the optimization process is simple, accurate calculations, significantly speeding up the convergence rate
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3420
    • 提供者:lili
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com