搜索资源列表
SyncStack
- JAVA中进程的问题,生产者和消费者程序-Java process, producers and consumers procedures
shengcanzhexiaofeizhe
- 消费者,生产者问题的具体实现,在linux环境-consumers, producers of the concrete realization of the Linux environment
tcps_2
- TCP/IP服务器源程序,本程序没有任何保护,对于本程序可能引起的损害,编制者不负任何责任.-TCP / IP server source code, the procedure without any protection, the procedure may cause harm, producers without any liability.
ProducerCustomer
- 操作系统中内存管理部分 生产者消费者问题的源代码实现-operating system memory management component producers and consumers of the source code to achieve
producer_customer
- 生产者和消费者是一个程序上的生产者和消费者关系的演示程序,程序中运用可爱的动画来演示程序,清晰明了,程序中的核心代码是运用.NET框架中的上锁和解锁类函数来实现的。-producers and consumers is a point of relations between producers and consumers of the demonstration program, Application procedures lovely animation to demonstrate th
changyuxiao
- 操作系统课程设计,模拟算法生产者与消费者-courses on operating system design, simulation algorithm for producers and consumers
解决线程死锁问题的 生产者 消费者程序
- 解决线程死锁问题的 生产者 消费者程序-threads of producers and consumers procedures
生产者
- 经典的PV操作,生产者消费者-classic PV operation, producers and consumers
信号量来解决操作系统的消费者与生产者问题
- 一个UNIX进程间通讯的程序,使用了信号量来解决操作系统的消费者与生产者问题,使用了fork,wait,nanosleep,sempo等unix函数。-a UNIX inter-process communication, the use of the signal operating system to solve the volume of consumers and producers, the use of the fork, wait, nanosleep, sempo other u
生产者消费者程序
- 有关操作系统中著明的生产者消费者程序,实现进程间的同步与互斥-the operating system with the prescribed procedures for producers and consumers, the process to achieve synchronization and mutual exclusion
pthread.tar
- linux下多线程实现生产者消费者及用并行算法求圆周率等经典算法-linux under the multi-threaded use of consumers and producers to achieve parallel algorithm for the classical algorithm, such as pi
BufferProgram
- 循环缓冲区好处是:使共享资源的线程的等待时间减到最小,并使他们的平均操作速度相同。 注意:循环缓冲区不适合于生产者和消费者持续以不同的速度进行操作的情况。 缓冲区太小,这样会使线程等待更多的时间。 缓冲区太大,这样会浪费内存。 -Circular buffer benefits are: to make a thread of shared resources to minimize the waiting time, make them the same as the a
ProducerandConsumerProblem
- 用多进程同步方法解决生产者-消费者问题 设计目的:通过研究Linux 的进程机制和信号量实现生产者消费者问题的并发控制. 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. 设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者县城的标识符.(2)生产者和消费者各有两个以上.(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码.-Synchronous multi-process so
rubbisher
- 垃圾制造者在任何文件上添加字节-Producers refuse to add any documents bytes
OS_NO1
- 系统编程中消费者,生产者的实现源代码,初学者可能很有用。-System Programming consumers, producers realize the source code, it might be useful to beginners.
producer_and_consumer
- 操作系统同步与互斥的经典问题--生产者与消费者问题编程代码-Operating system synchronization and mutex classic problem- the issue of producers and consumers of programming code
productorconsumer
- 操作系统生产者消费者程序实现,做的不好,-Producers of consumer operating system procedures to achieve, do well,
linux-c-producers-and-consumers-
- linux c实现生产者 消费者程序 -linux c program producers and consumers to achieve
producers-and-consumers
- 生产者消费者问题的具体实现要求: (1)、至少提供3个生产者和3个消费者六个进程并发执行; (2)、缓冲区单元至少为十个; (3)、生产者进程的运行速度和消费者进程的运行速度可通过时间调整,目的便于查看当生产者进程比消费者进程快时缓冲区单元的变化情况,同样的,当消费者进程比生产者进程快时也能便于查看缓冲区单元内容的变化情况; (4)、实时显示缓冲区单元内容的变化情况,并告知是哪一个进程的行为导致了缓冲区单元内容的变化。 -Producers and consumers on
Producers-and-consumers
- 基于windows平台的生产者消费者互斥代码,已经在VC6下调试通过-Producers and consumers based on Windows platform mutex code in VC6 debugging through
