From:Lance Eliot Apr 2, 2019 The Source:https://lance-eliot.medium.com/multi-sensor-data-fusion-msdf-for-driverless-cars-an-essential-primer-a1948bb8b ...
分类:
其他好文 时间:
2021-03-18 14:10:48
阅读次数:
0
gnu http://www.gnu.org/software/binutils/ The GNU Binutils are a collection of binary tools. The main ones are: ld - the GNU linker. as - the GNU asse ...
分类:
其他好文 时间:
2021-03-11 20:36:58
阅读次数:
0
Tinyply 源码阅读 ply格式介绍见:http://paulbourke.net/dataformats/ply/ tinyply项目路径为:https://github.com/ddiakopoulos/tinyply/ 这里先放一个ply的示例: ply format ascii 1.0 ...
分类:
其他好文 时间:
2021-03-09 13:21:52
阅读次数:
0
1.字符串 string 的定义 string 的初始化 string 的长度 string 的元素的访问 数组 迭代器 元素的操作 insert() erase() clear() 运算符 连接 + 比较运算符 判断是否相等 常用函数 find() substr() /** * @author: ...
分类:
其他好文 时间:
2021-03-04 13:24:30
阅读次数:
0
IDEA生成Javadoc文档 在选项面板选择Tool-> Generate JavaDoc... Locale: zh_CN Other command line arhuments: -encoding UTF-8 -charset UTF-8 -windowtitle "test" -enco ...
分类:
编程语言 时间:
2021-03-04 12:57:20
阅读次数:
0
例如 _sopen_s 在磁盘空间不够的时候, 宏 errno 就会返回 ENOSPC(28) MSDN 文档时只提到以下错误码 errno valueCondition EACCES The given path is a directory, or the file is read-only, ...
执行环境 执行环境:定义变量或函数有权访问的其他数据。 每个执行环境对应与之关联的变量对象。 变量对象:保存环境中定义的所有变量和函数。 全局执行环境:最外围的执行环境,在web浏览器中,全局执行环境为window对象。 全局变量对象:保存所有window对象下的属性和方法。 执行环境的销毁 某个执 ...
分类:
Web程序 时间:
2021-02-25 11:56:38
阅读次数:
0
FargmentMP4是一种特殊的MP4,这边他的特点及格式,不再详细说明 ,网上资料不少可以进行参考。 这边说下基于FFMPEG封装aac及h264为FargmentMP4的步骤: 关键代码: 1、创建两个输入对象和一个输出对象并打开。 AVFormatContext *ifmt_ctx_v = ...
分类:
其他好文 时间:
2021-02-23 14:31:57
阅读次数:
0
数据库版本(select version();): 5.7.32-log sakila 下载地址: https://dev.mysql.com/doc/index-other.html type 表示 MySQL 在表中找到所需行的方式, 又称"访问类型". ALL, index, range, r ...
分类:
数据库 时间:
2021-02-23 14:29:19
阅读次数:
0
转自:https://blog.csdn.net/guo_lei_lamant/article/details/82856041 当我们声明和定义一个模板的时候,必须要让声明和定义放在一个文件里。否则编译器会报错。这就是为什么boost的实现文件的后缀名是hpp了。这其中的理由是什么呢?为什么会这样 ...
分类:
编程语言 时间:
2021-02-23 14:27:53
阅读次数:
0