-
vb程序 将excel中的数据读到cad中
vb程序 将excel中的数据读到cad中-vb program will read the data in excel in cad
- 2022-03-06 06:55:54下载
- 积分:1
-
sharememery s server
sharememery s server
- 2023-05-06 15:40:02下载
- 积分:1
-
用VC++编程实现对CPU主频的检测
用VC++编程实现对CPU主频的检测-VC programming speed of the CPU Detection
- 2022-05-08 10:38:48下载
- 积分:1
-
The use of C# Set system time (as distinct from the previous procedure, is taken...
使用C#设置系统时间(不同于以往的程序,是考虑了时区的)-The use of C# Set system time (as distinct from the previous procedure, is taken into account the time zone)
- 2022-03-23 06:43:28下载
- 积分:1
-
工作时间有好事情的留言,
工作时间有好事情的留言, -working hours are a good thing of messages, time is a good thing messages
- 2022-04-09 17:23:49下载
- 积分:1
-
Sometimes, we need to have people connected to their machine, or to see whether...
有时候,我们需要是否有别人连接到自己机子上,又或者自己想看看是否连接到一定的端口,那么这个例子相信你很喜欢-Sometimes, we need to have people connected to their machine, or to see whether they want to connect to a port, then this example you like
- 2022-11-08 10:35:03下载
- 积分:1
-
获取、设置windows文件的安全性
获取、设置windows文件的安全性-acquisition, installed windows document security
- 2022-11-27 12:10:03下载
- 积分:1
-
实现高精度计时器
实现高精度计时器-precision timer
- 2022-11-09 18:45:03下载
- 积分:1
-
使用VC开发的计算尺,可以测量长度,角度等。并具有数据库存储功能。
使用VC开发的计算尺,可以测量长度,角度等。并具有数据库存储功能。- Uses the VC development the calculating rule, may survey the
length, the angle and so on. And has the database memory function.
- 2022-05-28 12:33:06下载
- 积分: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