资源列表
特殊磁道加密源代码
- 使用的是API编程,可格式化、校验和读写特殊扇区。可用作Windows下的磁盘加密。本函数还有以下两个缺点以待改进: 1.本函数还只能读能读 A: 和 B:,即只能对软盘操作 2.不能改变磁盘扇区大小,只能是标准的 512 个字节。 参数说明: command 操作: 0 重置磁盘 2 读扇区 3 写扇区 4 校验磁道 5 格式化磁道 8 得到设备参数 (int 1EH) drive 驱动器 A:=0 B:=1 head 磁头号,范围 0 - 1 track 磁道号,范围 0 - 84 ( 80
软盘i-o
- 判断逻辑驱动器A中磁盘的基本信息。根据给定的物理扇区号读取磁盘扇区。把磁盘上得到的信息输出到标准输出流中。-judgment logical drive A disk of basic information. According to the physics sector, disk sector read. Disk information on the output to standard output stream.
虚拟存储器的内存管理
- 使用Windows2000/XP的API函数,编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实现同步。模拟内存活动的线程可以从一个文件中读出要进行的内存操作-Windows2000/XP use of the API functions, including the preparation of a two-threaded process, a thread used to simulate memory allo
WinPCap_NetMonitor
- 采用 WinPCap 库开发的网络数据截获程序,并以十六进制、文本显示,用于调试网络程序-WinPCap used for the development of network data intercepted procedures, and to hexadecimal, text, the procedure for debugging network
RSA_16bitBlock
- 十六位的RSA加解密程序。程序中包括生成公钥和私钥的生成,加密部分和解密部分。-16 RSA encryption and decryption procedures. Procedures include generate public and private key generation, encryption and decryption some part.
ecc
- 椭圆曲线密钥生成程序,主要是为了了解ECC密钥的生成算法,只是得到密钥,没有加解密过程。-Elliptic Curve key generation procedures, is to understand the ECC key generation algorithm, the key is to be no encryption and decryption process.
MD5demo
- MD消息摘要程序,MD5以512位分组来处理输入的信息,且每一分组又被划分为16个32位子分组,经过了一系列的处理后,算法的输出由四个32位分组组成,将这四个32位分组级联后将生成一个128位散列值。-MD news summary procedures, MD5 to 512 groups to deal with the importation of information and each group was divided into 16 groups of 32 seats, afte
pgp651i-win-src
- vc环境下的pgp源码,pgp是目前很流行的一种加密算法,非常安全,正在发展中-vc environment of pgp source, pgp is a very popular encryption algorithm, very safe, developing
PGP803-S-W
- vc下的pgp最新版本源码,不过没有网路功能,但还是很不错的!-vc pgp under the latest version of source code, but not the Internet function, but still very good!
多文件捆绑机BindFileSrc
- 文件捆绑机,又称打包机,将多个文件合并成一个最终可执行文件,运行这个最终文件时,就相当于运行了合并前的多个文件。这种程序在*程序合并中会经常用到,你想知道它是怎么用程序实现的么?我就用我用VC6.0做的一个文件捆绑器的例子代码来告诉你。-documents bundled machine, also known as the baler, a number of documents will be merged into a final executable files, run the fi
Win32 API 注册表类的编制以及使用
- Win32 API 注册表类的编制以及使用。是关于在windows系统用VC读写(包括添加)注册表的源代码。做成了.h合.cpp两个文件,里面是注册版读写操作的类定义。用户要使用,只需要将这两个文件包含到自己的工程当中,然后使用类CMyRagKey及其操作即可。-Win32 API registration category and the use of the preparation. Windows on the system with VC readers (including addit
demo_explorer
- 用vc 开发的一个explorer的例程源代码,以供参考-vc development with the routines of an explorer source code for reference
