搜索资源列表
LINUXreverse
- 在Linux下,用C语言编写,将输入文件的各行逆序显示在标准输出上。如果不指定文件名,则逆序显示标准输入的内容。当使用-c选项时,每一行的字符也逆序输出,没有使用系统调用-In Linux, use the C language, each line of the input file to standard output in reverse order. If you do not specify a file name, display the standard input in reve
six_four.c
- 用C语言编写程序,将输入文件的各行逆序显示在标准输出上。如果不指定文件名,则逆序显示标准输入的内容。当使用-c选项时,每一行的字符也逆序输出。 标准输入以CTRL+D表示结束。使用系统调用.-With the C programming language, each line of the input file to standard output in reverse order. If you do not specify a file name, display the standar
first_mmap.c.tar
- 调用mmap函数对文件进行逆序操作。熟悉并使用mmap来减少系统调用和拷贝的次数。- Calls mmap function on a file in reverse operation. Familiar with and use mmap to reduce the number of system calls and copying.
first_unix.c.tar
- 使用unix的I/O函数:open/read/write,对指定文件进行逆序操作。-example:./unix test.txt 4 time ./unix test.txt 4 strace ./unix test.txt 4
Unixread.c.tar
- 一个大小为4KB的txt文件,可用于测试文件的读取于逆序写出。-The file is very good! I wish you to update!