搜索资源列表
Reader-Writer
- 通过研究Linux的线程机制和信号量实现读者写者(Reader-Writer)问题并发控制。 1)写-写互斥:不能有两个写者同时进行写操作; 2)读-写互斥:不能同时有一个线程在读,而另一个线程在写; 3)读-读允许:可以有一个或多个读者在读; 4)读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作; 5)写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能
linux-506-CN.tar
- linux下的adobe reader 版本5.06-the adobe reader version 5.06
command-Linux-disk
- 命令行给linux系统分区。提供截图给读者,能够很清楚明白的弄懂linux分区的整个过程-Command line to the linux system partition. Provide screenshots to the reader, can clearly understand the whole process of understand linux partition
97288425OReilly.Understanding.the.Linux.Kernel.3rd
- 本书内容涉及Linux 2.6内核,包含许多新特性,如O(1)调度程序、块I/0层、I/0调度程序等。 本书提供Linux内核设计和实现的概述性信息,覆盖了从核心内核系统的应用到内核设计与实现等各方面内容,能够带领读者快速走进Linux内核世界。本书不但介绍了理论,而且也讨论了具体应用,可以满足不同读者的需要,适合于各类希望理解Linux内核软件开发的读者。-This book covers Linux 2.6 kernel, includes many new features, such
linux
- c code for linux (wav reader)
reader_writer
- 操作系统作业,多线程读者写者问题,C语言,Linux-Reader and writer, multi-threaded issues, C language, Linux
linux内核0.11详细注释
- 本书对Linux 早期操作系统内核(v0.95)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短的时间内对Linux 的工作机理获得全面而深刻的理解,- This book (v0.95) the complete code document has carried on the detailed comprehensive annotation and the explanation to the Linux early time operating system essen
LINUX-Pem-Driver
- IPWireless 3G PEM linux source driver and installation document. This document does not detail the high level driver design, contained in [1]. It does detail some useful features that may be used on the Linux platform to aid testing and verificatio
nfc-linux-driver_0.0.6.pl2
- NFC 讀卡機 (NXP PN531)驅動程式 碼與範例程式-NFC Reader (NXP PN531) driver source code
txtReader
- This is a simple text reader program developed on Qt4. You can rename it as you like. It can run on both Windows and Linux platform. -This is a simple text reader program developed on Qt4. You can rename it as you like. It can run on both Windows
rss.reader.tar
- linux 平台 RSS reader ,一个linux平台下的 rss 阅览器,充分使用了 STL 等技术,并且使用了 sqlite 。可以用来学习-linux platform RSS reader
Reader-Writer
- reader—writer problem 多线程同步算法 linux下实现-reader-writer problem linux multithreaded synchronization algorithm to achieve
pdfReaderV0.1
- Linux下的PDF阅读器源代码,是在QT4下编译的。-PDF reader under Linux source code is compiled under the QT4.
linux
- linux应用程序编程实例,code目录存放了本书使用的部分代码,其中有些代码是从完整的程序中抽离出来,无法直接编译成可执行文件。读者在使用时,应该先读懂程序再使用。 otherscode目录存放了GNU/Linux中的常用命令源代码,读者可以参考。-linux application programming examples, code directory contains the book used some code, some code is detached from the co
LINUX
- Linux教程 帮助初学者更好的掌握Linux 教程主要讲述Linux思想跟运用-about Linux helping reader to master the linux
ARM-Linux
- ARM嵌入式Linux系统开发详解,从应用角度出发介绍什么是嵌入式系统,带读者进入嵌入式系统开发的领域-Detailed ARM embedded Linux system development, from the application point of view what is embedded system introduced with the reader into the field of embedded system development
base-on-PowerPC-embeded-Linux
- 本书详细地介绍了如何打造一个完整的嵌入式Linux 主要内容包括 Bootloader定制 Linux内核定制 LinuxRootfs定制 Linux守护进程定制 Linux设备驱动编程 Linux编程 实时 Linux 扩展等 同时本书结合PowerPC芯片 介绍了PowerPC芯片的基本结构 配置引导以及开发方法 本书的特点是注重实用 每篇内容都有具体的实例供参考 读者阅读了本书后 能够快速地在嵌入式PowerPC平台上运行起嵌入式Linux操作系统 开始系统的设计和研发本书可供Powe
153-Linux
- 明华 153 读卡器 linux接口库定义头文件及.so动态库和.a静态库-Ming Wah 153 reader linux header files and interface libraries defined. So dynamic libraries and. A static library
GNU-CPP-for-Linux-[cn]
- 在美国,汤姆·斯旺是“鼎鼎大名”的计算机图书作家,他的30余本计算机图书“本本热销”。这些热销图书中的很多种已经翻译成了中文简体版,同样也都成为了国内市场的畅销书。现在汤姆·斯旺再为Linux自由软件世界执笔,写下了Linux系统下C++编程方面的专著。书中介绍了在各种Linux系统下C++工具的差别及编程方法,介绍了面向对象式编程中常常遇到的类、包装、继承等常见课题,介绍了C++的字符串类、各种模板及算法库,还介绍了在X环境下,图形化软件的开发方式,等等。凭借多年写作的经验,汤姆·斯旺的著作,
Linux基础命令
- 本文将讲述网络相关命令,作者假定读者具备TCP/IP协议栈的基础知识。对于相关命令及其输出只介绍它的基本的使用方法和大概的描述,具体协议将不作详细解释。 如今网络无疑是很重要的,linux系统中提供了丰富的网络测试与管理命令。我们来一起看看它们。(This article will tell about network-related commands, and the author assumes that the reader has the basics of TCP\/IP proto