CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - 遍历目录

搜索资源列表

  1. newdir.tar

    0下载:
  2. 用来在Linux下遍历目录,相当于find命令,是练习嵌套和回调函数的好例子。-It can be used to look through directory ,equal to find .It is a good example to pratice embed function and call faunction.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1926
    • 提供者:会朋
  1. trav-dir.c

    0下载:
  2. 本文件可以在linux,UNIX 或者 Cygwin 下面编译执行, gcc -o filename.c 即可。 主要的功能是遍历目录,根据命令行参数可以实现文件拷贝文件查看等功能。 可以列出比某一时间更新的文件,并拷贝到另外一个目录中,并且保持目录结构不变化。 也可以只列目录名称,或者只列某系扩展名的文件名。可以打印文件信息。 如果用户经常需要备份一个目录下面的所有新文件,则此工具非常有效。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:7167
    • 提供者:车诗
  1. testone

    0下载:
  2. fedora core 4下用KDevelop开发的一个遍历目录并读取相关文件的程序,供大家参考
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:214063
    • 提供者:张加林
  1. filesystem

    0下载:
  2. 使用ftw函数对目录进行遍历,函数原型是: int ftw(const char*dirpath, int(*fn)(const char*fpath, const struct stat *sb, int typeflag), int nopenfd) ftw函数遍历位于dirpath目录下的目录树,往下一层层地递归式遍历子目录 -Deepen the understanding of linux file system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:80822
    • 提供者:yu
  1. extentreaddir

    0下载:
  2. 使用广度遍历的算法统计批定目录包括其子目录下文件的数量-Breadth traversal algorithms using statistical batch given directory including its subdirectories, under the volume of documentation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:2628
    • 提供者:davidq hu
  1. dir

    0下载:
  2. 一个小程序,遍历linux系统下所有目录。包括编译用makefile-A small procedure, traverse all the directories under linux system. Including the compiler to use makefile
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7127
    • 提供者:kimengng
  1. expmt3

    0下载:
  2. UNIX下编程:目录树的遍历。包含文件:apue.h、error2e.c、pathalloc.c、3.c-Under UNIX Programming: the traversal tree. Include file: apue.h, error2e.c, pathalloc.c, 3.c
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-04-15
    • 文件大小:4987
    • 提供者:yy
  1. deepreadcount

    0下载:
  2. 这是一个常用的小算法,深度遍历算法统计指定目录包括子目录下的文件数量.-This is a commonly used small algorithm, the depth of traversal algorithm statistics, including subdirectories under the specified directory number of documents.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:2051
    • 提供者:davidq hu
  1. linuxdir

    0下载:
  2. linux遍历目录,能够修改成查找某个文件。或者某个目录,并且记录当前的路径。-linux traverse directory, can be modified to search for a file. Or a directory, and the record of the current path.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:4277
    • 提供者:xiong
  1. 2

    0下载:
  2. 利用c 语言,在linux环境下实现遍历文件夹构成目录树-folders tree
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:16293
    • 提供者:戴杰
  1. dir

    0下载:
  2. LINUX下目录遍历搜索文件程序,支持嵌套目录-Directory traversal to search for files under LINUX programs, supports nested directories
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:5543
    • 提供者:jiang
  1. Airead-digit-box-6e93783.tar

    0下载:
  2. JPEG 文件解压缩(库文件) 背景音乐播放(多进程) 用户按键控制( IPC ) 画面特效显示(多线程) 目录遍历(多线程间通讯) Frombuffer 的应用(内存映射) U 盘检测(文件 I/O ) 天气预报( HTTP/XML )-JPEG files unzip (library files) The background music playback (Multi-process) The user button control (IPC) S
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:32437
    • 提供者:冬冬
  1. scan_dir

    0下载:
  2. 遍历一个目录下所有文件、包括子层目录,偶是初学者,瞎写的-scan all the files in a directory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:65185
    • 提供者:孙霖
  1. search-all-files-under-a-dir

    0下载:
  2. 采用C语言相关函数实现对目录进行遍历搜索所有文件-search all files under a dir(C language)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-09
    • 文件大小:2698
    • 提供者:jacky
  1. linux-scan-dir

    0下载:
  2. 在linux下实用相关系统调用实现某个目录的所有文件遍历-scan all files under a dir(linux)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-14
    • 文件大小:1196
    • 提供者:jacky
  1. rm

    0下载:
  2. linux指定目录下,遍历该目录下所有文件,并列举出内容相同的文件,由用户指定是否删除其中之一-linux specified directory, all files in the directory traversal, and outlines the contents of the same file, the user specifies whether to delete one of them
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:9419
    • 提供者:时洪博
  1. socket

    1下载:
  2. 实现socket的多张图片传输,将指定目录下的jpg格式图片发送到client端,时间关系遍历途径,种类及文件名长度请自行设定完善-The multiple images to achieve socket transmission, jpg format pictures will be sent to the specified directory client side, the time to traverse route, type and file name length set y
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-02
    • 文件大小:602631
    • 提供者:杨峰
  1. dirfile

    0下载:
  2. C语言,简单的遍历目录,递归实现,要修改源码中的路径,一看就懂!-C language, a simple directory traversal, recursive, the path you want to modify the source code, one can understand!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2334
    • 提供者:hehuai
  1. MemCheck1.3

    0下载:
  2. 程序功能:对内存进行检测,发现是否存在读取与写入的数据是否存在不一致的情况 实现逻辑:检测程序申请所有剩余内存,使用两个线程不断循环遍历内存,每一次遍历内存都向内存的每四个字节写入一个unsigned int数值,然后遍历对比写入的数值与读出的数值是否一致,不一致则记录,按Ctrl+C可以退出检测,并得出检测的遍数和消耗时间,检测信息都会放入当前目录的CheckInfo文件。往内存写入的数据分为5种,分别为全0、全1、10101010、01010101以及一个随机的unsigend i
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:377015
    • 提供者:Tarzan
搜珍网 www.dssz.com