CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - 哲学家就餐问题

搜索资源列表

  1. PHI

    0下载:
  2. 哲学家就餐问题,显示线程的关系,采用信号量产生互斥的功能
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:10.82kb
    • 提供者:孟小磊
  1. zhexuejia

    1下载:
  2. 计算机操作系统,哲学家就餐问题,C源代码。-Computer operating system, philosophers eat, C source code.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:7.66kb
    • 提供者:秦磊
  1. Dining_philosophers

    0下载:
  2. 用VC实现的哲学家就餐问题,其中用到了信号量的宏,并多线程的方法,模拟哲学家就餐问题。-Implementation using VC dining philosophers problem, use one of the semaphore macros, and multi-threaded approach, Analog dining philosophers problem.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-03
    • 文件大小:512.64kb
    • 提供者:兰韬
  1. zhexuejiawenti

    1下载:
  2. 哲学家就餐问题 进程管理 -Dining philosophers problem of process management
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:2.41kb
    • 提供者:xpppp
  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-08
    • 文件大小:1.86mb
    • 提供者:chenl
  1. 1212

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

    • 发布日期:2017-04-08
    • 文件大小:172.57kb
    • 提供者:li
  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 thread synchronization, but a
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:190.98kb
    • 提供者:小白鲨
  1. philosophersproblem

    0下载:
  2. 利用多线程技术实现生产者-消费者问题以及n个哲学家就餐问题,其中生产者或消费者或哲学家用不同线程实现-Using multi-threading technology producer- consumer issues and the n-dining philosophers problem, in which the producer or consumer or a philosopher to achieve a different thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:5.57kb
    • 提供者:刘晨
  1. philpsopher

    0下载:
  2. 哲学家就餐问题的解决方法 运用java多线程模拟所有解决哲学家就餐问题的方法-Solution to the dining philosophers problem using multi-threaded simulation of java all the dining philosophers problem solving
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:703.09kb
    • 提供者:yuqi
  1. thread

    0下载:
  2. 实验总体要求,使用MFC相关的功能函数来模拟经典进程互斥和同步问题 生产者和消费者 读者和写者 哲学家就餐问题-The general requirements of experiments, the use of MFC function to simulate the functions related to the classical problem of mutual exclusion and synchronization producers and consumers,
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:1.26kb
    • 提供者:m47
  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
    • 文件大小:3.32kb
    • 提供者:陈蓝
  1. Dinning-philosophers

    0下载:
  2. 在linux下“哲学家就餐”问题的一种解法-a solution of "dining philosophers" problem under Linux
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:38.9kb
    • 提供者:coin zou
  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
    • 文件大小:1.61kb
    • 提供者:陈文
  1. DineRun

    0下载:
  2. JAVA多线实现哲学家就餐问题-JAVA multi-line to achieve the dining philosophers problem
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:1.51kb
    • 提供者:贾宝玉
  1. philosopher

    0下载:
  2. 使用多线程来解决哲学家就餐问题的源代-To use multiple threads to solve the source code for the dining philosophers problem
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:787byte
    • 提供者:Susan
  1. exampleofOScommunication

    0下载:
  2. 操作系统进程/线程信号量机制实现通信的实例,有生产者消费者问题和哲学家就餐问题的程序代码。-Operating system process/thread semaphore mechanism to achieve communication examples, there are producers and consumers and the dining philosophers problem program code.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-13
    • 文件大小:888byte
    • 提供者:carol
  1. dining-philosophers-varellow

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

    • 发布日期:2017-04-13
    • 文件大小:1.67kb
    • 提供者:Yuanfu Luo
  1. phio

    0下载:
  2. 哲学家就餐问题是在计算机科学中的一个经典问题,用来演示在并行计算中多线程同步(Synchronization)时产生的问题。-Dining philosophers
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:6.22kb
    • 提供者:贺和
  1. requirempqusmemberhard

    0下载:
  2. 这是个操作系统中,多线称关于哲学家就餐问题的演示程序!很好不错()
  3. 所属分类:进程与线程

    • 发布日期:2018-05-03
    • 文件大小:92kb
    • 提供者:gatevay
搜珍网 www.dssz.com