您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 用多线程同步方法解决哲学家就餐问题

  2. linux用多线程同步方法解决哲学家就餐问题(Dining-Philosophers Problem)-linux using multi-thread synchronization methods to solve the problem dining philosophers (Dining-Philosophers Problem)
  3. 所属分类:Linux

    • 发布日期:2009-06-24
    • 文件大小:32768
    • 提供者:aliang0524
  1. 用多线程同步方法解决哲学家就餐问题

  2. 用多线程同步方法解决哲学家就餐问题 Dining-Philosophers Problem 操作系统课程设计 武汉理工大学
  3. 所属分类:专业指导

    • 发布日期:2009-07-09
    • 文件大小:559104
    • 提供者:liuwei8708
  1. The Little Book of Semaphores

  2. 大量例子讲述Semaphore的应用。 1 Introduction 1 1.1 Synchronization . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 Execution model . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.3 Serialization with messages . . . . . . . . . . . . .
  3. 所属分类:Python

    • 发布日期:2009-09-25
    • 文件大小:839680
    • 提供者:optima
  1. 信号量(Semaphore)

  2. 信号量(Semaphore)哲学家进餐问题(the dining philosophers problem)---------------------------程序
  3. 所属分类:专业指导

    • 发布日期:2009-10-20
    • 文件大小:998
    • 提供者:xiaochangfu
  1. 资料_操作系统-PV金典

  2. 第一章The P,V Theorem ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ 4 一Introduction of P,V Theorem ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢
  3. 所属分类:专业指导

    • 发布日期:2010-03-28
    • 文件大小:911360
    • 提供者:tzgj2007
  1. 操作系统 哲学家就餐 C/Cpp实现

  2. 操作系统 哲学家就餐(Dining Philosophers) C/Cpp实现;经典操作系统问题“哲学家就餐”的C源代码,以及CPP源代码。
  3. 所属分类:Windows Server

    • 发布日期:2011-11-06
    • 文件大小:13312
    • 提供者:colinzouming
  1. Win32多线程程序设计(完美版).pdf

  2. 第一篇 上路吧,线程 第1章 为什么要“千头万绪” 一条曲折的路 与线程共枕 为什么最终用户也需要多线程 Win32基础 Context Switching Race Conditions(竞争条件) Atomic Operations(原子操作) 线程之间如何通讯 好消息与坏消息 第2章 线程的第一次接触 产生一个线程 使用多个线程的结果 核心对象(Kernel Objects) 线程结束代码(Exit Code) 结束一个线程 错误处理 后台打印(Background Printing)
  3. 所属分类:C++

    • 发布日期:2012-01-03
    • 文件大小:5242880
    • 提供者:l361357732
  1. 多线程、并行与分布式程序设计基础 英文版pdf

  2. 主要内容如题:多线程,并行和分布式所使用的程序设计 Product Descr iption Foundations of Multithreaded, Parallel, and Distributed Programming covers-and then applies-the core concepts and techniques needed for an introductory course in this topic. The book emphasizes the prac
  3. 所属分类:互联网

    • 发布日期:2013-10-19
    • 文件大小:9437184
    • 提供者:kuango
  1. The Little Book of Semaphores

  2. The Little Book of Semaphores is a textbook that introduces the principles of synchronization for concurrent programming. In most computer science curricula, synchronization is a module in an Operating Systems class. OS textbooks present a standard
  3. 所属分类:其它

    • 发布日期:2014-09-15
    • 文件大小:989184
    • 提供者:tiffanyshanti
  1. OSGi实践(Neil Bartlett)OSGi In Practice (Neil Bartlett)

  2. 本书是OSGi的综合指南,有两个主要目标。 首先,它提供了对OSGi概念的清晰介绍,并提供了与架构师和开发人员都相关的示例。Contents Preface X Nuts and bolts 1. Introduction 1.1. What is a Module 1.2. The Problem(s) with JARs 1.2.1. Class Loading and the Global Classpath 1. 2.2. Conflicting Classes 1345689 1.2.
  3. 所属分类:其它

    • 发布日期:2019-10-31
    • 文件大小:3145728
    • 提供者:weixin_38743481
  1. intro to python concurrency by beazley.pdf

  2. David beazley 在pycon 上的presentation, David Beazley 在python领域具有全球号召力和影响力,他对concurrency asyncio 有深入理解和独到的看法,尽管这些看法与core developers 或者说Guido 有些不同。Support Files o Code samples and support files for this class http://www.dabeaz.com/usenix2009/concurrent/
  3. 所属分类:Python

    • 发布日期:2019-07-13
    • 文件大小:442368
    • 提供者:dannz
  1. Dining-philosophers-python-源码

  2. 餐饮哲学家-python
  3. 所属分类:其它

    • 发布日期:2021-03-16
    • 文件大小:1024
    • 提供者:weixin_42127937