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

搜索资源列表

  1. deep-first-searching

    0下载:
  2. 深度优先搜索实现的二叉树深度测量,源码在vc6.0下编译通过,运行稳定。-DFS searching to measure the depth of the binary tree.and the code is compilled successfully in VC6.0.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:99733
    • 提供者:刘华山
  1. ds18b20-search

    0下载:
  2. 单总线数字温度传感器DS18B20二叉树搜索算法,带Protues仿真文件。-Single-bus digital temperature sensor DS18B20 binary tree search algorithm with the Protues simulation files.
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:112533
    • 提供者:snake
  1. 1

    0下载:
  2. 遍历二叉树,能沿着某条搜索路线,依次对树中每个结点均做一次且仅做一次访问。-traversing binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:753
    • 提供者:林子
  1. huisuzuhe

    0下载:
  2. 利用回溯算法解决组合问题。构造虚拟二叉树,采取深度优先搜索方式得到解。-Backtracking algorithm to solve combinatorial problems. Construct a virtual binary tree, the depth-first search to get the solution.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1713
    • 提供者:呙尧
  1. PCB

    0下载:
  2. BOI2010 PCB竞赛题的解法,VC++实现,主要用到了数据结构中的二叉树搜索算法-BOI2010 PCB contest problem solution, VC++, the main use of the data structures in the binary tree search algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:104728
    • 提供者:Joy
  1. sicily

    0下载:
  2. 关于图的广度优先搜索和深度优先搜索算法,结构体描述。还有二叉树的重建,根据先序和中序重构二叉树-DFS and BFS
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1079
    • 提供者:qinzhaokun
  1. Archive

    0下载:
  2. binaryNode 和 binarysearchtree 是实现了一个二叉树。arrayvector是自己实现的vector。binary search 是一个二元搜索方法。 single list是自己实现的一个单向链表。findthemajority是寻找数组中主元素的一个算法。list是用数组实现的一个链表。permute是一个实现全排列的算法。-binaryNode and binarysearchtree is the realization of a binary tree. ar
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:5296
    • 提供者:曾宇峤
  1. a-binary-tree-search-function

    0下载:
  2. 该代码是实现单总线器件的二叉树搜索功能的rom程序。-The code is a binary tree search function to achieve a single-bus device rom program.
  3. 所属分类:SCM

    • 发布日期:2017-11-11
    • 文件大小:784
    • 提供者:张丽华
  1. RFID-lunwen

    0下载:
  2. 针对射频识别系统中的标签碰撞问题,提出了一种基于分组策略的RFID自适应防碰撞算法。该算法在二叉树搜索算法的基础上引入分组策略、后退策略、自适应地选择四叉树搜索策略、动态调整标签碰撞检测过程策略,减少了搜索次数和读写器与标签间的通信量,提高了识别效率。-Systems for radio frequency identification tag collision problem, a packet-based strategy RFID adaptive anti-collision algo
  3. 所属分类:Development Research

    • 发布日期:2017-11-19
    • 文件大小:7913462
    • 提供者:pugongying
  1. binarytree

    0下载:
  2. 二叉树的初始化,节点搜索,删除,插入,递归遍历,堆栈遍历-Initialization, node of a binary tree search, delete, insert, recursive traversal stack traversal
  3. 所属分类:Data structs

    • 发布日期:2017-12-08
    • 文件大小:4452
    • 提供者:霍愚石
  1. traversal-of-binary-tree

    0下载:
  2. 二叉树的建立,对于电网模型层次结构实现遍历搜索-traversal of binary tree
  3. 所属分类:assembly language

    • 发布日期:2017-11-12
    • 文件大小:5850
    • 提供者:ryenlee
  1. src

    0下载:
  2. 简单的数据结构中 二叉树 搜索二叉树的应用-Simple data structure in the binary search binary tree applications
  3. 所属分类:Data structs

    • 发布日期:2017-12-10
    • 文件大小:2811
    • 提供者:
  1. TSP

    0下载:
  2. TSP问题是一个典型的、容易描述但是难以处理的NP完全问题,同时TSP问题也是诸多领域内出现的多种复杂问题的集中概括和简化形式。目前求解TSP问题的主要方法有启发式搜索法、模拟退火算法、遗传算法、Hopfield神经网络算法、二叉树描述算法。所以,有效解决TSP问题在计算理论上和实际应用上都有很高的价值,而且TSP问题由于其典型性已经成为各种启发式的搜索、优化算法的间接比较标准(如遗传算法、神经网络优化、列表寻优(TABU)法、模拟退火法等)。遗传算法就其本质来说,主要是解决复杂问题的一种鲁棒性
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-26
    • 文件大小:1279611
    • 提供者:孟晓龙
  1. Ordered-binary-tree

    0下载:
  2. 搜索有序二叉树 C语言实例解析中的经典代码 简单易懂 功能强大-Ordered binary tree search
  3. 所属分类:source in ebook

    • 发布日期:2017-11-20
    • 文件大小:955
    • 提供者:song
  1. Dirtree

    0下载:
  2. 目录树,数据结构实现二叉树以及按照树来搜索路径-Directory tree data structure is a binary tree, and the tree search path
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:2086
    • 提供者:Stella
  1. 4

    0下载:
  2. 编程任务: 对于给定的树,以根结点为起点,对树实现非递归方式广度优先搜索,输出广度优 先搜索序列  数据输入: 由文件input.txt给出输入数据。第1行有1个正整数n,表示给定的二叉树有n个顶 点,编号为1,2,…,n。接下来的n行中,每行有3个正整数a,b,c,分别表示编号为a的结 点的左儿子结点编号为b,右儿子结点编号为c,0表示没有儿子。各结点信息按照层序列表 的顺序给出。-Programming tasks: For a given of t
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:903539
    • 提供者:miyor
  1. cPP

    0下载:
  2. 二叉树 霍夫曼数 二叉树搜索 最小生成树 等等源码-Number of binary search binary Huffman codes minimum spanning tree, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:36868
    • 提供者:柳莺
  1. HUFFMANTREE

    0下载:
  2. 哈夫曼树是又称最优二叉树,将关键词被搜索的次数看成是哈夫曼树的权值,通过构建哈夫曼树,快速归类,并且通过哈夫曼编码方式无歧义的储存各个关键词。为各个关键字设计哈夫曼编码,使得关键字能无歧义的储存。 内含说明文档-Huffman tree is also known as the optimal binary tree, the number of times the keyword is searched as a Huffman tree weights by constructing t
  3. 所属分类:JavaScript

    • 发布日期:2017-12-08
    • 文件大小:120662
    • 提供者:刘依恒
  1. BSTree

    0下载:
  2. 搜索二叉树实现,使用C++ 模板,在linux g++环境编译正确-binary search tree code in c++
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1510
    • 提供者:zwp
  1. binary-tree

    0下载:
  2. 创建二叉树,搜索二叉树,包括前向遍历和后向遍历。-Create a binary search tree, including forward and backward traversal traversal.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2233
    • 提供者:shimijun
« 1 2 ... 8 9 10 11 12 1314 15 »
搜珍网 www.dssz.com