Welcome![Sign In][Sign Up]
Location:
Search - binary tree file

Search list

[File Operate目录明细格式化保存为文本文件

Description: 用二叉树的算法对指定目录下的文件和目录以格式化的方法保存。 -Using Binary tree to save the text in sepecific file and catalogue
Platform: | Size: 35818 | Author: oliver | Hits:

[File Operaterdel

Description: 该程序是用汇编语言编写的,采用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
Platform: | Size: 1355 | Author: sunwei | Hits:

[GUI Developcsharpshili

Description: Visual C#案例集锦 第一章C# Windows编程基础 实例1 循环语言的学习-砝码程序验证 实例2 随机数的案例-洗牌程序 实例3 通过实例来剖析C#继承机制 实例4 递归与全局变量的案例1-打靶程序 实例5 递归与全局变量的案例2-二叉树 实例6 引用类型的举例---消去字符串空格 实例7 委托的使用方法实例---加减大小比较 实例8 用C#索引器实现文本文件的倒叙输入 实例9 C#文本文件操作实例---杨辉三角形写入读出 第二章 图形图像处理 实例1 一个简易的绘图程序 实例2 电子石英钟显示 实例3 用C#制作字幕显示屏幕保护 实例4 移动的按钮 实例5 抓图软件的实现 第三章 多媒体应用 实例1 WinForm中播放音频与Flash动画 实例2 模拟贪食蛇游戏 实例3 人民币大写转换案例 实例4 模拟俄罗斯方块游戏 实例5 模拟联五子游戏 第四章 系统文件处理 实例1 文件资源管理器 实例2 模拟IE浏览器 实例3 一个具有查找打印功能的文本编译器-Visual C# case highlights the first chapter C# Windows based programming language example of a cycle learning-weight certification procedure two random examples of cases - shuffling through three examples of procedures to analyze examples of C# is the succession mechanism four cases with the global variable recursive case 1-5 shooting recursive procedure examples of global variables and the case of 2-6 cited examples Binary Tree with the type of strings, for example -- to eliminate seven spaces commissioned by the examples use examples -- examples of relatively small Modified 8 C# Index for the realization of a text file input examples Flashback 9 C# examples text file manipulation -- Yang Hui into triangles read Chapter II graphics processing an example of a simple drawing program tw
Platform: | Size: 3832786 | Author: 史进 | Hits:

[Compress-Decompress algrithms新建 WinZip File

Description: 二叉树算法(java)-Binary Tree Algorithm (java)
Platform: | Size: 1024 | Author: 邰日坤 | Hits:

[Compress-Decompress algrithmslzss_huf

Description: This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains "space" characters only. Read several letters from the file to the buffer. Then search the buffer for the longest string that matches the letters just read, and send its length and position in the buffer.
Platform: | Size: 3072 | Author: 冰冰 | Hits:

[Linux-Unixdancitongji

Description: 对读入的某个文本文件input.txt中,拆出英文单词,输出一个按字典顺序排列的单词表,结果输出在文本文件output.txt中,每个单词一行,并在单词后输出该单词出现的个数,两个字段之间用逗号分隔。约定单词仅由英文字母组成,单词间由非英文字母分隔,相同单词只输出一个,大小写不区分。 利用二叉树实现-the right time to a text file input.txt, divestment English words, Output by an order of the dictionary word list, the result output in a text file output.txt. Every word here, and the output of the word after word of the number, between two fields separated by a comma. Agreed only by the words in alphabetical composition, word by non-alphabetic segregation, the same word is only one output, distinction is not case. Achieved using binary tree
Platform: | Size: 40960 | Author: 李剑 | Hits:

[Data structsbintree

Description: 二叉树的建立,遍历(两种方法),以及用txt文件存储二叉树的方式,还包括队列 堆栈的操作-Tree establishment, ergodicity (two methods), as well as txt file storage by way of binary tree, but also the operation of queue stack
Platform: | Size: 6144 | Author: 王家 | Hits:

[CSharpfile

Description: 二叉树上结点的路径,航班信息的查询与检索,赫夫曼编码的应用3个数据结构里比较实际的编程例子,自己写的-Binary tree node on the path, flight information query and retrieval, the application of Huffman encoding three data structure more practical programming examples written in their own
Platform: | Size: 6144 | Author: 李日 | Hits:

[CSharpfile

Description: 二叉树上结点的路径,航班信息的查询与检索,赫夫曼编码的应用,AOE网,大整数计算5个数据结构里比较实际的编程例子,自己写的-Binary tree node on the path, flight information query and retrieval, the application of Huffman coding, AOE network, large integer calculation 5 data structure more practical programming examples written in their own
Platform: | Size: 9216 | Author: 李日 | Hits:

[Data structsOPT

Description: 从输入文件中读取数据,构造最优二叉树,输入文件格式如下: 节点的值 出现概率 例如: A 0.001 B 0.25-Read from the input file data, the optimal binary tree structure, input file format is as follows: node probability value such as: A 0.001B 0.25
Platform: | Size: 926720 | Author: 魏木木 | Hits:

[FlashMXtreemenu

Description: 利用flash+xml源文件实现二叉树,使用浏览器调用html文件调用-Use flash+ Xml source file to achieve binary tree, use the browser to call html file called
Platform: | Size: 190464 | Author: yuanyong | Hits:

[JSP/Javacuongtv_53_hw01

Description: Write a program using Java language has the duty to read a text file and statistics of the words in the file. Programs need to use dynamic data structures (eg binary tree or linked list). Information about each word stored in a node in the structure. Data into a text file containing text. Each word is a continuous chain letters a.. Z, A.. Z, all the characters remaining is considered as the separation character between the words (for example, command-line will be counted as two words ). When counting the number of occurrences of the words singular and plural, eg book and books, are considered different words. Words capitalized or lower, for example, book and Book is considered the same word.
Platform: | Size: 3072 | Author: cuongtv | Hits:

[Data structsSearch-Tree

Description: C语言编写,二叉查找树的非递归实现。包含一个描述二叉树的头文件和实现功能的cpp文件。-Non-recursive implementation of binary search tree, written in C++. Contains a header file of the binary tree of the header files and source file of functions.
Platform: | Size: 1024 | Author: chenqw | Hits:

[Data structsBinary-tree

Description: 该文件主要为二叉树实验指导报告和代码,内容主要是二叉树的链式存储结构,二叉树的相关性质,二叉树的链式存储结构,二叉树结点的递归访问方法-The file binary tree experiments guidance report and code, the main chain storage structure of the binary tree, binary tree nature of the chain storage structure of the binary tree, binary tree recursive access node
Platform: | Size: 952320 | Author: 黎明 | Hits:

[Data structsBitree-(2)

Description: 自己写的一个二叉树的文件,请大家指正和交流,谢谢拍砖-Write a binary tree file, please correct me, exchanges, thank Paizhuan
Platform: | Size: 2048 | Author: 刘昌华 | Hits:

[OtherBinary-tree-structure

Description: 从文件中接受一组数,动态创建一个二叉树,并且先序中序和后序遍历-Accept a set of numbers, from a file dynamically create a binary tree, and the first sequence in the sequence and after preorder
Platform: | Size: 1024 | Author: 顾为玉 | Hits:

[AlgorithmCreate-a-Binary-Tree-dynamic

Description: This file with name "Binary search tree.cpp" create optimal binary search tr-This file with name "Binary search tree.cpp" create optimal binary search tree
Platform: | Size: 1024 | Author: Farugh | Hits:

[Documentsfile-binary-tree-run

Description: file binary tree run.rar
Platform: | Size: 1024 | Author: Farugh | Hits:

[FlashMXFlash-source-file

Description: 《数据结构》中关于二叉树那一章节的算法的flash源代码-" Data structure" in which the chapter on binary tree algorithm source code flash
Platform: | Size: 63488 | Author: 赵旭 | Hits:

[Data structsBinary tree

Description: 利用平衡二叉树,将输入数字排列成左小右大的二叉树,内附代码和文件说明(Using the balanced binary tree, the input number is arranged into a left small right large two fork tree, with the enclosing code and file description)
Platform: | Size: 83968 | Author: 大爱樱酱 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net