⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jamfile.v2

📁 Bayesian Filter.贝叶斯(Bayesian)滤波器的C++类库。包括卡尔曼滤波(kalman filter)、粒子滤波(particle filter)等。
💻 V2
字号:
# Bayes++ Jamfile - See Boost.build v2# BayesFilter - The Bayesian filtering library# Propagated usage requirementsproject BayesFilter     : usage-requirements <include>".."		# Library headers are refered to as "BayesFilter/xxx.hpp";# 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    : <link>static      <toolset>gcc:<cxxflags>"-Wall"      <toolset>intel:<cxxflags>"-mp1"		# Require IEEE NaN comparisons#    <toolset>gcc:<cxxflags>"-pedantic"		# Pedantic checks for validation with GCC (will include long long warnings);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -