?? makefile
字號(hào):
objects = data.o fpgrowth.o fptree.o item.o testfpgrowth.oCC = g++flags = -O6 -Wallfpgrowth: $(objects) $(CC) $(flags) $(objects) -o fpgrowthdata.o: data.cpp data.h $(CC) $(flags) -c data.cppfpgrowth.o: fpgrowth.cpp data.h item.h fptree.h fpgrowth.h $(CC) $(flags) -c fpgrowth.cppfptree.o: fptree.cpp data.h item.h fptree.h $(CC) $(flags) -c fptree.cppitem.o: item.cpp item.h $(CC) $(flags) -c item.cpptestfpgrowth.o: testfpgrowth.cpp data.h item.h fptree.h fpgrowth.h $(CC) $(flags) -c testfpgrowth.cppclean: rm -f $(objects) fpgrowth
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -