CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - frog

搜索资源列表

  1. crossriver

    0下载:
  2. 基于Python的青蛙过河游戏,每次移动一个青蛙,可以实现后悔功能-Python-based Frogger game, every move a frog, you can achieve regret function
  3. 所属分类:Game Program

    • 发布日期:2017-05-04
    • 文件大小:6282
    • 提供者:
  1. frog

    0下载:
  2. 混合蛙跳算法是一种较新的仿生智能算法,大家可以进行改进和算法测试-The hybrid leapfrog algorithm is a newer bionic intelligent algorithm, which can be improved and tested
  3. 所属分类:Other systems

    • 发布日期:2017-12-18
    • 文件大小:2048
    • 提供者:陈春朝
  1. 蛙跳程序

    1下载:
  2. 蛙跳算法(SFLA)是一种全新的启发式群体进化算法,具有高效的计算性能和优良的全局搜索能力。对混合蛙跳算法的基本原理进行了阐述,针对算法局部更新策略引起的更新操作前后个体空间位置变化较大,降低收敛速度这一问题,提出了一种基于阈值选择策略的改进蛙跳算法。通过不满足阈值条件的个体分量不予更新的策略,减小了个体空间差异,从而改善了算法的性能。数值实验证明了该改进算法的有效性,并对改进算法的阈值参数进行了率定。(Leapfrog algorithm (SFLA) is a new heuristic p
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:xdw0421
  1. 混合蛙跳C语言

    0下载:
  2. 用C语言编程实现的混合蛙跳算法(SFLA),该算法于2003年首次提出~!(The shuffled frog leaping algorithm with C language programming (SFLA), the algorithm is put forward for the first time in 2003!)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:2629632
    • 提供者:燃烧男孩
  1. Untitled1

    0下载:
  2. matlab test to do the frog prog
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:ericles2812
  1. SFLA

    1下载:
  2. 基于matlab的混合蛙跳算法,用于土地利用模拟(The shuffled frog leaping algorithm based on MATLAB is used to simulate land use)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:sbyong
  1. xw_SFLA_forwater

    0下载:
  2. 基本蛙跳算法计算water函数的最大值,其中water函数可以根据需求自己建立,运行这个程序,就能求出water函数的最大值(This is a matlab code for shuffed frog leading algorithm which can get a max for function named water. The water function you can build based on the need of yourself.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:Amy_chen
  1. iRF

    0下载:
  2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIM
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:705536
    • 提供者:Simon_chung
  1. USBasp [Programming M328]

    0下载:
  2. the fukb frog nuklv gog the nufg
  3. 所属分类:按钮控件

  1. SFLA

    0下载:
  2. Suffled Frog Leaping Algorithm in Matlab
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:3072
    • 提供者:ahmadizal
  1. Algorithm code1

    0下载:
  2. IN THIS MATLAB CODE Shuffled Frog Leaping ALGORITHMS HAVE BEEN PROVIDED IN ORDER TO FAIRLY COMPARE QUALITY OF SWARM ROBOTICS SEARCH & RESCUE (SRSR) WITH WELL-KNOWN OPTIMIZATION TECHNIQUE IN TERMS OF SOLUTION QUALITY AND CONVERGENCE SPEED
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:12288
    • 提供者:samaneh-s
  1. 211730210811347

    0下载:
  2. 基本蛙跳的简单介绍和程序,,,,,,,,,,,(Basic frog jump introduction and program.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:123441324wqeq
  1. 蛙跳程序

    0下载:
  2. 实现蛙跳算法,对一系列的高维复杂函数,利用蛙跳算法求其最优值(To achieve the frog leaping algorithm, we use frog leaping algorithm to find the optimal value for a series of high-dimensional complex functions.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-06
    • 文件大小:1024
    • 提供者:老大吴
  1. PPNGA+SFLA_V3.0

    5下载:
  2. 这个是混合蛙跳算法做流水车间调度问题,能够很好的解决该类问题,此代码比较简单,适合初学者。(This is a shuffled frog leaping algorithm for flow shop scheduling problem. It can solve this problem very well. This code is relatively simple and suitable for beginners.)
  3. 所属分类:其他

    • 发布日期:2019-07-02
    • 文件大小:94208
    • 提供者:RenJocky
  1. DEPSO求极值

    2下载:
  2. 改进的差分粒子群算法,并用于求函数极值,程序中分别于DE PSO 蛙跳进行对比,结果显示,改进的差分粒子群更好(The improved Differential Particle Swarm Optimization (DPSO) algorithm is used to find the function extremum. The program is compared with DE PSO frog jump, and the results show that the improve
  3. 所属分类:matlab例程

    • 发布日期:2020-01-07
    • 文件大小:3096576
    • 提供者:孔OO
  1. 蛙跳算法

    4下载:
  2. 蛙跳算法,基于蛙跳算法实现优化变分模态分解的K和a.(Frog jump algorithm, based on the frog jump algorithm to achieve optimal variational mode decomposition K and A.)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-13
    • 文件大小:1024
    • 提供者:qazplm123oop
« 1 2 3 4 5 6»
搜珍网 www.dssz.com