搜索资源列表

  1. ProCon

    0下载:
  2. 简易地演示操作系统方面的一个重要问题——生产者消费者-simple demonstration to the operating system an important issue -- producers and consumers
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:61.65kb
    • 提供者:干冰
  1. final.c

    0下载:
  2. 读者和写者,有关操作系统课程设计的 进程和线程,我急需生产者和消费者-readers and writing, the operating system of curriculum design process and thread, I hasten to producers and consumers
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1.06kb
    • 提供者:0030
  1. VC中的生产和消费问题

    0下载:
  2. VC中实现的生产者和消费者问题的算法。此为转帖,算法讲的不错。-VC achieve producers and consumers of the algorithm. This was patented algorithm for the good.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:6.5kb
    • 提供者:苏辉
  1. ProducerConsumerProblem

    0下载:
  2. 关于操作系统生产者与消费者的源码,没有解压密码.-operating system on producers and consumers of the source, without extracting passwords.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4.49kb
    • 提供者:ll
  1. jingkl

    0下载:
  2. 关于一个java线程的问题说明,是以生产者与消费者讲述-java threads of a problem that is about producers and consumers
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4.06kb
    • 提供者:ll
  1. producers

    0下载:
  2. 在Windows2000/XP环境下,创建一个控制台进程,在此进程中创建n个线程来模拟生产者或消费者。-In Windows2000/XP environment, create a console process, in the process of creating n threads to simulate the producers or consumers.
  3. 所属分类:Windows编程

    • 发布日期:2025-02-17
    • 文件大小:14kb
    • 提供者:华夏
  1. Producers

    0下载:
  2. (1)操作系统中允许同时有多个进程并发进行,进程对共享资源存在互斥或者协作关系。其中生产者进程产生信息资源,可以是计算进程。消费者进程使用信息,它可以是输出打印进程,对于缓冲区生产者与消费者进程互斥使用,其次,消费者进程依赖于生产者产生的资源,如果尚未得到满足,则必须等待生产者信号的唤醒; (2)本程序运行必须设置模拟系统缓冲区的个数以及系统进程的个数,对于每个程序,还必须设置其属性,即是生产者或者消费者,由简单的数字1和2表示。对
  3. 所属分类:C#编程

    • 发布日期:2025-02-17
    • 文件大小:2kb
    • 提供者:youyu
  1. linux-c-producers-and-consumers-

    0下载:
  2. linux c实现生产者 消费者程序 -linux c program producers and consumers to achieve
  3. 所属分类:Linux/Unix编程

    • 发布日期:2025-02-17
    • 文件大小:1kb
    • 提供者:xiangyunl
  1. producers-and-consumers-

    0下载:
  2. 一个或多个生产者消费者实现线程间的同步、互斥 使用AND型信号量-One or more producers and consumers to achieve synchronization between threads, mutual exclusion semaphores with the AND-type
  3. 所属分类:进程与线程

    • 发布日期:2025-02-17
    • 文件大小:3kb
    • 提供者:陈蓝
  1. producers-and-consumers

    0下载:
  2. 生产者消费者问题的具体实现要求: (1)、至少提供3个生产者和3个消费者六个进程并发执行; (2)、缓冲区单元至少为十个; (3)、生产者进程的运行速度和消费者进程的运行速度可通过时间调整,目的便于查看当生产者进程比消费者进程快时缓冲区单元的变化情况,同样的,当消费者进程比生产者进程快时也能便于查看缓冲区单元内容的变化情况; (4)、实时显示缓冲区单元内容的变化情况,并告知是哪一个进程的行为导致了缓冲区单元内容的变化。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2025-02-17
    • 文件大小:1kb
    • 提供者:嘉何月
  1. Producers-and-consumers

    0下载:
  2. 生产者与消费者问题的实现。创建一组“生产者”线程和一组“消费者”线程,并建立一个长度为N的全局数组作为共享缓冲区。“生产者”向缓冲区输入数据,“消费者”从缓冲区读出数据。当缓冲区满时,“生产者”必须阻塞,等待“消费者”取走缓冲区数据后将其唤醒。当缓冲区空时,“消费者”阻塞,等待“生产者”生产了产品后将其唤醒。试用信号量实现“生产者”与“消费者”线程之间的同步。 -Producers and consumers
  3. 所属分类:JSP源码/Java

    • 发布日期:2025-02-17
    • 文件大小:1kb
    • 提供者:阿园
  1. labview-producers-and-consumers

    0下载:
  2. 通过labview程序的演示,进一步掌握生产者与消费者循环,该压缩文件中包含有如何控制箱子的移动,及方向的控制等-Through the LabVIEW program demonstration, further grasp the producers and consumers of circulation, the compressed file contains how to control the moving directi
  3. 所属分类:LabView

    • 发布日期:2025-02-17
    • 文件大小:57kb
    • 提供者:化玉伟
  1. producers-and-consumers

    0下载:
  2. 操作系统生产者消费者的Csharp编程实现的,很适合初学者参考使用-Operating system producers and consumers
  3. 所属分类:操作系统开发

    • 发布日期:2025-02-17
    • 文件大小:36kb
    • 提供者:孙世华
  1. Producers-and-consumers

    0下载:
  2. 基于windows平台的生产者消费者互斥代码,已经在VC6下调试通过-Producers and consumers based on Windows platform mutex code in VC6 debugging through
  3. 所属分类:系统编程

    • 发布日期:2025-02-17
    • 文件大小:13kb
    • 提供者:liuxinfeng
  1. Producers-and-consumers

    0下载:
  2. 多进程/ 线程编程:生产者 - 消费者问题。 1,设置两类进程/ 线程,一类为生产者,一类为消费者; 2,建立缓冲区的数据结构; 3,随机启动生产者或消费者; 4,显示缓冲区状况; 5,随着进程/ 线程每次操作缓冲区,更新显示;-Multi-process/thread programming: producer- consumer issues. 1, set two types of processes/thr
  3. 所属分类:进程与线程

    • 发布日期:2025-02-17
    • 文件大小:3kb
    • 提供者:刘禹
  1. Producers-and-consumers

    0下载:
  2. 操作系统进程互斥(消费者与生产者算法)演示-The Demo of Producers and consumers
  3. 所属分类:C#编程

    • 发布日期:2025-02-17
    • 文件大小:281kb
    • 提供者:夜云
  1. The-issue-of-producers-and-consumers

    0下载:
  2. 本程序用VS2005实现多线程生产者和消费者问题,本程序含有界面,生产者和消费者数目可时时再现-The program realization multithreading producer and consumer issues with VS2005, the program contains a number of interface, producers and consumers can keep reproducing
  3. 所属分类:C#编程

    • 发布日期:2025-02-17
    • 文件大小:71kb
    • 提供者:周雪凌
  1. producers-and-consumers

    0下载:
  2. 进程生产者消费者,生产者消费者问题是操作系统课上十分基础的问题,对深入理解操作系统有十分重要的意义-The process of producers and consumers, producers and consumers is a very basic lesson on operating system issues, in-depth understanding of the operating system has grea
  3. 所属分类:操作系统开发

    • 发布日期:2025-02-17
    • 文件大小:660kb
    • 提供者:陈湃
  1. Producers-and-consumers

    0下载:
  2. 生产者与消费者 设计要求:设计一程序,由一个进程创建三个子进程,三个子进程一个是生产者进程,两个是消费者进程,父子进程都使用父进程创建的共享存储区进行通信,由生产者进程将一个数组中的十个数值发送到由5个缓冲区组成的共享内存中,两个消费者进程轮流接收并输出这十个数值,同时将两个消费者进程读出的数值进行累加求各和。-Producers and consumers Design requirements: to design a pr
  3. 所属分类:进程与线程

    • 发布日期:2025-02-17
    • 文件大小:1kb
    • 提供者:liuping
  1. LABVIEW-Producers-and-consumers

    0下载:
  2. NI的第三季讲坛LABVIEW生产者与消费者的妙用-Third-quarter pulpit NI LABVIEW use of producers and consumers
  3. 所属分类:LabView

    • 发布日期:2025-02-17
    • 文件大小:3.23mb
    • 提供者:谭祺
« 12 3 4 5 6 7 8 9 10 ... 31 »

源码中国 www.ymcn.org