随笔分类 -  C++学习

摘要:Why C++ is faster than Python https://www.freecodecamp.org/news/python-vs-c-plus-plus-time-complexity-analysis/ Summary Table 编程语言 strongly typed ? 跨平 阅读全文
posted @ 2023-11-27 21:32 达可奈特 阅读(39) 评论(0) 推荐(0) 编辑
摘要:关键字 说明 static_cast 用于良性转换,一般不会导致意外发生,风险很低 const_cast 用于const与非const、volatile与非volatile之间的转换 ... 语法类型:xxx_cast<newType>(data) 将data强制转换为newType类型 参考:ht 阅读全文
posted @ 2023-02-24 18:21 达可奈特 阅读(35) 评论(0) 推荐(0) 编辑
摘要:使用C语言中的 (time.h) https://blog.csdn.net/u011391905/article/details/53034200 OpenCV https://github.com/XYZ-qiyh/PlaneFitting/blob/master/src/test.cpp#L2 阅读全文
posted @ 2023-02-23 09:48 达可奈特 阅读(42) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示