登录
首页 » Visual C++ » OSDemo

OSDemo

于 2020-06-26 发布 文件大小:813KB
0 386
下载积分: 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 个回复

  • writerandreader
    计科操作系统课程“读者写者”问题的经典解决。(Branch of the operating system programs, " wrote the reader" as a problem to solve classic.)
    2009-05-13 15:29:02下载
    积分:1
  • Operating-System-B-test-reports
    开发一个仿真操作系统,要求具备进程调度、存储器管理、文件及设备管理等基本功能(The development of a simulation operating system, requires scheduling process, the basic functions of memory management, file and device management)
    2015-05-16 12:35:39下载
    积分:1
  • coolPACK
    制冷专业软件,非常实用,可计算制冷系统,制冷剂的物性(Refrigeration professional software is very useful, computable refrigeration system, refrigerant properties)
    2008-07-16 12:49:39下载
    积分: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
  • jinchengdiaodu
    加深进程概念的理解;掌握选择进程调度算法的准则;掌握进程调度算法。 (Deepen the process of understanding of the concept master scheduling criteria selection process algorithm master process scheduling algorithm.)
    2013-12-10 13:42:14下载
    积分:1
  • dinning
    哲学家进餐的问题,用程序模拟实现,解释死锁的产生、解除以及预防(dining philosophers problem, simulation procedures, explained Deadlock in lifting and prevention)
    2006-12-08 11:52:24下载
    积分:1
  • chulijidiaodu
    处理及调度源代码,用C++来编程,模拟处理机调度,实验报告(Processing and scheduling source code, using C++, programming, analog processor scheduling, lab reports)
    2011-06-13 00:42:10下载
    积分:1
  • code
    哈夫曼编码和解码 LRU算法模拟 银行家算法模拟 页面地址重定位模拟 进程调度模拟 FIFO算法模拟(Huffman encoding and decoding algorithm simulates LRU algorithm simulation banker page address relocation simulation process scheduling simulation algorithm FIFO simulation)
    2017-02-03 09:11:55下载
    积分: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
  • EOSApp
    1)设计一程序,由一个进程创建三个子进程,三个子进程一个是生产者进程,两个是消费者进程。 2)父子进程都使用父进程创建的共享存储区进行通信,由生产者进程将一个数组中的十个数值发送到由5个缓冲区组成的共享内存中。? 3)两个消费者进程轮流接收并输出这十个数值,同时将两个消费者进程读出的数值进行累加求各和。 4)考虑生产者进程生产的速度和消费者进程速度。(1) a program is designed to create three sub processes from one process, three sub processes is the producer process, and the two is the consumer process. 2) the father child process communicates with the shared storage area created by the parent process, and sends ten values in one array to the shared memory composed of 5 buffers by the producer process. L 3) the two consumer processes take turns to receive and output the ten values, and add values to each of the two consumer processes. 4) take into account the production speed of the producer process and the speed of the consumer process.)
    2020-12-23 09:19:08下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载