搜索资源列表
操作系统进程内存管理模拟特别版
- 操作系统进程内存管理模拟 有关此程序的功能请见程序中的帮助菜单 程序难点1:创建Windows xp中按钮样式 解决方法:使用标签控件与形状控件一起形成此样式 此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。 此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现) 程序难点2:实时与分时混合应用 解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。 程序难点3:分页式内存管理的调度方式 解决方法:具体方法见
操作系统课程实验
- 操作系统实验,包括进程管理,文件管理,内存管理的基本实验源玛-experimental operating system, including process management, document management, memory management source of the basic experiment Machia
操作系统管理
- 操作系统,进程调度,内存管理,的好例子-operating systems, process scheduling, memory management, a good example
c模拟内存管理
- 一个用C写的内存管理系统,模拟操作系统内存-C write a memory management system, the operating system memory simulation
操作系统进程内存管理模拟vb
- 分页式内存管理的调度方式 具体方法见程序中的注释。 基于优先级的调度方式-paging memory management method of scheduling specific methods See Notes to the procedures. Priority - Based Scheduling way
vb 模拟操作系统
- 这是一个模拟操作系统 其中有进程管理 内存管理 文件管理 我觉得不错-This a VB simulativing OS,it can do process management,memory management and file management.
内存管理2dephi源代码
- 操作系统内存管理的具体实现,Dephi编程实现-operating system memory management is a concrete realization, Delphi Programming
迷你管理器
- 一款迷你的系统管理软件,可查看操作系统的相关信息,内存和CPU的相关使用记录,还可以定时关机,重启和注销系统呢。
简单实现操作系统的一些页面置换与分页内存管理等
- 简单实现操作系统的一些页面置换与分页内存管理等-Simple implementation of the operating system some of the pages paged memory management, replacement and
操作系统内存管理的实验报告
- 操作系统内存管理的实验报告,分别使用Frist-fit方法和Best-fit方法实现,并对这两种方法进行性能测试~-Experiment report of operating system memory management, respectively, using the Frist-fit classes methods and the Best-fit classes methods of implementation, and performance testing ~
3
- 模拟内存管理,操作系统实验,C++编程,免费下载.windows编程.-Analog memory management, operating system experiment, C++ programming, free download. Windows programming.
WINDOWS
- 本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。-This book is on the Windows operating system, the internal mechanisms of monographs, the
neicunguanli
- 1.应用所学过的课程软件工程、数据结构、操作系统原理、高级语言程序设计等专业知识完成系统的分析和设计; 2.完成的系统能模拟实际应用,具体要求如下: ① 用户界面友好; ② 实现多道多任务内存管理,涉及分区管理、页式管理、虚拟存储管理; ③ 设计应遵守软件工程原则,软件有健壮性; ④ 文档规范,图表清楚,符合论文规范。 -Computer Operating System(OS) control and manage various computer systems ha
Windows
- 操作系统课程设计,NIDS驱动、内存管理、生产者消费者程序、虚拟磁盘-Operating system, curriculum design, NIDS drive, memory management, program producers and consumers, the virtual disk
操作系统+模拟的+欢迎下载+C#版
- 这是个模拟操作系统,实现了基本的文件管理,进程管理,内存管理-This is a simulation of the operating system to achieve the basic document management, process management, memory management
os
- 本系统模拟操作系统的文件管理,内存管理,设备管理,进程管理四个模块-The simulation of the operating system file management, memory management, equipment management, process management of four modules
APPMAN
- 操作系统内存管理,操作系统内存管理 操作系统内存管理-Memory Management ;freemem ;APPMAN
状态转换和内存管理
- 操作系统状态转换和内存管理 利用简单的结构和控制方法模拟进程结构、进程状态和进程控制。(State conversion of operating system)
memory
- 该算法实现了两种经典的内存管理算法 分别是先进先出和最近最久未使用(The algorithm implements two classic memory management algorithms, which are first in first out and most recently unused)
Helo OS操作系统 v2019.0.0.1
- HELO OS是由一个初中生彭泽凯跟据川合秀实先生的纸娃娃操作系统和《30天自制操作系统》写的一个小型的 32 位软盘内核操作系统,支持分页内存管理,图形界面,鼠标,键盘,控制台等驱动,以及一些应用程序。涉及的内容多,但深入不多。系统拥有独立的内核和独立的可执行程序,其可执行文件拓展名为 .HEL 。 Helo OS 的最大特点就是小 ,内核 HELO.SYS 只有 44.8K ,其大小一张软盘就容得下。 启动快速迅捷,秒开。 注意,支持中文显示。 独立内核,独立运行程序 。图形化界面,界面友