CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - t test

搜索资源列表

  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. Rhapsody-0.1.8.tar

    0下载:
  2. sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:252502
    • 提供者:林绍川
  1. libv4l-0.6.2-test.tar

    0下载:
  2. 最新的测试版:一个可用于编写v4l2 camera应用程序的库libv4l,里面除有常用的v4l2 ioctl调用的封装API外,还有yuv到rgb转换、rgb到yuv转换和jpeg decoder API。-The latest test version of: an application for writing v4l2 camera library libv4l, which are commonly used in addition to the package v4l2 ioctl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:128759
    • 提供者:碧海
  1. DVB-CSA_descrambling_for_ts

    0下载:
  2. 支持DVB-S,DVB-T,DVB-C的系统前端加扰和解扰过程,请注意加扰与加密不同,本程序包实现的是纯粹的加扰和解扰过程,不对KEY进行加密传输。要求输入测试文件时,请按照C语言的文件访问要求输入,如key.txt表示你要使用的KEY放在了名为key的txt文件中,不可写成“key.txt”。-To support the DVB-S, DVB-T, DVB-C system front-end process of scrambling and descrambling, please no
  3. 所属分类:CA program

    • 发布日期:2017-03-24
    • 文件大小:528366
    • 提供者:xx
  1. Linux-driver-src

    0下载:
  2. 这些是对(用 )于 书的来源文件" Linux Device Drivers" 。 在这里你(们)找到已经包括在书里的完全来源。 我尽可能地测试了他们, 但是, 可以(可能)有一些问题离开了, 尤其有 2.1.43 (当位于下面代码基础(底模)(是)连续不断变化时, 可靠性测试所有他们, 这是难) 。 尤其是, 你(们)可以(可能)找到具有" genksyms " 的一些问题, 其句法在核心的 2.0 和 2.1 版本之间改变了。 你(们)在 misc - progs 中
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:210775
    • 提供者:赵刚
  1. gsapi

    0下载:
  2. 打印像素处理,可以设置打印像素,详细的请看程序。-This software was written by Alessandro Briosi with the assistance of Russell Lang, as an example of how the Ghostscr ipt DLL may be used Delphi. It is not a finished product. The test program is precompiled as Tes
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:170307
    • 提供者:abner
  1. Tab

    0下载:
  2. android tab测试程序,可以有助入门的朋友快速熟悉tab的用法-android tab test
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:50365
    • 提供者:张作亮
  1. TSP_citys

    0下载:
  2. TSP(旅行商)问题的测试数据及最优解,用于测试算法的优劣及效率等。TSP问题研究必备-TSP (traveling salesman) problems of test data and the optimal solution algorithm for testing the merits and efficiency. TSP studies necessary
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:2026466
    • 提供者:hhj
  1. t

    0下载:
  2. Linux下的也个测试程序。新手菜鸟级的 好东西 能学点东西的-Linux is also a test program under. Rookie-level novice can learn a lot of good things
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:150423
    • 提供者:范朴方
  1. lcd-test

    0下载:
  2. 这是at91rm 9200的一个LCD测试程序。请使用。 -it is a lcd test programer .pease use i t.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:664185
    • 提供者:张名
  1. test

    0下载:
  2. 利用java开发的一个简单安卓实用型记事本,一个星期速成,求不喷-Using a simple android Java development practical notepad, crash a week, please don t spray
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-11
    • 文件大小:7037734
    • 提供者:彭敏
  1. md5

    0下载:
  2. 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。其中md5.h与md5.cpp文件实现了md5类。test.cpp文件包含了整个程序的main函数,根据不同的命令完成不同的功能,如显示摘要信息,生成MD5摘要等。nankai.txt是本书提供的用于验证文件完整性测试文件。读者可以自己编写程序来生成nankai.txt的md5摘要,然后与书中的结果进行比较,验证所编程序的正确性。 编译:命令行模式下,切换到代码所在目录,输入m
  3. 所属分类:Driver develop

    • 发布日期:2017-04-24
    • 文件大小:20575
    • 提供者:xuting
  1. tinylinker

    0下载:
  2. 完美完成tinyliker的课程设计,在测试的时候注意添加参数,参数格式:-t i -f input-i.txt( i:1-9 )-Perfect completed tinyliker curriculum design, at the time the test note that adding parameters, in the format:-ti-f input-i.txt (i: 1-9)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:733102
    • 提供者:老鬼
  1. kprobes-test-thumb

    0下载:
  2. Faulty SWP instruction on 1136 doesn t set bit 11 in DFSR.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:8140
    • 提供者:rrfxzd
  1. DesCrypt

    0下载:
  2. vc2008工程, C++实现的DES加密和解密静态库,可以对文件加密和解密,也可以内存中加密和解密,及使用实例,测试通过。-请键入文字或网站地址,或者上传文档。 取消 Vc2008 gōngchéng, C++shíxiàn de DES jiāmì hé jiěmì jìngtài kù, kěyǐ duì wénjiàn jiāmì hé jiěmì, yě kěyǐ nèicún zhōng jiāmì hé jiěmì, jí shǐyòng shílì, cèshì tōng
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:80111
    • 提供者:梁威
  1. watchdog-test

    0下载:
  2. This function simply sends an IOCTL to the driver, which in turn ticks the PC Watchdog card to reset its internal timer so it doesn t trigger a computer reset.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1097
    • 提供者:giutiusq
  1. sdtfmtts

    0下载:
  2. This an API test, not a unit test. It doesn t test very many cases, and doesn t try to test the full functionality. It just calls each function in the class and verifies that it works on a basic level. -This is an API test, not a unit test. It does
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2806
    • 提供者:cangyjgw
  1. dtfmapts

    0下载:
  2. This an API test, not a unit test. It doesn t test very many cases, and doesn t try to test the full functionality. It just calls each function in the class and verifies that it works on a basic level. -This is an API test, not a unit test. It does
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3904
    • 提供者:dhswsen
  1. floatdisf

    0下载:
  2. This an API test, not a unit test. It doesn t test very many cases, and doesn t try to test the full functionality. It just calls each function in the class and verifies that it works on a basic level. -This is an API test, not a unit test. It doe
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-04-14
    • 文件大小:3779
    • 提供者:ruhangon
  1. try_lock_for

    0下载:
  2. Windows vsnprintf doesn t 0-terminate safely), but is so far encapsulated in SkString that we can t test it directly.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2276
    • 提供者:wiefuite
« 12 3 »
搜珍网 www.dssz.com