-
一个类似资源管理器的软件,可以浏览操系统的文件系统
一个类似资源管理器的软件,可以浏览操系统的文件系统-A similar resource manager software, you can browse the file system Fuck System
- 2022-02-01 00:20:57下载
- 积分:1
-
实现队列的基本算法 及其功能的实现
可以对其进行插入 删除 查询等操作...
实现队列的基本算法 及其功能的实现
可以对其进行插入 删除 查询等操作-To achieve queue implementation of the basic algorithm and its functionality can delete queries, and insert them operate
- 2023-04-18 00:35:04下载
- 积分:1
-
自动更新,针对于程序的自动更新,非常不错的原代码。
自动更新,针对于程序的自动更新,非常不错的原代码。-Automatic Updates, in the procedures for automatic updates, very good original code.
- 2022-07-03 03:27:59下载
- 积分:1
-
Win9x性能监视的程序,可以监测很多参数
Win9x性能监视的程序,可以监测很多参数 -The app of monitoring behaviour in win9x, it can monitor many parameters
- 2022-05-08 00:24:57下载
- 积分:1
-
NVRAM WakeUp可以读写BIOS中的WakeUp 时间(通过最近2.4.x内核的/dev/nvram)。在这个WakeUp 时间,计算机将从软停止状态被...
NVRAM WakeUp可以读写BIOS中的WakeUp 时间(通过最近2.4.x内核的/dev/nvram)。在这个WakeUp 时间,计算机将从软停止状态被自动加电。-NVRAM WakeUp BIOS can read and write the WakeUp time (through the recent 2.4.x kernel/dev/nvram). In this WakeUp time, the computer will stop the soft state automatically increases power.
- 2023-08-21 21:30:03下载
- 积分:1
-
c# SIM卡拨号测试
通过读取SIM卡信息,对SIM卡信息进行绑定,设置APN,程序检测串口是否可用,之后尝试创建APN,连接APN,然后拨号上网
- 2022-05-29 22:17:19下载
- 积分:1
-
一个可以对系统进行调用的API库,配合w2k_lib和w2k_spy使用效果非常不错!...
一个可以对系统进行调用的API库,配合w2k_lib和w2k_spy使用效果非常不错!
- 2022-02-26 10:24:02下载
- 积分:1
-
gdal的api翻译和使用经验.doc。大家可以参考一下,GDAL 的资料太少...
gdal的api翻译和使用经验.doc。大家可以参考一下,GDAL 的资料太少-gdal translate and use the api experience. doc. We can reference, GDAL little information. . .
- 2022-08-12 21:09:22下载
- 积分:1
-
USB使用PIC18F2550 UART转换器
USB to UART Converter Using PIC18F2550
- 2023-07-20 19:05: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