搜索资源列表
pagewalker
- PageWalker是一个能够递归跌代asp.net页面控件的树型结构。可以用来遍历访问页面控件层次。 -PageWalker is a recursive or to substituting pages Asp. Net Control tree structure. Traverse visit can be used to control page level.
pro.3
- 哈夫曼树的应用和实现 通过构造哈夫曼树及哈夫曼编码,掌握树型数据结构的基本实现方法。-Huffman tree application and by constructing Huffman tree and Huffman coding, to master the basic method tree data structure.
CSharp
- 实例功能:搜索本地所有磁盘(包括硬盘,U盘,光驱这些存储器),中的所有文件和目录,当然,系统保护的某些文件或文件夹可能无法现实出来,搜索出来后它们是以树型结构在TreeView控件中显示 开发工具以及开发语言:Visual Studio.net 2005 -C#-Examples of functions: search all local disks (including hard disk, U disk, optical drive these memory), all files a
tree
- 二叉树树是一种重要的非线性数据结构,直观地看,它是数据元素(在树中称为结点)按分支关系组织起来的结构,很象自然界中的树那样。树结构在客观世界中广泛存在,如人类社会的族谱和各种社会组织机构都可用树形象表示。树在计算机领域中也得到广泛应用,如在编译源程序如下时,可用树表示源源程序如下的语法结构。又如在数据库系统中,树型结构也是信息的重要组织形式之一。一切具有层次关系的问题都可用树来描述。满二叉树,完全二叉树,排序二叉树。中序遍历,先序遍历,后序遍历-Binary tree is an importa