CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 逆序

搜索资源列表

  1. reverse_list

    0下载:
  2. 将一个链表逆序,共2种方式,一个是采取依次摘取节点的方式,另一个是递归方式
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-16
    • 文件大小:820byte
    • 提供者:李明
  1. testlist

    0下载:
  2. 线性表常用子函数,插入,删除,排序,逆序,归并,等等.-Linear form used subroutine, insert, delete, sort, reverse, merging, and so on.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1.8kb
    • 提供者:jimy
  1. socket_work

    0下载:
  2. linux环境下客户服务器通信,socket编程,服务器给客户机返回字符逆序输出功能。-linux environment, client-server communication, socket programming, the server to the client returns the character reverse output.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1.74kb
    • 提供者:蓝天
  1. LINUXreverse

    0下载:
  2. 在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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:1.23kb
    • 提供者:博程
  1. six_four.c

    0下载:
  2. 用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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:701byte
    • 提供者:zangxiao
  1. ex3_1

    0下载:
  2. 应用指针变量实现字符串的逆序显示,采用c++编写的小程序。-Application of the reverse pointer for string variables showed that using c++ written a small program.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:228.01kb
    • 提供者:一鹏
  1. copy_M.c

    0下载:
  2. 用标准c的I/O库函数实现对一个文本文档的逆序- C using standard I/O library functions to achieve the reverse of a text document
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:698byte
    • 提供者:zeushera
  1. first_mmap.c.tar

    0下载:
  2. 调用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.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1.17kb
    • 提供者:tiange
  1. first_unix.c.tar

    0下载:
  2. 使用unix的I/O函数:open/read/write,对指定文件进行逆序操作。-example:./unix test.txt 4 time ./unix test.txt 4 strace ./unix test.txt 4
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:3.82kb
    • 提供者:tiange
  1. Unixread.c.tar

    0下载:
  2. 一个大小为4KB的txt文件,可用于测试文件的读取于逆序写出。-The file is very good! I wish you to update!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:574byte
    • 提供者:钟杰
  1. debughjbxnzcx

    0下载:
  2. 用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.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:175.39kb
    • 提供者:sjy
  1. ieqiu-string-length

    0下载:
  2. 编写一个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
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-10
    • 文件大小:759byte
    • 提供者:晶晶
  1. danni

    0下载:
  2. 运用c++写的一个小程序,对单链表实现逆序操作。-Use of c++ write a small program, singly linked list in reverse order operation.!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-24
    • 文件大小:866.3kb
    • 提供者:王天
  1. leds_newversion

    0下载:
  2. 花样流水灯驱动,将展现的是十种花样,其实就是有十个自定义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 七
  3. 所属分类:Driver develop

    • 发布日期:2017-04-08
    • 文件大小:17.42kb
    • 提供者:zimao
搜珍网 www.dssz.com