Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Tree
Search - Tree - List
哈夫曼编码,建立哈夫曼树,输出哈夫曼编码-hafuman encode,create hafuman tree and output hafuman code.
Date : 2008-10-13 Size : 3.46kb User : 何马

哈夫曼树的生成以及哈夫曼书的建立,排序,插入。删除等功能-hafuman tree create,sort,insert,delete.
Date : 2008-10-13 Size : 3.46kb User : 何马

用二叉树的算法对指定目录下的文件和目录以格式化的方法保存。修改了原程序中的一些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

B-TREE文件索引源代码,快速,高效的数据文件索引程序.-B-tree index of the source code file, fast and efficient data document indexing procedures.
Date : 2008-10-13 Size : 15.06kb User : 董永亮

VC文件树状查看操作,使用VC++编写源代码 VC文件树状查看操作,使用VC++编写源代码-documents Tree View VC operation, the use of the source code VC prepared documents Tree View VC operation, the use of the source code prepared VC
Date : 2008-10-13 Size : 46.13kb User : 于杰

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

一些机器学习的文档.有贝叶斯,决策树,ga,ann,规则学习,增强学习等ppt介绍文档-some machine learning documents. A Bayesian, decision tree, ga, ann, rule learning, to enhance learning ppt documents introduced
Date : 2008-10-13 Size : 599.5kb User : zj

这是数据结构课老师布置的上机作业,最小生成树源码-This is the data structure layout of the course teachers on the plane operations, the minimum spanning tree FOSS
Date : 2008-10-13 Size : 6.73kb User : sjy

是一款帮助用户扫描指定目录内容,并将其中的目录及子目录和文件名以树形或列表形式存放在文本文件中的软件,可以任意指定扫描的深度-is a help users scan designated directories, will the Catalog and the subdirectory name and documents to a tree or a list kept in a text file on the software, scanning can be arbitrarily designated the depth
Date : 2008-10-13 Size : 42.4kb User : 邓涛

LsFileExplorer28.pas(ver 2.80)包含三个部分: (1)TLsDirTree21:简单但功能完全的目录树视图控件(包含基本文件列表视图).它支持在目录中创建、删除和重命名操作. (2)TLsDirTreeCombo28:树视图专用的ComboBox. (3)TLsFileListView28:具有快捷菜单的文件列表视图控件封装了如打开、查看、剪切、复制、粘贴、删除、发送到、重命名等文件管理操作. -LsFileExplorer28.pas (ver 2.80) contains three parts : (a) TLsDirTree21 : simple but complete directory tree view control (containing basic documents list view). Its support for the directory to create, delete and rename operation. (2) TLsDirTreeCombo28 : tree View for the ComboBox. (3) TLsFileListView28 : quick with the paper menu ClistCtrl Packaging, a case is opened, View, cut, copy, paste, delete, send to rename such as document management operations.
Date : 2025-12-20 Size : 646kb User : 颜林伟

this project is MultiIndexed FileSystem i done it for "Information storage and retrieval FileSystem course" it is like IBM VSAM FS, use variable lenght record , and B+Tree algorithm for indexing,and store data in PileFile(*.pile) and also indexes in (*.idx) -this project is MultiIndexed FileSystem i done it for "Information storage and retrieval FileSystem course "it is like IBM VSE FS, use variable length record, and B Tree algorithm for indexing. and store data in PileFile (*. pile) and also ind exes in (*. idx)
Date : 2025-12-20 Size : 20kb User : Toby

一个模拟MS-DOS的程序,用一个txt文件模拟硬盘,实现分块,实现了 dir,edit,delete,cd,tree....等20余种类DOS命令-a simulation of MS-DOS program, a simulated document txt hard to achieve block, achieved dir, edit, delete, cd, tree .... more than 20 types of DOS command
Date : 2025-12-20 Size : 31kb User : swb

决策树 C4.5 分类器, 用C语言写的.大家一起参考一下. -C4.5 decision tree classifier, using the C language. U.S. with reference.
Date : 2025-12-20 Size : 140kb User : sj2ac

MFC的文件检索与TREE控件搭配写的一个demo。可列出你设定目录下的所有文件,以tree控件形式查看-MFC' s document retrieval and written with a TREE control demo. You set the directory to list all files in the form of tree view control
Date : 2025-12-20 Size : 27kb User : madud

DL : 0
VC++实现树状显示硬盘目录列表,可以很好实现功能-VC++ achieve tree shows the hard disk directory listing, you can very well achieve functional
Date : 2025-12-20 Size : 28kb User : guanhuixian

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

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

树的程序包,我是个初学者,源码是从某书配套光盘中拷贝出来的,希望站长给个学习的机会,让我成为归站的会员,谢谢站长-Tree package, I was a beginner , source code is copied from a book supporting the CD out, I hope to give owners a chance to learn , so I became a member owned stations , thank webmaster
Date : 2025-12-20 Size : 3kb User : 褚水清

决策树,decision tree,实现分类的功能-decision tree,we can use it to classify files.
Date : 2025-12-20 Size : 31kb User : lili
« 12 3 4 5 6 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.