CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 读者写者

搜索资源列表

  1. exercise_1

    0下载:
  2. 读者写者的实验程序,操作系统实验课必备,通常是实验一,大家都上网找的-Readers to write the experimental procedure, experimental courses required operating system, usually the experimental one, we all find the Internet
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2628
    • 提供者:chaochao
  1. reader_writer

    1下载:
  2. 计算机操作系统,读者写者算法的C++源代码,-Computer operating system, readers who write algorithm C++ Source code,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2585
    • 提供者:dongbo
  1. frfs

    0下载:
  2. 读者写者问题,哲学家就餐问题,先来先来先服务-Writing questions from readers, dining philosophers problem, first-come, first-come, first serve
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:4160
    • 提供者:zhangmin
  1. Read_Write

    0下载:
  2. 读者写者算法,实现操作系统中的读者写者算法-Readers who write algorithm to write the operating system of the readers who algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:1759
    • 提供者:张凯歌
  1. writepriority

    0下载:
  2. 写优先的读者写者问题,使用共享内存,多个信号量实现。-writer and reader
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2381
    • 提供者:孟军
  1. xianchengthread

    0下载:
  2. 在Windows 2000 环境下,创建一个包含n 个线程的控制台进程。用这n 个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求,进行读写操作。请用信号量机制分别实现读者优先和写者优先的读者-写者问题。-In Windows 2000 environment, create a console that contains the process of n threads. N threads with which to express n a reader or writer. E
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:513553
    • 提供者:zsb
  1. bingFa

    0下载:
  2. 在linux环境下,使用多线程和信号量机制实现经典的读者写者问题-In the linux environment, using multiple threads and semaphore mechanism to bring readers to write the problem of classic
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:6187
    • 提供者:付言叶
  1. solutionofreader-writerproblem

    0下载:
  2. 解决读者-写者多线程同步问题,在Windows环境下运用Visual C++ 6.0实现。-Address the reader- writer multithreading synchronization problems in Windows environment using Visual C++ 6.0 to achieve.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:5354
    • 提供者:小贺
  1. dx

    0下载:
  2. 利用Windows提供的MFC类编程实现读者/写者的同步互斥问题,保证:1)一个人在写时,其他人不允许写;2)一个人在写时,其他人不允许读;3)一个人在读时,其他人不允许写;4)一个人在读时,其他人允许读。-MFC classes provided by Windows programming reader/writer mutual exclusion synchronization to ensure that: 1) When a person writes, others are not
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:1291
    • 提供者:eleven
  1. ReaderAndWriter

    0下载:
  2. Linux下读者写者问题, 1)写-写互斥:不能有两个写者同时进行写操作; 2)读-写互斥:不能同时有一个线程在读,而另一个线程在写; 3)读-读允许:可以有一个或多个读者在读; 4)读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作; 5)写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。-Under Linux readers to write, 1) wri
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:2515
    • 提供者:翔子
  1. pc_semaphore

    1下载:
  2. 线程间共享数据 读者写者问题 makefile-share data reader and writer makefile
  3. 所属分类:Driver develop

    • 发布日期:2017-12-06
    • 文件大小:18734
    • 提供者:wuchao
  1. ReaderWriter

    0下载:
  2. 读者写者问题,即多线程的同步和互斥,以及临界区的实现-Readers who write multithreaded synchronization and mutex, and the realization of the critical region
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-29
    • 文件大小:9559
    • 提供者:支持
  1. t4p4.c

    0下载:
  2. Linux进程间通信c代码,读者写者问题。-Linux inter-process communication c code readers who write.
  3. 所属分类:Driver develop

    • 发布日期:2017-12-03
    • 文件大小:830
    • 提供者:wql
  1. main

    0下载:
  2. 操作系统的读者写者问题,更高效,更准确,是初学操作系统的好例子-Operating systems readers who wrote, more efficient, more accurate, is a good example of the beginner operating system
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:2543
    • 提供者:john
  1. Reader_Writer

    0下载:
  2. 基于vc环境下的操作系统编程,模拟读者写者的可执行代码。-Vc environment based on operating system programming, simulation readers to write to executable code.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-26
    • 文件大小:1196111
    • 提供者:周清平
  1. randw

    0下载:
  2. 操作系统中经典的读者写者问题,利用的信号量机制实现,完整工程文件,已通过老师的答辩。-OS classic readers to write, use semaphore mechanism realization of the full project file, has passed the teacher' s reply.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:908736
    • 提供者:杨鹤凌
  1. R_W

    0下载:
  2. 操作系统实验,读者写者问题实践。比较适合新手交流。-Experimental operating system, readers who write practice. More suitable for novice exchanges.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:262805
    • 提供者:于洋
  1. writerandreader

    0下载:
  2. 操作系统,关于读者写者问题。包括信号量机制、互斥同步信号,信息传递等。编译成功通过。-Operating system, on the readers and the writers. Mechanism including semaphores, mutexes synchronization signal information transmission. Compile successfully.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1229818
    • 提供者:Eric Chen
  1. read_write.c

    0下载:
  2. 读者写者问题的linux系统编程的实现,基于she-Readers who write the linux system programming implementation, based on the shell
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:553
    • 提供者:SHIJY
  1. src

    0下载:
  2. 进程管理 实验目的 掌握进程的概念,深入理解进程的含义。认识并理解并发环境中进程执行的实质问题,了解构成并发机制的进程创建过程; 了解在进程创建后通过对进程控制的系统调用,可实现对进程的有效控制。掌握在进程执行中对进程进行睡眠、同步、撤消等控制方法; 分析进程竞争资源的现象,学习解决进程互斥的方法。 实验内容 1、创建新的进程;查看运行进程;换出某个进程;杀死运行进程。 2、采用写者优先重写P94的读者-写者问题,并通过一个读写序列,将算法与读者优先算法进行比较
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:2458
    • 提供者:
« 1 23 »
搜珍网 www.dssz.com