搜索资源列表
IO多路复用 SELECT函数
- IO的多路复用(Select函数) 注:为了解决创建子进程带来的系统资源消耗而采用多路I/O模型 一般来说当我们在向文件读写时,进程有可能读写出阻塞,如果我们不希望阻塞,我们的一个选择是用select系统调用。只要我们设置好select的各个参数那么文件可以读写的时候select通知我们说可以读写,在我们调用select时进程会一直阻塞到以下一种情况发生 1) 有文件可以读 2) 有文件可以写 3) 超过所设置的时间
linux_drive_using
- linux下 字符串操作 和流设备 ,linux下文件io 和磁盘操作-linux operating under the string and streaming device, linux file io and disk under the operating
embeddedLinux-6
- 这篇文章主要讲解文件IO相关开发,详细介绍了Linux下标准文件的IO函数使用方法-This article mainly related to the development of IO on the document, described in detail under the standard Linux file IO functions use
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
Linux-kernel-file-IO
- linux 2.6内核下读写文件的简单实例。-linux 2.6 kernel file read and write simple example.
IO
- linux 环境下的 IO 文件编程-linux 环境下的 IO 文件编程linux 环境下的 IO 文件编程
linuxIOprogramming
- 文件IO编程,read和write格式说明-File IO programming, read and write formats
IO.bas
- 磁盘文件IO.bas快速读写磁盘文件 VB 源码-fast read write file
System-call-sep
- Linux 2.6.11内核文件IO系统调用详解,有 部分代码解释-System call sep
embedded-Linux-application
- 嵌入式Linux应用程序开发详解 目录: 第1 章 Linux 快速入门 第2 章 Linux 基础命令 第3 章 Linux 下的C 编程基础 第4 章 嵌入式系统基础 第5 章 嵌入式Linux开发环境的搭建 第6 章 文件IO编程 第7 章 进程控制开发 第8 章 进程间通信 第9章(多线程编程) 第10章(嵌入式Linux网络编程) 第11章(嵌入式Linux设备驱动开发) 第12章(Qt图形编程)-Embedded Linux app
File-system-IO-operation-experiment
- 文件系统IO操作实验 文件系统IO操作实验-File system IO operation experiment
linux
- Linux文件IO编程基础的一些例子,可以作为参考。-Something about linux I/O deriver
linux-pdf
- 第1章Linux快速入门,第2章Linux基础命令,第3章Linux C编程基础,第4章嵌入式系统基础,第5章嵌入式Linux开发环境搭建,第6章文件IO编程,第7章进程控制开发,第8章进程间通信,第9章Linux多线程编程,第10章嵌入式Linux网络编程,第11章嵌入式Linux设备驱动开发,第12章嵌入式Linux Qt图形编程-Chapter 1 Linux Quick Start Chapter 2 Linux based command, Chapter 3 Linux C Prog
linux
- linux从入门到精通 包含基础命令,linux下c编程基础,嵌入式系统基础,嵌入式linux开发环境的搭建,文件IO编程,进程控制开发,进程间通信,多线程编程,嵌入式linux网络编程,嵌入式设备驱动编程,Qt图形编程基础等-linux from entry to master basic commands include, linux c programming based embedded system based on embedded linux development environ
06-file_io
- Linux下文件IO操作示例。包括以下示例:copy_file,lock_set,poll,select,standard_io,producer-Linux operating under the File IO examples. Include the following examples: copy_file, lock_set, poll, select, standard_io, producer
IO
- 基于Linux系统的C语言编写的文件IO基本操作,比较基础的函数练习-The file IO Linux basic operation system based on the C language function, basis of comparison exercises
linux_code
- 包括linux文件IO、进程间通信、网络编程、信号量、互斥锁的各个基本linux高级编程的源码-linux thread ipc
io
- nanopi m1上关于gpio驱动的程序,可以通过测试文件控制pa7上的电压值-Nanopi m1 gpio driven on the procedures, the file can be controlled by the test voltage pa7
员工管理系统
- 用于学习参考的管理系统,使用了TCP,多线程,文件IO等相关知识(Management system for learning reference)
FileIO
- 一个简单的带buffer的文件I/O 类。实现了简单的 缓写 和 预读 策略,代码有注释,本代码仅供演示参考请勿用于实际项目。(入口文件的代码是用于测试文件合并的例子)(A simple I/O file class with buffer. The slow and write simple Prefetching Strategy, annotated code, the code is for reference for actual project demonstration. (Th