-
一个简单的托盘程序
一个简单的托盘程序-a simple procedure tray
- 2022-04-17 00:30:02下载
- 积分:1
-
Fingerprint comparison system, by scanning the fingerprint of the two photos to...
指纹对比系统,通过将扫描的两副指纹照片进行比对,可以分析出其中的不同,主要是像素点的对比,结合了一些算法-Fingerprint comparison system, by scanning the fingerprint of the two photos to compare, you can analyze the different pixels are mainly contrast, combined with a number of algorithms
- 2022-11-15 23:55:03下载
- 积分:1
-
stnpepak source Stone and procedures to achieve the right Import Table handling...
stnpepak 源码及程序 Stone 实现了对Import Table的处理,Win32ASM源码。 -stnpepak source Stone and procedures to achieve the right Import Table handling Win32ASM source.
- 2022-12-01 17:50:03下载
- 积分:1
-
嵌入进windows自带的任务管理器,增强任务管理器功能,强
嵌入进windows自带的任务管理器,增强任务管理器功能,强-embedded into Microsoft"s Windows task manager, task management to enhance functionality, strong
- 2023-08-15 04:10:03下载
- 积分:1
-
所有系统下的磁盘存取程序,98下用到了VXD
所有系统下的磁盘存取程序,98下用到了VXD-all of the disk access procedures under 98 use the VXD
- 2022-08-06 08:53:55下载
- 积分:1
-
code of pl0,exploiture by cbc
一个PL0的原代码,用CBC开发,请铁更改-code of pl0,exploiture by cbc
- 2022-01-20 23:35:19下载
- 积分:1
-
Visual Studio .NET 2003环境下用C++编写的查看信息了…
visual studio.net 2003环境下的一个用c++编写的内存查看信息状态小程序,希望对c++学习者有所帮助-visual studio.net 2003 environment with a c++ prepared to view information on the state of the memory applet, I hope to c++ help learners
- 2022-01-26 00:28:07下载
- 积分:1
-
该程序主要是对系统进程显示,并对进程使用内存进行监控
该程序主要是对系统进程显示,并对进程使用内存进行监控-The program is displayed on the system process, and the process of monitoring the use of memory
- 2022-05-17 16:57:03下载
- 积分:1
-
一个在WIN2000和WINXP下隐藏的类,直接可以使用,但在有时不是很稳定,可能造成死机,呵呵,仅供参考,我也是看别人的代码,然后写成一个类的,主要目的是方便...
一个在WIN2000和WINXP下隐藏的类,直接可以使用,但在有时不是很稳定,可能造成死机,呵呵,仅供参考,我也是看别人的代码,然后写成一个类的,主要目的是方便使用。-a WINXP in WIN2000 and hidden under the category, can be used directly. But sometimes is not very stable, which may result dies, what is for reference only, I also look at the code, then into a category, the main objective is to facilitate use.
- 2022-03-05 17:03:51下载
- 积分:1
-
JOS Lab 2: Memory Management
The first component is a physical memory allocator for the kernel, so that the kernel can allocate memory and later free it. Your allocator will operate in units of 4096 bytes, called pages. Your task will be to maintain data structures that record which physical pages are free and which are allocated, and how many processes are sharing each allocated page. You will also write the routines to allocate and free pages of memory.
The second component of memory management is virtual memory, which maps the virtual addresses used by kernel and user software to addresses in physical memory. The x86 hardware memory management unit (MMU) performs the mapping when instructions use memory, consulting a set of page tables. You will modify JOS to set up the MMU page tables according to a specification we provide.
- 2022-02-05 12:16:48下载
- 积分:1