搜索资源列表
Manipulating_the_Keyboard_Lights_in_NT_src
- 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
elbeem-src
- 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
aes-1.0.6.tar
- 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
AES
- AES文件加解密工具 本软件利用AES加密库"AesLib"进行加解密处理,能对文件进行128位、192位或256位这3种不同强度的加密,打开请直接运行"EncryptFileTest.exe"。 本加密工具还可以通过命令运行: AES [0|1] [file] 其中,参数为可选,但若仅有1个参数时则为[file]参数。0表示对[file]解密,1表示对[file]加密。 对于任何文件,若打开方式为AES,则程序会自动根据文件扩展名来默认决定是加密还是解密(若文件扩展名为“
libcli-1.9.4.tar
- 一个简单方便的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
The_Programming_Interface_Specification_of_Applica
- 本文档是Linux 应用程序编程界面规范,规定标准的LINUX 操作系统为进行中、英文信息处理的 应用程序时提供必须的接口和运行环境,包括核心的应用程序编程界面、各种库函数、命令解释程序 (“shell”)、公共实用程序、图形用户界面(包括窗口函数)以及国际化和中文语境的本地化函数以支 持中英文信息处理的应用程序源码级的可移植性。-This document is a Linux application programming interface specification, the
secret
- 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
- 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
ProcessCommander
- 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
Linux
- Linux命令大全,经过修改,包含绝大部分linux下C库的函数-Linux command Daquan, modified, including the vast majority of linux under the C library functions
list
- 练习使用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
mp3
- linux平台下使用gstreamer库编写的一个mp3player.基于命令行的。-linux platform using the gstreamer library written in a mp3player. based on the command line.
magent-0.6.tar
- magent 是一个简单,但非常有用的 memcached 缓存服务器的代理小程序。 主要功能: • 保持到memcached服务器的多个连接 • 支持下列memcached指令 1. get gets 2. delete 3. incr decr 4. add set replace prepend append 5. cas • 基于 libevent 的事件驱动库 • 支持 ketama 算法
parted-2.3.tar
- 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
cdemu-daemon-1.3.0.tar
- CDemu是模拟CD、DVD设备的内核模块。它让你能使用.bin/.cue, .nrg, 或 .ccd这样的非ISO-9660格式的光盘镜像。之所以要用到它,是因为mount只能挂载iso。iso只包含单一的文件系统,而许多cd都带有复杂的信息,比如混合数据和音轨。CDemu让你能获得这些CD镜像完整、原始的内容。 CDemu利用vhba内核模块模拟出一个SCSI CD/DVD设备,由后台运行的cdemud守护进程(cdemud)与该模块通信。镜像分析代码被抽象到一个库中(libmir
simpleopt-3.5
- 标准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
linux
- 在 linux 做开发或者系统管理遇到乱码是经常的事情,主要 windows windows下中文的默认编码是 gb2312 gb2312,而 linux 下是 utf -8。很多时候 涉及到和 windows windowswindows平台系统的通信免不了编码转 平台系统的通信免不了编码转 化,可能大部分人都用 iconv iconv iconv库函数(包含在 glib glibglib中)和 iconv iconv iconv命令来执行编码转换,今天 我 要推荐的是另一个 要推荐的是另一个
xor
- (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
cgi
- 基于linux readline库的 命令行程序开发-Linux readline library-based command line program development
fffffffffffff
- 易语言解压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