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

搜索资源列表

  1. poj2352

    0下载:
  2. poj2352 二维线段树,实现的比较简单,利于刚刚开始学习的人 。-poj2352 two-dimensional segment tree, simple implementation, which will help people who have just started learning.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:676
    • 提供者:张俊杰
  1. SegmentTree

    0下载:
  2. 一个效率可以的线段树代码 可以直接用来求解矩形面积并 另外可以修改实现更多功能.-The efficiency of the line segment can be a tree code can be directly used to solve the rectangular area and the other can be modified to achieve more.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1074
    • 提供者:武永基
  1. ST

    0下载:
  2. RMQ问题。。 不用线段树实现。 ST算法运用的是动态规划和二进制优化的思想。使得编程复杂度降低了很多很多。-RMQ problem. . Needless to achieve segment tree. ST algorithm used is a dynamic planning and optimization of binary thinking. Makes programming reduces the complexity of many.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:880
    • 提供者:方宇浩
  1. tree

    0下载:
  2. 线段树的基本实现~动态实现。功能并不强大-Segment tree to achieve the realization of ~ dynamic. Function is not strong
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1090
    • 提供者:huangxin
  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. vijos1083

    0下载:
  2. 线段树 求最大字段和以vijos1083为例-Segment tree for the largest fields and
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:962
    • 提供者:傅天晓
  1. ACM_ICPC_SEGMENT_TREE_BY__ACMaryland

    0下载:
  2. ppt about segment tree , which is a data structrue that usually used in ACM_ICPC
  3. 所属分类:Project Manage

    • 发布日期:2017-04-25
    • 文件大小:227026
    • 提供者:HuaXiong
  1. ctree

    0下载:
  2. 本程序运用线段树+离散化+扫描线的方法来求解矩形周长问题。是运用线段数解题的经典应用之一。-This procedure using discrete segment of the tree++ scan line approach to solving the problem of rectangular perimeter. Segment is to use a number of problem-solving one of the classic applications.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:1286
    • 提供者:hujiafeng
  1. segment_tree

    0下载:
  2. 线段树的基本数据结构,线段树扩展,线段树应用。-The basic segment tree data structure, segment tree expansion, segment tree application.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1827
    • 提供者:王华
  1. SegmetTree

    0下载:
  2. 线段树的经典之作!程序员进阶必读!互相帮助!-segment tree!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:1638382
    • 提供者:seagate
  1. Basics-segment-tree

    0下载:
  2. 线段树的定义,功能,实现和用途,能帮助学习线段树-Segment tree definition, function, implementation and use, can help learning segment tree
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:20208
    • 提供者:陈帅军
  1. segment-tree

    0下载:
  2. 线段树的第一类型,介绍了线段树中的单点更新问题-The first type of tree line, introduced a single point in the tree line update problem
  3. 所属分类:TreeView

    • 发布日期:2017-04-02
    • 文件大小:13648
    • 提供者:胡琳
  1. Segment-tree

    0下载:
  2. 线段树作为一种常用的数据结构,有常用性,基础性和易用性等诸多特点。在这里讲一讲关于线段树。-Segment tree as a common data structure, a common, basic and ease of use, and many other features. Here to talk about on the segment tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:315902
    • 提供者:lx
  1. Line-tree-and-its-application

    0下载:
  2. 描述了关于线段树的一些原理及基本操作,后面引用两个例题详细介绍了离散化,扫描线,以及二维线段树-Describes the segment tree some of the principles and basic operation, followed by reference to the two examples described in detail the discretization, scan lines, as well as two-dimensional segment tr
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:110035
    • 提供者:orz
  1. segment-tree

    0下载:
  2. 线段树例题,POJ上面的一些经典例题,这几天的心血。-Some of the classic examples of the segment tree example, POJ above, a few days of hard work.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:21258705
    • 提供者:曹晖
  1. Segment-Tree.cpp

    0下载:
  2. segmen tree estructura de datos
  3. 所属分类:ELanguage

    • 发布日期:2017-04-11
    • 文件大小:868
    • 提供者:sam
  1. segment-tree

    0下载:
  2. 线段树的基本操作,个类oj题目,有源代码,可以相互学习-The basic operation of the tree line, a class oj topic, source code, you can learn from each other
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:5826837
    • 提供者:tlwlmy
  1. tree

    0下载:
  2. 数据结构线段树的代码,希望能帮助到许多人-The code segment tree data structure, hoping to help many people
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:550
    • 提供者:张飞
  1. segment-tree

    1下载:
  2. 在实际应用中,常遇到与区间有关的操作,比如统计若干矩形并集的面积,记录一个区间的最大最小值及总量,并在区间的插入、删除和修改中维护这些数据。线段树的定义是利用树形二分结构所建立的一种数据结构,能够高效的完成这些操作。-In practical applications, often encountered in the interval-related operations, such as statistics and set a number of rectangular area, rec
  3. 所属分类:Data structs

    • 发布日期:2017-12-14
    • 文件大小:2411901
    • 提供者:慕柯
  1. sklearn-tree-BN-knn

    10下载:
  2. 分类器的性能比较与调优: 使用scikit-learn 包中的tree,贝叶斯,knn,对数据进行模型训练,尽量了解其原理及运用。 使用不同分析三种分类器在实验中的性能比较,分析它们的特点。 本实验采用的数据集为house与segment。(Performance comparison and optimization of classifiers: We use tree, Bayesian and KNN in scikit-learnpackage to train the dat
  3. 所属分类:数据挖掘

    • 发布日期:2020-04-03
    • 文件大小:1301504
    • 提供者:Ryan112
« 12 3 4 5 6 »
搜珍网 www.dssz.com