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

搜索资源列表

  1. libtorrent-0.10.4.tar

    0下载:
  2. LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code. The library differentiates itself from other implementations by transfering directly from file pages to the network stack. On high-bandwidth c
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:473.8kb
    • 提供者:Kimi Chen
  1. mpool-2.1.0

    0下载:
  2. 内存池实现 BACKGROUND: This is a memory pool library which was written to allow a program to have heaps that it could destroy without fragmenting memory. You can have multiple heaps and reset them easily completely reclaiming the memory (a
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:22.28kb
    • 提供者:Eagle518
  1. rsa1l

    0下载:
  2. /* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序调用Miracl ver 4.82大数运算库,详见其附带手册。 * P,Q,N,D,E使用RSATool2生成。 */ 编译提示: 一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的 Precompiled He
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:334.75kb
    • 提供者:李湘
  1. RSA-lx

    0下载:
  2. /* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序调用Miracl ver 4.82大数运算库,详见其附带手册。 * P,Q,N,D,E使用RSATool2生成。 */ 编译提示: 一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的 Precompiled He
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:168.91kb
    • 提供者:李湘
  1. MP_2ECC

    0下载:
  2. 利用大数运算库LibTomMath,进行ECC(椭圆曲线)加密算法。能运行-Using large number arithmetic library LibTomMath the ECC (elliptic curve) encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:378.47kb
    • 提供者:llovesong
  1. SLE4432_42_rar

    0下载:
  2. 调用winscard.dll(winscard.h这是微软标准的库),进行SLE4432、4442的调用。-Call winscard.dll (winscard.h This is Microsoft' s standard library), to conduct SLE4432 and 4442 calls.
  3. 所属分类:Windows Kernel

    • 发布日期:2014-10-01
    • 文件大小:1.86mb
    • 提供者:liguirong
  1. vh2sc

    2下载:
  2. 将VHDL转换为C的软件 将VHDL转换为C的软件-VH2SC is a free basic VHDL to SystemC converter. The converter handles a small subset of Synthesisable VHDL 87/93 language constructs. The current version translates all VHDL IEEE types to sc_int/sc_uint/integers and boole
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:800.1kb
    • 提供者:whiz
  1. WinIoSample

    0下载:
  2. VC下WinIo的应用实例(改进版)根据前一版有网友提出的建议进行改进,为了在VC中能正常使用WinIo库,必须按以下步骤进行配置:   (1):将WinIo.dll、WinIo.sys、WINIO.VXD三个文件放在程序可执行文件所在目录下;    (2):将WinIo.lib添加到工程中,WinIo.lib及winio.h文件必须放在工程目录下;   (3):在StdAfx.h头文件中加入#include "winio.h"语句;   (4):调用InitializeWin
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:64.47kb
    • 提供者:苏庆红
  1. polarssl-0.11.1-gpl

    0下载:
  2. 最小巧的SSL代码库,便于移植和集成。也可以作为加解密库来使用。-PolarSSL is a light-weight open source cryptographic and SSL library written in C. PolarSSL is written with embedded systems in mind and has been ported on a number of architectures, including ARM, PowerPC, MIPS and M
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:291.46kb
    • 提供者:zheng
  1. ncurses_programs.tar

    0下载:
  2. 《ncurses program how to》一书中的全部实例源码,有curses.h,menu.h,form.h,penal.h库的分类-" Ncurses program how to" book all examples of source code, there are curses.h, menu.h, form.h, penal.h library classification
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:22.64kb
    • 提供者:liangtao
  1. openssl

    0下载:
  2. OpenSSl的源码库文件 所有的OpenSSL的.h文件 以及外部调用索用到的动态链接库-OpenSSl source all of the OpenSSL library files of the. H file and call the cable used in the external dynamic link library
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:949.31kb
    • 提供者:zhang
  1. list

    0下载:
  2. 练习使用vi,使用UNIX的系统调用和库函数,体会UNIX文件通配符的处理方式以及命令对选项的处理方式。与ls命令类似,命令行参数可以有0到多个,实现自定义选项r,a,l,h,m以及--. ——北京邮电大学计算机系Cc-Practice to use vi, use the UNIX system calls and library functions, experience of UNIX file handling of wildcards, and command of the optio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1.62kb
    • 提供者:CC
  1. magent-0.6.tar

    1下载:
  2. magent 是一个简单,但非常有用的 memcached 缓存服务器的代理小程序。 主要功能: • 保持到memcached服务器的多个连接 • 支持下列memcached指令 1. get gets 2. delete 3. incr decr 4. add set replace prepend append 5. cas • 基于 libevent 的事件驱动库 • 支持 ketama 算法
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:16.85kb
    • 提供者:zzw
  1. thread

    0下载:
  2. 概述一下原理和每个类的作用 (1): CTask 一个任务基类,作为线程的参数用 (2): CWorkThread:工作线程类,轮询检测参数是否可用,如果可用的话, 就去调用参数CTask的执 行函数Execute,如果参数不可用就等待 (3): CWorkQueue:是一个任务队列,里面装载CTask子类的对象,是一个对象的容器 (4): CWorkThreadPool:工作线程池,其中包含了工作线程组,调度线程,调度线程不停的检测 任务队列中是否有可用
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-03-18
    • 文件大小:38.27kb
    • 提供者:金建业
  1. NumericalAnalysisLibraryCPP

    0下载:
  2. 《VC++和BC++数值分析类库》使用说明 光盘内含C++数值分析动态连接库(包括动态库文件*.dll和入口库文件*.lib 及头文件*.h),分Visual C++和Borland C++(Builder)两个版本。另有一个曲线 绘制程序Plot.exe 。 该库运行环境为Win95及以后各级操作系统。 该库所有内容为作者独创。 1.你是VC用户: 将<<VC用户>>目录下的 Mat
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-19
    • 文件大小:5.14mb
    • 提供者:潘水洋
  1. cephes-math-28.tar

    0下载:
  2. Cephes Mathematical Library. Latest Linux distribution, dated 6/4/00. Special functions and other goodies in C, including long double precision routines for 68K, 386, and sparc processors. This is the most complete distribution package of the functio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1.67mb
    • 提供者:liyi
  1. libacarsd-1.46Rev2

    0下载:
  2. libacarsd is a free library for decoding of ACARS signals into readable messages.-ñ libacarsd.dll dynamic library for Windows ñ libacarsd.a static library for Windows ñ libacarsd.so dynamic library for Linux ñ libaca
  3. 所属分类:Driver develop

    • 发布日期:2017-11-18
    • 文件大小:1.29mb
    • 提供者:王正也
  1. Intel

    0下载:
  2. Intel IPL , Intel Image Process Library intel提供的快速图像处理库,包含了dll和.h文件和说明书-Intel IPL , Intel Image Process Library
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-08
    • 文件大小:23.23mb
    • 提供者:Ancolor
  1. Base16k

    0下载:
  2. (1)这是一个伪随机数发生器,周期为2 ^ 19937 - 1,可以用于加密 文件说明如下: mtrand.h包含文件,包含类的声明 mtrand.cpp的库文件包含非内联成员 mttest.cpp小程序来测试随机数发生器 mttest.out输出文件,用于比较 (2)使用 初始化:两种方式,seed(s) 或seed(array, length). 随机数生成:MTRand_int32产生的32位无符号整数。 MTRand产生均匀的双精度浮点数,在halfo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-13
    • 文件大小:17.8kb
    • 提供者:park
  1. peek

    0下载:
  2. The descr iption header can be found in signal processing library.h for linux Device Driver.
  3. 所属分类:Linux-Unix program

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