搜索资源列表

  1. DXFortran-0.9b

    1下载:
  2. DXF producer by Fortran
  3. 所属分类:邮电通讯系统

    • 发布日期:2024-05-19
    • 文件大小:381952
    • 提供者:li dali
  1. NetHelp

    0下载:
  2. 此帮助系统基于visual studio 2005 + Sql 2000制作。 运行环境:.net fr a mework 2.0,IIS 5.0+,IE5.5+ 使用说明:先将此文件下面的HELP还原到数据库中。 更改WEB.config里面的数据库联接参数。 配置IIS。即可使用。 初始帐号:admin 初始密码:admin888 后台登录地址/admin/login.asp
  3. 所属分类:按钮控件

    • 发布日期:2024-05-19
    • 文件大小:990208
    • 提供者:快乐
  1. dnxx200406-0037

    0下载:
  2. JAVA多线程解决生产者消费者的问题,讲的十分生动,并配有详细的例子说明-JAVA multi-threading to solve the producer consumer problem, talking about a very vivid, and with detailed examples to illustrate
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:78848
    • 提供者:cheng
  1. shengchanzhexiaofeizhe

    0下载:
  2. 在学习进程互斥中,有个著名的问题:生产者-消费者问题。这个问题是一个标准的、著名的同时性编程问题的集合:一个有限缓冲区和两类线程,它们是生产者和消费者,生产者把产品放入缓冲区,相反消费者便是从缓冲区中拿走产品。producer函数是生产者函数,produce_item(& item) 是指生产者生产出来一个产品,但是这时候并没有对缓冲区进行操作。这条语句看上去让人十分费解,其实它的意思是,如果上一次操作时产品的数目为0,消费者已经进入了
  3. 所属分类:系统编程

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

    0下载:
  2. 生产者消费者程序 非常好用的程序 生产者消费者程序 非常好用的程序-Producer consumer program very useful program producer consumer program is very easy to use procedures
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:sdf
  1. share-consumer

    0下载:
  2. 信号量实现对生产者和消费者的共享内存的控制-Semaphore producers and consumers to achieve the shared memory control
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:一飞
  1. shengcz

    0下载:
  2. 生产者消费者问题,简单模拟了一下进程同步-Producer consumer problem, a simple simulation of what the process of synchronization
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:kevin
  1. 02_pthread

    0下载:
  2. 多线程的生产者消费者两线程实现源码,linux嵌入式开发-Multi-threaded producer consumer thread to achieve the two-source, linux embedded development
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:赵佳伟
  1. consumer_producer

    0下载:
  2. 多个生产者多个消费者同步问题——进程调度--操作系统模拟-A number of producers more than consumers synchronization- the process of scheduling- the operating system simulation
  3. 所属分类:.net编程

    • 发布日期:2024-05-19
    • 文件大小:800768
    • 提供者:kp
  1. 1

    0下载:
  2. 用多进程同步方法解决生产者-消费者问题 设计目的:通过研究Linux 的进程机制和信号量实现生产者消费者问题的并发控制. 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. 设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者县城的标识符.(2)生产者和消费者各有两个以上.(3)多个生产者或多个消费者之间须有共享对缓冲区进行操
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:shanwei
  1. caozuoxitongkechengsheji

    0下载:
  2. 实现了生产者消费者问题和实现银行家算法-Achieved a producer of consumer issues and the realization of banker s algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:75776
    • 提供者:
  1. ss

    0下载:
  2. 根据生产者—消费者问题的相关原理,用C编程创建两组线程,分别模拟生产者和消费者,为了确保两组线程之间的同步和互斥,必须设置相关的信号量让两组线程有序的运行。-According to the producer- consumer issues related to theory, with C programming to create two threads, respectively, simulated producers and
  3. 所属分类:进程与线程

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:张侃
  1. ProducerandConsumer

    0下载:
  2. 在生产者/消费者模型中,生产者Producer负责生产数据,而消费者Consumer负责使用数据。多个生产者线程会在同一时间运行,生产数据,并放到内存中一个共享的区域。期间,多个消费者线程读取内存共享区,消费里面的数据。-In the producer/consumer model, the Producer is responsible for production data producers and consumers Consu
  3. 所属分类:C#编程

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

    0下载:
  2. 因为有多个缓冲区,所以生产者线程没有必要在生成新的数据之前等待最后一个数据被消费者线程处理完毕。同样,消费者线程并不一定每次只能处理一个数据。在多缓冲区机制下,线程之间不必互相等待形成死锁,因而提高了效率。-Because there are a number of the buffer zone, so the producer thread is not necessary in the generation of new data
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:wang shao hua
  1. shengchanzhe

    0下载:
  2. 这是操作系统的程序设计,是关于生产者消费者的程序设计!-This is the operating system program design, on the producer consumer program design!
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:曾梅童
  1. corejava

    0下载:
  2. 生产者消费者 -Producer Consumer Producer Consumer
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:267264
    • 提供者:
  1. pthread

    0下载:
  2. 多线程应用程序设计。生产者线程不断顺序地吧0-1000的数字写入共享的循环缓冲区,同时消费者线程不断地共享地循环缓冲区读取数据。-Multi-threaded application design. The producer thread to keep the order you write the number 0-1000 shared buffer cycle, while consumers continue to share
  3. 所属分类:进程与线程

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:徐亚雪
  1. permeability-producer

    0下载:
  2. 用于产生垂向渗透率 根据的是渗透率变异系数 其中层数可以任意给定-Used to produce vertical permeability is based on the permeability coefficient of variation which can be given low-rise
  3. 所属分类:电子书籍

    • 发布日期:2024-05-19
    • 文件大小:174080
    • 提供者:wang
  1. P_C

    0下载:
  2. 基于windows环境,对多线程间的生产者和消费者模型进行模拟,并尝试解决其中的死锁问题。-Windows-based environment for multi-threaded between the producer and consumer model simulation, and try to resolve the issue of deadlock.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-19
    • 文件大小:1844224
    • 提供者:mating
  1. a

    0下载:
  2. 该程序创建了两个进程,一个生产者,一个消费者,用来实现进程间的同步-The program creates two processes, a producer, a consumer, used to realize the process of synchronization between
  3. 所属分类:文档资料

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:TONY
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 34 »

源码中国 www.ymcn.org