?? jamfile
字號:
# Bayes++ Jamfile - See Boost.build# Project root.# The project root simply includes all the subprojects. The BayesFilter library# and examples.project-root ;subinclude BayesFilter ;subinclude Simple ;subinclude PV ;subinclude PV_SIR ;subinclude QuadCalib ;# Produce the BayesFilter static libraries in a convenient target location named "lib"# The debug build is given a "d" suffix, release "r" suffixstage lib : <lib>BayesFilter/BayesFilter : <tag><debug>"d" <tag><release>"r" : debug release;
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -