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

搜索资源列表

  1. SqString

    0下载:
  2. 在串的指定位置pos插入一个子串t 删除当前串的子串,并由t返回 输出串中所有字符-Insert a sub-string t delete the current string, substring, by t return output string all the characters in the string at the specified position pos
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1194
    • 提供者:党心蕊
  1. Hybrid-pos

    0下载:
  2. 该程序是混合粒子群的代码,只需修改指定的参数就可应用。-The program is a hybrid particle swarm code, just modify the specified parameters can be applied.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-02
    • 文件大小:1055
    • 提供者:刘明
  1. standar-pos

    0下载:
  2. 该程序是标准粒子群算法的代码,修改参数就可用。-The program is the standard particle swarm algorithm code, modify the parameters can be used.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:995
    • 提供者:刘明
  1. Based-on-simulated-annealing-pos

    1下载:
  2. 改程序是基于模拟退火的粒子群算法,修改参数可用。-The reform program is based on simulated annealing particle swarm algorithm, modify the parameters are available.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:1190
    • 提供者:刘明
  1. -based-on-natural-selection-pos

    0下载:
  2. 改程序是基于自然选择的粒子群算法,修改参数就可用。-The reform program is based on particle swarm algorithm of natural selection, to modify the parameters can be used.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:1001
    • 提供者:刘明
  1. Second-order-turbulence-pos

    0下载:
  2. 该程序是二阶震荡粒子群算法,修改参数就可用。-The program is a second-order the shock particle swarm algorithm, modify the parameters can be used.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:1122
    • 提供者:刘明
  1. Learning-factor-changes-pos-rar

    0下载:
  2. 改程序是学习因子变化的粒子群算法,修改参数就可用。-The reform program is the particle swarm algorithm learning factors change, modify parameters can be used.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-21
    • 文件大小:993
    • 提供者:刘明
  1. Random-weight-pos

    0下载:
  2. 该程序是随机权重法的粒子群算法,修改参数就可用。-The program is random weight particle swarm optimization method, modify parameters can be used.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-06
    • 文件大小:1038
    • 提供者:刘明
  1. adaptive-weighting-pos

    0下载:
  2. 改程序是自适应的粒子群算法,修改参数就可用。-The reform program is adaptive particle swarm optimization, parameter can be used to modify.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-05
    • 文件大小:1026
    • 提供者:刘明
  1. compression-factor-pos

    0下载:
  2. 改程序是带压缩因子的粒子群算法,修改参数就可用。-Reform program with a compression factor of the particle swarm algorithm parameters can be used to modify.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-02
    • 文件大小:1092
    • 提供者:刘明
  1. POS

    0下载:
  2. 粒子群新的优化算法,具体的功能与标准的粒子群优化算法进行了详细对比-A new particle swarm optimization algorithm, and the specific function and the standard particle swarm optimization algorithm makes a detailed contrast
  3. 所属分类:matlab

    • 发布日期:2017-11-23
    • 文件大小:763099
    • 提供者:wjh
  1. POS-VC

    0下载:
  2. 粒子群算法是一种使点群寻找到最优点的算法,此算法适用于Vc编程的用户-The particle swarm algorithm is a point group looking into the most advantage of the algorithm, this algorithm is applicable to Vc programming of user
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. matlab 编程,pOs编程,要参加数学建模,得看看了-matlab the programming, pOs programming, to participate in mathematical modeling, have to look at
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:3978
    • 提供者:xiangkanhai3
  1. optionchoose

    0下载:
  2. 在开发子函数时,matlab存在正则方法和非正则方法,正则方法非常适合一个子函数功能的不断扩展与完善,此函数为辅助函数,增加子函数的可读性 例如一个函数drawfun(x,y,z,5,6),5表示用第5种方法插值,6表示markersize为6,它显然没有drawfun(x,y,z, kriging , markersize ,6)好看懂与理解。 kriging 如何就是5可以用optionchoose(varargin{4},{ linear , spline , inverse , re
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:1247
    • 提供者:zhoudg
  1. yy

    0下载:
  2. 把在链表中插入语删除节点的操作写成一个函数。 bool insert(Node *&h,int a,int pos) pos(>=0)为0的时候在表头插入,否则在第pos个结点的后面插入。 bool remove(Node *&h,int &a,int pos) -Written as a function of the parenthesis in the linked list delete node operation. bool insert (Node* &
  3. 所属分类:Data structs

    • 发布日期:2017-11-12
    • 文件大小:934
    • 提供者:yejunjian
  1. pos

    0下载:
  2. matlab代码粒子群算法求解旅行商问题源码-matlab code for Particle Swarm Algorithm for Traveling Salesman Problem Source
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:3769
    • 提供者:速度
  1. pos

    0下载:
  2. pso算法书籍学习,pso算法书籍学习pso算法书籍学习,-pso algorithm books learning, pso pso algorithm learning algorithm books books to learn,
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:11948
    • 提供者:速度
  1. pos(2D)matlab

    0下载:
  2. 二维粒子群算法,MATLAB源代码,非常适合初学者-Two-dimensional particle swarm optimization
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:18734
    • 提供者:huangguolin
  1. nlu_project

    0下载:
  2. 采用机器学习的方法进行自然语言处理,对中文进行分词和词性标注。分词采用crf模型,词性标注用hmm模型,解码算法为Vertibi算法。本系统使用java语言编写-Using machine learning methods for natural language processing, carried out on the Chinese word segmentation and POS tagging. Segmentation using crf model, tagging with
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2006356
    • 提供者:lipeng
  1. image-fusion-pos

    0下载:
  2. image fusion using particle of swarm optimastion
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:194032
    • 提供者:parmalik kumar
« 1 2 34 »
搜珍网 www.dssz.com