-
求解迷宫问题,输入一个迷宫矩阵,矩阵只有1和0,1表示通行,0表示不行。还有递归求解的请看另一个...
求解迷宫问题,输入一个迷宫矩阵,矩阵只有1和0,1表示通行,0表示不行。还有递归求解的请看另一个-Maze solving the problem, enter a maze matrix, matrix, said the passage of only one, and 0,1, 0 not do that.
- 2022-12-10 07:15:03下载
- 积分:1
-
<;B & gt;创作工具源& lt;/ B & gt;
;创建工具源代码;
- 2022-01-25 20:18:52下载
- 积分:1
-
partion logic disk management tool for source code. Recognition of all types Div...
partion logic 磁盘管理工具源代码 。识别各种类型分区,以及可以对这些分区进行操作。 -partion logic disk management tool for source code. Recognition of all types Division, and of these districts can operate.
- 2022-01-31 20:21:47下载
- 积分:1
-
类似vista任务栏的控件 自动隐藏在屏幕右边
类似vista任务栏的控件 自动隐藏在屏幕右边-Similar vista taskbar automatically hide the controls right on the screen
- 2022-08-04 00:35:52下载
- 积分:1
-
医院管理系统
Hospital management system
- 2022-01-26 03:09:59下载
- 积分:1
-
windows设备管理器的vc代码,在vc6.0下编译通过
windows设备管理器的vc代码,在vc6.0下编译通过-windows Device Manager of vc code, compiled under the vc6.0 through
- 2022-04-21 04:26:53下载
- 积分:1
-
检测程序是否响应的例子
检测程序是否响应的例子-procedures for responding to the detection of examples
- 2023-02-01 04:10:04下载
- 积分:1
-
这是一个关闭计算机的小模块,可以关闭win32和winnt内核的计算机。这是一个动态库文件,需要看结果请自己学exe。...
这是一个关闭计算机的小模块,可以关闭win32和winnt内核的计算机。这是一个动态库文件,需要看结果请自己学exe。-This is a closure of small computer module can be closed win32 and winnt-core computer. This is a DLL document, we need to see results of their study requested exe.
- 2022-02-22 03:01:25下载
- 积分:1
-
多媒体定时器头文件,可以精确在windows里定时1ms
多媒体定时器头文件,可以精确在windows里定时1ms-multimedia timer header files, the precise timing windows Lane 1ms
- 2022-01-25 20:51:55下载
- 积分: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