登录
首页 » 操作系统 » 操作系统中的哲学家就餐算法 c语言编写

操作系统中的哲学家就餐算法 c语言编写

于 2022-11-22 发布 文件大小:6.84 kB
0 131
下载积分: 2 下载次数: 1

代码说明:

操作系统中的哲学家就餐算法 c语言编写-OS philosopher dine algorithm c language

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

发表评论

0 个回复

  • API Monitoring Unleashed!!!
    API Monitoring Unleashed!!!
    2022-07-07 09:30:29下载
    积分:1
  • This is the realization of operating system scheduling problem of traffic lights...
    这是实现操作系统交通灯调度问题,里面不是很好,希望大家提出宝贵的意见-This is the realization of operating system scheduling problem of traffic lights, which is not very good, hope that the valuable advice
    2022-05-31 01:57:21下载
    积分:1
  • 实时fifo先进先出队列,为内核线程间通信提供高效而且高可靠性通信机制...
    实时fifo先进先出队列,为内核线程间通信提供高效而且高可靠性通信机制-- fifo queue FIFO-to-thread communication between the kernel to provide high reliability and efficient communication mechanism
    2022-02-26 09:33:23下载
    积分:1
  • 基于Linux的GUI库的跨平台的简单的DOS MGUI库,Linux和…
    Linux based MGUI Library for cross platform simpe GUI library for DOS, Linux and Windows
    2022-03-01 20:51:35下载
    积分:1
  • 获取计算机的,内存大小,硬盘信息,光盘信息,移动磁盘信息,...
    获取计算机的操作系统,内存大小,硬盘信息,光盘信息,移动磁盘信息,-Access to the computer
    2023-04-16 16:55:03下载
    积分:1
  • the procedures on the topic of : process management
    本次程序的题目为:进程管理――支持多个进程并发运行的简单的进程管理模拟系统,对本实验的分析要求是:⑴系统中的同步机构采用信号量上的P、V操作的机制;⑵控制机构包括阻塞和唤醒操作;⑶时间片中断处理程序处理模拟的时间片中断;⑷进程调度程序负责为各进程分配处理机;⑸根据用户的需求来创建n个进程(n为即满足用户需求,又不超出系统可容的最大进程数),各进程互斥地访问使用临界资源 S1、S2;⑹使用动态优先数(如:随阻塞次数的增加而减小优先数,以提高其优先权);⑺进程结束后应能够撤消;⑻进程间能实现“发送”和“接收”两个消息缓冲通信操作;⑼系统在运行过程中随机打印出各进程的状态变换过程、系统的调度过程及公共变量的变化情况,在一个进程运行完毕,进入完成状态后,可以将该进程撤消,也可以动态的创建另一个新的进程。-the procedures on the topic of : process management-- to support multiple concurrent processes running a simple process management simulation system for the analysis of the experimental requirements are : 1 system of institutions using synchronous signals on the amount of P, V operation of the mechanism; 2 control agencies, including obstruction and awaken operation ; 3-time interrupt handling procedures-time simulation of interruption; 4 process scheduler is responsible for the allocation process processors; together according to the user"s needs to create process n (n that meet user needs, without exceeding the system can accommodate
    2022-03-13 01:19:06下载
    积分:1
  • easyVM是一个虚拟机,模拟了8086及一些简单外设,可以跑MS
    easyVM是一个虚拟机,模拟了8086及一些简单外设,可以跑MS-DOS 6.22。 是一高校毕业设计作品。 在看雪论坛上置顶精华,是不可多得的研究虚拟机的参考资料和代码实现。-easyVM is a virtual machine, to simulate the 8086 and some simple peripherals, you can run MS-DOS 6.22. Is a college graduate design work. Watching the snow Forum Top essence, is a rare study of the virtual machine and code reference implementation.
    2023-05-09 01:15:03下载
    积分:1
  • J2ME是Java 2平台的一个版本,使用在各种各样的消费电子产品和嵌入式设备上。Java Card技术规范得Java应用能运行在智能卡和更小的嵌入式设备上。本...
    J2ME是Java 2平台的一个版本,使用在各种各样的消费电子产品和嵌入式设备上。Java Card技术规范得Java应用能运行在智能卡和更小的嵌入式设备上。本文介绍J2ME和Java Card的硬件平台和软件体系结构,以及如何进行J2ME和Java Card应用程序开发。Java在移动通信领域的应用已经引起广泛的关注,本文对此进行了详细的描述。-J2ME Java 2 Platform, a version of used in a wide range of consumer electronic products and embedded devices. Java Card specifications in Java applications can run on smart cards and small embedded devices. This paper introduces J2ME and Java Card hardware platforms and software architecture, and how J2ME and Java Card application development. Java in the area of mobile communications applications has attracted widespread attention, the paper carried a detailed description.
    2023-05-02 01:45:04下载
    积分:1
  • 《自己动手写》的随书附赠光盘,一步一步教你做的开发,想对有更深的人不妨...
    《自己动手写操作系统》的随书附赠光盘,一步一步教你做操作系统的开发,想对操作系统有更深的人不妨
    2022-10-05 14:05:04下载
    积分:1
  • Eight digital tube experiments S3C44B0 Example directory file structure: 8led_te...
    八段数码管实验用例S3C44b0 目录文件结构: 8led_test ├─ main.c C语言主源文件 └─ 8led.c 八段数码管处理函数源文件 如何烧写程序到Flash中,请阅读common目录下的ProgramFlash.txt文件。-Eight digital tube experiments S3C44B0 Example directory file structure: 8led_test ├ ─ main.c C language main source file └ ─ 8led.c eight digital tube function source file how to deal with procedures to the Flash programmer, please read the common directory ProgramFlash . txt file.
    2022-04-15 04:25:24下载
    积分:1
  • 696518资源总数
  • 106235会员总数
  • 12今日下载