(1)
不同的compiler 有不同的结果,具体数值没有应用价值
(2)
8
(3)
if( a = a&0b00000100) return (1);
else return (0);
(4)
没有可比性 enum 建立是为了增加程序的可读性,const是为了增加程序执行效率
(5)
<1>
refree dynamic memory allocate
<2>
have not free dynamic memory allocate
(6)
if you need use it for a big number of times but dont need to change it
(7)
typedef XXXXXXtime_t
(8)
循环到i = 0x0FFF 结束