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

搜索资源列表

  1. deadlock

    0下载:
  2. 操作系统课程设计:死锁问题。 哲学家进餐问题的解决!!!很好的操作系统大作业!-Operating systems curriculum design: Deadlock problem. Dining philosophers problem! ! ! Very good major operating system!
  3. 所属分类:OS Develop

    • 发布日期:2017-04-17
    • 文件大小:47356
    • 提供者:张薇薇
  1. philosopher

    0下载:
  2. 哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作系统文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地理解计算机系统中的资源共享、进程同步、死锁等问题,并能熟练地应用信号量来解决生活中的控制流程,即将生活中的控制流程用形式化的方式表达出来。-Dining philosophers problem is that the Dutch scholars Dijkstra classic one of the issues raised, it
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-26
    • 文件大小:41100
    • 提供者:贺美琛
  1. ConsoleApplicationforEat0207

    0下载:
  2. 操作系统中的哲学家就餐问题模拟系统。命令行程序。c#实现。运行需要.NET Framework 2.0。另有可视化界面程序。-Operating system in the dining philosophers problem simulation system. Command-line program. c# implementation. Required to run. NET Framework 2.0. Another visualization interface procedu
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:2732
    • 提供者:yy
  1. Dining_philosophers

    0下载:
  2. 用VC实现的哲学家就餐问题,其中用到了信号量的宏,并多线程的方法,模拟哲学家就餐问题。-Implementation using VC dining philosophers problem, use one of the semaphore macros, and multi-threaded approach, Analog dining philosophers problem.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-03
    • 文件大小:524943
    • 提供者:兰韬
  1. Philosopher

    0下载:
  2. 关于操作系统哲学家进餐的动态演示程序,清晰的分析了死锁发生的情形和修正死锁。-Dining philosophers about the operating system dynamic presentation procedures, a clear analysis of the deadlock situation occurred and amendments to deadlock.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:41841
    • 提供者:成炼
  1. frfs

    0下载:
  2. 读者写者问题,哲学家就餐问题,先来先来先服务-Writing questions from readers, dining philosophers problem, first-come, first-come, first serve
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:4160
    • 提供者:zhangmin
  1. Diningphilosophersproblem

    0下载:
  2. 哲学家进餐问题假如所有的哲学家都同时拿起左侧筷子,看到右侧筷子不可用,又都放下左侧筷子, 等一会儿,又同时拿起左侧筷子,如此这般,永远重复。对于这种情况,即所有的程序都在 无限期地运行,但是都无法取得任何进展,即出现饥饿,所有哲学家都吃不上饭。-Dining philosophers problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3589
    • 提供者:
  1. Diningphilosophersproblem11

    0下载:
  2. 学家进餐问题也是一个经典的同步问题,它是由Dijkstra提出并解决的。哲学家进餐问题是这样的:5个哲学家以思考、吃饭交替进行的方式生活,他们共享一张周围有5把椅子的圆桌,每人一把椅子,在桌子上摆有5个饭碗和5只筷子。当一个哲学家思考时,他不与邻座同事发生联系。当一哲学家饿了,他就试图拿起他左右两边的筷子吃饭。显然,他不能拿起已抓在他的邻座手中的筷子,于是,他可能只拿到一只甚至一只筷子也拿不到。当一个饥饿的哲学家得到了两只筷子,他就可以吃饭。当他用饭毕,就放下筷子并再次开始思考。5个哲学家共享5
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1369
    • 提供者:
  1. eating

    0下载:
  2. 哲学家进餐问题:5个哲学家,为着坐,5只筷子,别放在两个的间隔中放着,问他们当如何进餐且不进餐的哲学家也能思考-Problem of Rousseau dine
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1039318
    • 提供者:龙洪
  1. zhexuejiawenti

    1下载:
  2. 哲学家就餐问题 进程管理 -Dining philosophers problem of process management
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:2464
    • 提供者:xpppp
  1. Philosophers

    0下载:
  2. 哲学家就餐问题,他们每个人的左边都有一支筷子,解决死锁问题-Dining philosophers problem, the left side of each of them has a chopsticks, solve the deadlock problem
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1950050
    • 提供者:chenl
  1. zhexuejiajingcangwenti

    0下载:
  2. 哲学家进餐问题 代码精炼 程序优化带有课程设计报告-Code refined dining philosophers problem with the curriculum design process optimization report
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:63281
    • 提供者:留慧
  1. eating

    0下载:
  2. 这是哲学家问题,采用C++语言来编程的。有界面运行!-This is the philosophers problem, using C++ programming language. There are interfaces to run!
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2592703
    • 提供者:路路
  1. Philosopher

    0下载:
  2. 哲学家算法 DOS 界面,比较简洁容易看清思路-Philosophers algorithm DOS interface, simple and relatively easy to see the train of thought
  3. 所属分类:Windows Kernel

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

    0下载:
  2. 五位哲学家进餐的问题....VC++编程实现...编辑运行即可- codes in the os experiment
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1628
    • 提供者:cacasi
  1. java_threaddemo

    0下载:
  2. 哲学家就餐是一个经典的Java多线程编程的实例,这是图形版。涉及到线程同步与互斥,临界区访问问题以及避免死锁的方法。 -Dining Philosophers is a classic example of Java multi-threaded programming, it is graphic version. Related to thread synchronization and mutual exclusion, critical access issues and ways to
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:107670
    • 提供者:204
  1. dininPhilosopher

    0下载:
  2. 有五个哲学家围坐在一圆桌旁,桌中央有一盘通心粉,每人面前有一只空盘子,每两人之间放一只筷子每个哲学家的行为是思考,感到饥饿,然后吃通心粉.为了吃通心粉,每个哲学家必须拿到两只筷子,并且每个人只能直接从自己的左边或右边去取筷子-There are five philosophers sitting around a round table next to the Central Authorities have a pasta table, each before an empty plate,
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:783
    • 提供者:cecilia
  1. philosophesdine

    0下载:
  2. 哲学家进餐问题算法用VC++程序实现,非常经典的程序,很不错的哦。源代码完全开放-Dining Philosophers algorithm uses VC++ program to achieve a very classic procedures, very good oh. Completely open source code
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:519404
    • 提供者:李乐
  1. operation

    0下载:
  2. c++实现的进程线程问题,包括父子进程,哲学家进餐问题等等.-c++ implementation of the process of threading issues, including his son process, the philosopher eating problems, and so.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:13827
    • 提供者:赵鑫
  1. chopsticktest

    0下载:
  2. 这是一个用多线程编写的哲学家进餐问题,里面用到了多线程中的一些知识。-This is a multi-threaded, prepared with the dining philosophers problem, which uses a multi-threaded some knowledge.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:665
    • 提供者:xuguibin
« 1 2 34 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com