资源简介
C++版DS证据理论例子
代码片段和文件信息
// Copyright (c) 2011-2014
// Marek Kurdej
//
// Distributed under the Boost Software License Version 1.0.
// See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt
#include
#include
BOOST_BFT_DEFINE_CLASS(C1);
BOOST_BFT_DEFINE_CLASS(C2);
BOOST_BFT_DEFINE_CLASS(C3);
BOOST_BFT_DEFINE_CLASS(C4);
BOOST_BFT_DEFINE_CLASS(C5);
BOOST_BFT_DEFINE_CLASS(C6);
BOOST_BFT_DEFINE_CLASS(C7);
BOOST_BFT_DEFINE_CLASS(C8);
typedef boost::bft::fod fod2;
typedef boost::bft::fod fod3;
int main()
{
using namespace boost::bft;
rule_conjunctive rule;
typedef fod2 fod_t;
const mass::container_type ma1 = {0 0.3 0 0.7};
const mass m1(ma1);
const mass::container_type ma2 = {0 0.3 0 0.7};
const mass m2(ma2);
mass m12 = m1.apply(rule m2);
for (std::size_t i = 0; i < fod_t::powerset_size; ++i) {
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-10-18 14:28 bft-master\
文件 1979 2017-10-18 14:28 bft-master\.clang-format
文件 30 2017-10-18 14:28 bft-master\.clang-tidy
文件 23 2017-10-18 14:28 bft-master\.coveralls.yml
文件 34 2017-10-18 14:28 bft-master\.git.boost
文件 3917 2017-10-18 14:28 bft-master\.gitattributes
文件 239 2017-10-18 14:28 bft-master\.gitignore
文件 1859 2017-10-18 14:28 bft-master\.travis.yml
文件 14317 2017-10-18 14:28 bft-master\CMakeLists.txt
文件 7651 2017-10-18 14:28 bft-master\LICENSE
文件 1821 2017-10-18 14:28 bft-master\README.md
文件 1070 2017-10-18 14:28 bft-master\TODO.txt
文件 542 2017-10-18 14:28 bft-master\appveyor.yml
目录 0 2017-10-18 14:28 bft-master\build\
文件 591 2017-10-18 14:28 bft-master\build\opencl_site-config.jam
目录 0 2017-10-18 14:28 bft-master\doc\
文件 1478 2017-10-18 14:28 bft-master\doc\Jamfile
文件 1196 2017-10-18 14:28 bft-master\doc\Jamfile.v2_algo
文件 316 2017-10-18 14:28 bft-master\doc\Jamfile.v2_any
文件 1261 2017-10-18 14:28 bft-master\doc\acknowledgments.qbk
文件 6841 2017-10-18 14:28 bft-master\doc\beliefs.qbk
文件 1231 2017-10-18 14:28 bft-master\doc\boost_beliefs_define_class.qbk
文件 969 2017-10-18 14:28 bft-master\doc\dependencies.qbk
文件 2815 2017-10-18 14:28 bft-master\doc\faq.qbk
文件 1648 2017-10-18 14:28 bft-master\doc\fod.qbk
目录 0 2017-10-18 14:28 bft-master\doc\html\
目录 0 2017-10-18 14:28 bft-master\doc\html\images\
文件 2117 2017-10-18 14:28 bft-master\doc\html\images\alert.png
文件 1400 2017-10-18 14:28 bft-master\doc\html\images\caution.png
文件 1742 2017-10-18 14:28 bft-master\doc\html\images\important.png
文件 2312 2017-10-18 14:28 bft-master\doc\html\images\note.png
............此处省略100个文件信息
- 上一篇:SM3算法IP核
- 下一篇:c语言,二叉树,前中后,递归,非递归
评论
共有 条评论