搜索资源列表
newdir.tar
- 用来在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.
trav-dir.c
- 本文件可以在linux,UNIX 或者 Cygwin 下面编译执行, gcc -o filename.c 即可。 主要的功能是遍历目录,根据命令行参数可以实现文件拷贝文件查看等功能。 可以列出比某一时间更新的文件,并拷贝到另外一个目录中,并且保持目录结构不变化。 也可以只列目录名称,或者只列某系扩展名的文件名。可以打印文件信息。 如果用户经常需要备份一个目录下面的所有新文件,则此工具非常有效。
testone
- fedora core 4下用KDevelop开发的一个遍历目录并读取相关文件的程序,供大家参考
filesystem
- 使用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
extentreaddir
- 使用广度遍历的算法统计批定目录包括其子目录下文件的数量-Breadth traversal algorithms using statistical batch given directory including its subdirectories, under the volume of documentation
dir
- 一个小程序,遍历linux系统下所有目录。包括编译用makefile-A small procedure, traverse all the directories under linux system. Including the compiler to use makefile
expmt3
- 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
deepreadcount
- 这是一个常用的小算法,深度遍历算法统计指定目录包括子目录下的文件数量.-This is a commonly used small algorithm, the depth of traversal algorithm statistics, including subdirectories under the specified directory number of documents.
linuxdir
- linux遍历目录,能够修改成查找某个文件。或者某个目录,并且记录当前的路径。-linux traverse directory, can be modified to search for a file. Or a directory, and the record of the current path.
2
- 利用c 语言,在linux环境下实现遍历文件夹构成目录树-folders tree
dir
- LINUX下目录遍历搜索文件程序,支持嵌套目录-Directory traversal to search for files under LINUX programs, supports nested directories
Airead-digit-box-6e93783.tar
- 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
scan_dir
- 遍历一个目录下所有文件、包括子层目录,偶是初学者,瞎写的-scan all the files in a directory
search-all-files-under-a-dir
- 采用C语言相关函数实现对目录进行遍历搜索所有文件-search all files under a dir(C language)
linux-scan-dir
- 在linux下实用相关系统调用实现某个目录的所有文件遍历-scan all files under a dir(linux)
rm
- 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
socket
- 实现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
dirfile
- C语言,简单的遍历目录,递归实现,要修改源码中的路径,一看就懂!-C language, a simple directory traversal, recursive, the path you want to modify the source code, one can understand!
MemCheck1.3
- 程序功能:对内存进行检测,发现是否存在读取与写入的数据是否存在不一致的情况 实现逻辑:检测程序申请所有剩余内存,使用两个线程不断循环遍历内存,每一次遍历内存都向内存的每四个字节写入一个unsigned int数值,然后遍历对比写入的数值与读出的数值是否一致,不一致则记录,按Ctrl+C可以退出检测,并得出检测的遍数和消耗时间,检测信息都会放入当前目录的CheckInfo文件。往内存写入的数据分为5种,分别为全0、全1、10101010、01010101以及一个随机的unsigend i