会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
peifx
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
19
下一页
2023年7月31日
VSCode 常用配置
摘要: 1、VSCode KoroFileHeader 注释插件(支持多种语言,可自定义) 2、Draw.io Integration绘图 3、vscode配置 点击左下角设置->用户代码片段->新建全局代码片段文件 输入:snipet.code-snippets 粘贴: { // Place your 全
阅读全文
posted @ 2023-07-31 15:28 墨尔基阿德斯
阅读(80)
评论(0)
推荐(0)
2023年7月7日
vscode+clang+llvm 搭建 C++ 编译环境(windows)
摘要: https://zhuanlan.zhihu.com/p/613922486
阅读全文
posted @ 2023-07-07 18:15 墨尔基阿德斯
阅读(94)
评论(0)
推荐(0)
2023年6月23日
arm-gcc 命名规则
摘要: https://www.cnblogs.com/schips/p/12408334.html 背景 在 Ubuntu中交叉编译裸机程序的时候,注意到了这个问题;因此对此作为一个总结。 命名规则 交叉编译工具链的命名规则为:arch [-vendor] [-os] [-(gnu)eabi] arch
阅读全文
posted @ 2023-06-23 22:22 墨尔基阿德斯
阅读(134)
评论(0)
推荐(0)
2023年6月11日
GCC基本使用
摘要: 本文重点讲解GCC的基本概念和在嵌入式环境下的使用。 原文 1. GCC工具 GCC编译器: GCC(GNU Compiler Collection)是由 GNU 开发的编程语言编译器。 GCC最初代表“GNU C Compiler”,当时只支持C语言。 后来又扩展能够支持更多编程语言,包括 C++
阅读全文
posted @ 2023-06-11 14:06 墨尔基阿德斯
阅读(746)
评论(0)
推荐(0)
2023年6月5日
Google开源C++单元测试框架Google Test
摘要: https://www.cnblogs.com/coderzh/archive/2009/04/06/1426755.html
阅读全文
posted @ 2023-06-05 14:45 墨尔基阿德斯
阅读(33)
评论(0)
推荐(0)
2023年5月29日
Word 二级标题不跟随一级标题变化
摘要: https://blog.csdn.net/itmm_wang/article/details/105962315
阅读全文
posted @ 2023-05-29 16:45 墨尔基阿德斯
阅读(291)
评论(0)
推荐(0)
2023年5月27日
C多线程编程---条件变量
摘要: https://blog.csdn.net/qq_23929673/article/details/98723986 linux操作系统知识 : https://blog.csdn.net/qq_23929673/category_9640536.html
阅读全文
posted @ 2023-05-27 14:17 墨尔基阿德斯
阅读(36)
评论(0)
推荐(0)
2023年4月24日
C++11多线程编程(三)——lock_guard和unique_lock
摘要: https://zhuanlan.zhihu.com/p/340348726
阅读全文
posted @ 2023-04-24 14:50 墨尔基阿德斯
阅读(20)
评论(0)
推荐(0)
2023年4月20日
《探索C++多线程》:condition_variable源码(一)——wait()、wait_for()
摘要: https://blog.csdn.net/hujingshuang/article/details/70596630
阅读全文
posted @ 2023-04-20 10:35 墨尔基阿德斯
阅读(115)
评论(0)
推荐(0)
C++ std::thread join()的理解
摘要: 转自:https://www.cnblogs.com/adorkable/p/12722209.html 在学习C++11的std::thread时,起初非常不理解join()函数的作用以及使用场景,官方的解释又比较晦涩难懂,总觉得get不到关键点。看了很多文章后加上自己的理解,才觉得有了一点眉目,
阅读全文
posted @ 2023-04-20 10:32 墨尔基阿德斯
阅读(526)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
19
下一页
公告