資源簡介
r-tree的java實現,可直接運行,有直接運行的例子,有問題可詢問
代碼片段和文件信息
//ABL.java
//??
//This?library?is?free?software;?you?can?redistribute?it?and/or
//modify?it?under?the?terms?of?the?GNU?Lesser?General?Public
//License?as?published?by?the?Free?Software?Foundation;?either
//version?2.1?of?the?License?or?(at?your?option)?any?later?version.
//??
//This?library?is?distributed?in?the?hope?that?it?will?be?useful
//but?WITHOUT?ANY?WARRANTY;?without?even?the?implied?warranty?of
//MERCHANTABILITY?or?FITNESS?FOR?A?PARTICULAR?PURPOSE.??See?the?GNU
//Lesser?General?Public?License?for?more?details.
package?rtree;
//package?rtree;
/**Active?Branch?List
???This?class?will?consist?of?the?Elements?and?their?MINDIST?from?the?point?of?query.
???When?the?array?of?this?object?is?returned?by?the?‘nearestSearch‘?method
???kindly?type?cast?‘Elemen‘t?to?‘LeafElement‘?when?necessary.
???This?library?should?be?considered?as?an?open?source?library.?Formal?GNU?licensing?I?will?include?later.
*/
public?class?ABL?implements?Cloneable
{
??/**
?????Please?type?cast?it?to?LeafElemen
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????299??2009-02-17?20:25??Rtree-eclipse\rtree\.classpath
?????文件????????381??2009-02-17?20:25??Rtree-eclipse\rtree\.project
?????文件????????634??2009-02-17?20:25??Rtree-eclipse\rtree\.settings\org.eclipse.jdt.core.prefs
?????文件???????2044??2009-02-17?20:25??Rtree-eclipse\rtree\bin\rtree\ABL.class
?????文件????????315??2009-02-17?20:25??Rtree-eclipse\rtree\bin\rtree\app.dat
?????文件???????4071??2009-02-17?20:25??Rtree-eclipse\rtree\bin\rtree\BufferHeader.class
?????文件???????5148??2009-02-17?20:25??Rtree-eclipse\rtree\bin\rtree\CachedNodes.class
?????文件???????3249??2009-02-17?20:25??Rtree-eclipse\rtree\bin\rtree\ChangeLog
?????文件???????1093??2009-02-17?20:25??Rtree-eclipse\rtree\bin\rtree\Element.class
?????文件????????372??2009-02-17?20:25??Rtree-eclipse\rtree\bin\rtree\ElementNotFoundException.class
?????文件???????8454??2009-02-17?20:25??Rtree-eclipse\rtree\bin\rtree\FileHdr.class
?????文件????????442??2009-02-17?20:25??Rtree-eclipse\rtree\bin\rtree\IllegalValueException.class
?????文件???????1173??2009-02-17?20:25??Rtree-eclipse\rtree\bin\rtree\join\CompElmtX.class
?????文件????????863??2009-02-17?20:25??Rtree-eclipse\rtree\bin\rtree\join\CompRectX.class
?????文件???????1590??2009-02-17?20:25??Rtree-eclipse\rtree\bin\rtree\join\ContainedByPred.class
?????文件???????1533??2009-02-17?20:25??Rtree-eclipse\rtree\bin\rtree\join\ContainsPred.class
?????文件???????1504??2009-02-17?20:25??Rtree-eclipse\rtree\bin\rtree\join\EqualsPred.class
?????文件???????1428??2009-02-17?20:25??Rtree-eclipse\rtree\bin\rtree\join\IntersectPred.class
?????文件???????5363??2009-02-17?20:25??Rtree-eclipse\rtree\bin\rtree\join\Join.class
?????文件????????426??2009-02-17?20:25??Rtree-eclipse\rtree\bin\rtree\join\JoinException.class
?????文件???????1022??2009-02-17?20:25??Rtree-eclipse\rtree\bin\rtree\join\MeetPred.class
?????文件????????812??2009-02-17?20:25??Rtree-eclipse\rtree\bin\rtree\join\Pair.class
?????文件????????998??2009-02-17?20:25??Rtree-eclipse\rtree\bin\rtree\join\PairElmt.class
?????文件????????592??2009-02-17?20:25??Rtree-eclipse\rtree\bin\rtree\join\Predicate.class
?????文件???????2454??2009-02-17?20:25??Rtree-eclipse\rtree\bin\rtree\join\SweepLine.class
?????文件???????2383??2009-02-17?20:25??Rtree-eclipse\rtree\bin\rtree\LeafElement.class
?????文件???????1405??2009-02-17?20:25??Rtree-eclipse\rtree\bin\rtree\Logic.txt
?????文件??????22943??2009-02-17?20:25??Rtree-eclipse\rtree\bin\rtree\Node.class
?????文件????????354??2009-02-17?20:25??Rtree-eclipse\rtree\bin\rtree\NodeEmptyException.class
?????文件????????351??2009-02-17?20:25??Rtree-eclipse\rtree\bin\rtree\NodeFullException.class
............此處省略84個文件信息
- 上一篇:史上最全郝斌JavaSE復習總結
- 下一篇:java同學錄
評論
共有 條評論