资源列表
[系统编程] 判断操作系统版本模块的例子
说明:判断操作系统版本的示例(判定win98/nt/xp系统)。对跨平台的程序很有用。不需用条件编译,在程序中用if..then判定就行了。-judgment version of the operating system examples (convicted win98/nt/xp system). The cross-platform process very useful. Build unnecessary conditions, the procedure used if .. then<星飞> 在 2025-06-21 上传 | 大小:2kb | 下载:0
[加密解密] 特殊磁道加密源代码
说明:使用的是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<李小> 在 2025-06-21 上传 | 大小:38kb | 下载:0
[系统编程] 虚拟存储器的内存管理
说明:使用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<陆阳> 在 2025-06-21 上传 | 大小:61kb | 下载:0
[加密解密] RSA_16bitBlock
说明:十六位的RSA加解密程序。程序中包括生成公钥和私钥的生成,加密部分和解密部分。-16 RSA encryption and decryption procedures. Procedures include generate public and private key generation, encryption and decryption some part.<邱孝杰> 在 2025-06-21 上传 | 大小:249kb | 下载:0
[加密解密] 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<邱孝杰> 在 2025-06-21 上传 | 大小:3kb | 下载:0
[加密解密] pgp651i-win-src
说明:vc环境下的pgp源码,pgp是目前很流行的一种加密算法,非常安全,正在发展中-vc environment of pgp source, pgp is a very popular encryption algorithm, very safe, developing<和焕君> 在 2025-06-21 上传 | 大小:13.83mb | 下载:0
[加密解密] PGP803-S-W
说明:vc下的pgp最新版本源码,不过没有网路功能,但还是很不错的!-vc pgp under the latest version of source code, but not the Internet function, but still very good!<和焕君> 在 2025-06-21 上传 | 大小:6.76mb | 下载:0
[系统编程] 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<孙中雨> 在 2025-06-21 上传 | 大小:17kb | 下载:0
[系统编程] demo_explorer
说明:用vc 开发的一个explorer的例程源代码,以供参考-vc development with the routines of an explorer source code for reference<开始> 在 2025-06-21 上传 | 大小:46kb | 下载:0
[Linux/Unix编程] Linux源代码分析(水木清华版)
说明:本书详细地介绍了Linux下一些主要函数的功能,对Linux内核编程人员具有很好的参考价值。-the book described in detail some of the major Linux of functionality, the Linux kernel programming staff with a good reference value.<郭红> 在 2025-06-21 上传 | 大小:63kb | 下载:0