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

搜索资源列表

  1. Chap4_BinaryTree

    0下载:
  2. 二叉树功能的实现,代码摘自PKU数据结构与算法课程网站。-Realization of Binary Tree functions, code taken from PKU data structures and algorithms courses website.
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:58198
    • 提供者:何辉辉
  1. FaceDetectionandHeadTrackinginVideo

    0下载:
  2. 清华大学学位论文;将树状多视角人脸检测器引入粒子滤波器的概率跟踪框架,提出了一种融合了检测信息的跟踪方法;对粒子滤波器的基本算法作扩展,提出了一种融合不同状态量的多个观测模型的方法-Degree Thesis, Tsinghua University the tree multiview face detection probability of the introduction of particle filter tracking framework, a combination of d
  3. 所属分类:Document

    • 发布日期:2017-05-03
    • 文件大小:1471258
    • 提供者:田卉
  1. kd-trees

    0下载:
  2. 数据结构的选择与算法效率——从IOI98试题PICTURE谈起 高级数据结构:线段树-The choice of data structure and algorithm efficiency- from IOI98 questions about high-level data structure PICTURE: segment tree
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:311118
    • 提供者:henry
  1. d.doc

    0下载:
  2. 题目:对记录序列:{55,13,23,72,109,67,2,78,13}分别使用顺序查找和折半查找算法实现特定关键字值记录的查找。然后建立该记录序列的二叉排序树,并在其上实现特定关键字值结点的查找和删除。-Title: on the record sequence: (), respectively 55,13,23,72,109,67,2,78,13 order to find and use half the search algorithm to achieve a specific k
  3. 所属分类:Document

    • 发布日期:2017-04-06
    • 文件大小:6538
    • 提供者:sad
  1. paxieeuew

    0下载:
  2. 1.创建二叉树 2.输出二叉树 4.二叉树的前中后三序遍历 5.删除特定关键字结点 0.退出程序-1. Create a binary tree 2. Output binary tree 4. Bintree three after the first traversal of 5. Delete specific keyword node 0. Exit procedures
  3. 所属分类:Document

    • 发布日期:2017-04-11
    • 文件大小:1013
    • 提供者:张清
  1. Trees

    0下载:
  2. 一棵包含6个分支点的树的例子,演示JTree的实现过程。-java Jianshu
  3. 所属分类:Document

    • 发布日期:2017-04-12
    • 文件大小:839
    • 提供者:angel
  1. phylip

    0下载:
  2. 这篇文章,详细的介绍了当前国际最流行的 生物进化树软件使用说明,中文版!-This article, a detailed introduction of the current international the most popular biology evolutionary tree software to use that version of English!
  3. 所属分类:File Formats

    • 发布日期:2017-04-15
    • 文件大小:4682
    • 提供者:sunny
  1. dojotree

    0下载:
  2. dojo与json创建无限级树的时候,当在父结点下添加了一个新结点,我怎么让父亲结点重新调用json加载一下子结点内容. -qw
  3. 所属分类:Project Manage

    • 发布日期:2017-05-12
    • 文件大小:2849519
    • 提供者:陈立峰
  1. jueceshu

    0下载:
  2. 基于决策树的数据挖掘算法的技术研究,请批评指正。-good
  3. 所属分类:Development Research

    • 发布日期:2017-05-14
    • 文件大小:3091079
    • 提供者:Owen
  1. 2008638621518

    0下载:
  2. 树是由n(n≥0)个结点组成的有限集合T。n=0的树称为空树;对n>0的树,有:(1)仅有一个特殊的结点称为根结点,根结点没有前驱结点;(2)当n>1时,除根结点外其余的结点分为m(m>0)个互不相交的有限集合T1,T2,…,Tm,其中每个集合Ti本身又是一棵结构和树类似的子树。 -Tree is n (n ≥ 0) consisting of nodes finite set T. n = 0 of the tree known as the empty tree fo
  3. 所属分类:Project Design

    • 发布日期:2017-04-29
    • 文件大小:145940
    • 提供者:李南
  1. 5

    0下载:
  2. 在顺序存储结构中,利用编号表示元素的位置及元素之间孩子或双亲的关系,因此对于非完全二叉树,需要将空缺的位置用特定的符号填补,若空缺结点较多,势必造成空间利用率的下降。在这种情况下,就应该考虑使用链式存储结构。-Storage structure in order to use the element number that the location and elements of the relationship between children or parents, so for non-c
  3. 所属分类:Project Design

    • 发布日期:2017-04-29
    • 文件大小:392686
    • 提供者:李南
  1. ch

    0下载:
  2. 堆积(heap)是树结构的第三种型态。堆积是一棵二元树,其左右子树节点的值均较其父母节点的值小。堆积的根节点值保证是该树最大值。这中堆绩称为最大堆绩。堆积的子树可摆在左边当左子树,也可摆在右边当右子树,因此左右子树俱有相同的性质。-Heap (heap) are the third type of tree structure. Accumulation is a binary tree, its about the value of subtree nodes than those of th
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:63279
    • 提供者:李南
  1. binarytreealgorithm

    0下载:
  2. 一个排序二叉树算法的基本实现,C++初学者可以学习一下-Sort of a basic binary tree algorithm implementation, C++ beginners can learn about
  3. 所属分类:Project Design

    • 发布日期:2017-04-29
    • 文件大小:233106
    • 提供者:莘岚
  1. Branch-and-Price

    0下载:
  2. Branch—and—Price,一种广义分枝定界或分枝定界的扩展算法,它允许列生成过程应用于整个分枝定界树-The philosophy of branch-and-price is similar to that of branch-and-cut except that the procedure focuses on col- umn generation rather than row generation.
  3. 所属分类:File Formats

    • 发布日期:2017-03-26
    • 文件大小:622051
    • 提供者:abrahamlau
  1. DOS2222222222222222

    0下载:
  2. DOS也许已经是历史了 但是电脑高手不能不去了解一点DOS操作, ^_^,查IP,建立目录树-DOS may have is the history of the computer expert but do not understand that the DOS can not do so,check IP, set up the directory tree, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1792
    • 提供者:
  1. 00517

    0下载:
  2. 二叉树的应用,包括建立,遍历,以及求深度等。-Have a try!
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:24949
    • 提供者:XMULYB
  1. erchashubianli

    0下载:
  2. 二叉树遍历问题是重要的问题。程序的实现简单而方便。-erchashu
  3. 所属分类:Document

    • 发布日期:2017-04-08
    • 文件大小:17231
    • 提供者:彭林
  1. Snort

    0下载:
  2. 分析了数据包调用检测函数匹配规则节点的平均次数计算函数,并用该函数对Snort系统规则树进行了优化,减少了数据包过滤匹配次数,极大提高了入侵检测效率-Analysis of packet matching rules called detection function of the average number of nodes the calculation function, and the system function of the Snort rules tree is optimiz
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:122856
    • 提供者:TTstone
  1. Binarytreedemoprogram

    0下载:
  2. 本程序设计实现抽象数据类型二叉树的演示程序-Design and Implementation of the program abstract data types binary tree demo program
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:1830
    • 提供者:rambo
  1. The_Status_Quo_of_Machine_Learning_of_Artificial_I

    0下载:
  2. 机器学习是人工智能的一个子领域,是人工智能中非常活跃且范围甚广的主要核心研究领域之一,也是现代智能系统的关键环节和瓶颈。机器学习吸取了人工智能、概率统计、计算复杂性理论、控制论、信息论、哲学、生理学、神经生物学等学科的成果,主要关注于开发一些让计算机可以自动学习的技术,并通过经验提高系统自身的性能。本文介绍了机器学习的概念、基本结构和发展,以及各种机器学习方法,包括机械学习、归纳学习、类比学习、解释学习、基于神经网络的学习以及知识发现等,并简单叙述了机器学习的相关算法,包括决策树算法、随机森林算
  3. 所属分类:Development Research

    • 发布日期:2017-03-29
    • 文件大小:33160
    • 提供者:lzl
« 1 2 3 4 5 67 8 9 10 11 ... 21 »
搜珍网 www.dssz.com