搜索资源列表
Reader_Writer(first)
- 操作系统实验之读者写者问题(写者优先): 通过读取threads.txt文件获取读者和写者进程的相关信息并创建相应的进程实现写者优先的读者写者问题-operating system experiments readers who write (wrote priority) : threads.txt read through the documents obtained readers who write and process the relevant information and t
file111
- 简单的的文件读取写入元代吗大家可以切磋切磋-simple document read into the Yuan Dynasty? We can Consultations and discussions
linuxtrycode
- linux文件系统试验 一、实验目的 学习有关linux文件管理程序如何组织的知识,为简化的文件系统设计并实现一组目录操作。实验中使用软盘的fat12格式,设计一个程序可以对这种格式的磁盘进行一组目录操作。 实验使用了部分linux的系统调用,比如说open() sleek() read() write()几个调用。通过此实验来对linux的文件系统的管理有进一步的理解。 二、实验要求 主要实现三个功能:一 读取磁盘目录的目录列表。(命令输入 ls )
rrqueue
- 这是一个模拟调度程序,通过读取文件的到达时间调度进程,模拟轮转r=1的调度策略,里面的process是进程执行,通过它,调度时输出相关调度信息
readini
- 读取配置文件(ini格式)的程序,可返回int,char*,float类型等的配置项数值。
exercise5
- 编写程序,从键盘输入任意一个字符串,将其内容保存到当前目录的myfile.dat文件中,然后以字符方式从文件中读取该字符串并显示。 -Programming, any keyboard input from a string, save its contents to the current directory myfile.dat files, and then approach the characters read from the file and display the strin
PcCode_200885212714138
- 这个源代码主要模仿了一个类似 深度操作系统安装程序中的一个软件自动安装管理器AutoIt v3,具有如下功能: 一、支持INI读取,支持 SECTION 的读取,模块modINIReader.bas支持读取Sections及key 二、支持 /auto /uninstall /del命令行参数运行 三、支持软件后台静默模式安装、支持静默卸载(当然视安装软件的参数支持) 四、支持自身删除 五、模块 modSys.bas 获取文件大小,支持kb,MB,byte及
hznm
- 读取HEX文件的,数据解码软件。一个汉字在16进制的代码是什么-Read the HEX file, the data decoding software.
Banker
- 银行家算法用来避免死锁,实现语言C++,输入从文件中读取-Banker algorithm is used to avoid deadlocks and achieve language C++, input from the file.
yinhangjia
- 操作系统实验 银行家算法实现 从文件中读取系统描述信息,包括进程数、资源类数、每种资源类中的单元数和每个进程的最大需求量-os yinghangjia
cuaozuo
- 操作系统对作业调度的实现,采用对文件的读取数据方式,更加方便简洁-Operating system job scheduling
SDIDemo
- 可以读取特定扇区的信息,完全仿真的windows文件系统,并非模拟的软件,对解析fat32文件系统很有帮助-Information can be read a specific sector, a complete simulation of the Windows file system, not the simulation software is helpful to resolve fat32 file system
Round-robin-supporting-file-reading
- 利用时间轮转算法,实现了对不同进程的调度,支持文件的读取,无须键盘输入。-The use of time rotary algorithms, the scheduling of the different processes, support files, read, without keyboard input.
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
readfile
- 实现文件的读取,读取文件中指定行与列的数据-Implementation file read, reads the specified row and column data
dbf
- powerbuilder 直接读取DBF文件,非常方便查询DBF数据。-powerbuilder directly read DBF file, very easy access DBF data.
【均为三个文件】北京理工 操作系统 实验三 生产者消费者问题
- 实验三、生产者消费者问题(15分) 一个大小为3的缓冲区,初始为空 2个生产者 随机等待一段时间,往缓冲区添加数据, 若缓冲区已满,等待消费者取走数据后再添加 重复6次 3个消费者 随机等待一段时间,从缓冲区读取数据 若缓冲区为空,等待生产者添加数据后再读取 重复4次 说明: 显示每次添加和读取数据的时间及缓冲区的状态 生产者和消费者用进程模拟。
banker
- 将进程数,资源数,以及进程信息写入二进制文件中,再次打开程序(或继续操作)进行读取,输入某进程申请的各个资源数,进行安全性判断,安全则给出安全序列,否则给出相应提示(堵塞原因)。-banker for operater system
min_shell
- 实现简单shell功能,能一行一行读取.txt文件并创建子程序,基于WIN32-Simple shell function, can be read line by line .txt file and creates a subroutine, based on WIN32
银行家
- 银行家算法,操作系统课程设计,可以文件读取,也可以手动输入数据(The banker's algorithm, the operating system course design, the file read, and the manual input of the data)