搜索资源列表

  1. 生产者与消费者

    0下载:
  2. 程序用C++模拟了操作系统中的三种最典型的简单的静态进程调度算法;先由用户动态输入生成模拟进程,使用了26种可供用户选择的典型语句(包括循环、选择结构),可处理整型、布尔型与字符型三种数据与表达式计算;程序编制时主要采用的编程技术是:用语句链表记录进程语句,并用PCB链表,就绪队列链表,阻塞队列链表,执行队列链表,结束队列链表等数据表示进程处理过程中的相互关系,由于静态数据结构不适合处理数据量大小不定的数据,而动态队列结构适合于处理数据
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:31045
    • 提供者:石大浪
  1. 读者与写者

    1下载:
  2. 操作系统实验,进程同步与互斥读者写者问题,用vc实现-experimental operating system, and coordinate the process of the readers who wrote, using vc achieve
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:31524
    • 提供者:嘉晓岚
  1. 生产者消费者问题

    0下载:
  2. 进程管理中的生产者消费者问题 只要是是描述进程管理中生产者与消费者在共享文件时是否同步与互斥问题-management process, the producer consumer issues as long as it is described process management producers and consumers when sharing files synchronized with the Mutual Excl
  3. 所属分类:界面编程

    • 发布日期:2024-05-28
    • 文件大小:1724416
    • 提供者:王成
  1. 生产者与消费者

    0下载:
  2. 程序用C++模拟了操作系统中的三种最典型的简单的静态进程调度算法;先由用户动态输入生成模拟进程,使用了26种可供用户选择的典型语句(包括循环、选择结构),可处理整型、布尔型与字符型三种数据与表达式计算;程序编制时主要采用的编程技术是:用语句链表记录进程语句,并用PCB链表,就绪队列链表,阻塞队列链表,执行队列链表,结束队列链表等数据表示进程处理过程中的相互关系,由于静态数据结构不适合处理数据量大小不定的数据,而动态队列结构适合于处理数据
  3. 所属分类:进程与线程

    • 发布日期:2024-05-28
    • 文件大小:30720
    • 提供者:石大浪
  1. 生产者消费者程序

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

    • 发布日期:2024-05-28
    • 文件大小:2558976
    • 提供者:
  1. 读者与写者

    0下载:
  2. 操作系统实验,进程同步与互斥读者写者问题,用vc实现-experimental operating system, and coordinate the process of the readers who wrote, using vc achieve
  3. 所属分类:其他小程序

    • 发布日期:2024-05-28
    • 文件大小:31744
    • 提供者:嘉晓岚
  1. OSWORK01

    0下载:
  2. 第一次用MFC写进程同步与互斥,生产者与消费者问题 -the first to write MFC process synchronization and mutual exclusion, producer and consumer issues
  3. 所属分类:进程与线程

    • 发布日期:2024-05-28
    • 文件大小:41984
    • 提供者:哈哈哈
  1. RandW

    0下载:
  2. 读者-写者问题源代码,实现进程之间的同步与互斥 -reader-written source code problem, the realization of the process of synchronization and mutex
  3. 所属分类:进程与线程

    • 发布日期:2024-05-28
    • 文件大小:106496
    • 提供者:yan
  1. Linuxc

    0下载:
  2. 主要是其于linux c编程,包括了进程通信,进程同步与互斥,以及采用二进制读写文件,还有文档说明-Mainly in the in linux c programming, including the process of communication, process synchronization and mutual exclusion, and the introduction of reading and writing bi
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-28
    • 文件大小:64512
    • 提供者:张伟华
  1. DINING

    0下载:
  2. 演示哲学家就餐 进程的同步与互斥-Demo dining philosophers process synchronization and mutual exclusion
  3. 所属分类:进程与线程

    • 发布日期:2024-05-28
    • 文件大小:753664
    • 提供者:deaker
  1. fl2

    0下载:
  2. 操作系统 实验二 进程同步与互斥 实现的基本的进程的同步、互斥,并用银行家算法实现与死锁预防-Second, the process of experimental operating system synchronization and mutex realize the basic process synchronization, mutual exclusion, and bankers with the deadloc
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-28
    • 文件大小:138240
    • 提供者:林峰
  1. reader_writer

    0下载:
  2. 读者写者问题(读者优先,写者优先), pv操作,进程同步与互斥-Readers to write the problem (the reader priority, writing is preferred), pv operation, the process of synchronization and mutex
  3. 所属分类:进程与线程

    • 发布日期:2024-05-28
    • 文件大小:10240
    • 提供者:何健明
  1. producer_and_consumer

    0下载:
  2. 操作系统同步与互斥的经典问题--生产者与消费者问题编程代码-Operating system synchronization and mutex classic problem- the issue of producers and consumers of programming code
  3. 所属分类:系统编程

    • 发布日期:2024-05-28
    • 文件大小:154624
    • 提供者:陈小龙
  1. operat

    0下载:
  2. 操作系统试验——进程同步与互斥代码,希望对学习有帮助-Test operating system- the process of synchronization and mutex code, and they hope to learn helpful
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-28
    • 文件大小:10240
    • 提供者:huxuesen
  1. tongbu

    0下载:
  2. 同步与互斥 ,还有显示当前线程,司机售票员的pv,还有售票员买票-Synchronization and mutual exclusion, but also shows the current thread, the driver conductor of pv, also buy a ticket conductor
  3. 所属分类:进程与线程

    • 发布日期:2024-05-28
    • 文件大小:8192
    • 提供者:小小
  1. wu

    0下载:
  2. 实现操作系统课程的pv操作,在unix下的多进程之间的同步与互斥-The realization of operating systems courses pv operation, in unix multi-process synchronization and mutual exclusion between
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-28
    • 文件大小:3072
    • 提供者:火也
  1. Programs(update)

    0下载:
  2. 以生产者/消费者模型为依据,在Windows 2000环境下创建一个控制台进程,在该进程中创建n个线程模拟生产者和消费者,实现进程(线程)的同步与互斥。-To the producer/consumer model as the basis, in the Windows 2000 environment to create a console process, in the process to create a thread sim
  3. 所属分类:Windows编程

    • 发布日期:2024-05-28
    • 文件大小:8192
    • 提供者:曹雅丽
  1. jincheng

    0下载:
  2. 操作系统进程的同步与互斥。解决经典的水果问题。-The operating system process synchronization and mutual exclusion. To solve the classic problem of fruit.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-28
    • 文件大小:3224576
    • 提供者:阿爽
  1. ProducerConsumer.exe

    0下载:
  2. 本代码很形象的描述了生产者和消费者的同步与互斥问题-This code is a descr iption of the image of producers and consumers of synchronization and mutual exclusion problems
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-28
    • 文件大小:56320
    • 提供者:Geena
  1. 同步与互斥

    0下载:
  2. 实现信号量的同步与互斥,更改信号量需同步,不能出现写丢失,互斥操作只能允许一个操作执行,拒绝其他行为读取和更改。(To achieve synchronization and mutual exclusion semaphore)
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-28
    • 文件大小:307200
    • 提供者:Alohahahaha
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org