makefile
来自「Simulated annealing (SA) for the Symmetr」· 代码 · 共 13 行
TXT
13 行
#all: tsp testtsp: tsp.c gcc -O4 -o tsp tsp.c -lmtest: tsp -v data/hoto65.dat | ghostview -a4 - tsp -v n=50 | ghostview -a4 -clean: rm -f tsp.o tsp
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?