发表评论取消回复
相关阅读
相关 【C语言常识】原子性问题一
这篇博客写的会很散,因为都是一些琐碎的东西,看客们就直接飞过就可以了。 一、对数据的原子性访问 对数据的原子性访问,也即是对数据完整性问题的探究。打个比方ISR对uint1
相关 【C语言常识】volatile必备知识
出处:[http://baike.baidu.com/link?url=Mto9DX-eCws3mr8t2vo43YtqzKMwtJBOQhRF17mgHT8IlofnMLuz
相关 【C语言常识】结构体与联合体
结构体与联合体是C语言的常见数据类型,可对C的基本数据类型进行组合使之能表示复杂的数据结构,意义深远,是优异代码的必备工具。 一. struct与 union的基本用法,
相关 【C语言常识】内存管理详解
出处:[http://blog.csdn.net/albinzhiyu/article/details/6608934][http_blog.csdn.net_albinzhi
相关 【C语言常识】mdk:Pragmas recognized by the compiler
出处:官方编译器手册 See the following topics in the Compiler Reference: Pragmas for saving and
相关 【C语言常识】mdk:Compiler optimization levels and the debug view
出处:官方编译器手册 The precise optimizations performed by the compiler depend both on the level
相关 【C语言常识】mdk:Inline assembler rules for compiler keywords __asm and asm
出处:官方编译器手册 The following rules apply to the \_\_asm and asm keywords: Multiple inst
相关 【C语言常识】Keil MDK的分散加载文件.sct
出处:[http://blog.csdn.net/tracing/article/details/9720157][http_blog.csdn.net_tracing_art
相关 【C语言常识】MDK各种Section分析
出处:[http://www.cnblogs.com/yanghong-hnu/p/4705755.html][http_www.cnblogs.com_yanghong-hn
相关 C语言各种代码
C语言实现二项式定理 ![在这里插入图片描述][20181117153015516.png] include <stdio.h> include <std
还没有评论,来说两句吧...