搜索资源列表
Linux下C语言编程--文件操作
- 提供几种常见的文件操作,如对文件进行读或写,显示目录,创建目录等等。-provide several common file operations, such as the document read or write, show directory, create directories and so on.
如何在LINUX下实现硬件的自动检测
- 如何在LINUX下实现硬件的自动检测?这是一个问题,如何解决,请看书!-How to do hardware detection in linux? It s a question. How to solve it? Just read the book!
ns-tutorial
- NS的教程,.tcl文件,若在Win下阅读,用记事本打开即可。-Tutorial about NS,including tcl files.You can open in notepad if you read in windows system.
source-stl
- STL在liunx下的源代码文件,可以在Linux下安装,也可以直接阅读源码来学习STL编程-It s a STL source code file under Linux, it can set up under linux or read it directly
CIPReadProtocol
- 很珍贵的资料,本人花了近一年的时间才稿定了,这个主要说明cip控制协议在linux的编程说明及数据包装。先上转read数据包装方式,有空再上传write的。
bmplib-0.6.tar
- bmplib: Library to read and write BMP image files.
read-write
- 实验程序模拟多个生产/消费者在有界缓冲上正确的操作。它利用N个字节的共享内存作为有界循环缓冲区,利用写一字符模拟放一个产品,利用读一字符模拟消费一个产品。当缓冲区空时消费者应阻塞睡眠,而当缓冲区满时生产者应当阻塞睡眠。一旦缓冲区中有空单元,生产者进程就向空单元中入写字符, 并报告写的内容和位置。一旦缓冲区中有未读过的字符,消费者进程就从该单元中 读出字符,并报告读取位置。生产者不能向同一单元中连续写两次以上相同的字 符,消费者也不能从同一单元中连续读两次以上相同的字符。 -cha
copy_file
- linux读写文件命令的应用 read函数 write函数 close函数的应用
chrdev_led_five_function
- 在友善开发板mini2440上,用字符设备方式实现的led驱动程序,及测试用的应用程序。led驱动程序实现了ioctl、read、write设备方法,都比较简单,可以供初学者参考,在应用程序中有五个命令方法, 0-关闭指定的led 1-打开指定的led 2-获得指定的led状态 3-获得所有的led状态 4-设置所有的led-Development board mini2440 in a friendly, and with the realization of the le
read
- linux下串口的读取,主要描述了怎样通过串口读取数据的-read under linux serial, describes how to read data through the serial port
read
- 一个简单的程序,作用是在Unix系统下,只要输入文件名字,都可以读出任何文本文件的内容。并附带一个Unix下挂载U盘的方法。-read any text file in Unix.
Read-and-export-files
- 使用系统调用,用C或C++写一个程序,实现如下功能:从一个文件中读出数据,写入另一个文件中。 要求: 具有良好的交互性 使用者可输入源文件和目的文件的路径和文件名。 具有完善的错误处理机制 针对可能出现的各种错误,要有相应的错误提示输出,并作相应处理。 在Linux操作系统上调试并运行 -Use of system calls, using a program written in C or C, to achieve the following functions:
read-file--modify
- 文件读写,定时监测文件是否被更改,若更改,程序重启-File read and write regularly monitored file is changed, if changes to the program to restart
read stdin buffer
- read stdin buffer read stdin buffer read stdin buffer read stdin buffer
trace-event-read
- If it fails, the next read will report it.
read
- read.c - read the blkid cache disk, to avoid scanning all devices. -read.c - read the blkid cache disk, to avoid scanning all devices.
read
- linux fs nfs read.c Block I O for N F S. -linux fs nfs read.c Block I O for N F S.
read
- Linux Device Driver: char read clients(input.externint optind. -Linux Device Driver: Linux Device Driver: char read clients(input.externint optind.
uart
- Linux上串口读写程序,首先打开串口,对其进行设置,然后产生一个子进程对子进行对串口进行读,父进程对串口进行写操作。(The demo is used for reading and writing the uart in Linux, there are two thread, the parent fork write the uart, the child thread read it.)
LinuxBookCode
- 一些简单的系统调用函数实例,比如read、write等(Some simple system call function instances)