上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 53 下一页
摘要: 链接: http://c.biancheng.net/view/1986.html C语言宏的判断不支持字符串的判断 宏字符串转化 #define STRING(X) #x 宏字符串合并 #define COMBINE(name) name"_handler" 函数合并 #define FUNC(N 阅读全文
posted @ 2019-06-18 16:51 cogitoergosum 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 1、学习rtdef.h 和 rtconfig.h的定义方法 2、学习多线程的链表机制,实现线程可以存放其它结构体 1、keil的入口文件 芯片厂商提供的源码,一般为system_***.s 里 Reset_Handler, 该文件初始化堆栈, 另外的文件system_xxx.c 用于bsp的配置 . 阅读全文
posted @ 2019-06-07 08:57 cogitoergosum 阅读(695) 评论(0) 推荐(0) 编辑
摘要: 链接: https://blog.csdn.net/zsy2020314/article/details/9429707 阅读全文
posted @ 2019-05-03 19:01 cogitoergosum 阅读(129) 评论(0) 推荐(0) 编辑
摘要: C-Free 官网链接: http://www.programarts.com/cfree_ch/download.htm 阅读全文
posted @ 2019-03-29 12:05 cogitoergosum 阅读(716) 评论(0) 推荐(0) 编辑
摘要: 链接: http://www.cnblogs.com/CheeseZH/p/4694135.html 阅读全文
posted @ 2019-03-09 22:48 cogitoergosum 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 1、系统总体架构设计 1、产品功能简介 2、面临的技术挑战 3、技术选型及依据 4、架构设计方案 需要整理从业五年来的开发历程,时常感觉自己学习杂乱,架构的知识梳理点经常有问题 , 也经常看架构设计的文档,有些讲得是思想, 有些针对的是领域,划分的基本大概领域,具体架构细节却没有深入。 需说架构怎么 阅读全文
posted @ 2018-12-23 16:53 cogitoergosum 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 1、系统状态工具:sysstat, 包含很多监控linux系统状态的工具,pidstat 安装方法: sudo apt-get install sysstat 2、性能优化工具: perf 安装方法: sudo apt-get install linux-tools-generic linux-to 阅读全文
posted @ 2018-12-22 22:56 cogitoergosum 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 参考链接: https://www.cnblogs.com/zhoading/p/8891206.html https://openwrt.org/zh-cn/doc/uci/wireless https://forum.huawei.com/enterprise/zh/thread-282749. 阅读全文
posted @ 2018-12-16 11:23 cogitoergosum 阅读(489) 评论(0) 推荐(0) 编辑
摘要: 完整的编译过程: http://www.280i.com/tech/3353.html源更新: https://blog.csdn.net/ypbsyy/article/details/81218361 完整的编译:https://www.right.com.cn/forum/thread-3245 阅读全文
posted @ 2018-11-25 16:51 cogitoergosum 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 参考链接: http://blog.chinaunix.net/uid-20448327-id-172345.html 阅读全文
posted @ 2018-11-21 11:10 cogitoergosum 阅读(2133) 评论(0) 推荐(0) 编辑
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 53 下一页