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

📄 makefile

📁 SR-tree is an index structure for high-dimensional nearest neighbor queries
💻
字号:
CFLAGS   = /nologo /MD /I../include /D_HNSRTIMP=_declspec(dllexport)
CPPFLAGS = /nologo /MD /I../include /D_HNSRTIMP=_declspec(dllexport)
OBJS    = \
        HnPoint.obj \
        HnPointObj.obj \
        HnPointSt.obj \
        HnRange.obj \
        HnRangeSt.obj \
        HnRect.obj \
        HnRectObj.obj \
        HnRectSt.obj \
        HnSphere.obj \
        HnSphereObj.obj \
        HnSphereSt.obj
all: $(OBJS)


clean:
	del *.obj

⌨️ 快捷键说明

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