jamfile

来自「Bayesian Filter.贝叶斯(Bayesian)滤波器的C++类库。包」· 代码 · 共 19 行

TXT
19
字号
# 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 + =
减小字号Ctrl + -
显示快捷键?