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

搜索资源列表

  1. Manipulating_the_Keyboard_Lights_in_NT_src

    0下载:
  2. This code demonstrates manipulation of the keyboard indicator lights in Windows NT 4.0. A few relevant values were borrowed from the DDK headers, so it is not necessary to have the DDK installed, to build these sources. There s really nothing f
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6555
    • 提供者:guard2002
  1. elbeem-src

    0下载:
  2. his a short introduction how to use the El Beem library and API. This release supports two versions that can be built: - a standalone test program that runs a small fluid simulation - a command line executable, that can be used to run flu
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:251164
    • 提供者:williams1113
  1. aes-1.0.6.tar

    0下载:
  2. aesutil是一个小型的库和命令行程序,可以使用Rijndael算法在CBC模式下加密和解密数据-aesutil is a small library and command line procedures, Rijndael algorithm can be used in CBC mode encryption and decryption of data
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:34207
    • 提供者:于杳
  1. AES

    1下载:
  2. AES文件加解密工具 本软件利用AES加密库"AesLib"进行加解密处理,能对文件进行128位、192位或256位这3种不同强度的加密,打开请直接运行"EncryptFileTest.exe"。 本加密工具还可以通过命令运行: AES [0|1] [file] 其中,参数为可选,但若仅有1个参数时则为[file]参数。0表示对[file]解密,1表示对[file]加密。 对于任何文件,若打开方式为AES,则程序会自动根据文件扩展名来默认决定是加密还是解密(若文件扩展名为“
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2014-05-13
    • 文件大小:2365440
    • 提供者:tianyi
  1. libcli-1.9.4.tar

    0下载:
  2. 一个简单方便的CLI(命令行接口)实现库,可方便的整合到各种嵌入式应用中,实现类似CISCO风格的控制台命令行-A simple and convenient CLI (command line interface) library, can be easily integrated into embedded applications, to achieve a similar command-line console-style CISCO
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:27960
    • 提供者:zjtec
  1. The_Programming_Interface_Specification_of_Applica

    0下载:
  2. 本文档是Linux 应用程序编程界面规范,规定标准的LINUX 操作系统为进行中、英文信息处理的 应用程序时提供必须的接口和运行环境,包括核心的应用程序编程界面、各种库函数、命令解释程序 (“shell”)、公共实用程序、图形用户界面(包括窗口函数)以及国际化和中文语境的本地化函数以支 持中英文信息处理的应用程序源码级的可移植性。-This document is a Linux application programming interface specification, the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:649756
    • 提供者:李李李
  1. secret

    0下载:
  2. pass.words是弱口令字典,是一个纯文本文件,每行一个口令,可以向里面添加候选口令。 pass.c是进行口令检查的c语言原程序,有两个命令行参数 -w file: 可以使用该选项指定口令字典 -P:默认情况下对/etc/shadow中的用户检查弱口令,可以使用该选项指定检查的文件 编译gcc –o pass pass.c –l crypt 由于要使用加密函数,所以要使用加密库crypt,使用选项-l crypt 运行程序:pass –w ./pass.words –
  3. 所属分类:Linux-Unix program

    • 发布日期:
    • 文件大小:7591
    • 提供者:莫松成
  1. 3

    0下载:
  2. 3号作品是分析WarCraft III游戏的replay文件的命令行工具,可以统计玩家的APM等信息,开发平台是gcc (MinGW),其中使用了crc32和zlib库做replay文件的校验与解密。除了代码质量较高外,能启发思路也是我选入这个作品的原因。-Analysis of work is on the 3rd game of WarCraft III document replay command-line tool, can be Player of the APM and other
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-27
    • 文件大小:97547
    • 提供者:twi
  1. ProcessCommander

    0下载:
  2. VB版的进程管理器——进程指挥管 v1.0的源代码,高人奉献,感谢分享,一个掌握系统进程最完善的资料,它可以显示进程宿主,列出进程所使用的DLL动态链接库文件、线程个数、软件版本等信息。-VB version of the process manager- the process of command and control of the source code v1.0, expert contributions, thanks to sharing, the process of a mas
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:34051
    • 提供者:306
  1. Linux

    0下载:
  2. Linux命令大全,经过修改,包含绝大部分linux下C库的函数-Linux command Daquan, modified, including the vast majority of linux under the C library functions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:326334
    • 提供者:lwj
  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
    • 文件大小:1655
    • 提供者:CC
  1. mp3

    0下载:
  2. linux平台下使用gstreamer库编写的一个mp3player.基于命令行的。-linux platform using the gstreamer library written in a mp3player. based on the command line.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:9349
    • 提供者:网校龙
  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
    • 文件大小:17257
    • 提供者:zzw
  1. parted-2.3.tar

    0下载:
  2. GNU Parted manipulates partition tables. This is useful for creating space for new operating systems, reorganizing disk usage, copying data on hard disks and disk imaging. The package contains a library, libparted, as well as well as a command-line f
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-11
    • 文件大小:2974168
    • 提供者:hyl
  1. cdemu-daemon-1.3.0.tar

    0下载:
  2. CDemu是模拟CD、DVD设备的内核模块。它让你能使用.bin/.cue, .nrg, 或 .ccd这样的非ISO-9660格式的光盘镜像。之所以要用到它,是因为mount只能挂载iso。iso只包含单一的文件系统,而许多cd都带有复杂的信息,比如混合数据和音轨。CDemu让你能获得这些CD镜像完整、原始的内容。 CDemu利用vhba内核模块模拟出一个SCSI CD/DVD设备,由后台运行的cdemud守护进程(cdemud)与该模块通信。镜像分析代码被抽象到一个库中(libmir
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:171782
    • 提供者:陈文捷
  1. simpleopt-3.5

    0下载:
  2. 标准C语言参数解析代码,能兼容常见参数格式- A cross-platform file globbing library providing the ability to expand wildcards in command-line arguments to a list of all matching files. It is designed explicitly to be portable to any platform and has be
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:53662
    • 提供者:ghh2012
  1. linux

    0下载:
  2. 在 linux 做开发或者系统管理遇到乱码是经常的事情,主要 windows windows下中文的默认编码是 gb2312 gb2312,而 linux 下是 utf -8。很多时候 涉及到和 windows windowswindows平台系统的通信免不了编码转 平台系统的通信免不了编码转 化,可能大部分人都用 iconv iconv iconv库函数(包含在 glib glibglib中)和 iconv iconv iconv命令来执行编码转换,今天 我 要推荐的是另一个 要推荐的是另一个
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:257730
    • 提供者:wuyukun
  1. xor

    0下载:
  2. (pbc)Pairing-Based Cryptography是实现双线性对运算的 函數库,但没有异或XOR函數,我参考编写了一个,希望对大家有 帮助. 编译命令: gcc -o xor xor.c -I /usr/local/include/pbc -L /usr/local/lib -Wl,-rpath /usr/local/lib -lpbc 运 行 :./xor <a.param-(Pbc) Pairing-Based Cryptography bilinear
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-06
    • 文件大小:1050
    • 提供者:edmun
  1. cgi

    0下载:
  2. 基于linux readline库的 命令行程序开发-Linux readline library-based command line program development
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-18
    • 文件大小:2005
    • 提供者:童江鹏
  1. fffffffffffff

    0下载:
  2. 易语言解压CAB文件源码例程程序结合易语言操作系统界面功能支持库,实现解压CAB文件。 点评:易语言解压CAB文件源码是易语言命令行应用例程。-Unpack CAB files easy language source code routine program combines easy language operating system interface function support library that implements extract CAB file. Comme
  3. 所属分类:Network Security

    • 发布日期:2017-12-10
    • 文件大小:4019
    • 提供者:林武
« 12 »
搜珍网 www.dssz.com