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

搜索资源列表

  1. orthogonalwavelets

    0下载:
  2. 从底层原理开始,利用B样条函数构造正交小波。程序通过Matlab2009a测试。-Using the B_simple principle to creat a orthogonal wavelet function. By Matlab2009a .
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2496
    • 提供者:Alex
  1. nonlinear_programming_testfunctions

    1下载:
  2. 非线性规划的Matlab源码,包括很多测试函数。-Matlab source code for nonlinear programming, including many test functions.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:36820
    • 提供者:丁志中
  1. test

    0下载:
  2. 一些有用的只能优化算法的优化测试函数,一起和大家分享。-Some useful optimization algorithm can only test functions, together and share.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:17823
    • 提供者:zhouren
  1. surshrHEDA

    0下载:
  2. 基于直方图的分布估计算法matlab源程序,测试函数选用的是30维函数-Estimation algorithm based on histogram matlab source code, test function selected is 30-dimensional function
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:21517
    • 提供者:zhangkaibo
  1. DSCG-unOP

    0下载:
  2. 用于数学规划的最优化算法,可以用来测试函数,求解近似的最优解-optimization algorithms
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3494
    • 提供者:sansoo
  1. Text1

    0下载:
  2. VC++ 软件测试函数,包含了程序的所有必须部分-VC++ text
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:1972
    • 提供者:love
  1. LinerList

    0下载:
  2. 线性表LinearList类的头文件、实现、测试函数-Linear Table LinearList class header, implementation, testing function
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2926
    • 提供者:王欢
  1. Schaffer

    1下载:
  2. 基于MATLAB编程的粒子群算法,测试函数为shaffer-MATLAB programming based particle swarm algorithm, test function shaffer
  3. 所属分类:matlab例程

    • 发布日期:2017-05-24
    • 文件大小:2129
    • 提供者:caogang
  1. pso

    2下载:
  2. 用于实现粒子群算法的matlab工具包,带有一些测试函数-particle swarm optimization toolbox for matlab
  3. 所属分类:matlab例程

    • 发布日期:2017-05-24
    • 文件大小:764075
    • 提供者:fanyu
  1. gatbx

    0下载:
  2. matlab工具箱 包括测试函数 可实现函数调用-matlab toolbox includes a function call test functions can be realized
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:423475
    • 提供者:WN
  1. PSO_case1

    0下载:
  2. 粒子群优化算法的一个寻优案例,测试函数含有多个局部极值,尝试用PSO算法寻找全局极值-a case of Particle Swarm Optimization algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1015
    • 提供者:xiaomin
  1. fish1

    0下载:
  2. 人工智能型算法--鱼群算法的源代码,应用于测试函数-Artificial intelligence algorithm- fish algorithm source code, used in the test function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-23
    • 文件大小:7267424
    • 提供者:duanhong
  1. DeJong

    0下载:
  2. 程序是用C和Isight软件对DEJong测试函数进行计算。详情请见说明-Program is matlab and Isight software DEJong test function to calculate.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:173181
    • 提供者:马跃
  1. Matrixes

    0下载:
  2. 包含矩阵和行列式各种操作的程序,有main测试函数和功能头文件。功能包括矩阵的加、乘运算,行列式求值,矩阵求逆,求秩-Various operations including matrix and the determinant of the procedures, test the functions and features main header file. Features include matrix addition, multiplication operator, determi
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:20513
    • 提供者:胡灏
  1. backup1

    0下载:
  2. LCD KEY GPRS AS AS 测试函数-lcd key gprs text main WF A DASD
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:261574
    • 提供者:cailiuliu
  1. constriction-pso

    0下载:
  2. Constriction PSO 代码,测试函数为Rastrigin-Constriction PSO code, test function Rastrigin
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1395
    • 提供者:XiaoFei
  1. griewank

    0下载:
  2. 基准测试函数中的griewank函数代码-Griewank test function in the function code
  3. 所属分类:matlab

    • 发布日期:2016-11-19
    • 文件大小:1024
    • 提供者:周洋
  1. constriction_hexiaofei

    0下载:
  2. 这个Constriction pso 界面提供了10个可选择的测试函数,在界面可以输入粒子数和维度以及迭代次数,同时界面将输出全局最优和得到当前最优所需的迭代次数。里面有一个TXT文档有一些操作说明;-The Constriction pso interface provides 10 selectable test function, can enter the number of particles in the interface and the dimensions and the nu
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:5273
    • 提供者:XiaoFei
  1. SFLA_testfuntion_lt

    0下载:
  2. 这个代码为我写的混合蛙跳程序,大概有4个高维测试函数。有力的说明蛙跳程序是一个有效的程序,希望提供给研究蛙跳的朋友。-I wrote this code mixed leapfrog procedure, there are about four high-dimensional test function. Strong that leapfrog procedure is an effective procedure available to researchers want to leap
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1008372
    • 提供者:龙腾
  1. LinuxC-detail

    0下载:
  2. Linux系统下C语言函数的详细解释,包括:字符测试函数,数据转换函数,内存配置函数等-Linux system a detailed explanation of C language functions, including: character test functions, data conversion function, memory configuration functions such as
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-18
    • 文件大小:4967380
    • 提供者:kakateves
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com