搜索资源列表
Linux内存管理模拟器
- Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,
srecview
- 嵌入式开发中常用到 Motorola 公司的 S-Record 格式文件,本程序以便于程序员阅读的格式(地址及内容)来查看此类格式的文件。-embedded developers commonly used to Motorola S-Record, the format the procedures for programmers to read format (address and contents) to view such files.
dsread
- read the network addresses from a named Directory Services object and display all parts of the address.
4GB_mem_access
- 在实地址模式访问4g内存,对了解操作系统底层的人有帮助-in real address mode visit 4g memory, the understanding of the underlying operating system help
yemianguanli
- 题目:设计一个请求页式存储管理方案,并编写模拟程序实现 具体要求: 1、产生一个需要访问的指令地址流,为不失一般性,可以适当地(用人工指定地方法或用随机数产生器)生成这个序列,使得 50%的指令是顺序执行的。25%的指令均匀地散布在前地址部分,25%的地址是均匀地散布在后地址部分 2、 页面淘汰算法采用 FIFO页面淘汰算法,并且在淘汰一页时,只将该页在页表中抹去。而不再判断它是否被改写过,也不将它写回到辅存 3、产生一个需要访问的指令地址流;指定合适的页面尺寸(例如以1K或2K
BSexam2[1].0
- 本考试系统考试题题型均为单选题,考生分数为:考生答题正确题数/总题数*100分 本考试系统如有考生登陆过,就视为已经考试,并限制不能再考,若要恢复考生考试需要 进入后台后点补考后才能继续考试. 考生在考试中不能刷新考试页面,如果刷新就视为作弊,若需要补考,需要等所有考有考生考试完毕后 重起IIS后,清空该生考试记录后才能考试. 后台地址:admin/login.asp 后台用户名:admin 密码:admin-the examination system
ip
- 不断发送IP地址,和接收对方IP地址的程序,-constantly sending IP address, and receive the IP addresses of the other procedures,
编程实现LRU算法或CLOCK/改进算法等置换算法
- 编程实现LRU算法或CLOCK/改进算法等置换算法(二选一),模拟实现虚拟存储器的地址变换过程。-Programming LRU algorithm or CLOCK/improved algorithms replacement algorithm (alternative), analog virtual memory address translation process.
QNX_course_all.qnx比较全的资料
- qnx比较全的资料,包括简介,安装指南,中文版的书《实时操作系统qnx》,甚至还有部分笔记,适合初学者,免去找资料的麻烦。qnx在07后已公布源码,可到官网下载最新版本,但须先装svn.官网地址:www.qnx.com,qnx relatively complete information, including profiles, installation guide, the Chinese version of the book " Real-time operating syst
YLP2410_BIOS.rar
- 这是优龙yl-p2410的一个bios程序,源光盘附带,但我经过了一些修改,解决了一些Bug,如:第二次开机无法找到usb驱动。,This is excellent yl-p2410 Liuzhou a bios procedures, the source CD-ROM attached to, but I have been some changes to address a number of Bug, such as: the second boot can not find the u
zjf.rar
- 存储管理模拟,编写程序,模拟请求页式存储管理中的硬件地址转换过程,使用三种不同的页面置换算法进行页面替换。分别是先进先出,最佳置换,最近最久未使用页面替换,并计算缺页率。,Storage management simulation, programming, simulation request page storage management hardware address translation process, using three different page replacement
mange
- 模拟内存页式管理,实现内存分页,页表创建及内外存地址转换-Analog memory-page management, paging, page tables to create internal and external memory address translation
program
- 设计实现4bit FIFO, 数据深度为8, 产生满, 空状态标志-The diagram of FIFO is shown in figure 1. The FIFO consists of two component: FIFO control logic and RAM. The control logic generates the address (ADD) and write enable (WE) to the RAM so that the fi
chucun
- 设计一个虚拟存储区和内存工作区,并使用下列算法计算页面失效次数. (1) 进先出的算法(FIFO) (2) 最近最少使用的算法(LRU) (3) 最佳淘汰算法(OPT) 在本实验中,页地址流长度为320,页面失效次数为每次访问相应指令时,该指令所对应的页不在内存的次数。 -Design of a virtual memory storage area and work area, and use the following algorithm for calculating
VirtualStore
- 本实验的程序设计基本上按照实验内容进行。即首先用srand()和rand()函数定义和产 生指令序列,然后将指令序列变换成相应的页地址流,并针对不同的算法计算出相应的命中 率-The experimental procedure is basically the design of the content in accordance with the experiment. That is, first of all with srand () and rand () function
0022
- 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断-Analog paging virtual memory management hardware address translation and page fault, as well as the choice of scheduling algorithm to deal with page page fault
caozuoxitong
- 操作系统课程设计:段页式存储地址管理 需要的就下吧-Operating systems curriculum design: paragraph on page memory address management needs on the next bar
play
- 编程演示三种存储管理方式的地址换算过程 1)分页方式的地址换算 2)分段方式的地址换算 3)段页式的地址换算 -Demo programming in three modes of address storage management conversion process 1) forms of address translation page 2) sub-forms of address translation 3) Page address translation
address-translation
- 操作系统,地址转换算法,课程设计,可分别进行分段和分页的物理地址与逻辑地址之间的转换。-Operating system, address translation algorithm, curriculum design, can be carried out in several stages and pagination of the physical address and logical address conversion between.
address
- 操作系统课程设计中的三种存储管理方式的地址换算过程 -Three types of storage management means the address conversion process