CMake Tools for Visual Studio

码农软件 · 软件分类 · C/C++开发工具 · 2019-11-10 07:57:56

软件介绍

这是一个 Visual Studio 的扩展为 CMake 语言提供了语法高亮和 IntelliSense 支持。

特点包括:

  • CMake 代码语法高亮

  • Member selection list boxes for CMake commands and variables

  • Tool tips giving the parameters to CMake commands

  • Brace matching for CMake code

  • Support for CMake code snippets

  • Context-sensitive help, available by pressing F1 in the Visual Studio editor while the insertion point is over a standard CMake command or variable

  • Access to the CMake GUI and documentation from the Tools menu in Visual Studio

本文地址:https://www.codercto.com/soft/d/18660.html

视觉SLAM十四讲

视觉SLAM十四讲

高翔、张涛、等 / 电子工业出版社 / 2017-3 / 75

《视觉SLAM十四讲:从理论到实践》系统介绍了视觉SLAM(同时定位与地图构建)所需的基本知识与核心算法,既包括数学理论基础,如三维空间的刚体运动、非线性优化,又包括计算机视觉的算法实现,例如多视图几何、回环检测等。此外,还提供了大量的实例代码供读者学习研究,从而更深入地掌握这些内容。 《视觉SLAM十四讲:从理论到实践》可以作为对SLAM 感兴趣的研究人员的入门自学材料,也可以作为SLAM......一起来看看 《视觉SLAM十四讲》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

MD5 加密
MD5 加密

MD5 加密工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换