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

搜索资源列表

  1. 4

    0下载:
  2. 引用别人的二叉树 自己写的c++代码 实现二叉树的查找 各种顺序-Others refer to binary c++ to write their own code in order to achieve a variety of binary tree search
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:19293
    • 提供者:xu
  1. huisufa

    0下载:
  2. 回溯法是一个既带有系统性又带有跳跃性的搜索算法,它在问题的解空间树中按深度优先策略,从根节点出发搜索解空间树。回溯法求问题的所有解时,要回溯到根,且根节点的所有子树都已被搜索遍才结束。回溯法求问题的一个解时,只要搜索到问题的一个解就可以结束。使用回溯法解决n皇后问题时,用完全二叉树表示解空间,用n元组x[1:n]表示,其中x[i]表示皇后i放在棋盘的第i行的第x[i]列,根据规则任何2个皇后不放在同一行或同一列或同一斜线上,则可以得到等式关系,由此可以进行解决问题。-Backtracking
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:558
    • 提供者:ss
  1. classical-example-of-CaCPP

    0下载:
  2. 经典c/c++ 算法 图论算法 、数论算法、背包问题、排序进制转换算法、高精度计算、树的遍历、 全排列与组合的生成、查找算法、贪心算法等大全,word文档中-Classic c/c++ algorithm graph algorithms, number theory algorithms, knapsack problem, sort binary conversion algorithm, high-precision calculation, the tree traversal, all
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:14210
    • 提供者:szl
  1. h

    0下载:
  2. 二叉树的相关操作的源代码,用于建立,删除,排序,查找二叉树-Related operations for binary source code used to create, delete, sort, search binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6257
    • 提供者:白杨
  1. bitree

    0下载:
  2. 一个简单的遍历二叉树的示例程序,搜索并在屏幕上显示-A simple example of binary tree traversing procedures, search and display on the screen
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:927
    • 提供者:Chouchou Feng
  1. data-structure-code

    0下载:
  2. 此源码包含了数据结构里面的所有特点,线性表,栈,队列,串,二叉树,图,查找,排序等,给出了详尽的代码及注释,相信会对朋友们有点帮助。-This source contains all the features of the data structure inside, linear tables, stacks, queues, strings, binary tree, graph, search, sort, etc., gives a detailed code and comments,
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:860226
    • 提供者:覃伟
  1. btree

    0下载:
  2. 平衡二叉树模板,能实现在logN内的查找和插入。是当前查找算法中比较有历史和权威的一种算法。-Balanced binary tree template, can be achieved within the logN find and insert. Search algorithm to compare the current and historical authority of an algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:219516
    • 提供者:刘飞
  1. BinaryTree

    0下载:
  2. 二叉树的模板,实现前序遍历、中序遍历、后续遍历、查找等功能 -Binary tree template to achieve pre-order traversal, in-order traversal, follow through, search and other functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1849
    • 提供者:陈通
  1. 51-practical-subroutine-(assembly)

    0下载:
  2. 第1章 二进制定点数运算 第2章 二进制浮点数运算 第3章 十进制(BCD码)数运算 第4章 代码转换 第5章 数据变换 第6章 排序、查找和非线性算法 第7章 数学函数 第8章 树和图 第9章 延时与跳转控制 第10章 人机交互接口 第11章 单片机测控接口 第12章 51单片机内部资源编程实例 第13章 单片机数据传输接口 第14章 波形发生与控制实例 第15章 C51单片机软件抗干扰和数字滤波-Chapter 1 dot binary
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:122402
    • 提供者:张志刚
  1. kdtree

    0下载:
  2. 实现二叉树建立,前序、中序、后序、深度等搜索功能-To achieve the establishment of a binary tree, the former in depth search
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:697570
    • 提供者:499315384
  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. bst

    0下载:
  2. 一个二叉树的建立,删除 ,遍历,增加节点,删除节点,查找节点,树的高度-A binary tree traversal, increase, delete, delete nodes, node, the node search, the height of the tree...
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1026
    • 提供者:王龙
  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. DE-TAI-CTDL

    0下载:
  2. illustrates the binary tree search
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:16397
    • 提供者:trangviet
  1. erchashuchazhao

    0下载:
  2. 中序遍历二叉树,对二叉树进行插入、删除、查找等-Traversal binary tree, binary tree insert, delete, search
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1512
    • 提供者:吕茂辉
  1. Data-structure-experiments

    1下载:
  2. 数据结构8个实验完整源码+可执行程序 +95个其他程序源码+ 数据结构课程设计报告 C语言程序设计题附答案 C语言课程设计 实验2 顺序查找 排序 实验3 顺序栈基本操作 实验4 顺序循环队列基本操作 实验5 二叉树的建立及遍历 实验6 哈夫曼树的创建及编码 实验7 图的创建及遍历 实验8 查找与排序算法 推箱子游戏 -Complete source of data structures eight experimental the th
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1861189
    • 提供者:何沙沙
  1. balanceTree

    0下载:
  2. 数据结构试验 平衡二叉树 实现了创建、插入、删除、查找、遍历等等的功能-Test balanced binary tree data structures to achieve create, insert, delete, search, traversal, etc. functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:12598
    • 提供者:lcj
  1. Templates-to-list-management

    0下载:
  2. 模板形式的二叉树操作的实现。定义了二叉树的一些基本功能:插入、查找、删除子树、前序、中序、及后序遍历等。 -Template form of binary tree operations. Defines a binary tree of some basic functions: insert, search, delete subtree, preorder, inorder, and postorder traversal.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:3544
    • 提供者:zj
  1. 122

    0下载:
  2. 二叉树的建立 实现查找功能并输出-The establishment of a binary tree search function and output to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:245222
    • 提供者:包钧圳
  1. BinaryTree

    0下载:
  2. 二叉树的操作,三种遍历过程,实现节点查找,删除,增加等。内含报告-Binary tree operation, three traversal, node search, delete, increase. Contains reports
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:560767
    • 提供者:韩旭辉
« 1 2 ... 26 27 28 29 30 3132 33 34 »
搜珍网 www.dssz.com