搜索资源列表

  1. p_eating

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

    • 发布日期:2024-05-10
    • 文件大小:545792
    • 提供者:斌斌
  1. zhexuejiajincan

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

    • 发布日期:2024-05-10
    • 文件大小:539648
    • 提供者:mantian
  1. threadphilosopher

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

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:林茜
  1. task3

    0下载:
  2. ucosii小实验任务3 哲学家就餐,可以帮助学习嵌入式操作系统-ucosii small experimental task three dining philosophers can help embedded operating system
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-10
    • 文件大小:106496
    • 提供者:yz
  1. Philosophers

    0下载:
  2. 哲学家进餐问题,进程是独立参与分配资源的最小单位,在有线程的OS中,线程是运行的最小单位, 课堂所述进程之间的同步与互斥,实际上是属于不同进程的线程间的同步与互斥,当 然,属于同一进程的不同线程一样存在同步与互斥,其控制同步与互斥的原理跟进程 是一样的-dining philosophers problem, the process is independent participation in the allocation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:李明
  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-10
    • 文件大小:1024
    • 提供者:
  1. philosophers05

    0下载:
  2. 经典进程同步和互斥另类WINDOWS解法.定义信号量机制在WINDOWS下完成哲学家进餐问题.-classical process synchronization and mutex WINDOWS alternative solution. Volume definition signal mechanism in Windows complete the dining philosophers problem.
  3. 所属分类:进程与线程

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

    0下载:
  2. 操作系统中的哲学家就餐算法 c语言编写-OS philosopher dine algorithm c language
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:7168
    • 提供者:陈爱军
  1. dinning

    0下载:
  2. 哲学家进餐的问题,用程序模拟实现,解释死锁的产生、解除以及预防-dining philosophers problem, simulation procedures, explained Deadlock in lifting and prevention
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:39936
    • 提供者:
  1. lunch

    0下载:
  2. 哲学家进餐问题 在多线程中如何避免死锁。 问题描述:有五位哲学家围绕着餐桌坐,每一位哲学家要么思考 要么等待,要么吃饭。为了吃饭,哲学家必须拿起两双筷子(分 别放于左右两端)不幸的是,筷子的数量和哲学家相等,所以每 只筷子必须由两位哲学家共享-dining philosophers problem in multithreaded how to avoid deadlock. Problem descr ipt
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:34816
    • 提供者:何冰
  1. 63535277productor

    0下载:
  2. 生产者消费者的JAVA代码,看有没有人需要用,或者大家发个哲学家进餐的代码共同研究!-producers and consumers of Java code, to see no one needs to use You made a philosopher dining code joint research!
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:托尼
  1. VxWorksprogramme

    0下载:
  2. 摘 要:通过一个经典的多任务同步哲学家进餐问题。介绍了Vxworks下的多任务程序设计和任务间通信机制,并给出了运行的结果 -Abstract : Through a classic multi-task synchronization dining philosophers problem. Vxworks introduced under the multi-task design and process communicati
  3. 所属分类:软件工程

    • 发布日期:2024-05-10
    • 文件大小:388096
    • 提供者:嵇辉辉
  1. SimulationoftheDiningPhilosophersProblem

    0下载:
  2. 计算机仿真的实验,用三种方法模拟了哲学家进餐的过程,图形化的显示过程,用VC++.net开发的。-computer simulation experiments, using three methods to simulate the process of the Dining Philosophers, graphical display process, VC. net development.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-10
    • 文件大小:592896
    • 提供者:luowenfen
  1. emluatorofphilosopherdine

    0下载:
  2. 计算机仿真的实验,用三种方法模拟了哲学家进餐的过程,图形化的显示过程,用VC++.net开发的-computer simulation experiments, using three methods to simulate the process of the Dining Philosophers, graphical display process, VC. net development
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:582656
    • 提供者:范孟君
  1. process_tongbu

    0下载:
  2. 用win32函数,模拟了哲学家进餐问题,对于初学多线程编程的理解线程之间的同步和死锁问题很有启发性。-using win32 function to simulate the Dining Philosophers, For novice multithreaded programming understanding thread synchronization between the deadlock and very instruc
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:192512
    • 提供者:chenzc
  1. ChopStickTest

    0下载:
  2. 哲学家就餐问题java版。我对这个知道的不多,大家可以研究研究。-dining philosophers problem java version. I know this much, and we can studies.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:limin
  1. DiningPhilosophor

    0下载:
  2. 一个哲学家就餐问题的MFC源码,有动画过程.-a philosopher and dine the MFC source code, animation process.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:550912
    • 提供者:
  1. jincan

    0下载:
  2. 哲学家进餐问题 在多线程中如何避免死锁。 简单源码,有参考价自己 -dining philosophers problem in multithreaded how to avoid deadlock. Simple source, a reference price of its own
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:2542592
    • 提供者:飞灵
  1. gewei0347

    0下载:
  2. 这个朋友做的哲学家进餐问题,使用到管程解决死锁问题-friends to do the Dining Philosophers, the use of tube-to resolve deadlock
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:526336
    • 提供者:飞灵
  1. UcosiiAppliction

    0下载:
  2. 任务一 任务管理 任务二 优先级天花板 任务三 哲学家就餐 任务四 消息队列 任务五 时钟中断-task of a task management tasks two priority tasks ceiling three meals philosopher four tasks Message Queue five tasks Clock interruption
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-10
    • 文件大小:406528
    • 提供者:laixuelei
« 1 2 3 45 6 7 8 9 10 ... 27 »

源码中国 www.ymcn.org