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

搜索资源列表

  1. 加解密函数(123算法)

    1下载:
  2. 一个简单实用的加解密算法,附件是一个完整的源程序包含测试程序。-a simple and practical encryption and decryption algorithms, the annex is a complete source code contains the test.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2528
    • 提供者:邱益亮
  1. C++库函数实例

    0下载:
  2. 几个C++库函数,也是经常用来测试编程实力的函数!-several C library functions, but also often used to test the strength of programming function!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1619
    • 提供者:冰扉
  1. 最新的HD7279(c语言)驱动程序

    0下载:
  2. 最新的HD7279(c语言)驱动程序含有两个按键驱动程序及测试函数,多种时钟制做-latest HD7279 (c Language) driver contains two key drivers and test functions, many system clock so
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1470
    • 提供者:赵伟
  1. 实数自适应并行遗传算法的研究

    0下载:
  2. 曾孝平,陈燕飞,李勇明.实数自适应并行遗传算法的研究。针对遗传算法中的早收敛现象,提出了一种实数自适应并行遗传算法(real adaptive parallel genetic algo- rithm,RAPGA)。该算法采用了一种并行遗传进化结构,并将自适应交叉、变异算子引入到本算法中,增强和保 持了种群的多样性。最后,通过与其他经典优化遗传算法进行比较显示,RAPGA对多个标准测试函数均表现出 较好的搜索性能。
  3. 所属分类:文档资料

    • 发布日期:2009-03-13
    • 文件大小:119274
    • 提供者:amilymoon
  1. 频率测试函数

    0下载:
  2. 所属分类:嵌入式/单片机编程

    • 发布日期:2009-05-26
    • 文件大小:39294
    • 提供者:yejiang
  1. 测试函数

    3下载:
  2. matlab源代码
  3. 所属分类:matlab例程

  1. AWPSO

    0下载:
  2. 用matlab编程自适应粒子群算法解ZDT测试函数
  3. 所属分类:matlab例程

  1. QPSO 采用matlab语言描述的量子粒子群算法

    7下载:
  2. 采用matlab语言描述的量子粒子群算法,并附有一些测试函数-Using matlab language to describe the quantum particle swarm algorithm, along with some test function
  3. 所属分类:matlab例程

    • 发布日期:2017-03-24
    • 文件大小:3051
    • 提供者:mali
  1. DGPSO.rar

    2下载:
  2. 用于求解约束优化问题的算法,算法为差分进化/遗传算法/微粒群算法的融合。对于“[7] T. P. Runarsson and X. Yao, Stochastic ranking for constrained evolutionary optimization, IEEE Trans. Evol. Comput., vol. 4, no. 3, pp. 284-294, Sep. 2000”中给出的13个标准测试函数,均能得到问题最优解。如有任何疑问,请于http://2shi.phphube
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-12-07
    • 文件大小:38038
    • 提供者:李剑
  1. awpso1

    1下载:
  2. 用matlab编程使用粒子群算法解决ZDT测试函数-Programming with matlab using particle swarm algorithm to solve the test function ZDT
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2607
    • 提供者:李乐
  1. Rosenbrock

    0下载:
  2. matlab平台下的测试函数Rosenbrock,对于用来测试粒子群、遗传等智能算法的性能非常有用-matlab platform test function Rosenbrock, used to test for the PSO, the performance of genetic algorithms and other useful intelligence
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1193
    • 提供者:王晋
  1. pso-toolbox

    0下载:
  2. 改进版粒子群算法PSO在MATLAB下的实现,并附有测试函数-Improved version of the PSO under MATLAB, together with the test function
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:28354
    • 提供者:liyannan
  1. 编写一个函数单词逆序存放

    0下载:
  2. 编写一个函数InverseByWord(char *sentence), 实现一个英文句子按单词逆序存放的功能,并给出测试程序。(50分) 如:This is an interesting programme. 逆序后变为:.programme interesting an is This-Write a function InverseByWord (char* sentence), to achieve an English sentence by the word st
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:622
    • 提供者:qianfan
  1. Artificial-Bee-Colony

    5下载:
  2. 人工蜂群算法解决函数优化问题代码,内含Sphere,rastrigin,rosenbrock等标准测试函数- ABC algorithm coded using MATLAB language*/ /* Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis Karaboga in 2005, motivated by the intelligent behavior
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-12-22
    • 文件大小:4770
    • 提供者:陈旭
  1. ftpClient

    0下载:
  2. 从busybox提取的ftp客户端程序,main函数是测试函数。用arm-linux-gcc ftpClient.c -o main编译后即可运行。-Busybox extracted from the ftp client program, main function is to test the function. Use arm-linux-gcc ftpClient.c-o main compiled to run.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-22
    • 文件大小:5913
    • 提供者:许永贤
  1. pbbo

    1下载:
  2. 基于生物地理优化进化算法(BBO)代码,以及几组测试函数;使用方法: 输入BBO(@函数名),如BBO(@QuarticDisc) )-matlab code for biography-based algorithm. The software can be run by typing the following MATLAB command: BBO(@"function name")
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1102035
    • 提供者:向健
  1. Hash_C

    1下载:
  2. 常用的12个哈希函数,用C语言写的,每个函数都包含测试程序-12 commonly used hash function, using C language written test procedures are included for each function
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:2611
    • 提供者:X-Ray
  1. PSO

    0下载:
  2. 一个Matlab PSO算法简单例子。测试函数为Griewank函数-A simple example of Matlab PSO algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:1044
    • 提供者:
  1. AmbiguityFunction

    2下载:
  2. 建立并绘制任意信号的模糊函数。已在巴克码,线性调频,脉冲信号中测试过。-This program estimates and plots the ambiguity function for any signals. I have tested it for the Barker code, chirp signal, pulse signal. for good results the length of the input vector (Ut)should be more than 7.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1598
    • 提供者:simonradar
  1. mopsoC

    1下载:
  2. 使用C 语言编写的 多目标的粒子群优化算法 MOPSO 可以运行 内含测试函数 可以多功能运行-Using the C language for multi-objective particle swarm optimization algorithm MOPSO can run embedded test function can be multi-run
  3. 所属分类:Other systems

    • 发布日期:2016-09-14
    • 文件大小:35914
    • 提供者:姚思
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com