-
VB读写保存文件的源代码(读写保存文件的源代码.ZIP)
VB读写保存文件的源代码(读写保存文件的源代码.ZIP)-VB literacy preserve the source code (Save the file to read and write the source code. ZIP)
- 2023-04-22 04:50:03下载
- 积分:1
-
Clock source code, can be timer, after the clock, please do not stock
时钟源代码,可做定时器,后时钟,请不要见笑-Clock source code, can be timer, after the clock, please do not stock
- 2022-03-18 11:11:36下载
- 积分:1
-
You can hang, freeze any process, no less in the Rising of this feature ~
可以挂起、冻结任何进程,毫不逊色于瑞星中的此项功能~-You can hang, freeze any process, no less in the Rising of this feature ~
- 2022-01-20 23:03:26下载
- 积分:1
-
guid生成程序
guid生成程序-guid generation process
- 2022-04-26 13:07:34下载
- 积分:1
-
系统端口查看工具 不能查看系统进程的端口
系统端口查看工具 不能查看系统进程的端口-System Ports View tool is not a systematic process to check the port
- 2022-07-27 12:30:56下载
- 积分:1
-
vc++6游戏编程入门及源码,是一套不错的学习资料~
vc++6游戏编程入门及源码,是一套不错的学习资料~-vc++ 6 game programming source code entry and is a good learning materials ~
- 2022-02-28 23:53:01下载
- 积分:1
-
一个简单的学生成绩管理系统,用C++语言实现,能实现成绩管理的各种功能。...
一个简单的学生成绩管理系统,用C++语言实现,能实现成绩管理的各种功能。-A simple management system for student achievement, using C++ language, to achieve the various functions of performance management.
- 2022-04-08 03:59:42下载
- 积分:1
-
VC的程序那个源码,适合初学者,高手就不必看了
VC的程序那个源码,适合初学者,高手就不必看了-VC-source process that is suitable for beginners, you do not have to read
- 2022-05-28 14:16:02下载
- 积分:1
-
自己用VB编的一个小程序,可以实现悬浮的窗体。
自己用VB编的一个小程序,可以实现悬浮的窗体。-their VB series with a small procedure, the suspension can be achieved Form.
- 2023-07-04 08:10:04下载
- 积分: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