240 发简信
IP属地:江苏
  • Resize,w 360,h 240
    0315智能密码锁

    一、功能描述 密码键盘锁 第二个按键 打开 二、原理图 三、程序 #include <REGX51.H> #define uint unsig...

  • Resize,w 360,h 240
    0324数码管

    一、原理图 二、程序 #include #define uchar unsigned char uchar code SEG[1]={0x78}...

  • 0428数码管显示

    一、程序 #include "reg52.h" sbit C1 = P2^7; sbit C2 = P2^6; sbit C3 = P2^5; ...

  • Resize,w 360,h 240
    0317矩阵密码锁1

    一、流程图 二、程序 #include <REGX51.H> #include "INTRINS.H" #define uchar unsign...

  • Resize,w 360,h 240
    0524双击通讯

    一、功能描述 一个开关控制一盏LED灯 二、电路原理图 三、程序 甲程序 #include <REGX51.H> #define uchar u...

  • Resize,w 360,h 240
    0322矩阵密码锁2

    一、流程图 二、原理图 三、程序 #include #include"INTRINS.H" #define uchar unsigned cha...

  • Resize,w 360,h 240
    0412照明灯

    1、笔记 2、流程图 3、程序 #include <REGX51.H> #define uchar unsigned char #define ...

  • Resize,w 360,h 240
    《单片机应用技术》期末考试

    一、结构图 二、程序 /******************СÃÛ·äÀÏʦµÄ51µ¥Æ¬»ú¿ª·¢ÏîÄ¿°¸Àý**********...

    1.3 337 0 16
  • Resize,w 360,h 240
    0519LCD12864图片显示

    一、功能描述 显示动漫头像的图标 二、程序 #include <REGX51.H> #include #define uint unsigned...