CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 二叉搜索树

搜索资源列表

  1. c&c++语言程序

    1下载:
  2. 数据结构中的 二叉树算法、快速排序双向链表、顺序文件合并、顺序广度搜索以及深度搜索最优解 的C&C++ 程序-C&C++ programme about data structure including binary tree algorithm, quick sorting based on doubly linked lists, merging ordinal files, best solution of orderly width or depth search.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7271
    • 提供者:秦羽
  1. Leasen图的建立和DFS&BFS算法

    0下载:
  2. 数据结构中关于DFS和BFS的练习,较简单的实现了二叉树的DFS和BFS搜索-data structure of DFS and BFS practice, the realization of a simple binary tree search DFS and the BFS
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1652
    • 提供者:李立纯
  1. rdel

    0下载:
  2. 该程序是用汇编语言编写的,采用COM 文件格式。主要设计思想为:把目录当作N个结点的二叉树, 采用二叉树的先序遍历完成对盘上目录的搜索、定位,即从根目录开始用INT21H的 4EH号子功能搜索匹配目录(CL=10H)并判断搜索的结果是否为目录,若是则进入此目录,删除文件后继续搜索下一级子目录。若不是则用INT21H的4FH号子功能搜索下一个匹配目录, 并在判断为真后进入目录删除文件,如此一级一级地纵向深入子目录删除文件,直到完成此目录的最后一级子目录的文件删除(遍历左子树)。然后用INT21的4
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1355
    • 提供者:sunwei
  1. HuaRD

    1下载:
  2. Win32下的华容道游戏程序,含源代码和设计文档。 用户可以走棋,也可任意走棋状态自动求解,用广度搜索实现,判重使用平衡二叉树,欢迎交流-under Win32 Puzzle procedures, including the source code and design documents. Users can take advantage of chess, chess can take arbitrary automatic state solution with breadth se
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1289530
    • 提供者:enderlw
  1. sourcefile11212

    0下载:
  2. 用c语言实现行列式的相乘,另外还有二叉树的搜索-used language determinant of multiplication, addition of the binary tree search
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2589
    • 提供者:XIAOJSJ
  1. TernarySearchTrees

    0下载:
  2. 多重搜索树算法,性能和二叉树算法相当,但是更节省空间-multiple search tree algorithm performance and Binary Tree Algorithm considerable, but the space-saving
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1961
    • 提供者:段宝平
  1. shuju

    0下载:
  2. 数据结构学习用到的一些程序!!里面有二叉树相关的几个,有深度,广度搜索,各种排序等!-data structure used to study some of the procedures. ! There are several related to the binary tree, the depth, breadth search, various ranking!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:517348
    • 提供者:郑兰军
  1. 电话本管理系统

    0下载:
  2. 该系统是本人课程设计作业,因为时间关系,只用了两天多的时间编成。所以有很多地方没有得到增强。版本为1.0。现作以下升级。 增加NEW,OPEN版本。 提高输入容错。判断输入的对错。 时间关系,搜索功能为线性搜索,现增强如下:f_search:费氏查找法;btree:二叉树查找法;l_search:线性查找法; r_search:递归折半查找法;zcsear:杂凑碰撞查找法;o_sear:插补查找加强法; 排序是冒泡法,现增强为:heaps:累堆排序;binary:二叉树排序;xieer:谢耳排序
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5386
    • 提供者:游鸿明
  1. tree

    0下载:
  2. 用 java实现的 搜索二叉树的插入、删除、遍历和平衡,是自己用与数据结构考试编写的 ,对数的相关编程很有用-java with the realization of the binary tree search, insert, delete, and traverse balance, and the use of their own data structure prepared by the examination of a number of useful programming
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-01-15
    • 文件大小:1797
    • 提供者:记忆超
  1. SuanFa

    0下载:
  2. 各种数值算法,包括:二叉树、贪心算法、搜索算法、遗传算法、模拟退火算法、分治策略等等。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:178454
    • 提供者:张光炜
  1. Graph2

    0下载:
  2. 二叉树的遍历、线索化、遍历线索化二叉树等算法;深度搜索优先、广度搜索优先算法, 最小生成树、最短路算法。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:314438
    • 提供者:刘飞
  1. suanfashuju001

    0下载:
  2. 1.双向链表的插入 2.二叉树的先序遍历 3.图的深度优先搜索 4.折半查找 5.希尔排序
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8826
    • 提供者:常亮
  1. Alg-06

    0下载:
  2. C语言写的,用二叉树算法写的搜索程序,分三种搜索顺序,适合数据结构初学者
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1238
    • 提供者:tangzy
  1. Alg-07

    0下载:
  2. C语言写的,用二叉树算法写的搜索程序,分三种搜索顺序,适合数据结构初学者
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1931
    • 提供者:tangzy
  1. BST

    0下载:
  2. 用二叉查找树对动态查找表的设计与实现,基本操作包括:构造空表、销毁表、搜索指定关键字的元素、插入新元素、删除指定关键字的元素、遍历表中所有元素。-Binary search tree with the dynamic look-up table design and implementation of basic operations including: construction empty table, destroy the table, the search element of th
  3. 所属分类:Search Engine

    • 发布日期:2017-03-23
    • 文件大小:1849
    • 提供者:小伏
  1. avltree

    0下载:
  2. 构造二叉平衡树,用二叉树的基本操作进行搜索,插入等等操作-Balanced binary tree structure, the basic operation of binary tree search, insert, etc. operation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:11094
    • 提供者:o0huahuo0o
  1. ccc

    0下载:
  2. 在二叉搜索树上删除一个有两个子女的结点时,可以采用以下三种方法: (1) 用左子树TL上具有最大关键码的结点X顶替,再递归地删除X。 (2) 交替地用左子树TL上具有最大关键码的结点和右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。 (3) 用左子树TL上具有最大关键码的结点或者用右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。可随机选择其中一个方案。 试编写程序实现这三个删除方法,并用实例说明哪一个方法最易于达到平衡化。 -In the bin
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:7594
    • 提供者:冯灿灿
  1. 10060323

    0下载:
  2. 搜索1.建立有序表,然后进行二分查找; 2.建立二叉排序树,然后进行查找。-A search. To establish an ordered list, and then binary search 2. Binary sort tree, and then search.
  3. 所属分类:File Formats

    • 发布日期:2017-04-09
    • 文件大小:534525
    • 提供者:曹小保
  1. BST

    0下载:
  2. 用二叉查找树对动态查找表的设计与实现,基本操作包括:构造空表、销毁表、搜索指定关键字的元素、插入新元素、删除指定关键字的元素、遍历表中所有元素。-Binary search tree with the dynamic look-up table design and implementation of basic operations including: construction empty table, destroy the table, the search element of th
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:1893
    • 提供者:tocont
  1. binary-search

    0下载:
  2. 使用二分搜索方法,实现以下功能函数。 函数bisearch(R:列表,低,高,tkey:整数):整数 tkey是尚未被搜索的关键字值。如果tkey是在排序表R中,返回关键字的值的地址(或下标),否则,返回0。此外,当n =10时形成对半搜索二叉判定树。-Using the binary search method to achieve binary search
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1184
    • 提供者:汪亚兰
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 »
搜珍网 www.dssz.com