代码搜索:扫描程序

找到约 10,000 项符合「扫描程序」的源代码

代码结果 10,000
www.eeworm.com/read/421702/10708874

c 程序扫描(线反转).c

//-----------------------函数声明,变量定义-------------------------------------------------------- #include #define KEY P1 //-----------------------变量声明-------------------------------------------
www.eeworm.com/read/276315/10748037

txt 键盘扫描程序(修改).txt

OUTBIT equ 0e101h ; 位控制口 CLK164 equ 0e102h ; 段控制口(接164时钟位) DAT164 equ 0e102h ; 段控制口(接164数据位) IN equ 0e103h ; 键盘读入口 LEDBuf equ 60h ; 显示缓冲 ljmp Start LEDMAP:
www.eeworm.com/read/302438/13835714

c 程序扫描(线反转).c

//-----------------------函数声明,变量定义-------------------------------------------------------- #include #define KEY P1 //-----------------------变量声明-------------------------------------------
www.eeworm.com/read/146453/5737452

c 程序扫描(线反转).c

//-----------------------函数声明,变量定义-------------------------------------------------------- #include #define KEY P1 //-----------------------变量声明-------------------------------------------
www.eeworm.com/read/493658/6388693

c 矩阵键盘扫描程序.c

#include #include "define.h" uint temp,n,num; uchar code smgtable[]={ 0x3f,0x06,0x5b,0x4f, 0x66,0x6d,0x7d,0x07, 0x7f,0x6f,0x77,0x7c, 0x39,0x5e,0x79,0x71,0}; void display(uchar); voi