-
stmeditor 城市公交地图编辑器源代码
sample 生成的地图样例
exepack 城市公交地图编辑器可执行包与使用说明...
stmeditor 城市公交地图编辑器源代码
sample 生成的地图样例
exepack 城市公交地图编辑器可执行包与使用说明
-stmeditor urban public transport map editor source code sample to generate a map of sample exepack urban public transport map editor and use the executable package
- 2022-08-21 03:10:51下载
- 积分:1
-
MFC编写的Windows下注册表操作的程序,是从别的网站上下载的,具有参考价值...
MFC编写的Windows下注册表操作的程序,是从别的网站上下载的,具有参考价值-MFC prepared by the registry under Windows operating procedure is to download from other sites with a reference value
- 2022-12-29 17:25:03下载
- 积分:1
-
ini adalah program anak keperawatan
ini adalah program anak keperawatan
- 2022-01-26 02:06:35下载
- 积分:1
-
有用的MATLAB仿真源程序和教程,多多交流,多多指教噢
有用的MATLAB仿真源程序和教程,多多交流,多多指教噢-MATLAB simulation of useful source code and tutorials, a lot of exchange of exhibitions Oh
- 2022-10-28 10:55:04下载
- 积分:1
-
以实现的类:
XArray<T>
XDynamicArray<T>
开始实现XByteBuffer
1、定义好相关类的框...
以实现的类:
XArray
XDynamicArray
开始实现XByteBuffer
1、定义好相关类的框架,也就是只有定义,而无实现内容
2、依次实现-to achieve the category : XArray
- 2022-02-22 01:46:33下载
- 积分:1
-
编程实现windows系统进程监控。
编程实现windows系统进程监控。-process control system.
- 2022-10-04 20:45:03下载
- 积分:1
-
获取系统硬件信息源代码,该程序可以获取硬盘、网卡、主板等各种硬件的基本信息。采用vc实现。...
获取系统硬件信息源代码,该程序可以获取硬盘、网卡、主板等各种硬件的基本信息。采用vc实现。-information access system hardware source code, the program can access hard drive, Ethernet, motherboards and other hardware basic information. Vc used to achieve.
- 2022-01-31 05:54:12下载
- 积分:1
-
一个用SDK实现文件拷贝的例子
一个用SDK实现文件拷贝的例子-SDK file a copy with examples
- 2022-10-02 07:45:03下载
- 积分:1
-
一个c语言的小程序,获取windows系统下的进程详细信息,在网管系统中应用广泛(用得vc编译环境)...
一个c语言的小程序,获取windows系统下的进程详细信息,在网管系统中应用广泛(用得vc编译环境)-a small procedures, access to the Windows system under the process of detailed information, the network management system widely used (vc used compiler environment)
- 2022-08-06 04:12:56下载
- 积分: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