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

搜索资源列表

  1. Untitled8

    1下载:
  2. 基于MATLAB 的带阻滤波器设计,是我自己做的,的确还不错,带宽是200HZ-JI YU MATLAB DE DAI ZU LV BO QI SHE JI
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:569
    • 提供者:qiuqiu
  1. QPSKAWGN

    0下载:
  2. 无线通信,信号通过qpsk调制,在高斯白噪声环境下的传输-Wireless communications, signal modulation by qpsk, white Gaussian noise environment in the transmission
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:139806
    • 提供者:陈中兴
  1. guang-xue-gan-she

    1下载:
  2. 光学干涉的内容,包括了迈克尔逊干涉仪,牛顿环等,内容很齐全,大家下的看看吧。-Optical interference, including the Michelson interferometer, such as Newton' s rings, the content is complete, we take a look under it.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:535
    • 提供者:huoerren
  1. 蝙蝠算法原程序

    2下载:
  2. 蝙蝠算法(Bat Algorithm, 简 称 BA)是由Xin-She Yang于2010年提出的一种新型的元启发式算法,其来源于对蝙蝠回声定位行为的模拟。该算法具有模型简单、收敛速度快、可并行处理等特点,在函数优化,背包问题和多目标优化问题等领域得到初步应用。
  3. 所属分类:matlab例程

  1. lyaprosen

    0下载:
  2. NOTE1: When user do not have any information about tau, she should let tau equal to zero(0). In this case the code will use autocorrelation up to orders 10 to select proper embedding lag(tau). The proper lag is the lag before of first dec
  3. 所属分类:matlab

    • 发布日期:2014-10-30
    • 文件大小:4096
    • 提供者:wangke lin
  1. cuckoo_search_new2013

    0下载:
  2. 布穀鳥演算法,目前較有名的布穀鳥演算法有兩種,這個是由新加坡人Xin-She Yang在2008年發表的,布穀鳥演算法是受布穀鳥不建巢,只下蛋到其他鳥巢,又幼鳥為求生存會排擠原生幼鳥,所啟發的一種演算法。-Cuckoo algorithms, now more famous cuckoo algorithm has two, this is a Singaporean Xin-She Yang published in 2008, by the cuckoo cuckoo algorithm i
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:15077
    • 提供者:Don Lai
  1. Chess

    0下载:
  2. Solving Classic 8 queens dilemma in matlab, In chess, a queen can move as far as she pleases, horizontally, vertically, or diagonally. A chess board has 8 rows and 8 columns. The standard 8 by 8 Queen s problem asks how to place 8 queens on an ordina
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:20413
    • 提供者:John
  1. complement

    0下载:
  2. shell. Le presse papier (copier-coller) se trouve dans le menu edit . Enfin, pour accéder au logiciel Matlab, vous pouvez utiliser le menu démarrer ou taper simplement la commande matlab dans un she-shell. Le presse papier (copier-coller) se trouve d
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:3634017
    • 提供者:said
  1. cuckoo_search

    0下载:
  2. 布谷鸟搜索(Cuckoo Search,缩写 CS),也叫杜鹃搜索,是由剑桥大学杨新社(音译自:Xin-She Yang)教授和S.戴布(S.Deb)于2009年提出的一种新兴启发算法[1]。 CS算法是通过模拟某些种属布谷鸟的寄生育雏(Brood Parasitism) [2],来有效地求解最优化问题的算法[3]。同时,CS也采用相关的Levy飞行搜索机制。研究表明,布谷鸟搜索比其他群体优化算法更有效-Cuckoo search (Cuckoo Search, acronym CS)
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2734
    • 提供者:了了
  1. bat_algorithm

    0下载:
  2. Bat-inspired algorithm is a metaheuristic optimization algorithm developed by Xin-She Yang in 2010. this is the demo of bat algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2133
    • 提供者:yaser
  1. cuckoo

    0下载:
  2. Cuckoo search (CS) is an optimization algorithm developed by Xin-she Yang and Suash Deb in 2009.[1][2] It was inspired by the obligate brood parasitism of some cuckoo species by laying their eggs in the nests of other host birds (of other species). S
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:7102
    • 提供者:Alireza
  1. firefly_simple

    0下载:
  2. The firefly algorithm (FA) is a metaheuristic algorithm, inspired by the flashing behaviour of fireflies. The primary purpose for a firefly s flash is to act as a signal system to attract other fireflies. Xin-She Yang formulated this firefly algorith
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:2052
    • 提供者:smurf
  1. cuckoo_search.m

    1下载:
  2. Xin she Yang提出的布谷鸟算法,用来解决最优化问题。相比于传统的遗传算法和粒子群算法,该算法的效率更高。-It is published by Xin she Yang and is able to solve the optimization question。it is one of the heuristic algorithm and has the advantage compared with the GA and PSO.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2983
    • 提供者:李寄玮
  1. Xin-She-Yang--Algorithms

    3下载:
  2. 新兴元启发式优化方法 杨新设 模拟退火 蝙蝠 萤火虫 算法-New meta-heuristic optimization methods Yang new simulated annealing algorithm bat firefly
  3. 所属分类:matlab

    • 发布日期:2016-07-20
    • 文件大小:18432
    • 提供者:王志强
  1. Xin-She-Yang-SomePapers-2014New

    0下载:
  2. 多目标的多种方法应用程序,均可运行,效果良好,有很强的应用价值。-there have few ways to solve multiobjective optimization.And all files run well.
  3. 所属分类:matlab

    • 发布日期:2017-05-24
    • 文件大小:7838180
    • 提供者:雪依言
  1. Xin-She-Yang-SomePapers2016

    0下载:
  2. 很好的人工智能算法程序,单目标、多目标都有,对优化算法初学者有很大帮助-ways of signal objective and multiobjective optimization.
  3. 所属分类:matlab

    • 发布日期:2017-05-22
    • 文件大小:6840490
    • 提供者:雪依言
  1. Dariush---Sefr-(128)

    0下载:
  2. Hcshgesjvve butchers euf2f wife d c.f. due gfs shushed fascists disband suffix divisive Duchenne g divisive dc I ve Duchenne vs I uv e she sci solitude success cheerful veggie add bsjfe
  3. 所属分类:matlab

    • 发布日期:2017-06-21
    • 文件大小:37631207
    • 提供者:Alireza
  1. CNN

    1下载:
  2. %得到卷积层的featuremap的size,卷积层fm的大小 为 上一层大小 - 卷积核大小 + 1(步长为1的情况) %得到卷积层的featuremap的size,卷积层fm的大小 为 上一层大小 - 卷积核大小 + 1(步长为1的情况)(Wang Yuting has a severe muscular dystrophy with only two arms to move about 5 centimeters. But she was determined to be a pain
  3. 所属分类:matlab例程

  1. 13898353kaiten_v59

    0下载:
  2. ALGORITHMS SHE PWM INVERTER .....................
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:4096
    • 提供者:bechekir
  1. she.zip

    0下载:
  2. she.zip
  3. 所属分类:matlab例程

    • 发布日期:2022-07-07
    • 文件大小:61791
    • 提供者:coolhandy
« 12 »
搜珍网 www.dssz.com