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

搜索资源列表

  1. QQ消息自动发送器

    0下载:
  2. QQ消息自动发送器,自己写的第一个还算满意的程序,代码注释很清楚-QQ automatic transmitter news, wrote the first one fairly satisfied with the procedures, code is very clear Notes
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:278.33kb
    • 提供者:道奇蝰蛇
  1. MD5_Carithmetic

    0下载:
  2. 其实网上这方面的代码已经不少了,但是大多都如出一辙,主要是给出的代码不但不好理解(主要是为了处理大文件,支持分块,这样就会屑弱初学者对算法的理解),该源代码在引入必要头文件后可以在VC6.0下顺利通过编译-fact that the Internet has been a lot of code, but most of all the same, given the code is not only poor understanding (mainly to handle large file
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.93kb
    • 提供者:傻傻
  1. AESDemo

    0下载:
  2. 本文以实现aes算法加解密例程为例,说一下C#代码转换为VC代码经验。 例子代码下载Http://otiana.com/vcangle/source/aesdemo.rar 相应C#的例子请参考Http://www.vckbase.com/document/viewdoc/?id=1068 这个c#的类是没有头文件的。在vc中我们为了使用方便需要为他构造一个头文件, 把相应的变量和函数声明放进来即可。-Aes algorithm encryption and decryption
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:40.69kb
    • 提供者:曲进
  1. code

    0下载:
  2. unix环境高级编程的ourhdr.h和出错处理函数头文件-unix environment ourhdr.h senior programming error handling functions and the first document
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.33kb
    • 提供者:劳健
  1. aaffujhyigdsdfrdh

    0下载:
  2. Whirlpool算法被列入了ISO标准。主要原因是因为其强大的安全度。第一点,Whirlpool使用了和AES加密标准相同的转化技术,只不过,AES使用的模函数为:f(x) = x^8 + x^4 + x^3 + x + 1, 即0x11B;而Whirlpool使用的是:f(x) = x^8 + x^4 + x^3 + x^2 + 1, 即0x11D。第二点,Whirlpool的输出是512位的。为了加快计算速度,Whirlpool使用的所有表格都已经时间计算好了。Whirlpool在历史上
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:11.36kb
    • 提供者:王丹
  1. 060321linuxcode

    0下载:
  2. Linux0.0.1版源代码,暴强,最早一个版本的linux,一共8000多行代码,适合linux内核初学者阅读.-Linux0.0.1 version of the source code, strong violence, a first version of linux, a total of more than 8,000 lines of code, the Linux kernel suitable for beginners to read.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:90.17kb
    • 提供者:王学家
  1. shenfenyanzheng

    0下载:
  2. 身份验证系统 您在使用之前应将 include目录下的config.inc.php文件按照您的主机配置。并且要求数据库中有一个名为 user 的表。您可以自己创建,也可以将以下代码直接复制到phpmyadmin执行。 create table user ( id bigint unsigned default 0 not null auto_increment, name varchar (30), password varchar (30), email varcha
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:9.4kb
    • 提供者:南南
  1. pingformicrosoft

    0下载:
  2. 编写自己的一个ping程序,可以说是许多人迈出网络编程的第一步吧!!这个ping程序的源代码经过我的修改和调试,基本上可以取代windows中自带的ping程序. 各个模块后都有我的详细注释和修改日志,希望能够对大家的学习有所帮助-preparation of a ping own procedures, It can be said that many people take the first step to network programming! ! the ping program&#
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3.64kb
    • 提供者:fpp
  1. apue(2nd)code

    0下载:
  2. APUE(第二版)的随书源代码,与第一版的代码相比增加了一些章节的代码(详见第二版的说明)-APUE (second edition) with the book source code, and the first edition of the code represents an increase of some sections of the code (see the second version of the note)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:221.74kb
    • 提供者:张子祥
  1. sha256

    0下载:
  2. SHA-256源代码,三个对外的函数:void SHA256Init (SHA256Context *sc) void SHA256Update (SHA256Context *sc, const void *data, uint32_t len) void SHA256Final (SHA256Context *sc, uint8_t hash[SHA256_HASH_SIZE]) 第一个函数初始化,第二个函数输入要hash的字符串,第三个函数输出结果-SHA-256 sou
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:4.81kb
    • 提供者:zoulijun
  1. RMI_Calculator

    0下载:
  2. RMI,远程方法调用(Remote Method Invocation)是Enterprise JavaBeans的支柱,是建立分布式Java应用程序的方便途径。RMI是非常容易使用的,但是它非常的强大。第一步就是建立和编译服务接口的Java代码。这个接口定义了所有的提供远程服务的功能,下面是源程序。-RMI, RMI (Remote Method Invocation) is a pillar of Enterprise JavaBeans is to create distributed J
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:1.87kb
    • 提供者:miaomiao
  1. kpassport_0.01.2.tar

    0下载:
  2. linux上网直通车的整个程序(含源程序)初版(可供局域网,校园网等用途),是很难的资料。说明:该资料朋友原创的,仅供大家学习研究使用,勿作商业用途。-上网linux train the entire process (including source code) first edition (for the LAN, campus network, etc.), it is very difficult information. Descr iption: Friend originality
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:345.48kb
    • 提供者:钟华东
  1. Linux-Kernel-Source-Code-Linux-0.11

    0下载:
  2. 书中首先以Linux 源代码版本的变迁历史为主线,详细介绍了Linux 系统的发展历史,着重说明了各个内核版本之间的重要区别和改进方面,给出了选择0.11(0.95)版作为研究的对象的原因。另外介绍了内核源代码的组织结构及相互关系,同时还说明了编译和运行该版本内核的方法。然后本书依据内核源代码的组织结构对所有内核程序和文件进行了注释和详细说明。-Book first main line changes to the Linux source code version of history, de
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:2.59mb
    • 提供者:desfate
  1. CODE

    0下载:
  2. My first book, “µ C/OS, The Real-Time Kernel” is now 6 years old and the publisher has sold well over 15,000 copies around the world
  3. 所属分类:Driver develop

    • 发布日期:2017-11-26
    • 文件大小:455.31kb
    • 提供者:gxyxd8@163.com
  1. first

    0下载:
  2. cc2430串口测试代码,对cc2430进行学习研究所用-cc2430 serial test code, cc2430 Learning Institute with
  3. 所属分类:Driver develop

    • 发布日期:2017-11-26
    • 文件大小:989byte
    • 提供者:android
  1. Cpp_Unit_Testing

    0下载:
  2. 软件测试驱动开发(TDD)是以测试作为开发过程的中心,它坚持,在编写实际代码之前,先写好基于产品代码的测试代码。-Software test driven development (TDD) is a test as the center of the development process, it insists, before writing the actual code, test code first write based on the product code.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-12
    • 文件大小:8.36mb
    • 提供者:wskgah
  1. code-patching

    0下载:
  2. On PPC64 ABIv1 the function pointer actually points to the function s descr iptor. The first entry in the descr iptor is the address of the function text.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.93kb
    • 提供者:kaileiven
  1. code

    0下载:
  2. CSAPP课程perflab源码,第一个程序优化到17分,第二个到29分-CSAPP course perflab source, the first program optimization to 17 points, the second to 29 minutes
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:194.39kb
    • 提供者:dachen
  1. first.cc

    0下载:
  2. 一個在ns3开发环境下用C++编写的程序代码,很有助于学习NS3- program code written by c++ In ns3 development environment, very helps ns3 learning
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.33kb
    • 提供者:奎丽萍
  1. edu2d_twod2threed

    0下载:
  2. CFD 网格生成源代码,先生成2D,然后生成3D-CFD mesh generation source code, first generate 2D mesh, then convert 3D
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:245.21kb
    • 提供者:王方年
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com