搜索资源列表

  1. PV1983619

    0下载:
  2. 采用超前检测的算法解决传统的生产者消费者问题中的死锁情况,并含有详细的设计文档和测试程序-using advanced detection algorithms to solve the traditional problems of the producers and consumers of deadlock, and contains detailed design documentation and testing proced
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:415744
    • 提供者:yhl
  1. shengchangxiaofeize

    0下载:
  2. “生产者-消费者”问题模拟系统hlp.pdf-"producer-consumer" simulation system hlp.pdf
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:64512
    • 提供者:诸葛三皮
  1. pc1525216

    0下载:
  2. 使用VC++编程实现“生产者——消费者”进程同步问题,理解进程同步概念及实现方法和信号灯机制。-use VC Programming "producer-- consumer" process synchronization problem understanding of the concept and process synchronization method and the signal mechanism.
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:1929216
    • 提供者:Silent
  1. producerandcosumer

    0下载:
  2. 1、 生产者—消费者问题是一种同步问题的抽象描述。 2、 计算机系统中的每个进程都可以消费或生产某类资源。当系统中某一进程使用某一资源时,可以看作是消耗,且该进程称为消费者。 3、 而当某个进程释放资源时,则它就相当一个生产者 -one, producer-consumer problem is a problem of synchronization of the abstract descr iption. 2, the
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:115712
    • 提供者:张宁
  1. produce

    0下载:
  2. 操作系统中一个生产者消费者问题的在vc++中的简单实现-operating system a producer consumer issues in vc the simple realization
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:608256
    • 提供者:zmq
  1. dnxx200406-0037

    0下载:
  2. JAVA多线程解决生产者消费者的问题,讲的十分生动,并配有详细的例子说明-JAVA multi-threading to solve the producer consumer problem, talking about a very vivid, and with detailed examples to illustrate
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:78848
    • 提供者:cheng
  1. 4

    0下载:
  2. 这段C语言代码是我在大学期间学习操作系统时,编写的一个简单的,对“生产者消费者”问题进行模拟程序。用字符屏幕输出结果,其中do:表示生产者正在进行生产;??:表示消费者请求消费;*****:表示已经完成的产品;CurrentTime:通过一个时间来标志那些动作是同时发生的-This C language code that I study at the university during the operating system, pr
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:
  1. shengchanzhexiaofeizhe

    0下载:
  2. 在学习进程互斥中,有个著名的问题:生产者-消费者问题。这个问题是一个标准的、著名的同时性编程问题的集合:一个有限缓冲区和两类线程,它们是生产者和消费者,生产者把产品放入缓冲区,相反消费者便是从缓冲区中拿走产品。producer函数是生产者函数,produce_item(& item) 是指生产者生产出来一个产品,但是这时候并没有对缓冲区进行操作。这条语句看上去让人十分费解,其实它的意思是,如果上一次操作时产品的数目为0,消费者已经进入了
  3. 所属分类:系统编程

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

    0下载:
  2. 操作系统,生产者消费者问题,用C语言实现。-Operating system, producers of consumer problems, using C language.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:李一
  1. 3

    0下载:
  2. 生产者消费者程序 非常好用的程序 生产者消费者程序 非常好用的程序-Producer consumer program very useful program producer consumer program is very easy to use procedures
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:sdf
  1. shengcz

    0下载:
  2. 生产者消费者问题,简单模拟了一下进程同步-Producer consumer problem, a simple simulation of what the process of synchronization
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:kevin
  1. opition

    0下载:
  2. 这是用c语言编写的 模拟生产者 消费者的程序-This is prepared by using c language simulation program producers consumers
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:375808
    • 提供者:000
  1. 02_pthread

    0下载:
  2. 多线程的生产者消费者两线程实现源码,linux嵌入式开发-Multi-threaded producer consumer thread to achieve the two-source, linux embedded development
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:赵佳伟
  1. pc

    0下载:
  2. linux下的关于操作系统的,生产者消费者的问题的程序。-under linux on the operating system, producers consumers procedures.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:王洋
  1. ProcessSynchronization

    0下载:
  2. 实现操作系统几个经典问题:生产者消费者,读者写者,哲学家进餐问题.共做一个界面-The realization of the operating system a few classic problems: producers of consumer, readers-writer, philosopher eating problems. Were to do an interface
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:97280
    • 提供者:bark
  1. 1

    0下载:
  2. 用多进程同步方法解决生产者-消费者问题 设计目的:通过研究Linux 的进程机制和信号量实现生产者消费者问题的并发控制. 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. 设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者县城的标识符.(2)生产者和消费者各有两个以上.(3)多个生产者或多个消费者之间须有共享对缓冲区进行操
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:shanwei
  1. caozuoxitongkechengsheji

    0下载:
  2. 实现了生产者消费者问题和实现银行家算法-Achieved a producer of consumer issues and the realization of banker s algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:75776
    • 提供者:
  1. ss

    0下载:
  2. 根据生产者—消费者问题的相关原理,用C编程创建两组线程,分别模拟生产者和消费者,为了确保两组线程之间的同步和互斥,必须设置相关的信号量让两组线程有序的运行。-According to the producer- consumer issues related to theory, with C programming to create two threads, respectively, simulated producers and
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:张侃
  1. shengchanxiaofei

    0下载:
  2. 操作系统课程设计 模拟生产者消费者问题 -Curriculum design simulation producers operating system on consumer issues
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:kevin3225521
  1. shengchanzhe

    0下载:
  2. 这是操作系统的程序设计,是关于生产者消费者的程序设计!-This is the operating system program design, on the producer consumer program design!
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:曾梅童
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org