搜索资源列表
Intel公司出品的内存测试软件--附源代码
- Intel公司出品的内存测试软件--附源代码-Intel producer of memory testing software -- source
vb生产者-消费者问题
- 用VB实现生产者与消费者问题-VB producer and consumer issues
sczxfzcx
- window下的生产者消费者程序 1、实验环境 本实验是在win2000+VC6.0环境下实现的,利用Windows SDK编制实例程序。所以试验需要在windows下安装VC后进行。VC是一个集成开发环境,其中包含了Windows SDK所有工具和定义;所以安装了VC后就不用特意安装SDK了。 2、实现步骤 (1) 打开VC,选择菜单项file->new,选择projects选项卡并建立一个名为\" R_WP1\"的win32 console applicatoin工程;
czxt
- 操作系统 操作系统] 操作系统 消费者-生产者模拟程序-OS operating system] operating system consumer-producer simulation program
produce
- 操作系统中一个生产者消费者问题的在vc++中的简单实现-operating system a producer consumer issues in vc the simple realization
wonlen
- 我们学校操作系统实验做的一些程序 包括进程同步,处理器调度,生产者消费者问题-our schools operating system to do some experimental procedures include process synchronization, processor scheduling, producer consumer issues. .
操作系统试验报告
- 试验目的:通过研究Linux的线程机制和信号量实现生产者消费者问题的并发控制 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1~20这20个整型数。 要求: (1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容.当前指针位置和生产者/消费者线程的标识符 (2)生产者和消费者各有两个以上 (3)多个生产者或多个消费者之间须共享对缓冲区进行操作的函数代码。-Test Objective : To study the Linux threading mechan
R_WPublem.rar
- 操作系统课程设计:生产者消费者程序,windows环境,Visual C++开发工具,实现进程通信,Operating systems curriculum design: the producer consumer program, windows environment, Visual C++ development tools, to achieve the process of communication
the-producer---consumer-problem
- 模拟PV操作同步机构,且用PV操作解决生产者——消费者问题-PV operation synchronization, simulation, and the use of PV operation to solve the producer- consumer problem
producer-consumer
- 用信号量解决生产者消费者问题,简捷易懂!-Semaphore producers with consumers to solve the problem, simple and understandable!
produce_consume
- 操作系统课程设计:很好的课程设计:研究的是生产者消费者的进程同步问题,需要的人赶紧下吧-Operating systems curriculum design: a very good curriculum design: the study is the process of the producer consumer synchronization problem, those who need it quickly, are you
producer_consumer_problem
- a code that represents the consumer producer problem
producer-and-consumer
- 操作系统 同步进程 生产者消费者问题程序设计-producer and consumer
Producer-Consumer
- 本实验要求设计在同一个进程地址空间内执行的两个线程。生产者线程生产产品,然后将产品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得产品,然后释放缓冲区。当生产者线程生产产品时,如果缓冲区已满,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费产品时,如果缓冲区空,那么消费者线程将被阻塞,直到新的产品被生产出来。-In this study, to design a process address space in the same execute two thre
Producer-and-consumer-C
- 能实现应生产者消费者算法的c++代码 运行环境为vc6.0-Producer and consumer C
producer-and-consumer
- 《操作系统概念》第七版 中的实验项目:生产者消费者问题。本程序中,main()函数需要三个参数:主线程休眠时间;生产者线程数;消费者线程数。各线程的休眠等待时间是随机的。-Experimental project in the seventh edition of the operating system concept: producers and consumers. The program, the main () function takes three parameters: the
The-producer-consumer-cycle
- 实现:生产者消费者循环,labview与生物学结合,-Implementation: producer consumer loop, labview combined with biology,
Producer-consumer-problem
- 生产者消费者完整代码 C语言,操作系统作业-Producer-consumer problem
生产者消费者+状态机
- 一个简单的生产者+消费者+状态机例子,使用了光栅尺和步进电机,没有附驱动程序,因此有些VI不能打开,但是并不影响结构的完整性(Producer and consumer)
consumer_producer
- 1、n个缓冲区的缓冲池作为一个临界资源: 当生产者任务从数据源—文件中读取数据后将会申请一个缓冲区,并将此数据放缓冲区中。 消费者任务从一个缓冲区中取走数据,并将其中的内容打印输出。 当一个生产者任务正在访问缓冲区时,其他生产者和消费者任务不能访问缓冲区。 当一个消费者任务正在访问缓冲区时,其他其他生产者和消费者任务不能访问缓冲区。 使用互斥量实现对缓冲池的互斥访问。(1. Buffer pool of N buffers as a critical resource: When the pr