240 发简信
IP属地:江苏
  • 0308

    #include <REGX51.H> #include "INTRINS.H" #define uchar unsigned char #de...

  • Resize,w 360,h 240
    0310

    #include <REGX51.H> #define uchar unsigned char uchar code table[]={ ...

  • Resize,w 360,h 240
    《单片机应用技术》期末考试 数码管显示按键次数

    数码管显示按键次数 通过按下按键在数码管上显示按下的次数,进行1-10次的计数,当按下第十次的时候,归零。 一,结构图 二,程序 #includ...

    1.1 2023 0 21
  • 0303

    电路板 AT89C51 程序 #include <REGX51.H> #define uchar unsigned char #define u...

  • Resize,w 360,h 240
    0301

    1电路图 2程序 #include <REGX51.H> #define uint unsigned int #define uchar uns...

  • Resize,w 360,h 240
    0315智能密码锁

    电路图 程序图 #include <REGX51.H> #define uint unsigned int #define uchar unsi...

  • Resize,w 360,h 240
    0317密码锁

    电路图 流程图 程序 return(0); else { delay(10); if(P1==0x0f) ...

  • Resize,w 360,h 240
    0224LED灯

    图片 1、程序 #include <REGX51.H> #define uint unsigned int #define uchar unsi...

  • Resize,w 360,h 240
    0222LED灯

    电路图 2、程序 #include <REGX51.H> #define uint unsigned int #define uchar uns...