网站首页 站内搜索

搜索结果

查询Tags标签: smg,共有 3条记录
  • 蓝桥杯NE555定时器与频率测量

    使用的是蓝桥杯单片机CT107D实训平台: 555定时器内部,有3个5K的电阻分压。 NE555是一个纯硬件的设计,一旦电路确定了,其功能也就定了。在蓝桥杯的板子上,555定时器是一个信号发生电路,通过定位器Rb3可改变输出信号的频率。 频率就是信号1s产生的信号或者周期。 1HZ就…

    2022/2/5 23:44:51 人评论 次浏览
  • 单片机:按秒计时 进入程序自动开始计时 K2暂停 K1继续 K3重新开始

    #include<reg51.h> #define uchar unsigned char; #define uint unsigned int; uchar position; uchar tt; uint second; uchar minute; uchar hour; uint bz=0,bza=0; uchar code table[]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82…

    2021/8/4 22:08:15 人评论 次浏览
  • 单片机:按秒计时 进入程序自动开始计时 K2暂停 K1继续 K3重新开始

    #include<reg51.h> #define uchar unsigned char; #define uint unsigned int; uchar position; uchar tt; uint second; uchar minute; uchar hour; uint bz=0,bza=0; uchar code table[]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82…

    2021/8/4 22:08:15 人评论 次浏览
扫一扫关注最新编程教程