?? jamfile
字號:
# Bayes++ Jamfile - See Boost.build# BayesFilter - The Bayesian filtering library# Declare the location of this subproject relative to the project root.subproject BayesFilter ;# Base names of the source files for BayesFilterCPP_SOURCES = bayesFlt bayesFltAlg matSup UdU covFlt infFlt infRtFlt itrFlt SIRFlt UDFlt unsFlt CIFlt ;# Declare the BayesFilter static link librarylib BayesFilter : $(CPP_SOURCES).cpp : <include>$(BOOST)# <gcc><*><cxxflags>"-pedantic" # Pedantic make a lot of noise with GCC2.95.3 in Boost headers because of long long <intel-linux><*><cxxflags>"-mp1" # Require IEEE NaN comparisons : debug release;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -