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

搜索资源列表

  1. Philosopher

    0下载:
  2. 哲学家就餐问题 操作系统模拟实验解答,详细具体-Dining philosophers problem
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1760
    • 提供者:
  1. philosopher.tar

    0下载:
  2. 用C语言实现了经典的哲学家吃饭问题。使用了信号量机制。-Dinning philosopher s problem implemented in C
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:10240
    • 提供者:gb18030
  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. 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
    • 文件大小:1287
    • 提供者:m47
  1. eating

    0下载:
  2. 哲学家进餐问题,在各种编程语言中都会遇到,尤其是在WinForm编程中.-Dining philosophers problem, in a variety of programming languages ??are encountered, especially in the WinForm programming.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:495981
    • 提供者:徐美英
  1. main

    0下载:
  2. 柔性机械制造系统死锁的防止方法仿真哲学家就餐问题的java程序研究 -Flexible Manufacturing Systems deadlock prevention method for simulation of the dining philosophers problem of java program
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:3319
    • 提供者:tong
  1. OS4

    0下载:
  2. 模拟哲学家就餐问题:设置5个子线程模拟5个哲学家,设置5个互斥区为筷子。输出各个哲学家的状态,如果在就餐,则同时输出他所使用的左右筷子序号。-Simulation of the dining philosophers problem: Set 5 5 sub-thread simulation philosopher, set five mutually exclusive area for chopsticks. The state of the output of each philosop
  3. 所属分类:OS Develop

    • 发布日期:2017-05-24
    • 文件大小:7993739
    • 提供者:erevus
  1. a7b01aa086f0

    0下载:
  2. 哲学家算法的C++实现,不是很强大, 很适合初学者。-Philosophers algorithm C++ implementation is not very strong, very suitable for beginners.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:2724
    • 提供者:欧阳盆栽
  1. DINING

    0下载:
  2. 网络编程代码,网络编程中能用到的例子--哲学家进餐问题-Network programming code, network programming can be used to the example- dining philosophers problem
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:351534
    • 提供者:王小莫
  1. DiningPhils

    0下载:
  2. 五位哲学家吃面条,只有五根筷子。每个人必须用一双筷子才能吃面条。-Five philosophers eat noodles, only five chopsticks. Each person must use a pair of chopsticks to eat noodles.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:1514
    • 提供者:hezhiqiang
  1. zxuejiajiucanwenti

    0下载:
  2. 哲学家就餐问题:很好解决死锁问题,是操作系统课程设计的一个范例-Dining philosophers problem: a good solution to the deadlock problem, the operating system is an example of curriculum design
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1242
    • 提供者:张龙
  1. dining

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

    • 发布日期:2017-03-26
    • 文件大小:414447
    • 提供者:小文
  1. java

    0下载:
  2. 实现哲学家进餐问题,一共有五位哲学家在思考或者进餐,解决进程同步的问题-Dining philosophers problem to achieve
  3. 所属分类:Applet

    • 发布日期:2017-04-03
    • 文件大小:6374
    • 提供者:huihui
  1. ZEXUEJIAJIUCAN

    0下载:
  2. 嵌入式操作系统实验实验用例程序源代码:一个关于哲学家就餐的源程序。-English of UCOS.The program of ZEXUEJIAJIUCAN.
  3. 所属分类:uCOS

    • 发布日期:2017-04-13
    • 文件大小:2076
    • 提供者:linjianqiu
  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. duodao

    1下载:
  2. 多道批处理系统 用于作业的进程调度 修改哲学家就餐问题-Multi-channel system for batch process scheduling jobs to modify the dining philosophers problem
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1281
    • 提供者:kavy
  1. duodao2

    0下载:
  2. 多道批处理系统 用于作业的进程调度 修改哲学家就餐问题-Multi-channel system for batch process scheduling jobs to modify the dining philosophers problem
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:2701
    • 提供者:kavy
  1. zhexuejia

    2下载:
  2. 多进程/线程编程:哲学家问题。 设置进程/线程,描述哲学家 ; 随机启动哲学家 ; 显示进程/线程执行状态; 随着线程的执行,更新显示; 编写正确的哲学家程序,设法延迟线程的执行,使之出现死锁; 编写正确的哲学家程序,保证不出现死锁;-philosophers problem
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:10682
    • 提供者:卜晨阳
  1. dining

    0下载:
  2. 说明:本程序是操作系统中比较典型的线程同步算法中的哲学家进餐问题,为防止死锁,采取了两个条件(筷子空闲)同时满足时再允许进餐的办法来解决。-Note: This procedure is typical of the operating system thread synchronization algorithm dining philosophers problem, in order to prevent deadlock, has taken two conditions (free c
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:689383
    • 提供者:钟韬
  1. philosopher

    0下载:
  2. 哲学家问题,解决进程死锁和恢复,进程调度。 多线程任务。-Philosophers problem, solve the deadlock and restore processes, process scheduling. Multithreaded.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2299034
    • 提供者:sharp
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 20 21 »
搜珍网 www.dssz.com