搜索资源列表

  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 simulat
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:飞翔
  1. scz

    0下载:
  2. 操作系统中生产者与消费者问题实验源代码 全部都编译通过,需要的可直接使用.-Producers and consumers operating system problems all experiments the source code through the compiler, we need direct access.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:Zhang Guowei
  1. 29_161625_pc

    0下载:
  2. 生产者与消费者问题算法实现,功能要求:根据进程同步机制,编写一个解决上述问题的可视化程序,可显示缓冲池状态、放数据、取数据等过程。 具体参数:有4个生产者进程,分别为P1、P2、P3和P4; 有4个消费者进程,分别是C1、C2、C3和C4; 缓冲区单元个数N=15; 不同的生产进程可生产不同的产品,自己可任意定义,在本程序中是直接将相应生产者代号放入缓冲区,消费时将某消费者消费某生产者的信息显示出来 -Produ
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:50176
    • 提供者:deer
  1. pv_rw

    0下载:
  2. 利用Windows提供的API函数,用VISUALC++ 6.0编写程序,解决生产者与消费者问题,实现进程的互斥与同步 实验设计在同一个进程地址空间内执行的七个线程。三个生产者线程四个消费者线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。生产者线程生产物品时,若无空缓冲区可用,生产者线程必须等待消费者线程释放出一个空缓冲区;消费者线程消费物品时,若无满的缓冲区,
  3. 所属分类:系统编程

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

    0下载:
  2. 进程同步模拟设计——生产者和消费者问题 .用手动输入的方式模拟信号量机制的生产者与消费者问题。-Synchronous analog design process- the issue of producers and consumers. Methods used to manually enter the amount of analog signal mechanism for the producer and consumer
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:lyb
  1. dialog_9

    0下载:
  2. 用VC模拟的生产者与消费者问题,只是一个界面实现简单功能,其他得还需弥补-Analog with VC problem of producers and consumers, only a simple interface functions, other may need to make up for
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:45056
    • 提供者:王叶
  1. ProductAndConsumer

    0下载:
  2. 计算机网络经典算法:生产者与消费者问题的源代码-classic algorithm of computer network:producer and consumer
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:143360
    • 提供者:若欣
  1. OS

    0下载:
  2. 题目一:实现生产者消费者问题;题目二:实现银行家算法。此程序的设计在Windows XP操作系统下,基于Microsoft Visual C++6.0环境下的一个关于实现生产者与消费者问题和银行家算法的程序。用C语言实现编程。-Title 1: Achieving the producer consumer problem Title 2: achieving banker' s algorithm. The design of
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:120832
    • 提供者:蒋思
  1. produceandconsume

    0下载:
  2. 进程同步实验——生产者与消费者问题算法实现进程同步实验——生产者与消费者问题算法实现-Process Synchronization Experiment- producers and consumers to achieve process synchronization problem algorithm Experiment- producers and consumers problem algorithm
  3. 所属分类:操作系统开发

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

    0下载:
  2. 操作系统 生产者与消费者问题 掌握进程(线程)的同步与互斥。 掌握生产者消费者问题的实现方法-The operating system to master the process of issue of producers and consumers (thread) synchronization and mutual exclusion. Grasp the realization method of the produce
  3. 所属分类:系统编程

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

    0下载:
  2. 本次课程设计在本着加强课本知识运用能力的前提下,用PV操作来解决生产者消费者问题这个题目。该题目主要是解决操作系统中进程的同步与互斥的问题。 有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. (1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者进程的标识符. (2)生产者和消费者各有两个以上. (3)多个生产者或多个消费者之
  3. 所属分类:操作系统开发

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

    0下载:
  2. 生产者与消费者问题,用信号量实现!linux环境下的C代码-Producer and consumer issues, using semaphores to achieve! C code in linux environment
  3. 所属分类:Linux/Unix编程

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

    0下载:
  2. 利用c++实现操作系统中进程同步中的经典问题——生产者与消费者问题的模拟实现过程。-Using c++ operating system processes to achieve a classic problem of synchronization- producers and consumers, the implementation process simulation problems.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1254400
    • 提供者:天逸
  1. sczVSxfz

    0下载:
  2. 演示操作系统中生产者与消费者问题的解法,在多道程序和多任务系统中,系统内同时处于就绪状态的进程可能有若干个。也就是说能运行的进程数大于处理机个数。为了使系统中的进程能有条不紊地工作,必须选用某种调度策略,选择一进程占用处理机。设计一个模拟处理机调度算法,实现处理机调度。-Demonstration in the operating system Problem of producers and consumers, in the mul
  3. 所属分类:软件工程

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

    0下载:
  2. 在JCREATOR下开发的,多线程解决生产者与消费者问题 操作系统-Developed under the JCREATOR, multi-threaded operating system to solve the problem of producers and consumers
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. JAVA实现生产者与消费者问题 模拟PV操作-JAVA productor and consumer
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:安以轩
  1. produce

    0下载:
  2. 生产者与消费者问题,操作系统中解决同步互斥问题-Producer and consumer issues, the operating system to solve mutual exclusion synchronization problem
  3. 所属分类:操作系统开发

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

    0下载:
  2. 我们的课设报告,用多线程解决经典的生产者与消费者问题,用锁操作原语实现互斥。-Our class set up the report, using multiple threads to solve the classic problem of producers and consumers, with the locking primitives, to achieve mutually exclusive.
  3. 所属分类:文件格式

    • 发布日期:2024-05-20
    • 文件大小:134144
    • 提供者:刘芸
  1. os

    0下载:
  2. 分析进程的同步与互斥现象生产者与消费者问题,以及调度算法,编程实现经典的进程同步问题-It is about producer and comsumer problem,as well as math
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:139264
    • 提供者:李燕翔
  1. producer_customer_question

    0下载:
  2. 通过创建线程实现生产者、消费者对缓冲区进行互斥操作。 用信号量机制解决进程(线程)的同步与互斥问题。 缓冲区大小为31,缓冲区满则不允许生产者生产数据,缓冲区空则不允许消费者消费数据。 程序一直运行下去,直到敲击回车停止。-Achieved by creating a thread producers, consumers mutually exclusive operation of the buffer. Settlem
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:257024
    • 提供者:moondancing
« 1 2 3 45 6 7 8 9 »

源码中国 www.ymcn.org