Boost PropertyTree provides a tree structure to store key/value pairs. Tree structures means that a trunk exists with numerous branches that have nume ...
分类:
其他好文 时间:
2019-07-01 19:55:26
阅读次数:
101
课设要安装dlib,然后各种报错, 什么cmake没装啊, 什么boost没装啊,然后都试了一遍,没卵用。 最后找到一个最合适的方法。 去下面这个链接里直接下载 dlib-19.8.1-cp36-cp36m-win_amd64.whl https://pypi.tuna.tsinghua.edu.c ...
分类:
其他好文 时间:
2019-07-01 10:42:12
阅读次数:
146
Viola-Jones 人脸检测 1.Haar特征抽取 ‘ 2. Adaboost 算法 ...
分类:
其他好文 时间:
2019-06-30 14:07:38
阅读次数:
107
MySQL 安装配置 https://www.runoob.com/linux/mysql-install-setup.html 编译安装时报错,遇到一个问题,有几个注意点 一是cmake前要删除一个文件 二是要安装或者下载boost 最全的mysql 5.7.13 安装配置方法图文教程(linux ...
分类:
数据库 时间:
2019-06-26 10:46:26
阅读次数:
163
wgethttps://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.tar.gz./bootstrap.shsudo./b2install/usr/local/include/boost
分类:
其他好文 时间:
2019-06-25 11:59:42
阅读次数:
79
一.安装MySQL,装备的安装包:mysql-5.7.12.tar.gz boost_1_59_0.tar.gz 1.下载软件包 2.卸载原先的原先的MySQL和boost,并检查 3.安装MySQL需要的依赖包 4.解压boost到指定路径下,安装MySQL的时候要指定这个路径的 5.创建MySQ ...
分类:
其他好文 时间:
2019-06-21 18:37:56
阅读次数:
195
boost::tuple is a generalized version of std::pair. While std::pair can only store exactly two values, boost::tuple lets you choose how many values to ...
分类:
其他好文 时间:
2019-06-20 12:48:09
阅读次数:
125
1. 先去官网下载压缩包: https://www.boost.org/ 2. 解压后cd 进入根目录,然后执行: 3. 安装(时间会很长): ...
分类:
系统相关 时间:
2019-06-20 00:54:37
阅读次数:
174
boost正则比c++11正则快40倍。c++11线程会吞掉异常调用堆栈。 ...
分类:
编程语言 时间:
2019-06-14 23:56:14
阅读次数:
263
1. using boost::heap::priority_queue In general this class behaves like std::priority_queue, except it allows you to iterate over elements. The order ...
分类:
其他好文 时间:
2019-06-14 19:44:45
阅读次数:
109