搜索资源列表

  1. 哲学家就餐问题的C#实现

    0下载:
  2. 哲学家就餐问题的C#实现 -dining philosophers problem of C#
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5707
    • 提供者:
  1. 模拟哲学家进餐

    0下载:
  2. 该程序是针对操作系统课程而做的模拟哲学家进餐问题-the program is to the operating system and programs do simulated dining philosophers problem
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3511
    • 提供者:望军
  1. 200511121433511933

    0下载:
  2. 很好用 OS的一个很好用的东西 很值得大家看看 哲学家就餐问题的很好的实现-good with a good OS, the things you look at the merits of the Dining Philosophers achieve good
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:11917
    • 提供者:天刺
  1. chip(单片机源程序)

    0下载:
  2. 好东西 关于单片机的一些重要的代码本程序是操作系统中比较典型的线程同步算法中的哲学家进餐问题,为防止死锁,采取了两个条件(筷子空闲)同时满足时再允许进餐的办法来解决。期望与大家一起学习交流!-good things on SCM some important source of this procedure is more typical operating system threads simultaneously count the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:27117
    • 提供者:大大
  1. PhilosopherDining

    0下载:
  2. windowsAPI编程实现哲学家用餐问题。 五个哲学家五个线程。监测死锁并解决-windowsAPI Programming dining philosophers problem. 5 philosopher five threads. Monitoring and addressing Deadlock
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:45503
    • 提供者:郭佳
  1. eat1

    0下载:
  2. 使用线程实现并发操作,解决操作系统中经典的哲学家吃饭问题,通过可视化演示。-use threads to achieve concurrent operation and solve operating system classic philosophers food, through visual demonstration.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:237878
    • 提供者:
  1. jiucan

    0下载:
  2. 哲学家就餐问题,本人已经在网上找了很久啦,希望能和大家分享-dining philosophers problem, I have to find on the Internet -- for a long time, and we hope to share
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2874
    • 提供者:ken
  1. p_eating

    0下载:
  2. 本程序是模拟哲学家进餐这个经典的操作系统的问题-the simulation procedure is the classic philosophers dining operating system problems
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:545563
    • 提供者:斌斌
  1. zhexuejiajincan

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

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

    0下载:
  2. 假如所有的哲学家都同时拿起左侧叉子,看到右侧叉子不可用,又都放下左侧叉子,等一会儿,又同时拿起左侧叉子,如此这般,永远重复。对于这种情况,即所有的程序都在无限期地运行,但是都无法取得任何进展,即出现饥饿,所有哲学家都吃不上饭。所以规定奇数号的哲学家先拿起他左边的叉子,然后再去拿他右边的叉子 而偶数号的哲学家则相反.按此规定,将是0,1号哲学家竞争0号叉子,2,3号哲学家竞争2号叉子.即五个哲学家都竞争奇数号叉子,获得后,再去竞争偶数号叉
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1597
    • 提供者:林茜
  1. threadphilosopher

    0下载:
  2. 利用线程方案实现实现哲学家问题.设置五个信号量代表五把叉子,初使值均为1,表示5把叉子均可以取,设置五个线程代表5个哲学家,其值分别为0~4,规定奇数号的哲学家先拿起他左边的叉子,然后再去拿他右边的叉子 而偶数号的哲学家则相反.按此规定,将是1,2号哲学家竞争1号叉子,3,4号哲学家竞争3号叉子.即五个哲学家都竞争奇数号叉子,获得后,再去竞争偶数号叉子,最后总会有一个哲学家能获得两支叉子而进餐。而申请不到的哲学家进入阻塞等待队列,根FI
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1085
    • 提供者:林茜
  1. Dining-philosophers--

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

    • 发布日期:2024-05-07
    • 文件大小:668672
    • 提供者:王锋
  1. Dining-philosophers

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

    • 发布日期:2024-05-07
    • 文件大小:3072
    • 提供者:hanziwen
  1. Dining-philosophers-problem

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

    • 发布日期:2024-05-07
    • 文件大小:9717760
    • 提供者:
  1. dining-philosophers

    0下载:
  2. 图形化的c++哲学家就餐,里面包含工程的文件描述等!-Graphical dining philosophers, c++ contains project file descr iption, and so on!
  3. 所属分类:编程文档

    • 发布日期:2024-05-07
    • 文件大小:6144
    • 提供者:杨万里
  1. DINING-PHILOSOPHERS

    0下载:
  2. Solution for DINING PHILOSOPHERS PROBLEM.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:weng03
  1. philosophers

    0下载:
  2. 用VC编程创建五个线程,模拟实现五个哲学家来竞争五只筷子(资源)去吃通心面的情况,必须确保五个线程的同步和互斥,并且在运行时不会产生死锁。-Creates five threads with VC programming, simulation five philosophers to compete for the five chopsticks (resources) to eat macaroni, must ensure tha
  3. 所属分类:进程与线程

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:余婷婷
  1. dining-philosophers-varellow

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

    • 发布日期:2024-05-07
    • 文件大小:2048
    • 提供者:Yuanfu Luo
  1. Dining-Philosophers

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

    • 发布日期:2024-05-07
    • 文件大小:4706304
    • 提供者:杨旭光
  1. philosophers-problem

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

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:Dufresen
« 1 2 34 5 6 7 8 9 10 ... 18 »

源码中国 www.ymcn.org