搜索资源列表
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 即可。 主要的功能是遍历目录,根据命令行参数可以实现文件拷贝文件查看等功能。 可以列出比某一时间更新的文件,并拷贝到另外一个目录中,并且保持目录结构不变化。 也可以只列目录名称,或者只列某系扩展名的文件名。可以打印文件信息。 如果用户经常需要备份一个目录下面的所有新文件,则此工具非常有效。
parsefile
- 遍历指定文件夹所有文件,并实现脚本提取,将提取的脚本存储在指定文件夹中
mxml-2.3
- MINIXml 具有 解析、查找、生成、遍历 功能,一般不是太复杂的应用足够了。可贵的是全部实现是标准c,移植很容易。
Judy
- 一种类似于hash算法,但可顺序遍历成员,节省空间的映射算法实现,包括文档和源码
touming12
- 透明的程序界面编程,非常有用的,我自己都看过很多遍了,程序已经编译通过
testone
- fedora core 4下用KDevelop开发的一个遍历目录并读取相关文件的程序,供大家参考
libxml2-2.6.30.tar
- c语言编写的xml解析器,可以方便的遍历,插入删除节点等操作
mxml-2.5
- minixml2.5最新的版本。 嵌入式xml 解析、查找、生成、遍历 功能,全部实现是标准c,移植很容易。 最新的2.5,修改了很多bug。 这个压缩包,里下载完了,直接就可以在liunx下编译安装。 如果是在windows下的话,只需要根据readme.txt的提示,修改一个小地方,就可以运行。非常方便。
回溯法
- 用回溯法求马周游问题,马在棋盘上走字步,从马开始的位置开始周游棋盘,遍历全棋盘后回到起点,是否可行,可行的就输出路径,路径并输入尝试过的路径数,跳过的路径数-law with retrospective travel for Ma, Ma on the chessboard characters step away from the start position Ma started to travel around the chessboard, traverse the whole ches
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
dev_acpi-20040803
- linux下acpi驱动编写的一个完整例子,改样例遍历linux下所有的acpi设备,并提供用户态接口供用户操作-acpi driver under linux prepared a complete example of a sample to traverse all the acpi under linux equipment, and provide user interface for users to operate state
fairysky_0.01_20060612_153602.tar
- 该资料为本人在读了几遍linux内核编程后,做的一个学习笔记,对初学者有很好的指导作用-I read the information for the linux kernel programming several times after doing a study notes, on a very good guide for beginners
dir
- 一个小程序,遍历linux系统下所有目录。包括编译用makefile-A small procedure, traverse all the directories under linux system. Including the compiler to use makefile
ccache-2.3.tar
- ccache 是一个快速的编译器缓存。当您编译一个程序的时候,它会缓存中间的结果。这样,不论什么时候您重新编译同一个程序,编译所需要得时间将被大大缩短。对于普通的编译来说,这可以提高编译速度5到10倍。 这个想法,来自 Erik Thiele 用bash写的 compilercache 。只不过,ccache用C再实现了一遍。但比前者性能高许多,也有更多的特性。 (注:Linux下运行)-ccache is a compiler cache. It acts as a cachin
sort.tar
- 此程序改自算法课的一个作业,用四种不同的算法,对随机生成的n个数排序(n取值500至5000),并重复n遍,最后统计平均比较次数。本在xp下用vc6编写,现在修改为Ubuntu下gcc编译。 sortArchieve.c内为各个排序算法的实现-Since the algorithm for this process to a class operation, with four different algorithms, to randomly generated n the number
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
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