搜索资源列表

  1. philosopher

    0下载:
  2. 基于UCOS2开源的程序,描述了操作系统里经典的哲学家就餐问题,很好的实现了进程的实时控制,实现了进程同步 -UCOS2 procedures based on open source, describes the operating system in the classic dining philosophers problem, a very good implementation of the process of real-t
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-20
    • 文件大小:295936
    • 提供者:肖叶枝
  1. Diningphilosophersproblem11

    0下载:
  2. 学家进餐问题也是一个经典的同步问题,它是由Dijkstra提出并解决的。哲学家进餐问题是这样的:5个哲学家以思考、吃饭交替进行的方式生活,他们共享一张周围有5把椅子的圆桌,每人一把椅子,在桌子上摆有5个饭碗和5只筷子。当一个哲学家思考时,他不与邻座同事发生联系。当一哲学家饿了,他就试图拿起他左右两边的筷子吃饭。显然,他不能拿起已抓在他的邻座手中的筷子,于是,他可能只拿到一只甚至一只筷子也拿不到。当一个饥饿的哲学家得到了两只筷子,他就可以
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:
  1. Eating

    0下载:
  2. 根据哲学家就餐算法实现的程序。主要是解决可能出现的死锁问题。-Dining philosophers algorithm in accordance with procedures. Mainly to resolve the deadlock issues that may arise.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:71680
    • 提供者:jiang
  1. DiningPhilosophor

    0下载:
  2. 模拟哲学家就餐的过程,通常是操作系统的课程设计的课题 -Dining philosophers process of simulation, the operating system is usually the subject of the curriculum design
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-20
    • 文件大小:3909632
    • 提供者:chenqing
  1. zhexue

    0下载:
  2. 通过研究Linux的线程机制和信号量实现哲学家就餐问题的并发控制-By studying the Linux thread and semaphore mechanisms to achieve dining philosophers problem of concurrency control
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:王晓难
  1. SystemOs

    0下载:
  2. 用多线程同步方法解决哲学家就餐问题 操作系统课程设计 Dining-Philosophers Problem-Dining-Philosophers Problem
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:559104
    • 提供者:刘玮
  1. aboutlunch

    0下载:
  2. 关于UC/OSII的应用,任务三哲学家就餐问题,对更深入理解操作系统基本原理非常有帮助-With regard to UC/OSII applications, tasks, three dining philosophers problem, more in-depth understanding of the basic principles of the operating system is very helpful
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-20
    • 文件大小:106496
    • 提供者:zyf
  1. exp4

    0下载:
  2. 哲学家就餐问题C语言模拟,pthread库实现-The Dining Philosophers Problem C language simulation, pthread library implementation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:哈哈哈哈
  1. test

    0下载:
  2. 设计实现哲学家就餐问题。有五个哲学家围坐在一圆桌旁, 桌中央有一盘通心粉, 每个人面前有一只空盘子, 每俩人之间放一只筷子, 每个哲学家的行为是思考, 感到饥饿, 然后吃通心粉。 为了吃通心粉, 每个哲学家必须拿到两只筷子, 并且每个人只能直接从自己的左边或右边去拿筷子。-Design and implementation of the Dining Philosophers Problem. There are five philos
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:李有很
  1. shell

    0下载:
  2. unix的shell编程,实现了哲学家就餐问题和,圆周率运算问题-unix' s shell programming, the dining philosophers problem and, pi computing problems
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:487424
    • 提供者:李敏
  1. operation-2

    0下载:
  2. 哲学家就餐问题--操作系统理解pv原语 解决进程间同步问题-operation problem of Dining Philosophers
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:11
  1. phenosophy

    0下载:
  2. 本程序是在Linux下面 实现了哲学家就餐问题。其中演示了会发生死锁和不会发生死锁的情况。-This program is implemented in the Linux following the Dining Philosophers Problem. Which demonstrates the deadlock and does not happen will happen deadlock situation.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:文锋
  1. Philosophers

    0下载:
  2. 这个程序可以演示关于哲学家就餐的问题,对于理解线程的相互等待有很好的作用-This procedure can be demonstrated on the Dining Philosophers problem, each thread to wait for understanding the role of good
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1951744
    • 提供者:刘亚云
  1. shiyan

    0下载:
  2. 操作系统中哲学家就餐产生死锁问题及如何避免死锁 -Dining Philosophers operating system problems arise and how to avoid deadlock deadlock
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:161792
    • 提供者:anowy
  1. deadkey

    0下载:
  2. 哲学家就餐问题,解决操作系统中的死锁问题。五个哲学家围坐圆桌,每两个人中间有一只筷子,吃饭时必须拿两只筷子,而且只能拿自己两边的筷子,从而造成死锁问题。-Dining Philosophers problem, to solve the deadlock problem of the operating system. Five philosophers sitting around the round table, the middl
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1997824
    • 提供者:
  1. seafrog

    0下载:
  2. 这是用C#语言开发的哲学家就餐问题,利用线程实现的。-This is the C# language development with dining philosophers problem, using threads to achieve.
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:545792
    • 提供者:吴海浪
  1. 1212

    0下载:
  2. 哲学家算法,利用多线程解决哲学家就餐问题-Philosophers algorithm, using multiple threads to solve the problem dining philosophers
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:177152
    • 提供者:li
  1. zhexuejiajiucan

    0下载:
  2. 解决软件开发中常见的哲学家就餐问题,很好用的程序,希望对你有开发有帮助。-To solve common software development dining philosophers problem, a good use of the program, want to help you develop.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:王宝
  1. maicunguanli

    0下载:
  2. 解决软件开发中常见的哲学家就餐问题,很好用的程序,希望对你有开发有帮助,UCOS下开发的。-To solve common software development dining philosophers problem, a good use of the program, want to help you develop, UCOS under development.
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:王宝
  1. DiningPhilosophers

    0下载:
  2. 六个哲学家就餐问题,体验进程(线程)和死锁的问题.本实验设计个哲学家共享一个相同的线程,既完成线程同步,又预防死锁发生.-6 dining philosophers problem, experience the process (thread) and deadlock issues. The experimental design a philosopher share a similar thread, both complete
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:195584
    • 提供者:小白鲨
« 1 2 3 4 5 67 8 9 10 »

源码中国 www.ymcn.org