CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - The Dining Philosophers Problem

搜索资源列表

  1. zhexuejiajincan

    0下载:
  2. 计算机操作系统原理与实现中的重要实验,关于哲学家进餐的问题-computer operating system Theory and the important experiments on the dining philosophers problem
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:540286
    • 提供者:mantian
  1. Philosophers

    0下载:
  2. 哲学家进餐问题,进程是独立参与分配资源的最小单位,在有线程的OS中,线程是运行的最小单位, 课堂所述进程之间的同步与互斥,实际上是属于不同进程的线程间的同步与互斥,当 然,属于同一进程的不同线程一样存在同步与互斥,其控制同步与互斥的原理跟进程 是一样的-dining philosophers problem, the process is independent participation in the allocation of resources as the smallest
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:980
    • 提供者:李明
  1. philosophers05

    0下载:
  2. 经典进程同步和互斥另类WINDOWS解法.定义信号量机制在WINDOWS下完成哲学家进餐问题.-classical process synchronization and mutex WINDOWS alternative solution. Volume definition signal mechanism in Windows complete the dining philosophers problem.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1527
    • 提供者:lelele
  1. zhexuejiajincan2

    0下载:
  2. 在Linux环境下,使用共享外部变量的方式,实现哲学家进餐问题-the Linux environment, the use of shared external variables, to achieve the Dining Philosophers Problem
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4903
    • 提供者:weixiang
  1. Stm32_ucos 在STM32上编写多任务实时操作系统

    0下载:
  2. 在STM32上编写多任务实时操作系统,同时运行6个任务,通过发送和接收信号量机制,解决哲学家就餐问题,通过板上按键代表哲学家的就餐请求,板上LED灯表示就餐成功或者未果,同时在晶体数码管上显示就餐申请时间。-STM32 to write multi-task in real-time operating system, run six tasks by sending and receiving semaphore mechanism to solve the dining philosophe
  3. 所属分类:uCOS开发

    • 发布日期:2017-03-21
    • 文件大小:345887
    • 提供者:郭攀
  1. zhexuejia

    1下载:
  2. C多线实现哲学家就餐问题-C multi-line to achieve the dining philosophers problem
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:169547
    • 提供者:贾宝玉
  1. ucos-dining-philosopher

    0下载:
  2. ucos-dining-philosopher.rar ucos下的哲学家就餐问题(dining philosopher problems),采用信号量机制解决,有截图和感悟。dos界面文字演示(另有图形界面)。-ucos-dining-philosopher.rarucos under the dining philosophers problem (dining philosopher problems), using semaphore mechanism to resolve scr
  3. 所属分类:uCOS

    • 发布日期:2017-03-26
    • 文件大小:281483
    • 提供者:xuxi
  1. exp4

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

    • 发布日期:2017-03-29
    • 文件大小:814
    • 提供者:哈哈哈哈
  1. Dining

    0下载:
  2. 程序源代码: /* Item The Dining Philosophers Problem 具体要求 1) 5个哲学家,先吃饭,后思考。 2) 每个哲学家都需要吃9顿饭,思考9次,然后结束。 3)吃饭时间为3~12秒的随机时间 4)思考时间为7~19秒的随机时间 5)对取叉子和放叉子等临界资源的操作前后需要输出相关状态信息,包括哲学家的各种状态信息。要有足够的信息的输出要能证明哲学家之间吃饭不产生竞态。
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:3484
    • 提供者:车卡迪
  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 program

    • 发布日期:2017-03-29
    • 文件大小:1980
    • 提供者:文锋
  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

    • 发布日期:2017-04-09
    • 文件大小:1951243
    • 提供者:刘亚云
  1. problem

    0下载:
  2. 哲学家就餐问题的解决,操作系统中线程与并发的问题-Solution to the dining philosophers problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:35548
    • 提供者:luxy
  1. Dining-philosophers-problem

    0下载:
  2. 哲学家就餐问题 实现5个哲学家5支筷子的就餐问题涉及到AND型信号量,线程的阻塞唤醒切换功能-Dining philosophers problem to achieve five dining philosophers five chopsticks issues related to the AND-type semaphore, blocking thread switching wake
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-25
    • 文件大小:3399
    • 提供者:陈蓝
  1. philosophy-dining

    0下载:
  2. 多线程解决哲学家就餐问题,实现进程与线程间的同步。-Multi-threading to solve the dining philosophers problem, to achieve synchronization between processes and threads.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:1646
    • 提供者:陈文
  1. philosophers

    0下载:
  2. 通过实现哲学家进餐问题的同步深入了解和掌握进程同步和互斥的原理-Through the dining philosophers problem of synchronization-depth understanding and mastery of process synchronization and mutual exclusion principle
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:322647
    • 提供者:kuangpeiyu
  1. Dining-philosophers

    0下载:
  2. 操作系统之哲学家就餐问题的算法实现,利用java开发语言-The operating system of the dining philosophers problem algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-11-13
    • 文件大小:2574
    • 提供者:hanziwen
  1. Dining-philosophers-problem

    0下载:
  2. 哲学家就餐问题是一道十分经典的进程同步问题。该道题旨在解决当资源有限时(可能产生死锁),如何有效地避免死锁的问题。本实验选取“and”型信号量的解决办法,只有当哲学家具备同时拿到左右两只筷子的能力时,才能吃饭。否则,若则学家只能能够拿到一只筷子时,他只能放弃这只筷子,供其他可能需要这只筷子的哲学家使用。这样,只有哲学家左右两人均不进食时,该哲学家才有吃饭的权利。采取这种方法可以有效地避免死锁的产生。-The dining philosophers problem is a very classi
  3. 所属分类:OS Develop

    • 发布日期:2017-11-11
    • 文件大小:9717760
    • 提供者:
  1. Dining-Philosophers

    0下载:
  2. 关于哲学家进餐的问题,运用了mfc,有动态演示效果-About the Dining Philosophers problem, the use of mfc, dynamic demonstration effect。。
  3. 所属分类:CSharp

    • 发布日期:2017-05-18
    • 文件大小:4705853
    • 提供者:杨旭光
  1. dining-philosopher-problem.c

    0下载:
  2. 操作系统中关于冲突的哲学家就餐问题的简单实现-Simple implementation of the operating system on the dining philosophers problem of conflict
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:2376
    • 提供者:
  1. philosophers-problem

    0下载:
  2. c++程序,利用信号量解决哲学家就餐问题,非常好用-c++ program using semaphores to solve the dining philosophers problem, very easy to use
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1439
    • 提供者:Dufresen
« 12 3 4 5 6 »
搜珍网 www.dssz.com