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

搜索资源列表

  1. 压力测试程序

    1下载:
  2. StressMark测试软件是一个使用Visual C++编写的,开放源代码的测试工具,可以完成服务程序及重要算法的功能和性能测试,其最主要的功能是模拟多线程或多客户端的自动化压力测试。-StressMark test software is a prepared using Visual C, the open-source testing tools, procedures and services to complete the important functions of the alg
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:140.79kb
    • 提供者:hao
  1. echocanceller

    0下载:
  2. 用带leaky因子的GEIGEl算法进行语音状态检测的回声消除程序及其性能测试曲线-used with leaky factor GEIGEl algorithm for detecting a state of the Voice Echo Canceller procedures and their sexual test curve
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.38mb
    • 提供者:wangxy
  1. feed

    0下载:
  2. 神经网络控制器设计程序以及性能测试仿真程序-neural network controller design process simulation and performance testing procedures
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.91kb
    • 提供者:方科
  1. gmsk

    2下载:
  2. gsm通信中,成功应用了gmsk调制,该模块用simulink实现gmsk调制及其性能测试,
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:7.18kb
    • 提供者:yxj
  1. feedb

    0下载:
  2. 用MATLAB实现的神经网络控制器设计程序以及性能测试仿真程序-MATLAB neural network controller design process simulation and performance testing procedures
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.91kb
    • 提供者:周岩
  1. Rastrigrin matlab平台下的测试函数Rastrigrin

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

    • 发布日期:2017-03-22
    • 文件大小:1.12kb
    • 提供者:王晋
  1. IntegerSort

    0下载:
  2. 设计一个由自动测试排序算法性能(比较次数compare_count、交换次数exchange_count、探测次数probe_count)的测试类和排序类构成的类体系。 注:用一个类来描述一个排序算法,类中的sort方法通过调用比较、交换方法来实现数组排序。排序类放入一个特定的包MySort中。-Design a sorting algorithm by automatic test performance (compare the number of compare_count, the
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:7.99kb
    • 提供者:jay
  1. adctest_maxim0911

    2下载:
  2. 通用高速ADC动态性能测试MATLAB code,包括SNR,SINAD,ENOB,THD,SFDR,并绘制频域幅值曲线-MATLAB code for high speed ADC dynamic specific tests, including SNR, SINAD, ENOB,THD,SFDR,and so on.
  3. 所属分类:matlab

    • 发布日期:2016-02-16
    • 文件大小:2kb
    • 提供者:kam kou
  1. f1

    1下载:
  2. 这是几个常用的测试函数,通过这个测试函数可以比较算法性能的优劣。-This is a test of several commonly used functions, through this test function can compare the algorithm performance is good or bad.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:840byte
    • 提供者:gaoqian
  1. feedb

    0下载:
  2. 神经网络控制器设计程序以及性能测试仿真程序
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1.65kb
    • 提供者:blackhawk
  1. fenyan

    0下载:
  2. 这是一个关于fpga不同语法进行分频产生延时多少的简易分频测试程序,可以用来检查不同分频语法所用延时多少及性能测试-This is a different syntax on the fpga delay resulting sub-band frequency of the number of simple sub-test procedure can be used to check the syntax of the different sub-band number used in de
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:586.63kb
    • 提供者:catking
  1. controller

    0下载:
  2. 性能测试相关的监控部分内容,主要是惠普公司的原理介绍。-Performance test to monitor the relevant parts, mainly the principle of HP s introduction.
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3.22mb
    • 提供者:niwj
  1. 1588test_result

    0下载:
  2. 本文介绍了IEEE 1588时间同步性能测试方法和测试结果-This article describes the IEEE 1588 time synchronization performance test methods and test results
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:359.49kb
    • 提供者:杨佳
  1. 优化算法测试函数集合

    2下载:
  2. 可用于测试优化函数的性能,里面的测试函数可以直接调用,正确无误(Can be used to test the performance of the optimization function, the test function can be called directly)
  3. 所属分类:数学计算

  1. Sort

    0下载:
  2. 主流O(n^2)和O(n*logn)的排序算法的实现和部分算法的优化。以及算法的性能测试。可以很直观的展现算法性能和实现过程。(The implementation of the sorting algorithm for the mainstream O (n^2) and the O (n*logn) and the optimization of some algorithms. And the performance test of the algorithm. It can show
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-29
    • 文件大小:24kb
    • 提供者:cien
  1. BA

    0下载:
  2. 蝙蝠算法进行编程 采用标准测试函数对其性能进行测试(The bat algorithm is programmed and the performance of the algorithm is tested with standard test function.)
  3. 所属分类:matlab例程

    • 发布日期:2020-05-07
    • 文件大小:1kb
    • 提供者:渔舟煮酒
  1. ADC静态测试MATLAB

    0下载:
  2. ADC的静态性能测试,主要是对积分非线性和微分非线性的数据处理,输入信号为斜波最佳。
  3. 所属分类:matlab例程

  1. 智能算法在MATLAB中的优化测试应用-标准测试函数及程序代码

    5下载:
  2. 在优化测试各人工智能算法的优化性能时所需要的35个标准测试函数以及相对应的MATLAB程序代码。
  3. 所属分类:数值算法/人工智能

  1. Benchmark 最优化测试函数

    4下载:
  2. Matlab中智能算法最优化测试函数公式及代码,有30几个,可用来验证算法的性能(There are more than 30 intelligent algorithm optimization test function formulas and codes in Matlab, which can be used to verify the performance of the algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2020-10-23
    • 文件大小:976kb
    • 提供者:jayleebest
  1. CEC2014测试函数及PDF文件解释说明

    1下载:
  2. 里面是群智能算法的相关测试函数,可以用于测试算法性能。(Inside is the related test function of swarm intelligence algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-10-18
    • 文件大小:10.68mb
    • 提供者:洛水书
« 12 3 4 5 6 7 8 9 10 ... 45 »
搜珍网 www.dssz.com