摘要: 《Effective C++》第三版-4. 设计与声明(Design and Declarations) 阅读笔记 阅读全文
posted @ 2024-05-02 13:49 Roanapur 阅读(28) 评论(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:08 Roanapur 阅读(21) 评论(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 阅读(16) 评论(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 阅读(187) 评论(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 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 参数曲线(贝塞尔曲线、B样条曲线和NURBS曲线) https://pages.mtu.edu/~shene/COURSES/cs3621/NOTES/ 阅读全文
posted @ 2024-01-15 23:01 Roanapur 阅读(42) 评论(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 阅读(1) 评论(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 阅读(13) 评论(0) 推荐(0) 编辑