MarkDown

作者: VaultHunter | 来源:发表于2017-08-15 19:27 被阅读0次

简书Markdown用法

一级标题

二级标题

两个空格

CXX = g++

CXXFLAGS = -Iinclude/ANN

LDFLAGS  = -g2

LIBS    = -Llib/ANN -lANN

all: nbnn

nbnn: nbnn.o

$(CXX) -o nbnn nbnn.o $(LIBS) $(LDFLAGS) 

nbnn.o: nbnn.cpp

$(CXX) -c nbnn.cpp $(CXXFLAGS) 

clean:

rm -f *.o

rm -f nbnn

引用连接

c4563016d409ed47929thumb.jpg

The traversal sequence guarantees the spatial rela�tionships in a graph by accessing most joints twice in both forward and reverse directions

相关文章

网友评论

      本文标题:MarkDown

      本文链接:https://www.haomeiwen.com/subject/mgbvrxtx.html