搜索资源列表
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
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
2
- 利用c 语言,在linux环境下实现遍历文件夹构成目录树-folders tree
Xpath
- 除了一步步遍历文档树查找元素外,Libxml2包含支持使用Xpath表达式取得指定结点集。完整的Xpath API文档在这里。Xpath允许通过路径文档搜索匹配指定条件的结点。-Using XPath requires setting up an xmlXPathContext and then supplying the XPath expression and the context to the xmlXPathEvalExpression function. The funct
BTree
- 二叉树的递归以及非递归创建,遍历,遍历包括前序.中序.后序.....,在其非递归创建和遍历时又分别利用了栈和队列等一系列方法进行-Recursive binary tree non-recursive traversal, as well as create, including the former sequence traversal sequence after sequence. .....
myfind
- 文件树遍历程序myfind,参照UNIX环境高级编程例子,系统程序设计-File tree traversal myfind, the reference to the UNIX environment, examples of high-level programming, system programming
binary_tree
- 二叉树先序、后序遍历,节点插入、删除,用C实现,操作系统平台为linux系统-binary tree
kill
- Linux内核编程,设计某一个函数,输入为Linux系统某一个进程的进程号(PID),函数将*该进程的所有子孙。Linux内核进程家族为多叉树数据结构,以祖先进程为根节点。对于这种数据结构,后序遍历树的每个节点,在遍历同时删除节点,就可以删除整个进程树。-Linux kernel programming, design one function, one input for a Linux system process ID (PID), the function will kill all
avl-0.4
- 二叉树结构体实现,可直接使用,内置各种删除、查询、遍历、添加API-acl implyment
btree
- 树的一些常见操作,树的创建,树节点删除,树的遍历。-Some common operations of tree, tree, the tree node deletion, tree traversal.
avl_tree
- C语言实现的AVL树,实现了插入、删除、查找、rank、非递归前序、中序、后序遍历-AVL Tree in C
