登录
首页 » Visual C++ » OSDemo

OSDemo

于 2020-06-26 发布 文件大小:813KB
0 251
下载积分: 1 下载次数: 3328

代码说明:

  操作系统实验演示代码(三个实验,作业管理,内存管理,文件管理)(Experimental demonstration of the operating system code (three experiments, operations management, memory management, document management))

文件列表:

OSDemo
......\BalloonTip.cpp
......\BalloonTip.h
......\CheckerCtrl.cpp
......\CheckerCtrl.h
......\DlgNewFile.cpp
......\DlgNewFile.h
......\Graph
......\.....\Graph.cpp
......\.....\Graph.h
......\.....\GraphDataColor.cpp
......\.....\GraphDataColor.h
......\.....\GraphDataSet.cpp
......\.....\GraphDataSet.h
......\.....\GraphLegend.cpp
......\.....\GraphLegend.h
......\.....\GraphLegendSet.cpp
......\.....\GraphLegendSet.h
......\.....\GraphPieLabel.cpp
......\.....\GraphPieLabel.h
......\.....\GraphSeries.cpp
......\.....\GraphSeries.h
......\JobView.cpp
......\JobView.h
......\MainFrm.cpp
......\MainFrm.h
......\MatrixStatic.cpp
......\MatrixStatic.h
......\MemPage1.cpp
......\MemPage1.h
......\MemPage2.cpp
......\MemPage2.h
......\MemView.cpp
......\MemView.h
......\OSDemo.aps
......\OSDemo.clw
......\OSDemo.cpp
......\OSDemo.dsp
......\OSDemo.dsw
......\OSDemo.h
......\OSDemo.ncb
......\OSDemo.opt
......\OSDemo.plg
......\OSDemo.rc
......\OSDemoDoc.cpp
......\OSDemoDoc.h
......\OSDemoView.cpp
......\OSDemoView.h
......\PieChartCtrl.cpp
......\PieChartCtrl.h
......\Release
......\RES




......\...\Harrow.cur

......\...\JOB.ICO
......\...\matrixsettinyblue.bmp
......\...\MEMPAGE.ICO
......\...\Mycomp.ico
......\...\MYFILE.ICO
......\...\MYSKIN1.BIN
......\...\Openfold.ico
......\...\OS.ICO
......\...\OSDemo.rc2
......\...\OSDemoDoc.ico
......\...\PROCESS.ICO
......\...\SHELL2.BIN
......\...\TAPE.ICO
......\...\Toolbar.bmp
......\...\USER.ICO
......\...\实验报告1.doc
......\...\实验报告2.doc
......\...\实验报告3.doc
......\...\实验报告4.doc
......\resource.h
......\SKIN
......\....\CORONA.SMF
......\....\DETOURS.LIB
......\....\SkinMagicLib.lib
......\SkinMagicLib.h
......\Splash.cpp
......\Splash.h
......\StdAfx.cpp
......\StdAfx.h
......\Tab1.cpp
......\Tab1.h
......\Tab2.cpp
......\Tab2.h
......\Tab3.cpp
......\Tab3.h
......\Tab4.cpp
......\Tab4.h
......\TabSheet.cpp
......\TabSheet.h
......\VDISK.DAT
......\~VC47.TMP

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • reply_1_646228
    银行家算法,希望大家喜欢(bankers algorithm, hope you like)
    2004-11-10 19:41:05下载
    积分:1
  • avoid-deadlock
    操作系统实验-死锁避免算法,word文档,详细,全,可执行,自己写的,希望快点能在贵网站下载。。。(Operating System Experiment- Deadlock avoidance algorithm, word documents, detailed, full, enforceable, wrote it myself, hope quickly in your website. . .)
    2013-10-28 19:05:59下载
    积分:1
  • LinuxGroupMan
    说明:  Unix 成组链接法 模拟UNIX系统的空闲块成组链接法,实现磁盘存储空间的管理(Unix Group Links UNIX System Simulation of spare pieces Group link, disk storage space to achieve the management)
    2020-12-12 19:59:15下载
    积分:1
  • subject_3
    对于OPT算法,在有多个页面可选的情况下,先淘汰较早进入的页面)。 3. 计算缺页次数及缺页率。 测试用例格式如下: 输入: 算法(1 OPT,2 FIFO,3 LRU) 内存块数 页面序列(页面1,页面2,页面3,...) 输出: 页面变化时内存块装入页面列表1-是否命中/页面变化时内存块装入页面列表2-是否命中/... 缺页次数 其中: 页面变化时内存块装入页面列表:内存块1装入页面,内存块2装入页面,内存块3装入页面...,未装入任何页面时由 -”表示 是否命中:1-命中,0-缺页">
    2021-04-27 00:48:45下载
    积分:1
  • LRU
    利用LRU算法仿真请求页面系统 1、设计内容:用高级语言编写和调试一个内存分配程序,加深对内存分配算法的理解。 2、设计要求: 1) 实现请求分页存储管理方式的页面置换算法:近期最久未使用算法(LRU) 2) 内存物理块数固定为3个,对多个作业采用可变分配全局置换的策略分配物理块 3) 作业数量与作业大小(0-9页)可在界面进行设置 4) 所有作业按RR算法进行调度,时间片长度为1秒 5) 可为每个作业随机产生引用的页面串,也可以人工输入引用的页面串,页面串长度50---100,要求必须包括作业所有的页面,可作为样例数据保存 6) 可读取样例数据(要求存放在外部文件中)进行作业数量、作业大小、页面串长度的初始化 7) 要求采用可视化界面,模拟内存分配和使用情况图,可在运行过程中随时暂停,查看当前内存物理块使用情况。 8) 每次全部作业运行结束后,要求打印出访问命中率 (Request page using LRU algorithm simulation system)
    2011-07-06 17:33:06下载
    积分:1
  • Page-replacement
    页面置换算法的模拟实现及命中率对比.通过模拟实现几种基本页面置换的算法,了解虚拟存储技术的特点(Simulation of page replacement algorithm, and the hit rate compared to several basic page replacement algorithm through simulation to understand the characteristics of virtual storage technology)
    2012-03-29 14:59:46下载
    积分:1
  • a.c
    dos 工具 用老版本的gcc编译,否则会出错(dos tools with older versions of THING)
    2016-07-11 08:01:26下载
    积分:1
  • system
    操作系统作业源代码,方便学习操作系统课程的同学使用 (this is the codes for students who learn computer system.)
    2013-12-30 21:07:39下载
    积分:1
  • dos
    一个虚拟DOS操作界面的小系统,一共有9条命令,可以在里面增加命令实现更多功能。(A virtual DOS interface small system, a total of 9 orders, which increased in order to achieve more.)
    2007-12-16 16:15:20下载
    积分:1
  • OS
    说明:  这是操作系统中调度算法中时间片轮转算法完成后的实践报告(This is the operating system scheduling algorithm in the time slice cycle after the completion of practice report)
    2010-09-06 10:48:24下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载