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

搜索资源列表

  1. FLC

    0下载:
  2. DPCM编码的联合信源信道译码,这是一个很重要的benchmark程序-DPCM coding joint source channel decoder, which is a very important benchmark procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2918955
    • 提供者:逄玉叶
  1. 自画标尺

    0下载:
  2. 自画标尺的C#代码-self-portraits benchmark C# code
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1025
    • 提供者:黄丰
  1. thethirdlayercommute

    0下载:
  2. 第三层交换是新一代局域网路由和交换技术,本书是第一本关于这种新技术的系统化指南。本书主要内容包括:如何决定是否选择第三层交换技术、第三层交换网络设计技术、第三层交换案例分析等,并对目前流行的6种第三层交换产品给出了基准测试结果。最后,针对具体实施,为第三层交换的管理给出了一些推荐意见。-Layer 3 Switching is a new generation LAN routing and switching technology, This book is the first of this
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:7627042
    • 提供者:spx
  1. benchmark

    1下载:
  2. Vxworks下可以使用的测试CPU DMIPS的标准源代码,难得!!!推荐-Vxworks under test can be used by the CPU DMIPS standard source code, rare! ! ! Recommended!
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:365476
    • 提供者:shizhu
  1. 300_encrypt

    0下载:
  2. 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests:
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:389062
    • 提供者:Nikii
  1. TjlgBenchMark

    0下载:
  2. 一个测试计算机性能的BenchMark程序 VC++ MFC编写-a computer performance test procedures for the BenchMark VC + + MFC prepared
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:5257615
    • 提供者:廖高
  1. Analysis_and_Detection_of_Shadows_in_Video_Streams

    0下载:
  2. Robustnesstochangesinilluminationconditionsaswellas viewing perspectives is an important requirement formany computer vision applications. One of the key fac-ors in enhancing the robustness of dynamic scene analy-sis that of accurate and reliable mea
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:91561
    • 提供者:liangqin
  1. myvcwenyf

    0下载:
  2. 该函数根据待待配准图象中的特征点位置在基准图象中寻找配准特征点,并将配准的特征点位置返回。在配准的过程中,采取的是块配准的方法进行配准-according to the functions assigned to the prospective image of the location of the benchmark for image registration feature, Registration will feature the return position. In the re
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:4095
    • 提供者:文永富
  1. CodeLab

    0下载:
  2. This is a command-line utility that runs through several benchmarks that exercise various aspects of Paint.NET. Every benchmark is multithreaded, and takes advantage of multiprocessor or multicore systems. -This is a command-line utility that r
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:14147
    • 提供者:limaobing
  1. FaceSymExamdk

    0下载:
  2. 计算坐标系中三个点的镜像对称距离_以某一点为基准.-calculated coordinates is three points away from the mirror symmetry _ to a certain point as the benchmark.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1167
    • 提供者:于玲
  1. bonnie.tar

    0下载:
  2. 磁盘的基准测试程序,这是一个较为小型但标准的程序,值得分析。-disk benchmark tests, this is a relatively small but standard procedure, it is worth analysis.
  3. 所属分类:ASP源码

    • 发布日期:2008-10-13
    • 文件大小:7140
    • 提供者:徐光平
  1. benchmark+for+DP

    0下载:
  2. 旅行商问题(动态规化) 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。 例如:给定4个城市{1,2,3,4}及其各城市之间的路程 -traveling salesman problem (dynamic regulation of) a salesman to a number of cities to sell commodities, known the dis
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:60163
    • 提供者:586
  1. benchmark+for+DP

    0下载:
  2. 旅行商问题动态规划算法的应用 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。  -TSP dynamic programming algorithm of a salesman to a number of cities to sell commodities, known the distance between cities (or travel). He selected
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:61863
    • 提供者:586
  1. huffman

    0下载:
  2. matlab实现huffman编码 1. norm2huff.m (encoder function) 2. huff2norm.m (decoder function) 3. frequency.m (private function) 4. huffcodes2bin.m (binary rapresentation of huffman codes) 5. huffman_bench1.m (benchmark) 6. huffman_demo1.m (dem
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:19355
    • 提供者:lindajillduan
  1. Clonalselectionalgorithm

    0下载:
  2. 免疫遗传算法解决TSP问题的源程序,属于本人写文章测试benchmark problem用的程序。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4492
    • 提供者:朱京红
  1. DES

    0下载:
  2. DES算法的C源码 benchmark.c des.c descalc.c descert.c descycle.c getopt.c getpass.c main.c misc.c radlogin.c uudecode.c uuencode.c
  3. 所属分类:加密解密

    • 发布日期:2014-01-17
    • 文件大小:18718
    • 提供者:beetle
  1. HVDC_cigré_benchmark

    1下载:
  2. The base-case HVDC Benchmark CIGRE, implemented on PSCAD software.
  3. 所属分类:*行业应用

    • 发布日期:2019-09-26
    • 文件大小:30720
    • 提供者:Cabralandressas
  1. Files_bldg_amd1

    1下载:
  2. benchmark code for amd structures
  3. 所属分类:其他

    • 发布日期:2021-04-14
    • 文件大小:81920
    • 提供者:Hosseinfhn
  1. Files_bldg_full2

    2下载:
  2. full scale benchmark structure
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-12-06
    • 文件大小:215040
    • 提供者:Hosseinfhn
  1. AS SSD Benchmark

    0下载:
  2. AS SSD BenchmarkAS SSD BenchmarkAS SSD BenchmarkAS SSD Benchmark
  3. 所属分类:其它程序

« 1 2 3 45 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com