登录
首页 » 操作系统 » 操作系统的课程设计 包括银行家算法;内存分配回收;进程调度;作业调度...

操作系统的课程设计 包括银行家算法;内存分配回收;进程调度;作业调度...

于 2022-03-15 发布 文件大小:3.50 kB
0 181
下载积分: 2 下载次数: 1

代码说明:

操作系统的课程设计 包括银行家算法;内存分配回收;进程调度;作业调度-Operating system, including curriculum design bankers algorithm memory allocation recovery the process of scheduling job scheduling

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Assembly Language (Assembly Language) is a computer professional in an importan...
    《汇编语言》(Assembly Language)是计算机专业中一门重要的基础课程,是一种面向机器的低级语言。它依赖于硬件,能通过巧妙的程序设计充分发挥硬件的潜力。汇编语言程序产生的代码运行效率高。因此,到目前为止,许多软件系统(例如操作系统等)的核心部分仍然用汇编语言来编写。- Assembly Language (Assembly Language) is a computer professional in an important foundation courses, is a low-level language-oriented machines. It depends on the hardware, through clever programming and give full play to the hardware s potential. Assembly language code generated by running the procedures and high efficiency. Hence, up to now, many software systems (such as operating systems, etc.) is still the core of the assembly language used to write.
    2022-08-17 08:18:05下载
    积分:1
  • DustFS 文件实现源码,研究文件的朋友可以下载参考!...
    DustFS 文件系统实现源码,研究文件系统的朋友可以下载参考!-DustFS File System source code, research papers, the system can be downloaded refer to a friend!
    2022-07-16 02:32:02下载
    积分:1
  • 随着社会的快速发展,生活水平的不断提高,出于对智能化技术发展要求,为用户提供方便,简单,快捷,可靠的服务,开发了银行帐户管理....
    随着社会的快速发展,生活水平的不断提高,出于对智能化技术发展要求,为用户提供方便,操作简单,快捷,可靠的服务,开发了银行帐户管理系统.-With the rapid development of society, the standard of living continues to improve, based on the requirements of the development of intelligent technology. to provide users with convenient, simple, fast, reliable service and the development of the bank account management system.
    2023-06-19 06:25:06下载
    积分:1
  • 测试环境变量的程序
    测试系统环境变量的程序-test system environment variables procedures
    2022-07-11 03:25:55下载
    积分:1
  • 通过IP网络控制服务器,实现BIOS级的控制。
    通过IP网络控制服务器,实现BIOS级的控制。-kvm over ip
    2022-06-30 10:06:12下载
    积分:1
  • 文件复制器 2007.07.28.0最新VB源代码 地狱门神(F.R.C.) 适用范围 Windows环境下,本地存储设备的文件夹之间。 测试环...
    文件复制器 2007.07.28.0最新VB源代码 地狱门神(F.R.C.) 适用范围 Windows环境下,本地存储设备的文件夹之间。 测试环境 2007.07.27.0版,Windows XP SP2,一次复制文件量6.2万,大小11.5GB。 使用建议 如果需要使用本软件一次处理数量以万计算,大小以GB计算的文件,建议使用Visual Studio 2005集成环境调试运行,以发现并正确处理各种难以预料的异常,避免重复浪费时间。-Copy the file up-to-date browser 2007.07.28.0 hell god VB source code (FRC) the scope of application under the Windows environment, the local storage device between folders. Test environment 2007.07.27.0 version, Windows XP SP2, a copy volume of 62,000 documents, the size of 11.5GB. If you need to use the proposed use of the software first in order to deal with the number of million, and the size of the document calculated to GB, it is recommended to use Visual Studio 2005 integrated debugging environment to run to detect and correctly handle a variety of difficult to predict abnormal, avoid duplication of a waste of time.
    2023-09-05 01:25:02下载
    积分:1
  • DES
    如果其他会员下载一次您上传的源码,您的可用下载数就会增加1次。更多说明请参看-DES
    2022-05-07 01:24:01下载
    积分:1
  • 采用静态优先数的方法,编写一进程调度程序模拟程序,进程状态为就绪、运行、阻塞三种。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟,即每发生“调度”时...
    采用静态优先数的方法,编写一进程调度程序模拟程序,进程状态为就绪、运行、阻塞三种。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-priority number using the static method, the preparation process of scheduling a process simulation program, the process in place for the state, running, blocking three.PCBPCBPCB
    2022-09-05 20:10:03下载
    积分:1
  • 嵌入式文件工具,非常实用,可以用来制文件...
    嵌入式文件系统制作工具,非常实用,可以用来制作文件系统-Embedded file system tool, very useful and can be used to create the file system
    2023-02-27 20:55:04下载
    积分:1
  • 用信号量来实现读者-写者问题
    调试程序使其在读者优先模式下可以运行并且能实现基本的功能得出正确的结果:能够实现读写互斥,写写互斥,读读不互斥,一个进程结束能够唤醒等待队列中的进程(先读者队列后写着队列)完善功能:由用户决定写者向缓冲区中写入的内容,读者能够读出并显示出来;当缓冲区中没有数据时,读者要等待,直到缓冲区中有数据才能读根据“读者优先”加以改变,增加一个“写者优先”模式,并且由用户来选择模式
    2022-08-21 06:56:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载