搜索资源列表
PC4
- 一个模拟操作系统磁盘控件管理的程序,采用位示图,界面友好,灵活,比较适合做操作系统实习作业-a simulated operating system disk management control procedures used Bitmap, friendly interface and flexible operating system more suitable for training operations
OSchunchu
- PAGES3完成了程序的 基本框架,FIFO()除了命中和置换情况外基本完成,但是修改位示图的子函数 出现问题,得不到正确的行数和列数,有时更改不了0 PAGES4修正了3中的问题,完成FIFO() PAGES5修正了FIFO()中执行置换时未将位示图中的对应块置0 PAGES6完成了LRU() PAGES7优化了界面,修正了切换算法后访问次数与上次算法相连的错误 PAGES8完成了OPT()修正了在页面置换切换时页
DiskMemory
- 用位示图管理磁盘存储空间。在VC环境下编译,纯的C语言编写。-with Bitmap management of disk storage space. The VC environment compiled pure C language.
位示图法内存分配
- 一个自己做的关于操作系统的小实验,为打发老师!-an own operating system on a small experiment to kill a teacher!
PC4
- 一个模拟操作系统磁盘控件管理的程序,采用位示图,界面友好,灵活,比较适合做操作系统实习作业-a simulated operating system disk management control procedures used Bitmap, friendly interface and flexible operating system more suitable for training operations
abc-de
- 在分页式管理方式下采用位示图来表示主存分配情况,实现主存空间的分配和回收。 一个好的计算机系统不仅要有一个足够容量的、存取速度高的、稳定可靠的主存储器,而且要能合理地分配和使用这些存储空间-in pagination management practice adopted Bitmap to express distribution of main memory, main memory space realization of t
weishitu
- 用位示图管理磁盘存储空间 有错误的 仅供参考-with Bitmap management of disk storage space is wrong is for reference only
gushuyang
- 图管理磁盘存储空间.模拟用位示图管理磁盘的程序。先按照题目要求初始化磁盘状态,然后由用户输入要占用磁盘的哪一块,一共5次,程序在处理完后显示占用后的磁盘位示图。接着按照题目要求释放3块空间,并且显示释放以后的磁盘位-management plans disk storage space. Simulation Bitmap disk management procedures. First title in accordance wit
weishi
- 昨天刚刚做的一个小程序 地位示图的 过几天要交的作业 大家看看哦 呵呵 -yesterday just done a small procedural status of the said plans in a few days to pay the operation we look at oh-huh
osweishitu
- 操作系统课程设计,位示图法,本源码来自网络请小心使,后果自负-courses on operating system design, Bitmap, the source from the network so carefully, the consequences conceited
vector_pic
- 采用分页管理,使用位示图实现主存的分配与回收-pagination management, the use of Bitmap main memory to achieve the distribution and recovery
weishitu
- 用位示图管理磁盘空间的分配与回收,C编写-Using digital map showing the distribution of disk space management and recycling, C prepared
WEI
- 用c语言实现操作系统文件管理系统——位示图法。查找空闲的位置是否满足要求-C-language operating system with document management system- digital show diagram. Find a free location to meet the requirements of
test5
- 模拟实现磁盘空间的分配和回收。 1. 用位示图管理磁盘空间的分配与回收:要求打印或显示程序执行前和执行后的位示图,以及分配和回收磁盘的物理地址过程。 2. 模拟UNIX系统的空闲块成组链接法,实现磁盘空间管理。-Simulation realize the distribution of disk space and recycling. 1. Using digital map showing the distributi
disk
- 操作系统磁盘空间分配与回收,用户可以定义柱面数,扇区数,磁道数,然后用一个二维数组存放相对应用户分配的相对物理块号,即数组weishi[][]。程序中定义内部类记录进程,当输入相应的用进程名时,给相应分配为物理块,记录盘块数据。当回收用户盘块时,只需输入进程名,即可回收其占用的盘块并置位示图相应号为0。-Operating system disk space allocation and recovery, users can defi
cunchuqichuli
- ⑴设计一个模拟内存分配的系统; ⑵采用分页内存管理策略; ⑶输入数据为进程号,需要的内存量,并根据这些信息进行内存分配; ⑷输入数据为进程号,则将该进程占用的内存释放; ⑸动态显示分配结果,用位示图来表示内存的使用情况。 -⑴Designs a simulation memory allocation the system ⑵Uses the paging memory management strategy ⑶
bitmap
- 演示通过位示图进行文件存储空间的分配与回收-Demonstration through the digital document that maps the distribution of storage and recovery
bit_map
- 模拟实现用位示图法管理文件存储空间的分配与回收。-Simulation to achieve with the Bitmap legislation governing the allocation of file storage space, and recycling.
bitmap
- 用位示图管理磁盘空间的分配与回收 操作系统课程设计-Management with a bit map display of disk space allocation and recycling courses on operating system design
bitmap
- 程序采用JCreator开发平台,使用java语言进行开发。 程序整体主要有三个功能模块,分别是:初使化、分配以及回收。为三个功能模块设计三个按钮,当点击相应按钮时使用对应功能。 使用二组数组map[40][16]记录位示图使用情况; a, b, c 分别表示柱面号、磁道号和扇区号。left数组表示相对块号。 程序整体分为两个主要面板panel1与panel2,采用边框布局方式,panel1居左,panel2居右。Pa