-
这是一个JAVA类的内核代码,解释了JVM在形成编译器的过程和原理,中间有代码解释。...
这是一个JAVA类的内核代码,解释了JVM在形成编译器的过程和原理,中间有代码解释。-This is a kind of core Java code, explain the formation of a JVM compiler process and the principles of interpretation of intermediate code.
- 2022-03-17 21:59:49下载
- 积分:1
-
一个很好的反rootkit例子,终止其运用或替换 重要system dlls.
一个很好的反rootkit例子,终止其运用或替换 重要system dlls.-A good example of anti-rootkit, to terminate the use or replacement of important system dlls.
- 2022-06-28 05:25:55下载
- 积分:1
-
国外的一个开放源码的免费小操作系统,目前实现到了保护模式,shell界面。...
国外的一个开放源码的免费小操作系统,目前实现到了保护模式,shell界面。-abroad a free open-source operating system small, to achieve a protection mode, the shell interface.
- 2022-03-04 00:15:22下载
- 积分:1
-
How to use the WinIo library in Win2000 and WinXP system. this sample will lead...
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):调用InitializeWinIo函数初始化WinIo驱动库;
(5):调用读写IO口的GetPortVal或SetPortVal函数;
(6):调用ShutdownWinIo函数;
本实例是在VC6.0环境下 XP系统.
-How to use the WinIo library in Win2000 and WinXP system. this sample will lead you to use the WinIo rightly.
- 2022-08-21 23:18:28下载
- 积分:1
-
一些常用的C语言源程序,字符串处理、内存管理和出错处理等。使用方法请看readme文件...
一些常用的C语言源程序,字符串处理、内存管理和出错处理等。使用方法请看readme文件-some common C language source code, string handling, memory management and error handling. Use Look at the readme file
- 2022-08-19 20:29:46下载
- 积分:1
-
win32内核编程
适合初学者学习windows内核编程,内容1-15天,涉及几乎全部的内容。各种窗口消息,和学习笔记,学习mfc的可以看看
- 2022-01-26 07:35:19下载
- 积分:1
-
编写动态存储分配的一部分
Memory Allocation in C-write part of a dynamic storage allocation
package. The package provides three function calls: void initalloc(), to
initialize the data structures involved char* alloc(int n), which returns
a pointer to a block of n chars when called and void freef(char* p), which
frees the block of n chars earlier given to the data structure so that
it can be given out to another.
- 2022-06-30 05:19:02下载
- 积分:1
-
dll编程,如果要学习动态链接库编程,这是值得一看的资料。...
dll编程,如果要学习动态链接库编程,这是值得一看的资料。-dll programming, if we learn DLL programming, it is worth looking at the information.
- 2022-04-30 08:20:45下载
- 积分:1
-
自删除程序。。比较小
自删除程序。。比较小-Since the delete procedures. . Relatively small
- 2022-03-19 23:16:35下载
- 积分:1
-
从EXE程序中导出函数的示例
从EXE程序中导出函数的示例-from EXE procedures derived function of sample
- 2022-04-01 07:49:53下载
- 积分:1