搜索资源列表
io
- linux下实现IO通信,服务器端支持并发服务
UNIX环境下的高级IO技术
- UNIX环境下利用高级IO技术实现非阻塞的输入/输出-UNIX environment using high technology to achieve non-blocking IO input / output
IO多路复用 SELECT函数
- IO的多路复用(Select函数) 注:为了解决创建子进程带来的系统资源消耗而采用多路I/O模型 一般来说当我们在向文件读写时,进程有可能读写出阻塞,如果我们不希望阻塞,我们的一个选择是用select系统调用。只要我们设置好select的各个参数那么文件可以读写的时候select通知我们说可以读写,在我们调用select时进程会一直阻塞到以下一种情况发生 1) 有文件可以读 2) 有文件可以写 3) 超过所设置的时间
linux_useAPI_and_other
- linux 应用程序API_进程 进程和信号编程 管道/io ,进程间通讯,网络编程, 线程机制 -linux application process and signal process API_ programming pipeline/io, inter-process communication, network programming, threading mechanism
Stableiozone3_318.tar
- IO ZONE,大名鼎鼎的文件系统性能测试软件的源代码.C写的,LINUX和WIN下都可以用-IO ZONE, the well-known file system performance test software' s source code. C wrote, LINUX and WIN can be used under
IO-Port-Programming
- How to access IO Ports under Linux
IO
- linux/unix系统的I/O也就是一般所说的低级I/O——操作系统提供的基本IO服务,与os绑定-linux/unix system, I/O is generally called low-level operating system I/O-- provision of basic IO services, os bind
alp-apB-low-level-io
- linux驱动编程资料,非常好的英文资料。。B-linux-driven programming information, very good materials in English. . B
IO
- linux 环境下的 IO 文件编程-linux 环境下的 IO 文件编程linux 环境下的 IO 文件编程
aio
- Linux AIO (asynchronous IO) facility test.
UNIX-IO
- 详细讲述了UNIX下的输入输出的基本原理及使用方法.-UNIX IO
io
- Linux下C语言实现IO接口的驱动程序,主要包括:数码管显示、电机驱动、按键驱动以及Led驱动。-IO interface for Linux drivers, including: digital control, motor drives, key drives, and Led driver.
linux-IO
- linux驱动io文档 希望对大家有帮助-Linux drivers IO document we want to help
File-system-IO-operation-experiment
- 文件系统IO操作实验 文件系统IO操作实验-File system IO operation experiment
cx18-io
- cx18 driver PCI memory mapped IO access routines.
io
- linux下io操作的各个函数讲解以及示例-explain as well as an example of the operation function under linux io
io-unit
- IO-UNIT specific routines for memory management.
io-workarounds
- Support PCI IO workaround driver
Linux IO端口驱动
- linux io端口驱动及测试应用程序,包括全套测试历程(linux io prot driver and test app demo)
io多路复用
- io多路复用用于一个服务器端接收多个客户端请求,实现非阻塞数据传输(IO multiplexing is used to receive multiple client requests at one server to achieve non blocking data transmission)
