readme

来自「R+树的c实现源码」· 代码 · 共 12 行

TXT
12
字号
This directory contains the source code for R+-trees.Syntax:	rpt df1 tree1 wf1where	"tree1.idx" is the r-tree to be created.	"df1" is the data file (ascii format: id x1 y1 x2 y2).	"wf1" is the window file (same format).WARNING: "tree1" should be empty before execution. Otherwise, new data is		 appended to old index.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?