搜索资源列表
page-management
- 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断-Analog paging virtual memory management hardware address translation and page fault, and choose a paging algorithm processing a page fault.
ffff11122.rar
- 模拟页式虚拟存储管理中硬件的地址转换和缺页中断,采用先进先出处理缺页中断,mock-page virtual memory management hardware address translation and missing pages interruption, using FIFO interrupt handling missing pages
turboc2(1)
- 存储管理分区分配算法 功能要求: 本课题要求模拟实现可变分区管理。存储管理主要是对存储空间的分配和回收。当有用户申请 空间时,进行分配,空间不用了及时回收,以免造成游离空间,使得该空间再也无法使用。可变分区管理通常采用的方法有多种,本课题要求分别采用首次适应算法和最佳适应算法实现。 -Storage Management Division allocation algorithm functional requirements: This issue demands the real
FIFO
- 模拟页式虚拟存储管理地址转换和缺页中断,并用FIFO算法处理缺页中断。-Simulation of virtual storage management page address translation and page fault, and FIFO method to deal with page fault.
students
- 建立学生信息管理系统,实现一系列的功能: 存储信息:实现对信息的插入、删除、修改等功能; 查询信息 :显示全部学生信息、按学号查询、按姓名查询、按性别查询、按年级查询学生所学课程、按教师查询听课学生; 排序:实现按学号、按年龄、按某课成绩、按总成绩进行排序; 统计:男女生人数、每个人的平均成绩、各课的平均成绩;-The establishment of Student Information Management System to achieve a series of fun
c_test_code
- 学习c的重要资料,案例一 贪吃蛇游戏 案例二 计算器 案例三 黑白棋游戏 案例四 迷宫问题 案例五 扫地雷游戏 案例六 速算24 案例七 数据结构CAI系统 案例八 进程调度 案例九 存储管理分区分配算法 案例十 通讯录 案例十一 学生成绩管理 案例十二 工资管理 案例十三 图书借阅管理 案例十四 教师工作量计算-Learning c
StorageManagementDistrictAllocationAlgorithm
- C语言编写的存储管理分区分配算法 的演示程序,在Turboc2.0下编译通过,界面友好-C language geographical distribution of the storage management algorithm demo program, compiled under the Turboc2.0 approved, user-friendly
Page
- MFC程序模拟内存的页式存储管理机制,并分时完成每个作业。-MFC simulation program storage memory page management mechanism, and time to complete each operation.
cunchu
- 操作系统实验报告,关于存储管理的应用,比较实用-Experimental report the operating system on the storage management applications, more practical
Operating_system
- 第1章 绪论.ppt 第2章 进程管理.ppt 第3章 处理机管理.ppt 第4章 存储管理.ppt 第5章 设备管理.ppt 第6章 文件管理.ppt-Chapter 1 Introduction. Ppt Chapter 2 Process Management. Ppt Chapter 3 Processor management. Ppt Chapter 4 Storage Management. Ppt Chapter 5 Device Ma
Thewagesofasmallcompanymanagementsystems
- 一个小公司的工资管理系统。该公司主要有4类人员:经理、兼职技术人员、销售员和销售经理。要求存储并显示每类人员的编号(从100起编号)、姓名和月薪,同时给出在创建每一类对象时构造函数的执行顺序(月薪计算方法为:经理固定月薪8000元,兼职技术人员100元/小时,销售员为当月销售额的4%,销售经理保底工资5000元另加其所管部门销售额的5%),要求用虚函数实现。-The wages of a small company management systems. The company has 4 ma
学生管理系统
- 一款功能十分简单的学生信息管理系统,该源码的亮点在于没有采用数据库,而是 采用了文件流的方式来存储数据信息,该源码比较适合学习交流使用。(A student information management system function is very simple, the source of the highlight that there is no use database, instead of using the file stream way to store data inform
超市商品管理系统
- 对超市货物信息进行管理,存货数,条码号,价格,存放区域等信息,有进货,售出相关操作有进货,售出相关操作能够按条码号查找操作,数据要存在文件中,并能从文件中读取所存储的数据。(Management of supermarket goods inventory information number, barcode number, price, storage areas and other information, the purchase, the purchase related operat
会员卡管理系统
- 会员卡管理系统,文件式存储,打开,有些粗糙,但对一些消费功能,消费记录还是能满足的(Students Course Design: Membership card management system)
水果销售管理分析系统
- 1. 添加: 用链表存储 在尾部添加 同名就合并 2. 查看: 用链表的插入法排序 遍历显示 3. 删除: 指针遍历 删除 4. 更改: 指针遍历 更改 5. 记录销售情况: 用文件和结构体分日期记录 对原有结构体中数据进行相应的更改删除 6. 分析: 分日期进行销量和利润分析 用符号模拟坐标轴形象的显示出来(Simple version of fruit management system)
opt fifo lru
- 调页存储管理,使用opt,lru,fifo三种(Page storage management, using the three kinds of OPT, LRU, FIFO)
操作系统课程设计报告 分页存储管理系统
- 操作系统课设,基本分页存储管理系统的模拟。(Simulation of paging storage management system)
学生管理系统
- 分为两大部: 学生信息管理系统 和学生成绩管理系统 ,每个 部分为若干模块,具体如下: (一)学生信息管理系统 1.首先创建学生信息记录(包括姓名,性别 ,学号,班级等); 学号,班级等); 学号,班级等); 学号,班级等); 学号,班级等); 2.在学生信息列表中修改记录 ; 3.删除学生信息记录 ; 4.查看学生的信息记录 ; 5.添加新学生的信息 。 (二) 学生成绩管理系统 1.学生各科成绩的输入与存储; 2.对于指定学生成绩的汇总 ; 3.计算出学生成绩的总 分数
模拟动态存储管理设计
- C模拟操作系统动态分区式存储管理中最佳适应算法的实现(The realization of the best adaptive algorithm in C dynamic operating system dynamic partition storage management)
段页式
- 编写程序完成段页式虚拟存储管理存储分配、地址重定位和缺页中断处理。(The program completes the paragraph page type virtual storage management, storage allocation, address relocation and page fault handling.)