CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 线段树

搜索资源列表

  1. line-tree-sourse-code

    0下载:
  2. 此代码是线段树的实现源代码,可用O(nlogn)的时间查找出一段线段中任意一段的信息。做acm题很有用,应用程序中相信也能优化很多算法!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1292
    • 提供者:孟繁荣
  1. segmenttreeforminormax.rar

    0下载:
  2. 线段树求最大最小值,可以成段操作,更新查询,segmenttree for min or max
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:903
    • 提供者:cq
  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. tree

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

    • 发布日期:2017-03-29
    • 文件大小:1090
    • 提供者:huangxin
  1. nodetree

    0下载:
  2. 线段树基础知识,对编程还是蛮有帮助的啊-no
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:5321
    • 提供者:Li
  1. p2352xds

    0下载:
  2. POJ2352 线段树写法-Segment tree POJ2352 written
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:575
    • 提供者:lcx
  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. PKU2529Msyorsposter

    0下载:
  2. 一个很好的线段树的题目,每一组数据里面的一个区间是一个不同的颜色,问最后可以看到几种颜色 ....... 要清楚树的是树有多少个节点 .. 代码如下 :-A good segment of the subject tree, each set of data inside an interval is a different color and asked to see the last of several colors to make it clear ....... the tr
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-06
    • 文件大小:1214
    • 提供者:杨金龙
  1. 2352

    0下载:
  2. 线段树和树状数组的运用,ACM知识,该题为poj 上的2352题的详细代码-An array of trees and tree line use, ACM knowledge, which entitled the 2352 title poj detailed code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1724
    • 提供者:john2522
  1. 2777

    0下载:
  2. 线段树和树状数组的运用,ACM知识,该题为poj 上的2777题的详细代码-An array of trees and tree line use, ACM knowledge, which entitled the 2777 title poj detailed code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:3363
    • 提供者:john2522
  1. poj3264

    0下载:
  2. poj 3264 主要是利用了线段树的原理-poj 3264 primarily use the principles of the segment tree
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:184493
    • 提供者:kaisong zou
  1. SimpleSegmentTree

    0下载:
  2. 实现了线段树的基本的插入与统计功能,代码简短,附有注释-Insert and Count function of Segment Tree.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1161
    • 提供者:fan
  1. poj3321SegTree

    0下载:
  2. 这是po3321的解题报告,运用了线段树的方法,希望对你有帮助-This is the problem-solving po3321 report, using a segment tree, and I hope for your help
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1384
    • 提供者:Tim
  1. SegmentTreestartear

    0下载:
  2. 线段树C++实现源码,包括离散化算法+扫描线法+染色问题-Segment tree implementation C++ source code, including the discrete algorithm+ scan-line method+ staining problems
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:2047635
    • 提供者:startear
  1. 1823

    0下载:
  2. poj 1823源码 关于二维线段树,比较基础的实现。-poj 1823
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1088
    • 提供者:张俊杰
  1. 1195

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

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

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

    • 发布日期:2017-04-10
    • 文件大小:885
    • 提供者:张俊杰
  1. 3277

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

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

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

    • 发布日期:2017-03-29
    • 文件大小:955
    • 提供者:张俊杰
  1. 线段树

    0下载:
  2. 介绍线段树的相应功能,提供例题和解题报告(This paper introduces the corresponding functions of line segment tree, and provides examples and solution reports.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:4830208
    • 提供者:饭在碗里
« 12 3 »
搜珍网 www.dssz.com