首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 多维数据索引算法

多维数据索引算法

  • 资源大小:141.29 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 算法 索引 数据 多维

资 源 简 介

This project has moved to its new home at gitlab. Multi-Dimensional Data Structure (mdds) A collection of multi-dimensional data structures and indexing algorithms. The download page has moved to [here](http://code.google.com/p/multidimalgorithm/wiki/Downloads). Source packages of 0.9.1 and newer can be downloaded from this page. Overview of data structures included in mdds Segment tree Segment tree is a balanced-binary-tree based data structure efficient for detecting all intervals (or segments) that contain a given point. The segments may overlap with each other. The end points of stored segments are not inclusive, that is, when an interval spans from 2 to 6, an arbitrary point x within that interval can take a value of 2 <= x < 6, but not the exact value of 6 itself. Flat segment tree

文 件 列 表

mdds_0.9.0
VERSION.in
misc
include
NEWS
configure.ac
src
COPYING
example
quickcheck
configure
README
AUTHORS
Makefile.in
autogen.sh
VIP VIP
0.178791s