-
本程序可以实现系统音量的控制。真是个好东西!
本程序可以实现系统音量的控制。真是个好东西!-this procedure can be achieved system volume control. Really good thing!
- 2022-08-24 09:46:14下载
- 积分:1
-
简单的进程调度程序,包含先进先出和优先级调度程序,自己可以加入一些初始化设定,可以更好的模拟系统运行...
简单的进程调度程序,包含先进先出和优先级调度程序,自己可以加入一些初始化设定,可以更好的模拟系统运行-simple process scheduling procedures, including FIFO and priority scheduling procedures, they can join some initialization set, we can better run a simulation
- 2022-10-06 22:40:03下载
- 积分:1
-
程序自动启动的源码,主要是写入注册表,在Windows启动的时候程序可以自动启动。...
程序自动启动的源码,主要是写入注册表,在Windows启动的时候程序可以自动启动。-Automatically start the source, mainly into the registry when the Windows startup process can be automatically activated.
- 2022-11-01 13:35:04下载
- 积分:1
-
js language version of the vc engine, would like to know js friends, you can loo...
js语言引擎vc版的,想了解js的朋友,可以看一下.-js language version of the vc engine, would like to know js friends, you can look at.
- 2022-05-07 13:57:07下载
- 积分: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
-
ControlPanel can help you get and modify control panel infomation
ControlPanel can help you get and modify control panel infomation
- 2023-04-07 10:20:03下载
- 积分:1
-
本代码穷举系统进程,然后可以杀死进程,用到了 CreateToolhelp32Snapshot 和一些排序操作...
本代码穷举系统进程,然后可以杀死进程,用到了 CreateToolhelp32Snapshot 和一些排序操作-the system code exhaustive process, and then kill the process, and the use of some sort CreateToolhelp32Snapshot operation
- 2022-03-19 18:51:30下载
- 积分:1
-
window启动自动加载程序:
学习dephi对window注册表的调用;
了解window对自启动程序的管理;...
window启动自动加载程序:
学习dephi对window注册表的调用;
了解window对自启动程序的管理;-window activated automatically load : study dephi right window registry calls; Understanding since the launch window to the management procedures;
- 2022-07-16 11:26:18下载
- 积分:1
-
操作系统课程设计_读者写者问题(2);附主要函数流程图及说明。...
操作系统课程设计_读者写者问题(2);附主要函数流程图及说明。-courses on operating system design _ readers who write (2); Report of the main functions of flow charts and descriptions.
- 2022-03-11 19:11:24下载
- 积分:1
-
一个有关VC中嵌入汇编语言代码的例子,这个是自己原创的作品,欢迎使用!...
一个有关VC中嵌入汇编语言代码的例子,这个是自己原创的作品,欢迎使用!-an embedded assembler language code examples, this is their original work, Welcome!
- 2022-04-24 07:24:08下载
- 积分:1