标题: unsigned int tmr1s = 0; unsigned int tmr10ms = 0;是什么意思 [打印本页]

作者: vgvhbhb    时间: 2020-5-23 15:31
标题: unsigned int tmr1s = 0; unsigned int tmr10ms = 0;是什么意思
如题
基于51单片机的dht11温湿度数码管显示proteus仿真与程序源码

作者: 火神浪客行    时间: 2020-5-23 16:54
定义一个名为tmr1s的无符号整形数,它的初值为0;定义一个名为tmr10ms的无符号整形数,它的初值为0;
作者: cuihaodianzi    时间: 2020-5-23 19:29
unsigned int tmr1s = 0;       定义 tmr1s 初始值是  0        范围 0---65535
unsigned int tmr10ms = 0,定义 tmr10ms 初始值是  0    范围 0---65535
作者: xxpp2011    时间: 2020-5-23 20:27
定义整形变量 tmr1s和 tmr10ms并赋初值0




欢迎光临 (http://www.51hei.com/bbs/) Powered by Discuz! X3.1