搜索资源列表

  1. 信号量来解决操作系统的消费者与生产者问题

    0下载:
  2. 一个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,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2495
    • 提供者:飞杨
  1. 生产者消费者程序

    1下载:
  2. 有关操作系统中著明的生产者消费者程序,实现进程间的同步与互斥-the operating system with the prescribed procedures for producers and consumers, the process to achieve synchronization and mutual exclusion
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:51103
    • 提供者:gaoyan
  1. 操作系统生产者消费者

    1下载:
  2. 操作系统生产者消费者
  3. 所属分类:Linux/Unix编程

  1. 用信号量解决生产者-消费者问题

    0下载:
  2. 这是操作系统课,期中考试的题目,用互斥信号量解决进程同步的问题-This is the OS class, the subject of the examination period, with the volume contradict signal synchronization process to resolve the problem
  3. 所属分类:操作系统开发

    • 发布日期:2024-10-07
    • 文件大小:61440
    • 提供者:成龙
  1. 信号量来解决操作系统的消费者与生产者问题

    0下载:
  2. 一个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,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-10-07
    • 文件大小:2048
    • 提供者:飞杨
  1. 生产者消费者程序

    0下载:
  2. 有关操作系统中著明的生产者消费者程序,实现进程间的同步与互斥-the operating system with the prescribed procedures for producers and consumers, the process to achieve synchronization and mutual exclusion
  3. 所属分类:系统编程

    • 发布日期:2024-10-07
    • 文件大小:2558976
    • 提供者:
  1. 操作系统试验报告

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

    • 发布日期:2024-10-07
    • 文件大小:8192
    • 提供者:张飞
  1. 生产者消费者c++

    0下载:
  2. 计算机操作系统的c++版本,很不错的哦,实用,适合广大的大学生参考-computer operating system c version, oh very good, practical and suitable for the majority of the students reference
  3. 所属分类:uCOS开发

    • 发布日期:2024-10-07
    • 文件大小:4096
    • 提供者:柴俊
  1. sheng

    0下载:
  2. 操作系统生产者消费者问题的一个程序,用信号量做的-operating system producers and consumers of a program that will signal to do
  3. 所属分类:教育/学校应用

    • 发布日期:2024-10-07
    • 文件大小:2048
    • 提供者:axn
  1. ProcessSynchronization

    0下载:
  2. 实现操作系统几个经典问题:生产者消费者,读者写者,哲学家进餐问题.共做一个界面-The realization of the operating system a few classic problems: producers of consumer, readers-writer, philosopher eating problems. Were to do an interface
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-10-07
    • 文件大小:97280
    • 提供者:bark
  1. producer_consummer

    0下载:
  2. 应用临界区解决操作系统生产者消费者问题源码,实验实现环境 Visual Studio 2005。-Application of the critical areas to solve the producer consumer problem of the operating system source code, experimental realization of the environment Visual Studio 200
  3. 所属分类:操作系统开发

    • 发布日期:2024-10-07
    • 文件大小:14336
    • 提供者:pk
  1. pro_con

    0下载:
  2. 操作系统生产者消费者多线程的编程实现,使用信号量,c-Operating system producers consumers realize multi-threaded programming, the use of semaphores, c
  3. 所属分类:其他小程序

    • 发布日期:2024-10-07
    • 文件大小:13312
    • 提供者:宋春瑶
  1. guofengniu

    0下载:
  2. 用信号量机制解决操作系统课程设计中的生产者消费者的问题,值得参考-Semaphore mechanism used to solve the design of operating systems courses producer of consumer issues, it is also useful
  3. 所属分类:按钮控件

    • 发布日期:2024-10-07
    • 文件大小:8192
    • 提供者:牛国锋
  1. P_C

    0下载:
  2. 模拟操作系统的著名问题--生产者消费者问题,并且可以任意设置缓冲区大小并从标准文件读入数据-Simulation of the operating system a well-known problem- the producers of consumer issues and can set the buffer size and read from the standard document data
  3. 所属分类:系统编程

    • 发布日期:2024-10-07
    • 文件大小:3072
    • 提供者:王小二
  1. produce_consume

    0下载:
  2. 操作系统课程设计:很好的课程设计:研究的是生产者消费者的进程同步问题,需要的人赶紧下吧-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 yo
  3. 所属分类:操作系统开发

    • 发布日期:2024-10-07
    • 文件大小:2106368
    • 提供者:张薇薇
  1. 6-1

    0下载:
  2. 操作系统课程设计,生产者消费者问题,很实用的一个程序设计论文-Operating system design, the producer consumer problem, it is a practical program design thesis
  3. 所属分类:系统编程

    • 发布日期:2024-10-07
    • 文件大小:302080
    • 提供者:张巍
  1. 516

    0下载:
  2. 操作系统的课程设计 一个简单的关于用多进程同步方法解决生产者-消费者问题的代码以及论文-Curriculum design operating system on a simple multi-process synchronization solution to the producer- consumer issues, as well as paper code
  3. 所属分类:操作系统开发

    • 发布日期:2024-10-07
    • 文件大小:118784
    • 提供者:萧天
  1. 生产者消费者作业02

    0下载:
  2. C#编写的有关操作系统中生产者与消费者问题的实例,画面美观,生动形象的描绘了生产者与消费者之间的关系,代码部分简介易懂。(C# is an example of the problem of producers and consumers in the operation system. The picture is beautiful, vividly depicting the relationship between produc
  3. 所属分类:C#编程

    • 发布日期:2024-10-07
    • 文件大小:5148672
    • 提供者:炙热的眼
  1. OS

    0下载:
  2. 操作系统生产者消费者问题啊啊啊啊啊啊啊啊啊啊(OS ::DeleteObject(full1); ::DeleteObject(empty1); ::DeleteObject(full2); ::DeleteObject(empty2); ::DeleteObject(buffer1); ::DeleteObject(buffer2); full1 = ::CreateSemaphore(0,m_bu
  3. 所属分类:Windows编程

    • 发布日期:2024-10-07
    • 文件大小:24574976
    • 提供者:45477658
  1. 生产者消费者

    0下载:
  2. 实现操作系统生产者消费者算法,内有两个算法文件和运行结果(operating system Producer consumer algorithm)
  3. 所属分类:操作系统开发

    • 发布日期:2024-10-07
    • 文件大小:95232
    • 提供者:fafa05
« 12 3 4 5 6 7 8 9 10 ... 16 »

源码中国 www.ymcn.org