Getting Started with CPLEX IBM ILOG CPLEX Optimization Studio 是一款规范性分析解决方案,可以帮助您使用具有约束条件的数学编程,快速开发和部署决策优化模型。 2020-08-05 数学 学习笔记 cplex
C++Primer 5th:第十五章 面向对象程序设计 面向对象程序设计基于三个基本概念:数据抽象,继承和动态绑定。第7章已经介绍了数据抽象的知识,本章介绍继承和动态绑定。 2020-07-31 编程 学习笔记 c++
Remote - SSH 配置记录 Open any folder on a remote machine using SSH and take advantage of VS Code's full feature set. 2020-07-20 编程 VScode
代码复现:spencer-people-tracking Multi-modal ROS-based people detection and tracking framework for mobile robots developed within the context of the EU FP7 project SPENCER. 2020-07-19 编程 MPC ROS 源码学习
C++Primer 5th:第十四章 重载运算与类型转换 当运算符被用于类类型的对象时,c++语言允许我们为其指定新的含义,我们也能自定义类类型之间的转换规则。 2020-07-13 编程 学习笔记 c++