搜索资源列表
2007031716045822831
- 一个简单的开机保护程序 无任何控件 全api编写 关键字 :键盘钩子, dll注入,api函数 api操作注册表, windows消息-a simple reboot protection procedures without any controls all api prepared keyword : keyboard hook, dll implantation, api function api operate the registry, windows news
File04370052
- 调用windows的api,对操作系统的3种文件读写模式进行模拟。
ReactOS-0.3.3-REL-src
- ReactOS是一些高手根据Windows XP的内核编写出的类XP。内核实现机理和API函数调用几乎相同。甚至可以兼容XP的程序。喜欢研究系统内核的人可以看一看。-ReactOS is a number of players under the Windows XP core classes to prepare XP. Core mechanism and realize almost the same API function call. Can even be compatible wi
floppy
- 了解载windows系统中如何直接使用磁盘的读写功能,所编应用程序能够响应用户指定的读、写磁盘扇区的请求也能提供查看磁盘相关参数的功能。技术的关键是使用了windows提供的API(应用程序接口)来实现所要求的功能。通过本试验,用户可以利用API进行底层的磁盘操作。同时还附Liuux下的设备驱动程序。-#include <windows.h> #include <winioctl.h>//包含了DISK_GEOMETRY等的定义 #include <iost
StoreSimulation
- 使用Windows操作系统的API函数,实现《梦之初夏影音店》开店、进货,向顾客进行碟片的出售等功能,模拟店铺的全天的运营过程。-The use of Windows operating system API function, the realization of " audio-visual shops in the early summer of Dreams" shop, purchase to the customer for the sale of the disc
Windows-Via-CCPP
- 本书是讲解Windows操作系统内部机制的一本专著。作者从基本概念入手,全面系统地介绍了Windows底层实现机制、Windows应用程序的基本构件(包括进程、线程、内存管理、动态链接库、线程本地存储和Unicode)以及各类Windows API等,并列举了大量应用程序示例,精辟地分析了Windows编程的各个难点和要点,为掌握Windows编程技巧提供了一条有效的捷径。. -This book is to explain the internal mechanisms of Windows
WINDOWS-core-progamming
- 本书是讲解Windows操作系统内部机制的一本专著。作者从基本概念入手,全面系统地介绍了Windows底层实现机制、Windows应用程序的基本构件(包括进程、线程、内存管理、动态链接库、线程本地存储和Unicode)以及各类Windows API等,并列举了大量应用程序示例,精辟地分析了Windows编程的各个难点和要点,为掌握Windows编程技巧提供了一条有效的捷径。-This book is the interpretation of the Windows operating syst
memory-op
- 使用Windows 2000/XP的API函数,编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实现同步。模拟内存活动的线程可以从一个文件中读出要进行的内存操作。-Use the API functions in Windows 2000/XP, the preparation of a process contains two threads, one thread is used to simulate memo
vbConsole
- 同标准的Windows程序相比,控制台程序具有界面简单、占内存少、生成的可执行文件小的优点 -Than with standard Windows programs, console program has a simple interface, accounting for less memory, and the advantages of a small executable file generated this document will be required to create a
microwindows-0.8.tar
- 一个小型的类似Windows的嵌入式操作系统的代码,与WIN32的API相同,有MemDC的源代码,现在已经移植到错中平台下。-The Nano-X Window System is an Open Source project aimed at bringing the features of modern graphical windowing environments to smaller devices and platforms. Nano-X allows applications
