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

搜索资源列表

  1. Fixed_Dining_Philosophers

    0下载:
  2. 英国帝国理工学院电脑系多线程课程教学材料之九 ---- 哲学家晚餐范例(无死锁,需要引用到原问题的部分代码)-The version avoids the possibility of deadlock by making even numbered philosophers pick up the chopsticks in a different order from the rest. That is, left first rather than right first.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:907
    • 提供者:Key
  1. Philosopher

    0下载:
  2. 哲学家就餐问题MFC演示程序,生动说明了这个问题-Dining philosophers problem MFC demo program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:66822
    • 提供者:ddl
  1. philosopher_problem

    0下载:
  2. 哲学家问题,vxworks任务调试及处理的一种实现,原创。-vxworks,phisolopher problems.solution.
  3. 所属分类:VxWorks

    • 发布日期:2017-04-13
    • 文件大小:2214
    • 提供者:chenshumin
  1. Philosopher

    0下载:
  2. 操作系统中经典的哲学家进餐问题,使用VC6.0可以进行编译-Operating system in the classic dining philosophers problem, use the VC6.0 compiler can
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:159149
    • 提供者:笨笨周
  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-time control, implementation of
  3. 所属分类:uCOS

    • 发布日期:2017-04-28
    • 文件大小:296427
    • 提供者:肖叶枝
  1. DineRun

    0下载:
  2. 哲学家吃饭问题 当五个人都拿到左手边筷子,都等待拿右手边筷子,则因为谁都不能放下手中的筷子,这样就进入无止境的等待,构成死锁 * 解决方法1:奇数号先拿左边的筷子,偶数号先拿右边的筷子,即相邻两个人先拿其中间夹的筷子,使这个筷子成为临界资源; * 解决方法2:两边的筷子都空闲时,再拿筷子,if(chopstick.flag(n)==false&&chopstick.flag(n 5)==false); * 解决方法3:只允许(n-1)个人同时进餐; * 本程序采用方
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1525
    • 提供者:
  1. 4

    0下载:
  2. unix下实现5个哲学家之间的取食和思考的问题的一个实验-unix implementation of five between the philosopher and consider the problem of feeding an experimental
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4651
    • 提供者:王玮
  1. philosopher

    0下载:
  2. 模拟“五个哲学家”问题该实验的要点是,解决并发环境下,多进程之间的同步与互斥问题。进程间的同步互斥必然涉及进程间的通信(信息交换)。-Simulation of the " five philosophers" problem of the main points of the experiment, the solution to complicated circumstances, between the multi-process synchronization and
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:752
    • 提供者:chenlisten
  1. src

    0下载:
  2. 计算机操作系统中解决哲学家吃饭的问题的VC++实现。-Computer operating system to address the issue of eating philosophers of VC++ to achieve.
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:159425
    • 提供者:吕超贻
  1. Eating

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

    • 发布日期:2017-03-29
    • 文件大小:72104
    • 提供者:jiang
  1. DiningPhilosophor

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

    • 发布日期:2017-05-15
    • 文件大小:3909437
    • 提供者:chenqing
  1. LQZXJ

    0下载:
  2. 用c语言编写的哲学家算法模拟 很好很实用 可以方便初学者 掌握-With c language philosophers algorithm simulation is a good beginners can easily master the practical
  3. 所属分类:Windows Kernel

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

    0下载:
  2. 关于哲学家问题的实现。5个哲学家使用两只筷子,期间会发生死锁。-With regard to the question of the realization of the philosopher. Philosopher, the use of two 5 chopsticks, deadlock will occur during the period.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:162566
    • 提供者:周培媛
  1. review

    0下载:
  2. 操作系统复习资料 包括用p,v原语实现读写优先 哲学家用餐问题-Review the information, including operating system with p, v the original language to read and write to achieve the priority dining philosophers problem
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:6761
    • 提供者:weilu
  1. zhexue

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

    • 发布日期:2017-04-05
    • 文件大小:1505
    • 提供者:王晓难
  1. philosopher

    0下载:
  2. 操作系统课程设计,哲学家算法的模拟 程序简短-Philosopher of the simulation algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1169
    • 提供者:黎伟军
  1. SystemOs

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

    • 发布日期:2017-04-04
    • 文件大小:558599
    • 提供者:刘玮
  1. zhexuejia

    0下载:
  2. 哲学家进餐问题,实现多进程间的互斥访问,进程间的竞争-Dining Philosophers problem, to achieve mutually exclusive access among the multi-process, the process of competition between
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1369
    • 提供者:zhouwei
  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

    • 发布日期:2017-04-02
    • 文件大小:106770
    • 提供者:zyf
  1. zhexuejia

    0下载:
  2. 一群哲学家的问题,就餐问题,请大家提提意见!谢谢各位了!-it is yiqun sdfs sad dsad df fa f af f afd g dg g
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:1239
    • 提供者:哈哈
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 21 »
搜珍网 www.dssz.com