📄 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 + -