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

搜索资源列表

  1. ImageCodes-Harris

    0下载:
  2. VC写的harris角点检测程序。又名plessey,最经典也是目前效果最好的算法,比susan抗噪要好(实际的讲)-A program of Harris corner points test writen by VC.We can call is as plessey,it is the best algorithm.It better than susan from real useful point.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:926295
    • 提供者:赵辉
  1. 231565262

    0下载:
  2. 对于个顶点的连通网可以建立许多不同的生成树,每一棵生成树都可以是一个通信网。现在,我们要选择总的耗费最小的那棵树,这就是我们说的最小生成树。本次课程设计就是设计这样的生成树,-for network connectivity can be established in many different spanning tree, every one spanning tree can be a communications network. Now, we have to choose the l
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1387
    • 提供者:大垃圾
  1. Adaptivestep-changingDirectionalGA

    1下载:
  2. 自适应变步长定向变异遗传算法解函数优化问题 需要调用GAOT5.-Adaptive Variable step directional variation of genetic algorithm optimization solutions function call GAOT5 needs.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3026
    • 提供者:王林成
  1. gacc

    0下载:
  2. 用C语言编写的遗传算法,有详细的注释 方便调用!-C language prepared by the genetic algorithm, a detailed Notes convenient call!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5056
    • 提供者:盖萌
  1. crossvalidate

    2下载:
  2. 基于决策树的n则交叉验证分类器 (决策树程序直接调用matlab中的) crossvalidate.m N则交叉验证程序,N可选 NDT.mat 含9个国际公认标准数据集,已做过标么处理,可直接使用 专业-n Based on Decision Tree is cross-validation classification (decision tree directly call the Matlab) cr ossvalidate.m N is cross-validation
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:235527
    • 提供者:hehuixin
  1. tunningPIDbyPSO.zip

    4下载:
  2. 埃及人wael korani写的采用粒子群算法(pso)代码调用simulink模型优化pid参数,与大家共享,Wael korani Egyptians wrote using particle swarm optimization (pso) code pid call simulink model optimization parameters, and share
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-04-07
    • 文件大小:28608
    • 提供者:葛彭越
  1. dynprog

    1下载:
  2. 动态规划算法matlab源程序,m文件,从工具箱中调用。 -Dynamic programming algorithm matlab source, m file, from the toolbox call.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-05-19
    • 文件大小:1543
    • 提供者:jiajt
  1. classification

    0下载:
  2. 该程序包实现了几个常用的模式识别分类器算法,包括K近邻分类器KNN、线性判别方程LDF分类器、二次判别方程QDF分类器、RDA规则判别分析分类器、MQDF改进二次判别方程分类器、SVM支持向量机分类器。 主程序中还有接口调用举例,压缩包中还有两个测试数据集文件。-The package to achieve a number of commonly used pattern recognition classifier algorithms, including K neighbor class
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:100997
    • 提供者:tangxiaojun
  1. tsapi-doc

    0下载:
  2. tspi开发文档,基于avaya呼叫中心,做cti要用到的开发文档-tspi development documents, based on the avaya call center, so use to the development of the document cti
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1579741
    • 提供者:shixiaolong
  1. chess.py

    5下载:
  2. Python实现A*算法解决八数码问题。 输入为九个数字的列表,代表八个数的位置(Z字型方向),空位以-1代替。 输出为各移动步骤得到的九个数的矩阵(输出到屏幕)。 使用是调用answer函数。返回一个各移动步骤得到的九个数的矩阵的列表。-Python achieving eight A* algorithm to solve digital problems. Enter a list of the nine numbers represent the number eight p
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2131
    • 提供者:雷斌亭
  1. Gaborchanger

    0下载:
  2. 在MATLAB中调用gabor变换的代码,生成gaboe小波滤波器。主要用在模式识别的提取特征阶段。-In gabor transform call MATLAB code to generate a wavelet filter gaboe. Mainly used in pattern recognition feature extraction stage.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:6477
    • 提供者:袁峰
  1. libsvm-mat-2.87-1

    2下载:
  2. libsvm在matlab中的应用。把libsvm嵌入matlab中调用。-libsvm in matlab application. Embedded matlab to call libsvm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:81162
    • 提供者:Henry
  1. BP

    0下载:
  2. 使用MATLAB自己实现的一个BP神经网络的程序,程序中封装了一个函数,需要输入数据。上传的文件包中有一个Data文件,里面输入的数据和调用命令。-Use MATLAB to achieve one of their own BP neural network procedures, procedures in packages of a function, the need to input data. Upload a document package, there is a Data fi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1187
    • 提供者:dd
  1. psojiben

    0下载:
  2. 基本pso的程序,本科毕业设计的时候用的,直接调用函数即可!-Basic PSO procedures, graduate design when used in a direct call function can be!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:1145
    • 提供者:liyan
  1. ycsf

    0下载:
  2. 本程序为遗传算法源程序,只要调用里面的程序就可以方便的实现某些功能,无须知道内部如何编程。-This procedure for the genetic algorithm source code, as long as the procedure call it will be convenient to achieve certain functions, does not have to know how the internal programming.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:5047
    • 提供者:范兴容
  1. ge-matlab

    0下载:
  2. 遗传算法的matlab程序,里面有几个小块,方便用户随时调用。-Matlab genetic algorithm process, there are several small, user-friendly call at any time.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:6955
    • 提供者:yab
  1. mintreePrim

    0下载:
  2. Dandn文件给出了输入参数的名称及格式 即在调用prim前先输入邻接矩阵D和节点个数n 输入prim 得到两行的矩阵T,将上下两行数字对应的节点相连即可-Dandn document gives the name of the input parameters and format Prim in the call prior to the importation of adjacency matrix D and the node number n Input pri
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:743
    • 提供者:lili
  1. TensorLDA_M

    1下载:
  2. tensor,毕设用的,算法优化得非常好,保证调用后运行正确-tensor, with completion set up and a very good algorithm to ensure correct operation after the call! !
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:987
    • 提供者:lili
  1. AdapGA

    0下载:
  2. 基本遗传算法,可以通过简单的调用即可实现最大值和最小值等函数-Basic genetic algorithm, a simple call through to the achievement of maximum and minimum values, such as function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:820
    • 提供者:王国
  1. myGA

    0下载:
  2. 自适应遗传算法,可以通过简单的调用即可实现最大值和最小值等函数-Adaptive genetic algorithm, a simple call through to the achievement of maximum and minimum values, such as function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:947
    • 提供者:王国
« 12 3 4 »
搜珍网 www.dssz.com