CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 模板

搜索资源列表

  1. Edit Distance算法

    0下载:
  2. 对模式识别中的字符串模板匹配问题进行的研究,设计了对任意字符串进行匹配和字符串相似度,即列文斯顿距离进行计算的算法-right pattern recognition template matching string for the research and design of the arbitrary strings and string matching similarity, Ken Livingstone distance calculation algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2734
    • 提供者:蓝色梦幻
  1. exmat-0.5.2

    0下载:
  2. exmat - The Expression Template Matrix Library,是矩阵运算模板库-exmat - The Matrix Expression Template Library, yes matrix calculation Template Library
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:218005
    • 提供者:Antonio
  1. TrackEye_src.zip

    2下载:
  2. 一个由zafersavas于2008年完成的完全基于VC++6实现的人脸检测和人眼跟踪程序,通过设置相应的参数实现不同的功能。人脸跟踪中使用了camshift算法和Haar算法,眼睛检测中使用了自适应PCA算法和模板匹配算法,还支持文件和网络摄像头两种输入方式,经过试验,检测速度比较快和准确度也比较高。附带demo程序。 使用步骤: 菜单TrackEye Menu --> Tracker Settings 输入源Input Source: video 选择文件输入指定为: ..\Avis\
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-04-13
    • 文件大小:2630917
    • 提供者:sichuanlu
  1. Number-Recognition

    0下载:
  2. 利用matlab编程来实现数字识别,即利用十个数字从0到9的模板与待识别的数字对比来实现识别功能-Use the matlab programming for number identification, namely use templates of ten numbers from 0 to 9 compared with the unidentified number.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1752087
    • 提供者:Dugu.wang
  1. pso程序的源代码

    1下载:
  2. VC++环境下的粒子群算法源代码,通用模板,需要自行添加目标函数和约束条件-pso
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-06
    • 文件大小:12999
    • 提供者:方芳
  1. GA

    0下载:
  2. 一个很好遗传算法模板,接口过程定义清晰明白,学习的好帮手-Genetic Algorithms a good template, clear and process definition interface, learning a good helper
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4057
    • 提供者:woshitian
  1. wcvnm

    0下载:
  2. 遗传算法模板,希望大家能用得上-Genetic algorithm template, hope that we can useful! ! ! ! ! ! ! ! !
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2114
    • 提供者:魏雪漫
  1. fuzzyneuralnetwork

    0下载:
  2. 一个将模糊控制和神经网络相结合的方法,用matlab实现的模板-A fuzzy control and neural network combining methods to achieve matlab template
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:10218
    • 提供者:郝冰
  1. mobanGA

    0下载:
  2. 这是一个很基本的遗传算法代码,目的是给初学者提供一个相对较好的模板。希望对大家有用。-This is a very basic genetic algorithm code, the purpose is to provide a relatively good beginner' s template. Useful for all of us hope.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2094
    • 提供者:Harry
  1. requirementSpecificationTemplate

    0下载:
  2. 该文档为需求设计的模板,用于需求设计阶段。-This is a requirement Specification Template
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4797
    • 提供者:Jason
  1. PatternRecong

    0下载:
  2. 图像模式识别的各种算法及其编程实现,包括模板匹配分类器、几何分类器和神经网络分类器等,可用于手写数字的识别。-A variety of image pattern recognition algorithm and its programming, including template matching classifier, geometric classifier and neural network classifiers, etc., can be used for handwritte
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:527995
    • 提供者:MORGAN
  1. fga-1.4.tar

    0下载:
  2. 使用Visual C++ 2003编写的遗传算法库,具有详细的说明文档,使用接口函数传入相关适应度函数与基因个数、迭代次数相关信息,进行目标优化,使用类模板的形式支持函数并行化-Using Visual C++ 2003 prepared by the genetic algorithm library, a detailed descr iption of the document, use the interface function is passed the fitness functi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:226693
    • 提供者:asy
  1. APyramid

    1下载:
  2. 基于VC++的图像匹配的金字塔算法。输入原始的512*512灰度图像,同时输入模板图像,分别输出图像和模板图像的三层金字塔图像,用来分层匹配;对输入图像利用小波变换分层,并形成三层金字塔,然后对模板图像做同样的处理,然后从顶至下以此对原始图像和模板图像进行匹配,匹配采用简单的对应像素的绝对误差累计来表示。提供测试模式集及其测试结果。-Based on VC++ pyramid algorithm for image matching. Enter the original 512* 512 gr
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-09-05
    • 文件大小:1785824
    • 提供者:xinxin
  1. image_denoising

    0下载:
  2. 这里实现了图像除噪声的算法,各种模板算子。-Here to realize the image noise than the algorithm, various template operator.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1385683
    • 提供者:盛器才
  1. acm_paper

    0下载:
  2. acm 国家集训队论文 及其它资料 模板 分类 -acm National Team classification of papers and other information template. . .
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-26
    • 文件大小:8879414
    • 提供者:neo
  1. GeneticAlgorithms

    0下载:
  2. 求解任务分配和路径选择的改进遗传算法。针对传统的遗传算法编程求解过程中存在的代码复用性不高,灵活性差的情况,在参考麻省理工学院Matthew Wall开发的遗传算法类库GAlib的基础上,提出了基于设计模式的改进遗传算法设计框架,提供了Visual C#代码。该框架通过使用模板方法模式、策略模式和适配器模式大大提高了改进遗传算法在设计实现过程中的可扩展性和灵活性。-Traditional genetic algorithm programming in the process of solvin
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:514075
    • 提供者:廖伟
  1. LBG

    0下载:
  2. 利用LBG算法在股市中预测,形成某类模板-LBG algorithm is used to predict the stock market, the formation of certain types of templates
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:235291
    • 提供者:王兰
  1. LS-SVM-modele-and-effect

    0下载:
  2. 最小二乘支持向量机(LS-VSM)的模板及其仿真效果,希望对你有所帮助-Least squares support vector machine (LS-VSM) template and- simulation effect, hope to be helped somewhat to you
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:1135
    • 提供者:jacky
  1. ffn

    0下载:
  2. 模糊神经网络,一个不错的模板,可以自己改编码改成所需要的-Neural network, a good template, you can change your code needs to change
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:944
    • 提供者:于超
  1. PSO

    0下载:
  2. 解决模板匹配问题的微粒群算法源程序,经过调试,可以直接运行。-Template matching to solve the problem of the particle swarm algorithm source code, after testing, can be directly run.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:805
    • 提供者:Jane
« 1 23 4 »
搜珍网 www.dssz.com