搜索资源列表
test4_
- 利用递归实现的计算器编译器,很诡异的思路。-the use of recursive calculators compiler, a strange way of thinking.
pstree
- 在linux下利用c语言实现的进程树的打印,主要通过/proc下的目录中的进程文件,获取status中的进程信息内容,然后利用递归实现进程树的打印-Under the linux process using c language to print the tree, primarily through/proc directory under the file in the process, the process to obtain status information, and then u
mytree
- linux下tree命令的简单实现,采用递归算法,几乎可以列出整个文件系统的内容!除文件着色外,其显示结果,排布基本和tree命令一样。 用gcc编译时需加参数 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64-simple linux command to achieve the next tree, using a recursive algorithm, almost the entire file system can list the contents!
fiblogic
- 在linux gCC中实现斐波那契算法的递归与非递归程序,在linux gcc 下编译通过。-Implemented in the linux gCC recursive Fibonacci algorithm with non-recursive procedures, the linux gcc compile.
Line_count.tar.gz
- 文本模式下统计你总共书写了多少行程序。递归目录实现,有点小坑,不过还算不错,我用着挺顺的 ,The text mode statistics you have a total of the number of lines of program writing. The recursive directory implementations, a little small pits, but pretty good, I used quite smooth
用C++实现的数独求解
- 用C++实现的数独求解,主要是用递归实现.有英文注释.代码还算简洁清晰吧.-Achieved with C++ solving Sudoku, mainly using recursive. With English notes. Code is fairly simple and clear it.
pwd2
- linux中实现pwd命令,不是调用通过系统调用getpid,而是通过递归函数打印路径的。-linux achieve pwd command, instead of calling through the system call getpid, but through the recursive function print path.
p3
- 写递归函数的递归定义的数据结构和数学抽象。 用递归来实现链表和树。(含链表和树的各种操作)-writing recursive functions that operate on recursively‐defined data structures and mathematical abstractions. Use recursion to realize lists and trees.
dirfile
- C语言,简单的遍历目录,递归实现,要修改源码中的路径,一看就懂!-C language, a simple directory traversal, recursive, the path you want to modify the source code, one can understand!
TimSort
- c语言实现的Tim排序算法,使用栈来实现非递归-TimSort in C
avl_tree
- C语言实现的AVL树,实现了插入、删除、查找、rank、非递归前序、中序、后序遍历-AVL Tree in C