代码搜索:按键扫描

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

代码结果 10,000
www.eeworm.com/read/14961/427625

asm 矩阵式键盘的识别(二).asm

ORG 0000H AJMP main ORG 0100H main: MOV P3,#0FH KEY0: MOV P0,#0FEH ;[11111110]FE,置P0.0低电平扫描P0.4~P0.7键值 JNB P0.4,K0 JNB P0.5,K1
www.eeworm.com/read/19111/811616

sdi ex9-3.sdi

,,, ORG 0000H 0000,90 00 27,START,START: MOV DPTR,#TABLE ;DPTR指向段码表首地址 0003,7F 7F,, MOV R7,#07FH ;设置动态显示扫描初值 0005,74 00,S1,S1: MOV A,#00H 0007,93,
www.eeworm.com/read/19141/813642

c 88.c

#include #define int8 unsigned char #define int16 unsigned int #define int32 unsigned long int8 code num_tab[][8]={ /*--8*8--阴码--逐行扫描--逆向(低位在前)--*/ {0x00,0x00,0x00,0x38
www.eeworm.com/read/19141/813660

c 88.c

#include #define int8 unsigned char #define int16 unsigned int #define int32 unsigned long int8 code num_tab[][8]={ /*--8*8--阴码--逐行扫描--逆向(低位在前)--*/ {0x00,0x00,0x02,0x05,0
www.eeworm.com/read/25215/846398

c 18-6-2.c

#include //头文件 void ISR0(void) interrupt 0 //外部中断0服务例程 { switch(P1) //扫描端口,判断外部扩展中断 { case 0x01: //INT10中断 break; case 0x02: //INT11中断 break; case 0x04:
www.eeworm.com/read/25071/943188

c 88.c

#include #define int8 unsigned char #define int16 unsigned int #define int32 unsigned long int8 code num_tab[][8]={ /*--8*8--阴码--逐行扫描--逆向(低位在前)--*/ {0x00,0x00,0x00,0x38
www.eeworm.com/read/26822/969243

20

礦ision3 Build Log Project: C:\HL-1\【实验15】矩阵键盘扫描\jvzhenjianpan.uv2 Project File Date: 02/15/2012 Output: 创建目标 'Target 1' 编译 jvzhenjianpan.c ..
www.eeworm.com/read/38039/1092054

mnu filter_sel_pts.mnu

DEL/SUPP#PNTS 删除/隐含点 # Whole#Set 整个集合 Take all scan set points. 获取所有扫描集点。 Pick#Box 拾取框 Take points within a box. 获取框内的点。 Near#Plane 近平面 Take points within a specified distance of a plane. 获取平面指定距离内的点
www.eeworm.com/read/491896/1184214

c readpin.c

/**************************************************************************** * 文件名:READPIN.C * 功能:读取I/O引脚值,并输出控制蜂鸣器。 * 使用I/O口输入方式对P0.14口进行扫描。 * 说明:将跳线器JP9短接,JP4断开,然后短接/断开JP1(使P0.14为低/高电平)。
www.eeworm.com/read/491896/1184226

s readpin.s

;****************************************************************************** ; 文件名:READPIN.S ; 功能:读取I/O引脚值,并输出控制蜂鸣器。使用I/O口输入方式对P0.14口进行扫描。 ; 说明:将跳线器JP9短接,JP4断开,然后短接/断开JP1(使P0.14为低/高电平)。 ;*****