搜索资源列表
操作系统课设
- 操作系统课程设计编程实例 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
青鸟软件生产线
- 作好一个系统,必须有个好的预先设计,好的系统必须满足,可扩张性,代码容易看懂,结构清晰.-make a system, there must be a good pre-designed, a good system must meet, expansive and easy to understand code, structure clear.
virtual-dusk
- 申请一个10M的文件空间虚拟成一个磁盘,按照1K大小划分扇区,依序编号,实现单卷单级目录的文件系统。 根据文件分配方案设计相应的FCB结构,空闲空间管理结构,磁盘卷总信息结构,目录区信息结构等,存放在虚拟磁盘的相应区域 编写管理程序,实现对虚拟磁盘的全权控制,犹如针对真实磁盘使用模式类似DOS或者Linux的终端方式 本文简单介绍了磁盘文件格式FAT及其他相关背景和算法,并采用FAT方案实现单卷、单级目录的虚拟文件系统。描述了整个程序的基本思路模块划分、流程图及代码的实现。-appl
ossystem
- 基于DOS的多任务系统的实现 1. 用C语言完成线程的创建和撤消,并按优先权加时间片轮转算法对多个线程进行调度; 2. 改变时间片的大小,观察结果的变化。思考:为什么时间片不能太小或太大; 3. 假设两个线程共用同一软件资源(如某一变量,或某一数据结构),请用记录型信号量来实现对它的互斥访问; 4. 假设有两个线程共享一个可存放5个整数的缓冲,一线程不停的计算1到50的平方,并将结果放入缓冲中,另一个线程不断的从缓冲中取出结果,并将他们打印出来,请用记录型信号量实现这一生产者和消
LJCL
- 熟悉文件的物理结构,通过模拟串联文件的存储过程掌握文件的物理结构及其在系统内存储的过程。-familiar with the physical structure of the document, By simulating the series documents the process of master document storage of the physical structure and the system memory process.
educationarticle
- 采用MySQL作为后台数据库,采用标准MVC三层架构。此系统是有实际论文管理需求的学校进行论文管理的系统,使学校等机构在自己的局域网上搭建的B/S结构办公平台,用户打开浏览器既可方便快捷的时候用该系统。-used as a background MySQL database, the use of standard three-tier MVC. This system is a real demand for paper management for the school paper mana
os2design4file
- 设计并实现一个多用户多级目录结构的文件系统。该系统必须具备下列功能:目录操作,文件操作-design and realization of a multi-user multi-level directory structure of the file system. The system must have the following functions : directory operations, file manipulation
SMMsg
- 水电管理系统,介绍了水电管理系统的基本结构和基本功能,对进行这方面的开发人员有一定帮助-hydropower management system, introduced the hydropower system's basic structure and basic functions, right for the development of this area will help officers
FileSystemdesign
- 模拟文件系统,操作系统课程设计的心血,含详细设计报告(设计要求、设计思想、数据结构设计、实体关系图、数据流图、程序流程图、结果分析等)。界面友好,模拟MS-DOS命令行方式,并提供命令列表和命令帮助。编程语言:c语言,编译工具:VC6.0。主要内容:模拟磁盘(使用内存空间)、模拟磁盘空间申请、模拟文件目录、模拟打开文件表。主要功能:建立文件、写文件、读文件、显示文件、删除文件、重命名文件、查询文件属性、关闭文件。 -simulation file system, operating syst
os
- 模拟文件系统的功能,是一个熟型的文件结构-simulation file system functions, is a familiar type of document structure
os
- 在Linux Red Hat下用C++设计并实现一个多用户多级目录结构的文件系统。
2
- 模拟采用二级目录结构的磁盘文件系统中文件操作
用login二级目录的文件系统
- 这个程序是模拟采用二级目录结构的磁盘文件系统中的文件操作,它可以实现对文件的一些基本管理,如:读、写、删除文件等。通过这个程序可掌握文件子系统的原理,加深对二级目录结构的文件系统中用户管理、文件管理、目录管理的理解,并用程序实现对文件子系统的模拟。-the procedure is simulated using two disk directory structure of the file system file manipulation, it can be achieved on som
文件系统模拟
- 文件系统模拟 模拟采用二级目录结构的磁盘文件系统中的文件操作-Analog simulation of the file system directory structure with the secondary file system disk file operations
Kitnix
- 自己编写的一个简单的操作系统,Kitnix 0.01 编译环境:Nasm img文件可以用虚拟机载入直接启动,有引导、重启、关机及执行用户文件功能,基于boot、loader及用户文件三层结构,可以执行两个用户程序。 使用Fat12文件系统,可以在Msdos中直接对镜像进行操作。-I have written a simple operating system, Kitnix 0.01 compiler environment: Nasmimg document can be use
daan
- 计算机系统结构答案(第二版) ,清华版。不是郑伟民,汤汁中那本-Computer Architecture answers (2nd edition), Tsinghua version. Not Zheng Weimin, soup in the book,
File_os
- 1、设计一个10个用户的文件系统,每次用户可保存10个文件,一次运行用户可以打开5个文件。 2、程序采用二级文件目录(即设置主目录[MFD])和用户文件目录(UED)。另外,为打开文件设置了运行文件目录(AFD)。 3、为了便于实现,对文件的读写作了简化,在执行读写命令时,只需改读写指针,并不进行实际的读写操作。 4、算法与框图: ①因系统小,文件目录的检索使用了简单的线性搜索。 ②文件保护简单使用了三位保护码:允许读写执行、对应位为 1,对应位为0,则表示不允许读写、执
12
- 《计算机系统结构》与操作系统开发相关的书籍资料-Computer system architecture and operating system development books information
1552671_xieke
- 文件存储空间管理可采取显式链接(如FAT)或者其他方法; 空闲空间管理可采用位图或者其他方法; 文件目录采用多级目录结构,目录项目中应包含:文件名、物理地址、长度等信息。(File storage management can take explicit linking (such as FAT) or other methods; Free space management can employ bitmaps or other methods; File directory use
嵌入式系统软件设计中的数据结构-(完整版)
- 嵌入式操作系统中数据结构简介,规划,帮助复杂系统的数据架构搭建(Introduction of data structures in embedded operating systems, planning, and helping to build data architectures for complex systems)