搜索资源列表
ossun
- 这是一个操作系统(计算机系课程)的课程设计。它的功能是模拟文件管理,包括建立用户,建立文件并对文件设置属性.还包括对文件的添加,修改,删除等操作-This is an operating system (computer science courses) are designed. Its function is simulated document management, including the establishment of users, document also set up do
操作系统课设
- 操作系统课程设计编程实例 1fork 2编制先来先执行进程调度算法 3读者 4模拟进程调度算法 5 虚拟存储器管理 6二级目录结构的磁盘文件系统-courses on operating system design programming examples 1fork two first-come first-prepared implementation process scheduling algorithm three readers four scheduling algorit
caozuoxitong
- 有关操作系统文件管理的一份课程设计,希望对大家有用
czxxt
- 操作系统课程设计报告,文件系统管理过程 模拟文件系统工作过程,实现文件的存储和删除
123
- 操作系统课程设计文件管理系统VC程序,源码和报告其全-Operating System Course Design Document Management System VC procedures, source code and report its wholly-
OS
- 操作系统课程设计,模拟处理机管理、存储管理、文件管理三个功能。-Operating systems curriculum design, simulation processor management, storage management, document management three functions.
OS
- 操作系统课程设计,模拟UNIX磁盘文件管理系统 • 建立文件存储介质的管理机制 • 建立目录 • 文件系统功能(显示目录、创建、删除、打开、关闭、读、写) • 文件操作接口(显示目录、创建、删除、打开、关闭、读、写)-Operating system, curriculum design, simulation UNIX disk file management system • Create file storage medi
FileSystme
- 操作系统课程设计,通过具体的文件存储空间的管理、文件的物理结构、目录结构和文件操作的实现,加深对文件系统内部功能和实现过程的理解。 -Operating system, curriculum design, through specific file storage space management, document the physical structure, directory structure and file operations to achieve and deepen the
11
- 实验报告操作系统文件管理课程设计实验报告源代码-Operating system, file management curriculum design experiment report source code
caozuoxitong
- 此课程设计是模拟操作系统的文件管理程序,可以模拟实现目录管理、外存分配以及磁盘存储空间管理根据学到的操作系统知识建立一个文件管理系统,其功能包括能根据用户的选择,运行相应的程序模块,实现创建文件、删除文件、显示文件列表、显示文件位图功能-This course is designed to simulate the operating system s file management program that can simulate a directory management, extern
VB
- 操作系统课程设计,模拟采用多道程序设计方法的单用户操作系统,该操作系统包括进程管理、存储管理、设备管理、文件管理和用户接口四部分。-Operating System Course Design, simulation programming method using multi-channel single-user operating system, the operating system, including process management, storage management,
os
- 文件管理,操作系统课程设计,源代码和报告都有。没有密码,放心下载。没有病毒-File management, operating systems curriculum design, source code and reports both. No password, rest assured that download. No virus
filesysorig
- 操作系统课程设计之文件管理包括创建删除插入等功能-File System Simulation of a document management system process, so the directory of files, grading, can change the directory, create files, delete files, display directory, create directory, delete directory
File
- 操作系统课程设计,文件管理系统的c++源码,有文件增加,删除,创建目录,修改文件,保存当前状态等功能。-Operating systems curriculum design, document management system c++ source code, there are files to add, delete, create directories, modify files, save the current state functions.
File-Explorer
- 文件资源管理器.操作系统课程设计---文件资源管理器源码+报告册-File Explorer. Courses on operating system design--- File Explorer source+ report books
SegmentPage
- 操作系统课程设计中的段页式存储管理系统,手动输入内存及内存块大小,从文件中读取数据。有各种中断调试。-Segment pages in the curriculum design of the operating system storage management system, and manually enter the memory and the memory block size, data is read from the file. There are a variety of b
OS_JS
- 操作系统,课程设计,实现文件管理,内存管理,进程控制,设备管理。这里只实现了一个逻辑分区。-The imitation of the Operating System.A simple example of File Management,Memeory Management,Process Management and Device Management.There is only one partition of logic.
OS_Simulator.zip
- 操作系统课程设计,包括进程通信,文件管理,进程调度,Courses on operating system design, including process communication, file management, process scheduling
os
- 操作系统课程设计 分页存储管理系统;建立一个基本分页存储管理系统的模型。 首先分配一片较大的内存空间,作为程序运行的可用存储空间; 建立应用程序的模型; 建立进程的基本数据结构及相应算法; 建立管理存储空间的基本存储结构; 建立管理分页的基本数据结构与算法; 设计存储空间的分配与回收算法; 提供信息转储功能,可将存储信息存入磁盘,也可以从磁盘读入; 注意:代码运行时先在D盘目录下创建一个进程表.txt的文件,并在文件中输入进程名和大小,如 a 12等,