搜索资源列表
reverse_list
- 将一个链表逆序,共2种方式,一个是采取依次摘取节点的方式,另一个是递归方式
testlist
- 线性表常用子函数,插入,删除,排序,逆序,归并,等等.-Linear form used subroutine, insert, delete, sort, reverse, merging, and so on.
socket_work
- linux环境下客户服务器通信,socket编程,服务器给客户机返回字符逆序输出功能。-linux environment, client-server communication, socket programming, the server to the client returns the character reverse output.
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
ex3_1
- 应用指针变量实现字符串的逆序显示,采用c++编写的小程序。-Application of the reverse pointer for string variables showed that using c++ written a small program.
copy_M.c
- 用标准c的I/O库函数实现对一个文本文档的逆序- C using standard I/O library functions to achieve the reverse of a text document
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!
debughjbxnzcx
- 用Debug环境编写逆序排列程序 包括设计思维, 具体思维设计 程序流程图 程序段等-Debug Environment with the reverse arrangement of procedures, including the preparation of design thinking, concrete thinking, design process flow chart of program segment, etc.
ieqiu-string-length
- 编写一个ieqiu字符串长度的函数,strlen(),再用strlen()函数编写一个函数revers(s)的倒序递归程序,使字符串s逆序。-Write a ieqiu string length function, strlen (), then use strlen () function write a function revers (s) of the reverse order recursive procedure, make the string s negative seque
danni
- 运用c++写的一个小程序,对单链表实现逆序操作。-Use of c++ write a small program, singly linked list in reverse order operation.!
leds_newversion
- 花样流水灯驱动,将展现的是十种花样,其实就是有十个自定义ioctr控制参数构成。分别是: 一、1个led亮(可指定led) IOCTL_LED_ON 二、1个led灭(可指定led) IOCTL_LED_OFF 三、1->4跑马灯(依次顺序点亮) - IOCTL_LED_RUN 四、4个led 全闪烁 - IOCTL_LED_SHINE 五、4个led全亮 - IOCTL_LED_ALLON 六、4个led全灭 - IOCTL_LED_ALLOFF 七