会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
peifx
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
18
下一页
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 墨尔基阿德斯
阅读(121)
评论(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 墨尔基阿德斯
阅读(716)
评论(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 墨尔基阿德斯
阅读(27)
评论(0)
推荐(0)
2023年5月29日
Word 二级标题不跟随一级标题变化
摘要: https://blog.csdn.net/itmm_wang/article/details/105962315
阅读全文
posted @ 2023-05-29 16:45 墨尔基阿德斯
阅读(288)
评论(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 墨尔基阿德斯
阅读(30)
评论(0)
推荐(0)
2023年4月24日
C++11多线程编程(三)——lock_guard和unique_lock
摘要: https://zhuanlan.zhihu.com/p/340348726
阅读全文
posted @ 2023-04-24 14:50 墨尔基阿德斯
阅读(17)
评论(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 墨尔基阿德斯
阅读(108)
评论(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 墨尔基阿德斯
阅读(517)
评论(0)
推荐(0)
2023年4月18日
GMock
摘要: 转自:https://blog.csdn.net/niceniuniu/article/details/65629401 Mock是什么? 在单元测试、模块的接口测试时,当这个模块需要依赖另外一个或几个类,而这时这些个类还没有开发好,这时我们就可以定义了Mock对象来模拟那些类的行为。 也就是自己实
阅读全文
posted @ 2023-04-18 17:08 墨尔基阿德斯
阅读(180)
评论(0)
推荐(0)
两步实现在C代码中快速集成gtest进行单元测试
摘要: https://blog.csdn.net/guyongqiangx/article/details/120405585
阅读全文
posted @ 2023-04-18 14:47 墨尔基阿德斯
阅读(153)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
18
下一页
公告