今天开始就转入c和stm32的学习....
看了一些视频从最基础的开始,今天看了一些比如循环,判断.发现了以前一直存在的一些问题
比如循环以前一直喜欢吧循环的条件搞混.现在感觉其实逻辑上挺顺畅的,在这里就不说了感觉太简单.
在判断上发现了以前一直没注意的逻辑错误
比如以前一直喜欢用if 的并列结构而不加else 其实这是存在很大的逻辑错误的
因为很可能有重复的风险.也想到以前小车的问题经常出现不知名的错误肯定和用法的不规范有很大的关系.
看的不多都是一些重复的..争取3天吧这个系列的课程看完吧,
English version
I have devoted into C and stm32 today.
I found many details had problems after watching some videos.such as circulation and judgement.
The conditions is easy to confuse in circulation .Now, it's really easy to remember.So,there is no need to mention.
In judgement ,there is a logic error .
I used to use parallel structure of ‘if’ .And do not add ‘else’. In fact, there is a great concern. It may cause some unknown problems .So,it's really important to use standard.
今天真没做啥。。。就当是练习英语了...其实几天也看了用matlab怎么去仿真实现一个上位机
这是博主的地址 大家感兴趣可以去看看有源代码。说实话真没怎么看懂.....
http://www.cnblogs.com/adfjhg/p/3861370.html