资源列表
FCFS101
- FCFS算法每次从就绪队列中选择一个最先进入该队列的进程,为之分配CPU,使之运行。该进程一直运行道完成或被某事件阻塞后,才放弃CPU。本程序模拟了FCFS算法。-FCFS algorithm for each queue ready to a first cohort to enter the process, which the allocation of CPU, to make it run. Run Road, the process has been completed or o
fengshancesu
- 风扇测速显示,这只是一部分的程序,还有后面的速度控制程序,有待完善-Fan speed display, this is only part of the program, as well as behind the speed control program, to be improved
fenshidiaoduxitong
- 分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。-err
fenyeguanli
- 模拟存储管理常用的请求分页存储管理技术 深入理解虚拟内存的思想和主要的页面淘汰算法-Commonly used in analog storage management storage management technology demand paging virtual memory depth understanding of the ideas and the main page replacement algorithm
Fhqcpuo
- 简单获取CPU的详细信息及实实时CPU的负荷.可直接使用。-Simple access to the CPU for more information and real-real-time CPU load can be used directly.
fieling
- 可以监视硬盘中设定盘或文件夹里文件的新建,移动,删除,修改等操作-Can monitor the hard drive disk or folder to set the new file, move, delete, modify, and other operations
file-operations
- VB 下, 进行文件操作 ,二进制操作。生成Txt,然后读取显示。-VB, file operations, binary operations. Generate Txt, then read the display.
filedialog_hook
- DialogHook利用Windows API实现对文件打开对话框的监控-DialogHook used Windows API
filedir
- 解析路径信息,vc++的源代码,希望对您有所帮助-Analytic path information, vc++ source code, I hope for your help
filemanagement
- 文件系统模拟程序设计一个 n个用户的文件系统,每次用户可保存m个文件,用户在一次运行中只能打开一个文件,对文件必须设置保护措施,且至少有Create、delete、open、close、read、write等命令。-File system simulation program to design an n-user file system, each user can be stored m file, the user in an operation can only open a file,
FileMonitor100
- FileMonitor:监视目录下文件的改变的模块,采用模块化,很方便改成类,支持多目录监视。-FileMonitor: monitor directory changes in the document module, modular, easily replaced by categories, support multi-monitor directory.
filesys
- 用c语言编写的文件管理系统,可以作为操作系统课程设计的参考。-C language of the document management system can be used as a reference operating system curriculum design.