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

搜索资源列表

  1. Producer

    0下载:
  2. 用VC++实现生产者与消费者的问题,此源码通过了VC++6。0的测试-with VC producers and consumers, through this source of VC 6. 0 tests
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29585
    • 提供者:刘伟
  1. R_WPI

    0下载:
  2. 文件包含采用VC写的源代码。它通过模拟了生产者和消费者问题来阐述并发进程。-document contains VC used to write the source code. Through simulation of producers and consumers with questions to elaborate process.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:12017
    • 提供者:许智勇
  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. Producer & Consumer

    0下载:
  2. VC实现的生产者 消费者,使进程学习中非常重要的东西 ~~希望大家支持-VC consumers, the producer, the process of learning something very important ~ ~ hope we support
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:37861
    • 提供者:osr
  1. mymorningjava

    0下载:
  2. java小程序,生产者-消费者问题(Java实现),电梯程序模拟,等等, java 小游戏-small programs, producer-consumer (Java), the elevator simulation, etc., java small game
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:212961
    • 提供者:凌晨
  1. Java问题

    0下载:
  2. 本设计使用Java语言来实现一个生产者消费者问题,里边有详细的使用说明,可以作为课程设计使用。-use of the Java language designed to achieve a producer consumer issues, along with detailed instructions. can be used as a curriculum design.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:6884
    • 提供者:赵威
  1. OSWORK01

    0下载:
  2. 第一次用MFC写进程同步与互斥,生产者与消费者问题 -the first to write MFC process synchronization and mutual exclusion, producer and consumer issues
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:34271
    • 提供者:哈哈哈
  1. p-c

    0下载:
  2. 计算机操作系统的生产者与消费者问题 一组生产者向一组消费者提供消息,它们共享一个有界缓冲池,生产者向其中投放消息,消费者从中取得消息。生产者要不断将数据放入共享的缓冲,消费者要不断从缓冲取出数据。消费者必须等生产者取走数据后才能再放新数据(不覆盖数据),消费者必须等生产者放入新数据后才能去取(不重复)。-computer operating system, the producer and a consumer group to a group of producers to provide
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1663
    • 提供者:紫水晶
  1. linyisen

    0下载:
  2. 生产者与消费者问题,一共12个缓冲池,生产和消费时间可以自己设定-producers and consumers, a total of 12 buffer pool, the production and consumption of time can be set itself
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:9758
    • 提供者:林一森
  1. sms_que

    0下载:
  2. 一个实现可以在进程间或者线程间通信的高效环形队列类,特别适用于那种生产者/消费者模型的应用中-an achievement in inter-process communication between threads or efficient circular queue category, particularly applicable to the kind of producer / consumer model of the application
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7163
    • 提供者:杨雨虹
  1. produce-customer

    0下载:
  2. 经典问题.生产者,消费者问题.模拟操作系统进程.-classic problem. Producers, consumer issues. Operating system simulation process.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:11873
    • 提供者:张宸
  1. programcpzzd

    0下载:
  2. 是操作系统中关于生产者和消费者的进程模拟程序,有一定的参考价值-operating system is on the producers and consumers of process simulation program, which is the reference value
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1637523
    • 提供者:赵泽东
  1. jchc

    0下载:
  2. 以生产者/消费者模型为依据,在Windows 2000环境下创建一个控制台进程,在该进程中创建n个线程模拟生产者和消费者,实现进程(线程)的同步与互斥。-to producer / consumer model as the basis, in Windows 2000 to create an environment console process, in the process of creating n threads simulation producers and consumers
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3130
    • 提供者:飞翔
  1. shengchan1

    0下载:
  2. 学校生产者消费者问题,相关的一程序,呵呵呵呵呵呵后-schools producer consumer issues, one related to the procedure, after huh-huh-huh
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:2381
    • 提供者:安宁
  1. sheng

    0下载:
  2. 操作系统生产者消费者问题的一个程序,用信号量做的-operating system producers and consumers of a program that will signal to do
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:2381
    • 提供者:axn
  1. MultiThreadsforpandc

    0下载:
  2. 用VC6编写的,采用了多线程技术的,解决生产者消费者算法的代码-VC6 prepared with the use of the multithreading technology, and solutions to producers and consumers algorithm code
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1527
    • 提供者:周迅
  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. guandaoshuangxiang

    0下载:
  2. 操作系统实验指导说明书 实验一 熟悉Linux环境 实验二 进程创建及进程通信 实验三 生产者-消费者问题 实验四 存储管理实验-operating systems experimental guidance brochures experiment with a two experimental Linux environment and the process of creation is the process of communication autopsy three
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:36769
    • 提供者:周发之
  1. SyncTest

    0下载:
  2. 用java实现生产者和消费者的多线程协调问题-with producers and consumers to achieve the coordination of multi-threaded
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1299
    • 提供者:tang
  1. shengcanzhexiaofeizhe

    0下载:
  2. 消费者,生产者问题的具体实现,在linux环境-consumers, producers of the concrete realization of the Linux environment
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:7337
    • 提供者:badfd
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 48 »
搜珍网 www.dssz.com