摘要: GCC/G++是怎样从C/C++源码一步步生成可执行文件的? 阅读全文
posted @ 2021-03-27 18:46 HarryPotterIsDead! 阅读(153) 评论(0) 推荐(0) 编辑
摘要: Google C++风格指南 第七章 命名约定 阅读全文
posted @ 2021-03-27 18:40 HarryPotterIsDead! 阅读(761) 评论(0) 推荐(0) 编辑
摘要: /usr/bin/time -v 输出内容翻译 阅读全文
posted @ 2021-03-27 12:33 HarryPotterIsDead! 阅读(384) 评论(0) 推荐(0) 编辑
摘要: iterator_traits是“类型萃取器”,充当数据和算法之间的桥梁。目的是为了确定跟iterator有关的信息。 STL算法在使用iterator时,也需要知道跟iterator相关的5个信息: iterator_category:迭代器种类,如RandomAccessIterator等 va 阅读全文
posted @ 2021-03-09 13:11 HarryPotterIsDead! 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 一句话理解常量指针和指针常量的区别,很简单 阅读全文
posted @ 2021-03-09 12:38 HarryPotterIsDead! 阅读(298) 评论(0) 推荐(1) 编辑
摘要: 在使用VS Code进行C/C++的开发过程中,有三个至关重要的配置文件,分别是 tasks.json, launch.json 和 c_cpp_properties.json 阅读全文
posted @ 2020-12-29 17:39 HarryPotterIsDead! 阅读(11302) 评论(0) 推荐(3) 编辑
摘要: 需求分析和概念原型—基于深度学习的交通预测项目 阅读全文
posted @ 2020-12-14 16:50 HarryPotterIsDead! 阅读(273) 评论(0) 推荐(0) 编辑
摘要: 本文包含以下内容:1.Linux + VS Code编程环境配置(tasks.json / launch.json / c_cpp_properties.json / Makefile)2.代码中的软件工程思想(模块化设计,可重用接口与线程安全) 阅读全文
posted @ 2020-11-10 20:11 HarryPotterIsDead! 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 以作业+Git/GitHub进行作业的管理为例 阅读全文
posted @ 2020-10-20 23:00 HarryPotterIsDead! 阅读(562) 评论(0) 推荐(0) 编辑
摘要: 欢迎来到阿兹卡班! 阅读全文
posted @ 2020-09-23 16:31 HarryPotterIsDead! 阅读(340) 评论(1) 推荐(1) 编辑