⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 在Linux下做的QuadTree的程序
💻 AM
字号:
SUBDIRS = EXTRA_DIST = # NOTES:## AbstractSTRtree.h needed by STRtree.h for inheritance# AbstractSTRtree.h needed by SIRtree.h for inheritance# Interval.h needed by  SIRtree.h for inlines# Boundable.h needed by ItemBoundable.h and AbstractNode.h for inheritance# AbstractNode.h needed by AbstractSTRtree.h for inlinesgeosdir = $(includedir)/geos/index/strtreegeos_HEADERS = \	AbstractNode.h	\	AbstractSTRtree.h	\	Boundable.h	\	Interval.h	\	SIRtree.h	\	STRtree.hnoinst_HEADERS = \	ItemBoundable.h	

⌨️ 快捷键说明

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