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

搜索资源列表

  1. m216.pdf

    0下载:
  2. Motif 2.1 - Widget Writer s Guide
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1079355
    • 提供者:吴晓亮
  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-23
    • 文件大小:1205
    • 提供者:zhang
  1. reader-writer

    0下载:
  2. 解决读者-写者的想法: 就是所谓的”忙等待“。一个进程(线程)要使用某个资源,先看能否满足”一定要求“,能,就使用, 不能就等待直到这个要求满足为止。 -Solve the readers- the idea of writing: the so-called " busy waiting." A process (thread) to use a resource, look at the can meet the " demands" , t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:640
    • 提供者:谢雨
  1. reader-writer

    0下载:
  2. 设有20个连续的存储单元,写入/读出的数据项设定为1~20这20个字符。-With 20 consecutive memory cell, write/read out the data item is set to 1 to 20 of these 20 characters.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:781
    • 提供者:谢雨
  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-08
    • 文件大小:22927
    • 提供者:frantamalta
  1. C-bianxiequdong

    0下载:
  2. 本书指导你如何编写你自己的驱动, 以及如何利用内核相关的部分. 我们采用一种设备-独立的方法 编程技术和接口, 在任何可能的时候, 不会捆绑到任何特定的设备. 每一个驱动都是不同的 作为一个驱动编写者, 你需要深入理解你的特定设备. 但是大部分的原则和基本技术对所有驱动都是一样的. 本书无法教你关于你的设备的东西, 但是它给予你所需要的使你的设备运行起来的背景知识的指导.-This book guides you how to write your own driver, and how to
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:1196500
    • 提供者:feilong
  1. writepriority

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

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

    0下载:
  2. reader—writer problem 多线程同步算法 linux下实现-reader-writer problem linux multithreaded synchronization algorithm to achieve
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:10066
    • 提供者:小贺
  1. readerwriter

    0下载:
  2. 在Linux下用多线程同步方法解决读者-写者问题(Reader-Writer Problem) -In Linux, use the multi-thread synchronization solution to the reader- writer problem (Reader-Writer Problem)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:113373
    • 提供者:孙芸芸
  1. Linux_24hours_tutorial

    0下载:
  2. 《linux 24学时教程》本书详细讲解了用Linux的图形配置工具配置Caldera OpenLinux,通过一个ppp与网络连接、使用K桌面环境、用StarOffice提高在家办公的效率、网络浏览、发传真、接收email及使用GIMP等图形工具。 24学时每次1小时的课程能使你迅速掌握Linux各方面的内容,简单易懂,通俗实用。本书在美国十分畅销,其作者是美国资深计算机书作家。本书适合初、中级读者阅读。-" Linux 24 hours tutorial," This bo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-20
    • 文件大小:33845399
    • 提供者:
  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. BOOK

    0下载:
  2. William von Hagen (Bill) has been a UNIX system administrator for over 20 years and a Linux fanatic since the early 1990s. He has worked as a systems programmer, system administrator, writer, applications developer, drummer, and documentation man
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-14
    • 文件大小:3655247
    • 提供者:smile
  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-27
    • 文件大小: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. TCP-IP-number-one-THREE

    0下载:
  2. W.Richard Stevens(1951-1999),国际知名的UNIX和网络专家,受人尊敬的作家。他的著作有《UNIX网络编程》(两卷本),《UNIX网络高级编程》,《TCP/IP详解》(三卷本)等,同时他还是广受欢迎的教师和顾问。-W. Richard Stevens (1951-1999), internationally renowned UNIX and networking expert, a respected writer. His works include " UNIX
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-11
    • 文件大小:2818392
    • 提供者:李元诚
  1. consumeraproducer

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

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

    0下载:
  2. Simple movie writer for vnc based on Libavformat API example from FFMPEG. -Simple movie writer for vnc based on Libavformat API example from FFMPEG.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-17
    • 文件大小:4350
    • 提供者:fetiho
  1. Writer

    0下载:
  2. The base class for all writers. A writer is a means of writing data to a target in a character-wise manner.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2082
    • 提供者:yuyerye
« 12 3 4 5 »
搜珍网 www.dssz.com