登录
首页 » 操作系统 » 模仿操作系统的先来先服务,用单链表写的程序

模仿操作系统的先来先服务,用单链表写的程序

于 2022-04-18 发布 文件大小:8.15 kB
0 111
下载积分: 2 下载次数: 1

代码说明:

模仿操作系统的先来先服务,用单链表写的程序-imitate the operating system first-come first-service, single-Chain written procedures

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

发表评论

0 个回复

  • bankers algorithm examples
    银行家算法的实例-bankers algorithm examples
    2022-06-14 00:56:56下载
    积分:1
  • 进程通信
    要求:创建进程,实现消息通信和共享内存通信。 示例程序:ProcessA.exe ProcessB.exe 简要说明:本例用三种方法实现进程通信,仅用于示例目的,没有进行功能优化。 1、            在进程A中输入一些字符,点“利用SendMessage发送消息”按钮可将消息发到进程B。 2、            在进程A中输入一些字符,点“写数据到内存映像文件”按钮,然后在进程B中点“从内存映像文件读数据” 按钮可收到消息。 3、           
    2022-11-30 21:20:04下载
    积分:1
  • 设计一个有N个进程并发的进程调度程序。 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)算法。...
    设计一个有N个进程并发的进程调度程序。 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)算法。 -Design of a concurrent process, N a process scheduler. The process of scheduling algorithm: The number of priority the highest priority scheduling algorithm (ie the number of processors allocated to the highest priority to the process) algorithm.
    2022-07-06 20:40:09下载
    积分:1
  • 电子地图管理
    电子地图数据库管理系统,适合操作系统初学者,运用C语言实现电子地图的信息搜索,以及增删改查等功能。 界面简练,便于开发,初学者可以加以修改后运用。
    2022-05-13 08:35:08下载
    积分:1
  • php技术开源
    http://www.codeforge.cn/article/edithttp://www.codeforge.cn/article/edithttp://www.codeforge.cn/article/edithttp://www.codeforge.cn/article/edit
    2022-09-22 09:35:04下载
    积分:1
  • 通过研究Linux的线程机制和信号量实现读者写者(Reader
    通过研究Linux的线程机制和信号量实现读者写者(Reader-Writer)问题并发控制。 1)写-写互斥:不能有两个写者同时进行写操作; 2)读-写互斥:不能同时有一个线程在读,而另一个线程在写; 3)读-读允许:可以有一个或多个读者在读; 4)读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作; 5)写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。 -By studying the Linux thread mechanism and semaphores realize readers who write (Reader-Writer) the issue of concurrency control. 1) to write- write mutex: Can not write at the same time there are two write operations 2) read- write mutex: Can not have a thread at the same time in reading and writing another thread 3) Reading- Reading of permit: can have one or more readers read 4) the priority of additional restrictions readers: If the readers apply for a read operation, there was another reader being read, the reader can be directly started reading operation 5) to write additional priority Restrictions: If an application for a reader reading write operation has been in waiting for another visit to a shared resource, the read
    2022-02-06 09:26:49下载
    积分:1
  • 模拟内存换页算法,包括FIFO(先进先出first in first out),OPT(动态分配optimal),LRU(最近不使用latest use rec...
    模拟内存换页算法,包括FIFO(先进先出first in first out),OPT(动态分配optimal),LRU(最近不使用latest use recently),LFR(最近最低频率lowest frequency recently),NUR(最近不使用no used recently)-Analog memory paging algorithms, including FIFO (first in first out first in first out), OPT (dynamic allocation optimal), LRU (recently does not use latest use recently), LFR (the lowest frequency of the recent lowest frequency recently), NUR (do not use the recent no used recently)
    2023-07-04 08:30:03下载
    积分:1
  • 从一个指定的目录服务对象和显示的网络地址读取网络地址…
    read the network addresses from a named Directory Services object and display all parts of the address.
    2022-02-04 01:12:02下载
    积分:1
  • an automatic shutdown procedures
    一个自动关机程序-an automatic shutdown procedures
    2022-04-08 19:46:59下载
    积分:1
  • 中死锁的避免
    操作系统中死锁的避免----谈谈银行家算法 -OS-turn to avoid the banker"s algorithm
    2022-11-02 05:40:03下载
    积分:1
  • 696518资源总数
  • 106259会员总数
  • 28今日下载