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

搜索资源列表

  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
    • 文件大小:7.08kb
    • 提供者:张英子
  1. SyncTest

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

    • 发布日期:2008-10-13
    • 文件大小:1.27kb
    • 提供者:tang
  1. 改进后的生产者问题

    0下载:
  2. 改进了的生产与消费者问题的模拟-improved production and consumer issues simulation
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:134.63kb
    • 提供者:李凌风
  1. 改进同行的生产与消费者问题

    0下载:
  2. 改进了一位同行的生产者与消费者问题的演示-improved a peer-producers and consumers of the demo!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:87.4kb
    • 提供者:李凌风
  1. WorkerConsumer

    0下载:
  2. 制作一个生产者和消费者模型的程序。 一个线程每3秒产生一个4字母长的随机单词作为生产者 一个线程作为消费者,将得到的4字母长的单词记入到一个单词文件中。
  3. 所属分类:其它

    • 发布日期:2014-01-16
    • 文件大小:614byte
    • 提供者:zeyong
  1. 3

    0下载:
  2. 生产者消费者程序 非常好用的程序 生产者消费者程序 非常好用的程序
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4.36kb
    • 提供者:sdf
  1. njdowncn0705251

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

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

    0下载:
  2. 操作系统生产者消费者多线程的编程实现,使用信号量,c
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12.83kb
    • 提供者:宋春瑶
  1. guofengniu

    0下载:
  2. 用信号量机制解决操作系统课程设计中的生产者消费者的问题,值得参考
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:7.73kb
    • 提供者:牛国锋
  1. 生产者消费者问题

    0下载:
  2. 进程管理中的生产者消费者问题 只要是是描述进程管理中生产者与消费者在共享文件时是否同步与互斥问题-management process, the producer consumer issues as long as it is described process management producers and consumers when sharing files synchronized with the Mutual Exclusion
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:7.73kb
    • 提供者:王成
  1. 解决生产者-消费者问题

    0下载:
  2. public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter < 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:1.08kb
    • 提供者:阿乌鸟
  1. ProducerAndConsumer

    0下载:
  2. 操作系统里的生产者和消费者功能,有兴趣的朋友可以看看。-Operating system' s features producers and consumers, who are interested can look at the friend.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-24
    • 文件大小:252.09kb
    • 提供者:林婷
  1. ProAndUse

    0下载:
  2. 生产者与消费者的典型例子,进度条动态显示,生产及消费的详细过程。-Typical examples of producers and consumers, the dynamic progress bar shows the detailed process of production and consumption.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-08
    • 文件大小:1.81mb
    • 提供者:王傲
  1. OSjingcheng3

    0下载:
  2. 操作系统中的经典同步问题,生产者与消费者问题,希望对大家有帮助!-Classic synchronization problems in the operating system, producers and consumers, and hope to have everyone help!
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-28
    • 文件大小:1.83mb
    • 提供者:赵斌
  1. Pro_Con

    0下载:
  2. MFC做的生产者与消费者,利用list显示生产、消费、和仓库中的产品,程序中有创建,挂起,结束线程,经测试可以实现,程序的开发环境是VS2010.-MFC do producers and consumers, the use of list display production, consumption, and warehouse products, programs have created, pending the end of the thread, the test can be a
  3. 所属分类:GUI Develop

    • 发布日期:2017-06-15
    • 文件大小:22.85mb
    • 提供者:刘尚武
  1. consuueq

    0下载:
  2. 我写的一个生产者与消费者关系的多线程序,一个自引用的线性表-I write a multi-threaded sequence, the relationship between producer and consumer of a linear table reference
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-13
    • 文件大小:103.42kb
    • 提供者:NGISfjkxr!8049
  1. ivmulttion

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

    • 发布日期:2017-12-16
    • 文件大小:17kb
    • 提供者:Keumxe
  1. 4456438

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

搜珍网 www.dssz.com