代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/323960/13304781
asm 按键显示程序最终成功.asm
;----------------------------------------------------------------------------
;主要功能:按键扫描,数码管动态显示,利用4511及74138的译码(只占用7个I\O口)
;节省了单片机的I\O口
;-----------------------------------------------------------
www.eeworm.com/read/323119/13352362
result rpl_row_trig002.result
stop slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
reset master;
reset slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
start slave;
DROP TRIGGER test.t2_ai;
DROP TABLE IF EXISTS test
www.eeworm.com/read/320154/13432366
lst led_n.lst
C51 COMPILER V8.02 LED_N 04/09/2008 21:08:30 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE LED_N
OBJECT MODULE PLACED IN L
www.eeworm.com/read/320154/13432375
h led_n.h
extern void SplitNumber(unsigned int Num); //分解整数,存入缓存
extern void Display_Scan(unsigned char SecondMask,unsigned char MinuteMask,unsigned char HourMask); //循环扫描以显
www.eeworm.com/read/319873/13440765
lst ps-2.lst
C51 COMPILER V7.06 PS_2 05/14/2005 04:46:42 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE PS_2
OBJECT MODULE PLACED IN PS
www.eeworm.com/read/319457/13451517
lst text1.lst
C51 COMPILER V7.50 TEXT1 05/28/2008 16:43:06 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE TEXT1
OBJECT MODULE PLACED IN T
www.eeworm.com/read/319172/13459386
asm p06007-6.asm
INCLUDE "ADAM41K.LIB"
ESD1 EQU 00H
ESD2 EQU 01H
TIME_MARK EQU 10H
KEY_COUNT1 EQU 11H
KEY_COUNT2 EQU 12H
KEY_COUNT3 EQU 13H
KEY_COUNT4 EQU 14H
PBDR_MARK EQ
www.eeworm.com/read/314478/13566211
c jdinput.c
////////////////////////////////////////////////////////////////////////
//
// Note : this file is included as part of the Smaller Animals Software
// JpegFile package. Though this file has not bee
www.eeworm.com/read/311818/13625164
h key.h
/************************************************************
功能:通用矩阵扫描式键盘
设计:cht
设计时间:2007/11/22
MCU: MEGA16
修改时间:2007/11/22
说明:
******************************************************
www.eeworm.com/read/310741/13644732
vhd debounce.vhd
--debounce.vhd keypress debounce
library ieee ;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity debounce is
port(
key_pressed : in std_logic;--key_pressed?
clk : in