摘要: 《Effective C++》第三版-6. 继承与面向对象设计(Inheritance and Object-Oriented Design) 目录条款32:确定你的public继承塑模出is-a关系(Make sure public inheritance models “is-a”)public继承的含义设计良好的继承关系is-a的例外条款33:避免遮掩继承而来的名称(Avoid hiding inherited names)作用域的隐 阅读全文
posted @ 2024-06-17 11:14 Roanapur 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 《Effective C++》第三版-5. 实现(Implementations) 目录条款26:尽可能延后变量定义式的出现时间(Postpone variable definitions as long as possible)条款27:尽量少做转型动作(Minimize casting)条款28:避免返回handles指向对象内部成分(Avoid returning “hand 阅读全文
posted @ 2024-05-16 09:59 Roanapur 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 《Effective C++》第三版-4. 设计与声明(Design and Declarations) 阅读笔记 阅读全文
posted @ 2024-05-02 13:49 Roanapur 阅读(68) 评论(0) 推荐(1) 编辑
摘要: 《Effective C++》第三版-3. 资源管理(Resource Management) 目录条款13:以对象管理资源(Use objects to manage resources)关键想法智能指针条款14:在资源管理类中小心copying行为(Think carefully about copying behavior in resource-managing classes)条款1 阅读全文
posted @ 2024-04-30 18:07 Roanapur 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 《Effective C++》第三版-2. 构造析构赋值运算(Constructors,Destructors,and Assignment Operators) 目录条款05:了解C++默默编写并调用哪些函数(Know what functions C++ silently writes and calls)自动生成的函数举例说明条款06:若不想使用编译器自动生成的函数,就该明确拒绝(Explicitly disallow the use of compil 阅读全文
posted @ 2024-04-28 10:10 Roanapur 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 《Effective C++》第三版-1. 让自己习惯C++(Accustoming Yourself to C++) 目录条款01:视C++为一个语言联邦(View C++ as a federation of languages)条款02:尽量以const、enum、inline替换#define(Prefer consts, enums, and inlines to #define)替换原因两种特殊常量形似函 阅读全文
posted @ 2024-04-28 09:51 Roanapur 阅读(255) 评论(0) 推荐(0) 编辑
摘要: CoNi-MPC:Cooperative Non-inertial Frame Based Model Predictive Control CoNi-MPC: Cooperative Non-inertial Frame Based Model Predictive Control CoNi-MPC: Cooperative Non-inertial Frame Based Model Predictive Control 摘要 提出了 阅读全文
posted @ 2024-02-06 00:13 Roanapur 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 参数曲线(贝塞尔曲线、B样条曲线和NURBS曲线) https://pages.mtu.edu/~shene/COURSES/cs3621/NOTES/ 阅读全文
posted @ 2024-01-15 23:01 Roanapur 阅读(575) 评论(0) 推荐(0) 编辑
摘要: 常用的Linux命令介绍:13个基本命令和Shell脚本编程 常用的Linux命令介绍:13个基本命令和Shell脚本编程 本文档作为笔记整理的初次尝试 常用的Linux命令介绍:13个基本命令和Shell脚本编程_哔哩哔哩_bilibili # 文件和目录操作 ls cd pwd # 文本文件的阅读和编辑 cat/tail/head less/more na 阅读全文
posted @ 2024-01-15 22:14 Roanapur 阅读(24) 评论(0) 推荐(0) 编辑
摘要: Rethinking Integration of Prediction and Planning in Deep Learning-Based Automated Driving Systems: A Review Rethinking Integration of Prediction and Planning in Deep Learning-Based Automated Driving Systems: A Review Rethinking Integration of Prediction and 阅读全文
posted @ 2024-01-15 21:36 Roanapur 阅读(211) 评论(0) 推荐(0) 编辑