CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 树结构

搜索资源列表

  1. Data-structure-Flash-animation

    0下载:
  2. 用动画的方式描述数据结构常用算法的过程,将抽象的数据结构过程用动画描述使人一看就明白,是学习数据结构的好资料,里面包含数据结构里面的各种算法的动画演示,比如各种排序法过程的动画演示,各种查找方法的动画演示,二叉树的添加删除操作的动画演示等等。-Way of describing the process by animation algorithm commonly used data structures, abstract data structures described by animat
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:487625
    • 提供者:zhang ming
  1. c_lianxi3

    0下载:
  2. 统计输入中所有单词的出现次数,这里用二叉树这种数据结构。-Enter the number of occurrences of all words in the statistics, here with a binary tree data structure
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1421
    • 提供者:cjk
  1. 1211

    0下载:
  2. 给出一棵二叉树的结构,判断这棵二叉树是不是完全二叉树-Given a binary tree structure, the judge is not complete binary tree binary tree
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:1193
    • 提供者:李文超
  1. MS-interview-100-questions--by-July

    0下载:
  2. 微软面试 100 题系列 作者:July 结构之法算法之道 blog 之博主 本微软面试 100 题系列,共计 11 篇文章,300 多道面试题,截取本 blog 索引性文章: 程序员面试、算法研究、编程艺术、红黑树、数据挖掘 5 大系列集锦,中的第一部分编辑 而成。-Microsoft interview questions 100 series Author: Road law blog Algorithms July structures blogger The
  3. 所属分类:IT Hero

    • 发布日期:2017-05-13
    • 文件大小:3432622
    • 提供者:kele
  1. data-structureBJTU

    0下载:
  2. 数据结构的有关算法,其中包括了线性表、链表、树、图等相关内容的算法介绍-data structure
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:509057
    • 提供者:zz
  1. Common-algorithms-classic-code

    0下载:
  2. 数据结构中介绍的常见经典算法,排序、二叉树深度、广度优先搜索、高精度加减乘除等-Common data structures described in the classical algorithms, sorting, binary tree depth, breadth-first search, high-precision addition, subtraction, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:15382
    • 提供者:冯中飞
  1. Shujujiegou-C

    0下载:
  2. 数据结构C语言版,章节PPT,绪论、栈与队列、线性链表、树和二叉树-Data structure C language edition, chapter PPT, introduction, stacks and queues, linear lists, trees and binary trees
  3. 所属分类:software engineering

    • 发布日期:2017-04-27
    • 文件大小:95246
    • 提供者:
  1. Hoffman-code

    0下载:
  2. 计算机系统结构——哈弗曼树用C++实验 包括需求分析、总体设计、详细设计、心得总结-C++ experiment Havermann tree structure of computer system Including demand analysis, overall design, detailed design, experience summary
  3. 所属分类:Project Design

    • 发布日期:2017-04-29
    • 文件大小:131820
    • 提供者:王心怡
  1. Binary-sort-tree

    0下载:
  2. 二叉排序树,用了栈结构进行中序遍历、树型打印、用到了链式顺序表-Binary sort tree
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:266720
    • 提供者:朝阳
  1. opencv-doc

    0下载:
  2. 图像数据操作(内存分配与释放,图像复制、设定和转换) 图像/视频的输入输出(支持文件或摄像头的输入,图像/视频文件的输出) 矩阵/向量数据操作及线性代数运算(矩阵乘积、矩阵方程求解、特征值、奇异值分解) 支持多种动态数据结构(链表、队列、数据集、树、图) 基本图像处理(去噪、边缘检测、角点检测、采样与插值、色彩变换、形态学处理、直方图、图像金字塔结构) 结构分析(连通域/分支、轮廓处理、距离转换、图像矩、模板匹配、霍夫变换、多项式逼近、曲线拟合、椭圆拟合、狄劳尼三角化)
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:3722793
    • 提供者:korbon
  1. BitTree

    0下载:
  2. 关于二叉树先序、中序、后序递归与非递归遍历的详细源代码,并附有详细的注解。适合学习数据结构二叉树的同学学习。-About Binary preorder, inorder, postorder recursive and non-recursive traversal detailed source code, together with detailed notes. Binary tree data structure for learning students learn.
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1553
    • 提供者:jin
  1. 邻域计算

    0下载:
  2. kd树数据存储结构,进行klinyu搜索,GUI界面,具有保存搜索的k邻域数据(Kd tree data storage structure, k linyu search, GUI interface, with k neighborhood data to save the search)
  3. 所属分类:软件设计/软件工程

    • 发布日期:2018-05-01
    • 文件大小:8192
    • 提供者:maweifeng011
  1. 经典算法讲解

    0下载:
  2. 分类总结常见的算法面试题,包括数组,链表,图,树,哈希表等数据结构的介绍并有相关常见的算法题讲解
  3. 所属分类:软件工程

    • 发布日期:2019-08-15
    • 文件大小:32558575
    • 提供者:ku_ku7
« 1 2 3 4 5 6»
搜珍网 www.dssz.com