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

搜索资源列表

  1. ProcessesFinance

    1下载:
  2. Discrete-time models: random walk, ARMA, fractional integration, GARCH). Continuous-time counterparts: Levy processes, Ornstein-Uhlenbeck, fractional Brownian motion, stochastic volatility, subordination.
  3. 所属分类:Other systems

    • 发布日期:2017-05-18
    • 文件大小:4913719
    • 提供者:Kevin
  1. levy1

    0下载:
  2. 利用levy法估计由实验输出生成的传递函数的相应参数-Transfer functions corresponding parameter estimation method utilizing levy
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:583
    • 提供者:万秀
  1. SystemParamter

    0下载:
  2. 使用Hankel矩阵法、面积法、Levy法计算系统的传递函数参数,参数辨识-Using Hankel matrix method, area method, Levy method for computing system transfer function parameters, parameter identification
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5054
    • 提供者:Zhou Lee
  1. advection

    0下载:
  2. Advection equation, this solves the advection equation using a Courant Friedrichs Levy number of 0.9 and a number of points of 200.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:867
    • 提供者:AlexisNS
  1. MCMC

    2下载:
  2. 基于模拟退火算法的马尔科夫蒙特卡洛算法matlab程序,实现了对levy函数的优化。-A Markov Chain Monte Carlo alogrithm based on annealing phenomenon,which maximzies and minimizes the levy function.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1392
    • 提供者:
  1. levy_flight

    0下载:
  2. 基于fortran的levy 飞行并行模拟程序,可以用于大型活性粒子的模拟。-fortran, levy flight.
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:2455
    • 提供者:aibq
  1. SphereLFOA

    2下载:
  2. 具有Levy飞行特征的foa算法,对果蝇优化算法的改进-Levy flight characteristics of foa algorithm
  3. 所属分类:matlab

    • 发布日期:2017-02-14
    • 文件大小:1024
    • 提供者:白露
  1. ajax_cncoder

    0下载:
  2. 自己懒得写操作类库,用到的两个类都是来自MooPHP框架 功能: 可以运行在php4/5+mysql4/5下, 代码简单,较为通用,容易整合到其他系统中, 带有评论支持和反对的投票, 可以引用评论,实现盖楼功能, 简单的验证,有验证码防广告功能. 允许程序在 register_globals = off 的环境下工作-Too lazy to write their library operations, two classes are used the Moo
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-30
    • 文件大小:36422
    • 提供者:
  1. pso-path-plan

    2下载:
  2. 基于莱维飞行粒子群算法的点焊机器人路径规划-Spot welding robot Levy flight path planning based on particle swarm algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:26306
    • 提供者:路婷
  1. Cuckoo-search-algorithm

    0下载:
  2. 布谷鸟搜索算法[CuckooSearch(CS)],也叫杜鹃搜索,是由剑桥大学Xin-SheYang(杨新社)教授和S.Deb于2009年提出的一种新兴启发算法CS算法通过模拟某些种属布谷鸟(CuckooSpecies)的寄生育雏(BroodParasitism)来有效地求解最优化问题的算法.同时,CS也采用相关的Levy飞行搜索机制。-Cuckoo search algorithm [CuckooSearch (CS)], also called cuckoo search algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4046
    • 提供者:文文山
  1. stblrnd

    0下载:
  2. STBLERND generates random numbers form the Levy alpha-stable distribution
  3. 所属分类:Modem program

    • 发布日期:2017-04-13
    • 文件大小:1622
    • 提供者:hadi
  1. matlab

    0下载:
  2. 模拟levy飞行的3个基础函数,分别用于模拟levy曲线迭代次数,存储数组,及两端点的坐标-Flight simulation levy of three basis functions are used to coordinate the analog levy curve iterations, storage arrays, and the two end points
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:835
    • 提供者:
  1. buguniao

    0下载:
  2. 布谷鸟搜索算法[CuckooSearch(CS)],也叫杜鹃搜索,是一种新兴启发算法CS算法通过模拟某些种属布谷鸟的寄生育雏来有效地求解最优化问题的算法.同时,CS也采用相关的Levy飞行搜索机制。-searching for the best
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:909
    • 提供者:张海鹏
  1. abc-cuckosearch

    0下载:
  2. An Efficient Hybrid Clustering Method Using an Artificial Bee Colony Algorithm and Mantegna Levy Distribution Artificial bee colony (ABC) and Cuckko search(CS) and Mantegna levy distribution
  3. 所属分类:Data Mining

    • 发布日期:2017-05-05
    • 文件大小:258494
    • 提供者:habib
  1. levy_2D_demo

    0下载:
  2. levy飞行的2D演示,求解一个2维的方程,2万次迭代可以搜索到最优解。可对levy飞行有直观的了解(plot绘图显示)。自己编写的代码,初学者可以借鉴。-Levy flight of the 2D demo, solving a 2-dimensional equation, 2 million iterations can search for the optimal solution. Levy flight can have an intuitive understanding (plo
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:704
    • 提供者:刘辉
  1. levy

    0下载:
  2. 基于matlab平台有理分式多项式法模态参数识别-Based on matlab platform rational fraction polynomial method modal parameter identification
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1113
    • 提供者:
  1. 布谷鸟算法

    0下载:
  2. 布谷鸟搜索算法[CuckooSearch(CS)],也叫杜鹃搜索,是由剑桥大学Xin-SheYang(杨新社)教授和S.Deb于2009年提出的一种新兴启发算法CS算法通过模拟某些种属布谷鸟(CuckooSpecies)的寄生育雏(BroodParasitism)来有效地求解最优化问题的算法.同时,CS也采用相关的Levy飞行搜索机制。(Cuckoo search algorithm [CuckooSearch (CS)], also called cuckoo search by Univer
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:苏叶777
  1. Ratepay

    0下载:
  2. 设计一个基于命令行界面的计算个人所得税(工资、薪金所得)应用程序,根据用户输入的当月工资薪 金总额计算应缴纳的个人所得税额。 为适应未来个人所得税法的可能变化(历史上曾有不同城市执行不同标准的情况,也曾发生过立法修改 个人所得税起征基数;当前对个人所得税进行改革的呼声也日益高涨),该程序应支持对个人所得税起 征点进行调整的功能,并且个人所得税各级税率也允许修改。请使用简单的命令行菜单方式让用户选择 所需的功能。(Design an application based on the co
  3. 所属分类:Java编程

    • 发布日期:2017-12-18
    • 文件大小:1024
    • 提供者:onejace
  1. HS_Code_Matlab

    0下载:
  2. Simple harmony search algorithm for mono-objective optimization
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:5120
    • 提供者:And888
  1. zlchat-server

    0下载:
  2. 全新的聊天储存与读取机制,更加高效; 全新的聊天版面,更加清爽直观; 独立CSS样式表,可以更快、更好地制作属于自己的聊天室风格; 支持@Ta的功能和回复指定聊天内容的功能,并使用不同颜色标示; 特别加入阿赛全新原创架构下的盖楼聊天模式,有速度、更有深度; 加入在线聊天用户显示与统计,并支持在线用户管理,比如禁言拉黑、删除Ta的所有聊天内容等; 同步发布多个不同版本适合不同用户选择使用,有单文件版本(纯application缓存聊天室)、普通版(TXT储存聊天数据)等,多个版本间可通
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2018-04-30
    • 文件大小:44220416
    • 提供者:AA-F
« 1 2 3 45 »
搜珍网 www.dssz.com