📄 nr_cc.mak
字号:
CXX = CCCXXFLAGS = -O2DIFF = ./sdiffPRE = ./.SUFFIXES:.SUFFIXES: .a .o .c .cpp.cpp.o: rm -f $*.cxx ln $*.cpp $*.cxx $(CXX) $(CXXFLAGS) -c $*.cxx rm $*.cxx everything: tryrand tryrand_obj = tryrand.o newran.o myexcept.o extreal.o tryrand1.o tryrand2.o tryrand3.o tryrand4.o tryrand5.o hist.otryrand: $(tryrand_obj) $(CXX) -o $@ $(tryrand_obj) -L. -lmtryrand.o: tryrand.cpp include.h newran.h tryrand.h boolean.h myexcept.h extreal.hnewran.o: newran.cpp include.h newran.h boolean.h myexcept.h extreal.hmyexcept.o: myexcept.cpp include.h boolean.h myexcept.hextreal.o: extreal.cpp include.h boolean.h extreal.htryrand1.o: tryrand1.cpp include.h newran.h tryrand.h boolean.h myexcept.h extreal.htryrand2.o: tryrand2.cpp include.h newran.h tryrand.h boolean.h myexcept.h extreal.htryrand3.o: tryrand3.cpp include.h newran.h tryrand.h boolean.h myexcept.h extreal.htryrand4.o: tryrand4.cpp include.h newran.h tryrand.h boolean.h myexcept.h extreal.htryrand5.o: tryrand5.cpp include.h newran.h tryrand.h boolean.h myexcept.h extreal.hhist.o: hist.cpp include.h boolean.h extreal.h newran.h tryrand.h myexcept.htryrand.txx: tryrand $(PRE)tryrand > tryrand.txx $(DIFF) tryrand.txt tryrand.txx
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -