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

搜索资源列表

  1. reader_writer

    0下载:
  2. 操作系统作业,多线程读者写者问题,C语言,Linux-Reader and writer, multi-threaded issues, C language, Linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1079
    • 提供者:瑞舞
  1. reader

    0下载:
  2. 本程序是实现操作系统中进程同步算法的程序,一个经典的算法reader/writer问题-This procedure is to achieve the operating system in the process of synchronization algorithm for the procedure, a classical algorithm for reader/writer problem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:1205
    • 提供者:zhang
  1. configrw-0.1beta3

    0下载:
  2. The configuration file reader/writer is written in C and has an optional GTK feature.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:22927
    • 提供者:frantamalta
  1. writepriority

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

    • 发布日期:2017-03-28
    • 文件大小: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. operating-system

    0下载:
  2. 读者与写者问题的线程实现和进程实现,这是我大三操作系统课程设计源代码-Reader and writer thread implementation issues and processes to achieve, this is my third year courses on operating system design source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:18979
    • 提供者:zhaoyibin
  1. semaphore

    0下载:
  2. The shared memory has three character buffers, which are used to store a small letter, a capital letter, and a digit respectively. These buffers are logically independent. This program have some writer and reader threads. The writer threads are respo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:14304
    • 提供者:eagle
  1. ACR30U_PCSC_LINUX_1_0

    0下载:
  2. Linux Driver The ACR38T smart card reader/writer is a USB full speed device which is the interface for the communication between a computer and a smart card. It is designed for a PC environment, ultimate smart card peripheral for a PC. It is an extre
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:18182
    • 提供者:GlebLar
  1. GNU-CPP-for-Linux-[cn]

    0下载:
  2. 在美国,汤姆·斯旺是“鼎鼎大名”的计算机图书作家,他的30余本计算机图书“本本热销”。这些热销图书中的很多种已经翻译成了中文简体版,同样也都成为了国内市场的畅销书。现在汤姆·斯旺再为Linux自由软件世界执笔,写下了Linux系统下C++编程方面的专著。书中介绍了在各种Linux系统下C++工具的差别及编程方法,介绍了面向对象式编程中常常遇到的类、包装、继承等常见课题,介绍了C++的字符串类、各种模板及算法库,还介绍了在X环境下,图形化软件的开发方式,等等。凭借多年写作的经验,汤姆·斯旺的著作,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-21
    • 文件大小:36532224
    • 提供者:张锐
  1. consumeraproducer

    0下载:
  2. 用c++语言编写的经典ipc——读写者问题的代码-the problem of reader and writer
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:4408
    • 提供者:yangsiqi
  1. pc_semaphore

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

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

    0下载:
  2. 利用线程同步实现读者和写者的问题,使用信号量来控制-reader and writer
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-06
    • 文件大小:1171326
    • 提供者:wuxingrong
  1. OS-process-reader-and-writer

    0下载:
  2. 进程同步互斥和读者写者问题,C实现-Process synchronization exclusive and readers who wrote
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:186241
    • 提供者:sasas
  1. BufferedWriter

    0下载:
  2. Wraps an existing Writer and <em>buffers< em> the output. Expensive interaction with the underlying reader is minimized, since most (smaller) requests can be satisfied by accessing the buffer alone.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2528
    • 提供者:nitocai
  1. qrwlock

    0下载:
  2. Writer states & reader shift and bias.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:3027
    • 提供者:hiusrmou
  1. readwriterlock

    0下载:
  2. 生产者消费者例子,简单描述读写锁,因为使用SRWLOCK所以需要net4.0以上window操作系统才能支持。-just a sample example of reader and writer lock, It demand net4.0 because of SRWLOCK.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-25
    • 文件大小:8580641
    • 提供者:黄谦敏
  1. bitsperlong

    0下载:
  2. \brief Configuration passed to reader and writer. This configuration object can be used to force the Reader or Writer to behave in a standard conforming way.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1422
    • 提供者:saderdx
  1. rsFifo

    0下载:
  2. A simple FIFO to be used as a producer consumer between two threads. One is writer and one is reader Source Code for Embedded Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1337
    • 提供者:dzgengfy
搜珍网 www.dssz.com