CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 生产者与消费者

搜索资源列表

  1. feng1

    0下载:
  2. 此程序是解决同步与互斥的程序源代码,同时也是通过进程,和选择不同的进程,如消费者和生产者,输入不同的字符,来决定将执行哪一个进程。-this procedure is to solve and coordinate the program's source code, but also through the process, and the choice of different processes, such as consumers and producers that the
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:7250
    • 提供者:张英子
  1. wqe

    0下载:
  2. 操作及怎样从文本文件和字符串中抽取信息(一)环境变量软链接和硬链接VisualC++中函数调用方式浅探用vc实现生产者消费者.....浅析VC与Matlab联合编程(二)一个简单的系列号(SN)填写器给托盘添加右击菜单-operation and how from text documents and information from a string (1) environment variable soft and hard links link Vis ualC Function Call
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5363
    • 提供者:zzq
  1. CustomerAndProducter

    0下载:
  2. 消费者与生产者游戏,该游戏模拟了经典的消费者与生产者的游戏规则,利用了JAVA的多线程-consumers and producers game, the game simulated by the classic consumer and producer of the rules of the game. The use of multithreading Java
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:821
    • 提供者:许健
  1. 417554

    0下载:
  2. 07年操作系统的作业,消费者与生产者,以后不想做,直接下载,实验报告也写好了,名字改一下就能用-07 operating system, consumers and producers, since it does not want to do, direct download, Experimental report also done, the name change will be able to use what
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:24469
    • 提供者:天涯
  1. njdowncn0705251

    0下载:
  2. 代码阅读方法与实践,很好的一本书,得过Joliet ·vfor的人力资源管理系统,带整套的论文,毕业设计 ·使用VC++开发的微型GIS系统 ·消费者,生产者问题的具体实现,在linux环境 ·编译原理中的语法分析器 ·这是一段很好的wince
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:1560835
    • 提供者:刘军
  1. PC

    0下载:
  2. 生产者和消费者:C 有相应的文字说明与注释-Producers and consumers: C there is a corresponding text descr iption and Notes
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:2112
    • 提供者:li
  1. liao

    0下载:
  2. 进程同步与互斥 该代码非常完善的展现的经典进程同步与互斥问题——生产者和消费者问题的同步与互斥过程!-Process synchronization and mutual exclusion of the code is very well exhibited the classic process of synchronization and mutual exclusion problem- the problem of producers and consumers the proce
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:1998426
    • 提供者:liaoyalan
  1. ss

    0下载:
  2. 模拟进程的创建与撤销,生产者和消费者进程互斥-Creation and revocation of the modeling process, the process of mutually exclusive producers and consumers
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1357
    • 提供者:剑客
  1. chx

    0下载:
  2. 操作系统程序。在linux下运行。两个生产者与两个消费者问题。包括IPC的定义与实现。-Operating system procedures. Run in linux. Two producers and two consumer issues. Including the definition and implementation of IPC.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:5690
    • 提供者:南宫瑶
  1. Process-mutex-synchronization-and

    0下载:
  2. 进程的同步与互斥实验,以生产者和消费者的角度阐明进程之间的同步与互斥是怎样实现的-Process synchronization and mutual exclusion experiment to clarify the perspective of producers and consumers, synchronization and mutual exclusion between processes is how to achieve
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-13
    • 文件大小:3083480
    • 提供者:张萌萌
  1. The-operating-system-course-design-

    0下载:
  2. 有一群生产者进程在生产产品,并将这些产品提供给消费者进程去消费。为使生产者进程与消费者进程能并发执行,在两者之间设置了一个具有n个缓冲区的缓冲池,生产者进程将它所生产的产品放入一个缓冲区中;消费者进程可从缓冲区中取走产品去消费。尽管所有的生产者进程和消费者进程都是以异步方式运行,但它们之间必须保持同步,即不允许消费者进程到一个空的缓冲区取产品,也不允许生产者进程向一个已装满产品且尚未取走的缓冲区投放产品。-A group of producers in the production proces
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:2032
    • 提供者:
  1. shengchanzheyuxiaofeizhe

    0下载:
  2. 设计目的:通过研究Linux 的进程机制和信号量,实现生产者消费者问题的并发控制. 说明:有界缓冲区内设有20个存储单元,有界缓冲区可用数组实现,缓冲区中的内容自定。 设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者进程标识符.(2)生产者和消费者至少各有两个以上.(3)多个生产者或多个消费者之间须有对缓冲区进行共享操作的函数代码(注意互斥与同步).-Design Objective: To study the mech
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:13661
    • 提供者:奋斗
  1. barbershops

    0下载:
  2. 操作系统中同步与互斥算法,生产者和消费者,理发店问题,-Operating system synchronization and mutual exclusion algorithms, producers and consumers, barber shops,
  3. 所属分类:Console

    • 发布日期:2017-12-01
    • 文件大小:1285184
    • 提供者:
  1. Android-Framework

    0下载:
  2. 一 JNI重难点分析 1.1 注册方法的选择 1.2 垃圾回收 二 init重难点分析 2.1 keywords.h的有趣用法 2.2 用好“DllMain函数”——客户端Property读取的实现 三 Android常用类重难点分析 3.1 RefBase、sp和wp 3.2 题外话——无所不用其极 四 Binder重难点分析 4.1 时空穿越魔术揭秘 4.2 Binder和线程的关系 五 Audio系统
  3. 所属分类:software engineering

    • 发布日期:2017-11-01
    • 文件大小:620182
    • 提供者:贾诩
  1. productor_consumer

    0下载:
  2. 本程序综合采用V fork 、共享内存、信号量机制实现了2个生产者与2个消费者之间的进程同步。并完成了程序的准确性验证。同时,为了更加准确的测试程序的稳定性,设定了每个生产者和消费者在对缓冲区进行操作前都会等待一段随机的时间,并把缓冲区大小设置得相对较小。最后经过多次测试,程序结果均完全正确.-This procedure using a combination of V fork, shared memory, semaphores mechanism to achieve the proce
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:3132
    • 提供者:万园春
  1. Produtor---consumidor

    0下载:
  2. 生产者-消费者问题(操作系统)原理与实现: it 分类: Computer Science 生产者-消费者问题是一个经典的进程同步问题,该问题最早由Dijkstra提出,用以演示他提出的信号量机制。在同一个进程地址空间内执行的两个线程生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:2005
    • 提供者:高健
  1. 4456438

    0下载:
  2. 经典问题,生产者,消费者问题,模拟操作系统进程,推荐给大家(Classic problem, producers, consumers, simulation operating system processes, recommend to everyone)
  3. 所属分类:对话框与窗口

  1. oneuancemessage

    0下载:
  2. springmvc与rabbitMQ的整合Demo,基本的配置文件,消息生产者和消费者的简单实现()
  3. 所属分类:书籍源码

    • 发布日期:2017-12-27
    • 文件大小:2299904
    • 提供者:ztdles
  1. usudec

    0下载:
  2. spring mvc与rabbitMQ的整合Demo,基本的配置文件,消息生产者和消费者的简单实现()
  3. 所属分类:网络编程

    • 发布日期:2018-04-21
    • 文件大小:2299904
    • 提供者:grewmwvc
  1. mnorder

    0下载:
  2. spring mvc与rabbitMQ的整合Demo,基本的配置文件,消息生产者和消费者的简单实现()
  3. 所属分类:Ajax

    • 发布日期:2018-04-21
    • 文件大小:2299904
    • 提供者:uiqdlbwaua
« 1 2 ... 5 6 7 8 9 1011 12 13 »
搜珍网 www.dssz.com