Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Binary Tree
Search - Binary Tree - List
用二叉树的算法对指定目录下的文件和目录以格式化的方法保存。修改了原程序中的一些bug。 -binary tree algorithm used for the specified directory of files and directories to the formatting preserved. The original amendments to the procedures in some bug.
Date : 2008-10-13 Size : 19.82kb User : oliver

用二叉树的算法对指定目录下的文件和目录以格式化的方法保存。 -Using Binary tree to save the text in sepecific file and catalogue
Date : 2008-10-13 Size : 34.98kb User : oliver

DL : 0
该程序是用汇编语言编写的,采用COM 文件格式。主要设计思想为:把目录当作N个结点的二叉树, 采用二叉树的先序遍历完成对盘上目录的搜索、定位,即从根目录开始用INT21H的 4EH号子功能搜索匹配目录(CL=10H)并判断搜索的结果是否为目录,若是则进入此目录,删除文件后继续搜索下一级子目录。若不是则用INT21H的4FH号子功能搜索下一个匹配目录, 并在判断为真后进入目录删除文件,如此一级一级地纵向深入子目录删除文件,直到完成此目录的最后一级子目录的文件删除(遍历左子树)。然后用INT21的4FH号横向搜索此目录的上一级子目录中的匹配目录(遍历右子树),接着再纵向删除文件,如此循环下去,直到完成整棵树的遍历。此时根目录下的所有需要删除的文件已全部被删除。程序通过递归调用目录定位及删除文件子程序实现上述算法,即SEARCHDIR子程序,因此这段子程序是整个程序的核心。-the program is written in assembly language, using COM files. The main design ideas : put directory as N nodes of a binary tree using binary tree preorder completion of the plate directory search, positioning, from the root directory started INT21H 4EH, the son of matching directory search function (CL = 10H), and to judge whether the outcome of the search for the directory, if yes, it may enter this directory, delete files after a search under subdirectory. If they are used, INT21H son has the search function under a matching directory and judgment entered for the really delete the file directory, so a vertical depth to a subdirectory delete the file until completion of this directory a subdirectory of the final document deleted (traverse left subtree). Then the INT21 has its horizontal s
Date : 2008-10-13 Size : 1.32kb User : sunwei

用二叉树的算法对指定目录下的文件和目录以格式化的方法保存。修改了原程序中的一些bug。 -binary tree algorithm used for the specified directory of files and directories to the formatting preserved. The original amendments to the procedures in some bug.
Date : 2025-12-19 Size : 20kb User : oliver

用二叉树的算法对指定目录下的文件和目录以格式化的方法保存。 -Using Binary tree to save the text in sepecific file and catalogue
Date : 2025-12-19 Size : 35kb User : oliver

DL : 0
该程序是用汇编语言编写的,采用COM 文件格式。主要设计思想为:把目录当作N个结点的二叉树, 采用二叉树的先序遍历完成对盘上目录的搜索、定位,即从根目录开始用INT21H的 4EH号子功能搜索匹配目录(CL=10H)并判断搜索的结果是否为目录,若是则进入此目录,删除文件后继续搜索下一级子目录。若不是则用INT21H的4FH号子功能搜索下一个匹配目录, 并在判断为真后进入目录删除文件,如此一级一级地纵向深入子目录删除文件,直到完成此目录的最后一级子目录的文件删除(遍历左子树)。然后用INT21的4FH号横向搜索此目录的上一级子目录中的匹配目录(遍历右子树),接着再纵向删除文件,如此循环下去,直到完成整棵树的遍历。此时根目录下的所有需要删除的文件已全部被删除。程序通过递归调用目录定位及删除文件子程序实现上述算法,即SEARCHDIR子程序,因此这段子程序是整个程序的核心。-the program is written in assembly language, using COM files. The main design ideas : put directory as N nodes of a binary tree using binary tree preorder completion of the plate directory search, positioning, from the root directory started INT21H 4EH, the son of matching directory search function (CL = 10H), and to judge whether the outcome of the search for the directory, if yes, it may enter this directory, delete files after a search under subdirectory. If they are used, INT21H son has the search function under a matching directory and judgment entered for the really delete the file directory, so a vertical depth to a subdirectory delete the file until completion of this directory a subdirectory of the final document deleted (traverse left subtree). Then the INT21 has its horizontal s
Date : 2025-12-19 Size : 1kb User : sunwei

用迭代子和容器实现从文件流读取数据来创建二叉树-Iterator and containers used to achieve from the file stream to read data to create a binary tree
Date : 2025-12-19 Size : 9kb User : 朱为总

The file contains algorithm like flowyd warshall ,Job Sequencing with Deadlines while Maximizing Profits, reading text file , merge sort and Binary searcg tree. The files are freely available on net.-The file contains algorithm like flowyd warshall ,Job Sequencing with Deadlines while Maximizing Profits, reading text file , merge sort and Binary searcg tree. The files are freely available on net.
Date : 2025-12-19 Size : 3kb User : yog

二叉树实现家谱查询添加修改删除等功能,加入了不少容错的功能-Binary tree genealogy queries add, modify and delete functions
Date : 2025-12-19 Size : 1.83mb User :

binary tree 框架用于学习数据结构教学 是一个简单的二叉树-binary tree data structure for learning teaching framework is a simple binary tree
Date : 2025-12-19 Size : 1kb User : haixiao

二叉树的遍历,包括先序遍历,中序遍历和后序遍历-traversing binary tree
Date : 2025-12-19 Size : 1kb User : shalice

最优二叉树——哈夫曼树(带权路径长度最短)的完整实现,类C语言实现代码源文件,建议在visual studio2010/2015环境下运行。-Optimal binary tree- Huffman tree (with the right length of the shortest path) to achieve a complete, class C language code source files, it is recommended to run under visual studio2010/2015 environment.
Date : 2025-12-19 Size : 1.1mb User : wjunyu

用vc实现的二叉树的层次排列输入一颗树输出以层次排列的节点-Using vc to achieve the level of the binary tree to arrange input output nodes arranged in layers of a tree
Date : 2025-12-19 Size : 48kb User : tnbn$285

按先序扩展序列建立二叉树,先序,中序,后序遍历的递归算法,不错-According to the first sequence extension set up binary tree, first order, in sequence, after the sequence traversal recursive algorithm, good
Date : 2025-12-19 Size : 3kb User : coche

数据结构设计 平衡二叉树的实现,完整实现二叉树算法,-- balanced binary tree data structure design, a complete realization of binary tree algorithm,
Date : 2025-12-19 Size : 13kb User : fgncept
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.