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

搜索资源列表

  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. diningphilosopher.zip

    0下载:
  2. 哲学家就餐问题算法实现,Algorithm dining philosophers problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:1668
    • 提供者:
  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. dining

    0下载:
  2. 哲学家就餐问题C语言演示程序,带窗口、对话框,有详细中英文注释-Dining philosophers problem of C language demo program with a window, dialog box, there are detailed notes in English and Chinese
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:73056
    • 提供者:taha
  1. Philosophers

    0下载:
  2. 哲学家就餐问题,他们每个人的左边都有一支筷子,解决死锁问题-Dining philosophers problem, the left side of each of them has a chopsticks, solve the deadlock problem
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-07
    • 文件大小:1950050
    • 提供者:chenl
  1. Philosophers

    0下载:
  2. Dining-Philosophers Problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3749232
    • 提供者:ToTuan
  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. philosophers

    0下载:
  2. linux下哲学家用餐的经典问题,内含makeifile和主函数源代码-Under the classic dining philosophers linux problem and the main function contains the source code makeifile
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:1232
    • 提供者:陈峻熙
  1. dining

    0下载:
  2. 哲学家进餐代码 附加可执行文件 哲学家进餐代码 附加可执行文件-Dining philosophers code attached executable file attached executable code dining philosophers
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:414447
    • 提供者:小文
  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. Dining-philosophers--

    0下载:
  2. 基于实例来说明嵌入式系统及语言学习的总结、概括,内涵一些详细例子的代码。-Dining philosophers and the second half of 2006, embedded system designers afternoon answer questions
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-07
    • 文件大小:668294
    • 提供者:王锋
  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. 图形化的c++哲学家就餐,里面包含工程的文件描述等!-Graphical dining philosophers, c++ contains project file descr iption, and so on!
  3. 所属分类:Communication

    • 发布日期:2017-11-12
    • 文件大小:6232
    • 提供者:杨万里
  1. DINING-PHILOSOPHERS

    0下载:
  2. Solution for DINING PHILOSOPHERS PROBLEM.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:782
    • 提供者:weng03
  1. dining-philosophers-varellow

    0下载:
  2. 哲学家就餐问题算法仿真,使用windows下多线程编程-Dining philosophers problem algorithm simulation
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-12
    • 文件大小:1710
    • 提供者:Yuanfu Luo
  1. Dining-Philosophers

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

    • 发布日期:2017-05-18
    • 文件大小:4705853
    • 提供者:杨旭光
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com