Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,则请求分配一个内存页,如果没有空闲内存,则使用页面置换算法换出一个内存页到交换设备上。如果页表项表明内存页在交换设备上,则先请求一个物理内存页,然后从交换设备上读入内存内容,释放交换设备上的磁盘块。
上传时间: 2015-05-01
上传用户:ardager
A datasheet for DW8051 high performance 8051
标签: 8051 performance datasheet high
上传时间: 2015-05-03
上传用户:ynzfm
VB制作简单模拟器教程入门版 书籍语言: 简体中文 书籍类型: 程序设计 授权方式: 免费软件 书籍大小: 66 KB
上传时间: 2013-12-26
上传用户:hakim
EW8051, IAR 的8051开发利器,解密版
上传时间: 2015-05-03
上传用户:zhaoq123
8051进行8路LED模拟分支控制用8051的P1口作为输入、P0口作为输出,通过74LS244接8路LED模拟分支控制
上传时间: 2014-11-03
上传用户:Shaikh
a3load is 8051 firmware that can be used for uploading or downloading to EZ-USB RAM (internal or external). It implements the vendor specific command bRequest = 0xA3. The address to download/upload to/from is specified in the wValue field of the SETUP packet and the length of the transfer in the wLength field. The actual upload/download data is transferred during the DATA stage of the SETUP transfer. This firmware will function on all EZ-USB chips (EZ-USB, EZ-USB FX, FX2, FX2LP, FX1).
标签: downloading uploading firmware internal
上传时间: 2013-12-25
上传用户:zhaiye
This directory contains the memtest 8051 firmware for the Anchor Chips EZ-USB chip. The purpose of this software is to test the different memory segments in the Ez-Usb chip. This example will output the string "good" on the 7 segment LED if the mem test passes, or it will output the first address where the memtest fails.
标签: directory the contains firmware
上传时间: 2015-05-04
上传用户:zxc23456789
网络模拟器NS2的一个PPT的说明文档,内容比较详细
上传时间: 2013-12-26
上传用户:731140412
网络模拟器NS2的一个使用说明文档,比较详细有一定的参考价值
上传时间: 2013-11-27
上传用户:ccclll
一个8051的VHDL代码,可完整编译, 但不保证版图映射成功,可作为设计微处理器的参考
上传时间: 2014-11-27
上传用户:xz85592677