搜索资源列表

  1. Main

    0下载:
  2. 实现生产者和消费者问题。输入:由英文字母和数字组成的不定长度字符串数组,例如{“abc”,”23d”,”1a”}。每隔100毫秒,生产者线程读入数据,放入生产者公用的仓库;消费者从仓库中取出字符串,进行倒置,-Producers and consumers realize the problem. Input: letters and numbers from the adventitious length of the string
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. 这是操作系统关于生产者和消费者问题的实验,由于代码比较长,本人花了一个上午敲下来,分享给各位,希望有所帮助!-Hope it will help everyone !
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:254976
    • 提供者:胡慧
  1. productor

    0下载:
  2. 关于生产者和消费者问题的解决的方法,运用到操作系统相关知识-Producers and consumers on ways to solve problems, using knowledge of the operating system
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. (操作系统)生产者和消费者问题的模拟,进程调度模拟代码-(Operating system) simulation of producer and consumer issues, process scheduling simulation code
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:双声
  1. prodecur-consumor

    0下载:
  2. linux下的生产者和消费者问题实现 通过c语言实现的代码 可以模拟消费者生产者的过程-linux problem of producers and consumers under implementation
  3. 所属分类:Linux/Unix编程

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

    0下载:
  2. 基于LINUX C环境下的生产者和消费者问题,-Producers and consumers
  3. 所属分类:Linux/Unix编程

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

    0下载:
  2. 基于 LINUX环境下的生产者和消费者问题-LINUX-based environment, producers and consumer issues
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:和平
  1. produce1

    0下载:
  2. linux下面C写的生产者和消费者问题,只是作为参考,希望提出宝贵意见-the produce and consumer problem solved in linux written by C langeuage.just for some reference,welcome to suggest!
  3. 所属分类:Internet/网络编程

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

    0下载:
  2. 使用Windows信号量和互斥量实现生产者和消费者问题。对于多线程开发很有指导意义。-use Windowss semaphore and mutex to implement producer and consumer program!!
  3. 所属分类:系统编程

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

    0下载:
  2.  使用信号量实现有限缓冲区的生产者和消费者问题  使用信号量实现读进程具有优先权的读者和写者问题 -Producers and consumers   semaphore limited buffer using semaphores reading process has a priority of readers and writers
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:146432
    • 提供者:高莹
  1. daimaew

    0下载:
  2. 有关java编程实现的龟兔赛跑,以及多线程实现生产者和消费者问题。-The Java programming of the tortoise and the hare, and the multithreading producer and consumer problems.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:赵轶昌
  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#编程

    • 发布日期:2024-05-20
    • 文件大小:72704
    • 提供者:周雪凌
  1. PaC

    0下载:
  2. 生产者和消费者问题,java学习的初级编程问题,动态显示缓冲池中的状态和生产者消费者的工作情况。-Producers and consumers, the primary learning java programming problems, work status and dynamic display producers and consumers of the buffer pool.
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. 在windows操作系统上实现生产者和消费者问题PV操作实现的源代码。-PV producers and consumers to achieve the source code operating on windows operating system.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:likai
  1. 3

    0下载:
  2. 用进程来模拟生产者和消费者问题,2个生产者和3个消费者,3个缓冲区。-Used to simulate the process of producers and consumers
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:huwenbo
  1. jthreadsynch

    0下载:
  2. Java线程间同步互斥,在实际的编程中,经常要处理线程间的同步互斥问题。Java 语言内在强大的多线程支持使得处理这类问题变得相对来说比较简单。本例将模仿经典的线程同步互斥例子——生产者和消费者问题,来演示   java 强大的多线程机制。生产者和消费者共享一个数据,当数据为0 时,消费者不可访问,生产者可访问数据,每次访问数据加1;当数据到达100 时,生产者唤醒消费者,同时自身不可访问数据,消费者可访问数据,每次访问数据减1,
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:33792
    • 提供者:jpudn57
  1. Java-xianchengtongbuhuchi

    0下载:
  2. Java线程间同步互斥,在实际的编程中,经常要处理线程间的同步互斥问题。Java 语言内在强大的多线程支持使得处理这类问题变得相对来说比较简单。本例将模仿经典的线程同步互斥例子——生产者和消费者问题,来演示   java 强大的多线程机制。生产者和消费者共享一个数据,当数据为0 时,消费者不可访问,生产者可访问数据,每次访问数据加1;当数据到达100 时,生产者唤醒消费者,同时自身不可访问数据,消费者可访问数据,每次访问数据减1,
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. 多线程实现生产者和消费者问题。 -Multi threading the producer and consumer issues
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:yinhoo
  1. PC

    0下载:
  2. 经典的生产者和消费者问题。图形化界面描述了生产者和消费者问题-The classic problem of producers and consumers
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:刘洁琳
  1. sem.c

    0下载:
  2. 这是关于操作系统中生产者消费者问题的一段代码,其中生产者和消费者问题是用信号量实现的,临界资源是用数组实现的。-This is a piece of code about the producer-consumer problem in the operating system, where producer and consumer problems are implemented with semaphores, and the c
  3. 所属分类:操作系统开发

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

源码中国 www.ymcn.org