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

搜索资源列表

  1. PDF-pso

    0下载:
  2. In this project, the standard particles swarm optimization - named here (MyPSO) is simulated and tested by five well-known benchmark functions (Sphere, Ackley, Rastrigin, Rosenbrock and Schwefel p2.26). Then, a new mechanism- named here (Improved MyP
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-11-20
    • 文件大小:20083457
    • 提供者:basem
  1. Final-Project

    0下载:
  2. In this project, the standard particles swarm optimization - named here (MyPSO) is simulated and tested by five well-known benchmark functions (Sphere, Ackley, Rastrigin, Rosenbrock and Schwefel p2.26). Then, a new mechanism- named here (Improved MyP
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-11-14
    • 文件大小:142011
    • 提供者:basem
  1. ELM

    0下载:
  2. In theory, this algorithm tends to provide good generalization performance at extremely fast learning speed.-The experimental results based on a few artificial and real benchmark function approximation and classification problems including very l
  3. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:834025
    • 提供者:孙婷
  1. map-program

    0下载:
  2. 简单绘制出常见标准benchmark函数的二维网格图,清晰的看出函数的最优值和局部最优,是单峰还是多峰函数-Simple map out common standard benchmark function of two-dimensional grid graph, clear see function of the optimal value and local optimum, is unimodal or multimodal function
  3. 所属分类:matlab

    • 发布日期:2017-11-29
    • 文件大小:3676
    • 提供者:鲁娟
  1. benchmark-functions

    2下载:
  2. 单目标测试函数 单峰的多峰的 很多个matlab-Single-objective test functions unimodal the multimodal many matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-24
    • 文件大小:4716
    • 提供者:wangminglin
  1. mem

    0下载:
  2. memory benchmark in c
  3. 所属分类:Linux Network

    • 发布日期:2017-12-10
    • 文件大小:2193
    • 提供者:proximussfo
  1. VISA_MaxRate2700_LV6

    0下载:
  2. LV6的使用VISA和SCPI命令基准的最大读取速度27-LV6 Example using VISA and SCPI Commands to Benchmark Maximum Reading Rate of Model 2700
  3. 所属分类:Energy industry

    • 发布日期:2017-11-17
    • 文件大小:17978
    • 提供者:liu
  1. TPC-H

    0下载:
  2. TPC Benchmark H(TPC-H)是一个决策支持的基准,它由一系列面向商务应用的查询和并行数据修改组成。基准里选择的查询和组成数据库的数据在商业上都具有广泛的代表性并且易于实现。-TPC Benchmark H (TPC-H) is a decision support benchmark, modify the composition of queries and concurrent data consists of a series of business-oriented ap
  3. 所属分类:Other Databases

    • 发布日期:2017-11-10
    • 文件大小:764456
    • 提供者:bugaosuni
  1. svm_help

    0下载:
  2. it is an exemple of svm code source which can be used to do the classification of a benchmark
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:154397
    • 提供者:prog_tn
  1. libsvm-3.16

    0下载:
  2. it is a libsvm which can help us to do classification of a benchmark in the platforme matlab-it is a libsvm which can help us to do classification of a benchmark in the platforme matlab
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-16
    • 文件大小:629538
    • 提供者:prog_tn
  1. ring_buffer_benchmark

    0下载:
  2. ring buffer tester and benchmark driver -ring buffer tester and benchmark driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-27
    • 文件大小:3374
    • 提供者:pouraqou
  1. sched-messaging

    0下载:
  2. messaging: Benchmark for scheduler and IPC mechanisms
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-07
    • 文件大小:2579
    • 提供者:zenmibeng
  1. bench_locks

    0下载:
  2. a small program to benchmark locking primitives with different implementations
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-08
    • 文件大小:524
    • 提供者:xezeixou
  1. A-Modified-Artificial-Fish

    0下载:
  2. 本文采用了自适应调制参数的方式对算法进行了改进,并用6个测试函数,结果表明,改进后的算法效果优异-In this paper, an adaptive AFSA algorithm is presented by adjusting the parameter automatically in basic AFSA. Six benchmark functions are used to check the performance of the new method. It shows th
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-16
    • 文件大小:189694
    • 提供者:zhangyan
  1. Opposition-based-Stud-Genet

    0下载:
  2. 为进一步提高螺栓遗传算法的优化效率,加速寻优过程,提出基于对立策略的螺栓遗传算法。该算法在种群初始化阶段和变异阶段均用对立取代随机方式,提高产生解的质量。利用测试函数对算法的效率进行检验,将其与差分算法、遗传算法、粒子群算法和螺栓遗传算法进行对比,结果表明,新算法具有更快的收敛速度和更高的求解精度。-In order to improve the performance of Stud Genetic Algorithm(SGA) and accelerate the convergence s
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-16
    • 文件大小:97452
    • 提供者:zhangyan
  1. BM

    0下载:
  2. 在計算機科學里,Boyer-Moore字元串搜索演算法是一種非常高效的字元串搜索演算法。-In computer science, the Boyer–Moore string search algorithm is an efficient string searching algorithm that is the standard benchmark for practical string search literature.
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:1387
    • 提供者:王鈞弘
  1. benchmarking

    0下载:
  2. Test Benchmark for linux Device Driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-02
    • 文件大小:6212
    • 提供者:yiuvanki
  1. tracebuf

    0下载:
  2. Benchmark tracing utility.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-09
    • 文件大小:3419
    • 提供者:tumonggi
  1. cpu_benchmark

    0下载:
  2. very easy benchmark program with matrix.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:4149
    • 提供者:kd
  1. Flutter

    5下载:
  2. 这个程序演示了如何应用耦合结构空气动力问题,通过Matlab编程,分析了飞行器机翼颤振等问题。-This model demonstrates how to implement a coupled structural-aerodynamic problem. The wing, otherwise rigid, is allowed to pitch and plunge. The motion of the wing is defined using SimMechanics bloc
  3. 所属分类:压缩解压

    • 发布日期:2014-01-03
    • 文件大小:80328
    • 提供者:王振坤
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 21 »
搜珍网 www.dssz.com