搜索资源列表

  1. Philosopher(new)

    0下载:
  2. 这是一道经典的线程同步问题——哲学家吃饭问题。这里结合了win32使得这个问题可视化了-This is a classic thread synchronization -- philosopher food problem. Win32 here combination of this makes the issue of visualization
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:17079
    • 提供者:Freedom
  1. philosopher.c

    0下载:
  2. 哲学家问题的解决,对于并发程序以及多线程的一个简单的解决-philosopher solve the problem, and for the concurrent program in a multithreaded simple solution
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2576
    • 提供者:汗颜
  1. Philosopher(new)

    0下载:
  2. 这是一道经典的线程同步问题——哲学家吃饭问题。这里结合了win32使得这个问题可视化了-This is a classic thread synchronization-- philosopher food problem. Win32 here combination of this makes the issue of visualization
  3. 所属分类:进程与线程

    • 发布日期:2024-05-14
    • 文件大小:796672
    • 提供者:Freedom
  1. zhexue05

    0下载:
  2. 进程同步,哲学家进餐共享临界区变量.定义信号量机制控制进程不互斥!-process synchronization, philosopher dining area share critical variables. Definition signal to the process control mechanism not contradict!
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:
  1. zhexuejiajinchan3

    0下载:
  2. 在Linux环境下,用C语言实现哲学家进程问题。-the Linux environment, using C language philosopher process.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:weixiang
  1. philosopher

    0下载:
  2. 用图形界面模拟如下场景:一个圆桌上有一个大碗面,5个盘子,每位哲学家一个,还有5把叉子。每个想吃饭的哲学家将做到桌子旁边分配给他的位置上,使用盘子两侧的叉子,取面和吃面。问题是:设计一个算法以允许哲学家吃饭。算法必须保证互斥(没有两位哲学家同时使用同一把叉子),同时还要避免死锁和饥饿。-Use graphical interface simulation scenario is as follows: a round-table, th
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:39936
    • 提供者:sdfsfdsf
  1. philosopher

    0下载:
  2. 五个哲学家的就餐问题,程序中有左撇子存在,不存在饿死的情况!-Five dining philosophers problem, procedures exist in the left-handed, there is no case of starvation!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:lq
  1. philosopher

    0下载:
  2. 用线程解决“N个哲学家”问题 1、目的: 学习线程的编程和同步 -Use threads to solve
  3. 所属分类:进程与线程

    • 发布日期:2024-05-14
    • 文件大小:16384
    • 提供者:Yejianmei
  1. philosopher(1.6)

    0下载:
  2. 哲学家进餐问题——Java语言实现 哲学家进餐问题是一个多线程运用的经典例子,涉及到线程同步/互斥,临界区访问问题以及一个避免死锁的解决方法。 有五个哲学家绕着圆桌坐,每个哲学家面前有一盘面,两人之间有一支筷子,这样每个哲学家左右各有一支筷子。 哲学家有2个状态,思考或者拿起筷子吃饭。如果哲学家拿到一只筷子,不能吃饭,直到拿到2只才能吃饭,并且一次只能拿起身边的一支筷子。一旦拿起便不会放下筷子直到把饭吃完,此时才把这
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:stone
  1. philosopher

    0下载:
  2. OS的经典问题:哲学家吃饭问题!用gcc编译,重定向到一个文件就可以了!-OS classic problem: the problem of feeding a philosopher! Use gcc compiler, redirect to a file you can!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:飞鱼
  1. philosopher

    0下载:
  2. 哲学家就餐问题,一共七个哲学家,无限循环。结束进程才能停止程序-Dining philosophers problem, a total of seven philosophers, infinite loop. The end of the process in order to stop the procedure
  3. 所属分类:中间件编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:张飞
  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 sema
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-14
    • 文件大小:281600
    • 提供者:xuxi
  1. philosopher

    0下载:
  2. 哲学家就餐问题的实现,进程死锁问题,PV原语-Philosophers eat the realization of the process of deadlock, PV primitives
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:weishantc
  1. philosopher

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

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:黎伟军
  1. philosopher(VC)

    0下载:
  2. 哲学家就餐问题(VC图形界面版,添加了暂停恢复演示功能)-philosopher eating demo
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:3914752
    • 提供者:洛伊
  1. philosopher

    0下载:
  2. dinning philosopher problem
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:rohit
  1. dinning

    0下载:
  2. dinnig philosopher problem
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:12288
    • 提供者:arpan bhardwaj
  1. DiningPhilosopherProject

    0下载:
  2. Dining Philosopher problem solved, with graphical display for easy understanding.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-14
    • 文件大小:124928
    • 提供者:kk
  1. Philosopher

    0下载:
  2. 哲学家问题。操作系统经典问题。非常好的资源,希望大家喜欢。-Philosophers problem. Classic problem of the operating system. Very good resources, I hope everyone likes.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:2896896
    • 提供者:miller
  1. philosopher.tar

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

    • 发布日期:2024-05-14
    • 文件大小:10240
    • 提供者:gb18030
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org