搜索资源列表
rtree-source
- 一个java实现的R树,R树在存储空间数据方面用处很大,特别是区域性的按空间划分的数据.这种结构用在数据库处理多维数据极为方便,oracle索引多维数据就是用的这种-a tree to achieve the R, R tree in the storage space data very useful, in particular, according to the regional breakdown of the data space. this database structure us
QuadIndex
- java 语言, Eclipse 开发环境下, 使用四叉树索引实现的空间索引机制-spacial index implemented by quad tree index
Rtree-eclipse
- 一个java实现的R树,R树在存储空间数据方面用处很大,特别是区域性的按空间划分的数据.这种结构用在数据库处理多维数据极为方便,oracle索引多维数据就是用的这种-a tree to achieve the R, R tree in the storage space data very useful, in particular, according to the regional breakdown of the data space. this database structure us
Rtree-eclipse
- 移动对象空间数据库中索引r树源码,能在eclipse下直接运行.-Moving objects in spatial database index r source tree, can directly run in eclipse.
RTree
- R树是空间数据库中重要的索引结构,本代码就是结构了R树的实现-R tree is an important index of spatial database structure, the code is the realization of the structure of the R tree
rtree
- 基于JAVA的R树空间索引树,用于查询空间对象空间节点间的关系。-JAVA-based R-tree spatial index tree node for the query space spatial relationships between objects.
newExplorer
- 内容索引:JAVA源码,系统相关,资源管理器,MVC Java资源管理器,基于MVC实现,代码结构清析、规范。在功能上完全实现了资源管理器核心的浏览功能以及列表双击与目录树的同步展开和添加/删除文件时的同步刷新,另外增加了右键菜单功能! 查找、删除含有子目录的文件夹和重命名功能实现类是FileViewImpl.java,不过功能没有真正实现,有兴趣的朋友可以继续完善。-Content index: Java source code, system-related, resour
java-Rtree
- 一个java实现的R树,R树在存储空间数据方面用处很大,特别是区域性的按空间划分的数据.这种结构用在数据库处理多维数据极为方便,oracle索引多维数据就是用的这种-A java implementation of the R-tree, R-tree in the storage space for data proved very useful, especially the regional space is divided into data for this structure in
h5ai-develop
- 尽管对于大多数网站来说并不会将网站目录设置成可浏览。但有时候,它还是一种共享文件和展示文件的简便方法。Apache默认的目录列表和索引页面不太漂亮,而且功能有限。h5ai专门提供了一个模板来改进该页面,并提供包屑路径导航和树型概述功能。 -Although most sites are not website directory will be set to the browser. But sometimes, it is also an easy way to share files a
BPTree
- 该代码实现了b+树的索引,插入与删除等功能,还具有快速查找的性能,并且算法时间复杂度性能较优.-The code to achieve the index b+ tree, insert and delete functions, but also has the capability to quickly find, and the algorithm time complexity better performance.
Rtree
- R树索引,可以为高维数据建立类似Btree的索引,大大加快查找速度-R-tree indexes, you can create similar Btree indexes for high-dimensional data, greatly accelerate the search speed
Rtreejava
- java实现R树空间索引,包含3个测试文件-rtree is completed by java
FTBBS_PHP_UTF8_5.2
- 1、新增了文字图片广告管理功能,同时修正了5.0版的BUG. 2、改进了在linux环境下不能运行的一些问题,使得系统完成兼容Linux/FreeBSD+php,windows+php系统. 3、新增了发贴,回贴以及贴子操作功能权限的设置,当用户积分达到系统设定的要求时用户将得到相权应的操作权限. 4、优化了数据库索引功能以及数据查询功能使得更加的快速稳定. 5、增加了时间段贴子审核功能,也就是可以控制在一定时间段内的贴子要审核后才能对外显示. 6、同时支持平板和树型框架两种
IndexFile
- 基于b树的文件索引,用java版实现。 。。。。。。。(A b-tree index file version, Java implementation.)