代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/466008/7042955
c key.c
//***************************************************************************************************
//Chinese Academy of Sciences, Institute of Automation
//File Name: Key.c
//Description: Test
www.eeworm.com/read/210887/7132725
c main.c
/* main.c File
The timer's main file
Created by Computer-lov. Date: 2005.5.25
Last edited date:2005.5.25
Copyright (c) 2005 Computer-lov
version 1.0
All rigths reserved
欢迎访
www.eeworm.com/read/463108/7187476
asm clock.asm
;简单的时钟程序
BUFF_KEY EQU 21H ;键盘键
LED1 EQU 22H ;数码管显示缓存
LED2 EQU 23H
LED3 EQU 24H
LED4 EQU 25H
LED5 EQU 26H
www.eeworm.com/read/462604/7199902
001 top studio.001
# Microsoft Developer Studio Project File - Name="Top Studio" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 5.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86
www.eeworm.com/read/462604/7200017
dsp top studio.dsp
# Microsoft Developer Studio Project File - Name="Top Studio" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86
www.eeworm.com/read/460938/7237310
lst tuner.lst
C51 COMPILER V7.20 TUNER 06/30/2005 14:02:57 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE TUNER
OBJECT MODULE PLACED IN t
www.eeworm.com/read/460938/7237311
c tuner.c
#include "reg52.h"
#include "intrins.h"
#include "..\..\inc\globedef.h"
#include "..\..\inc\keydef.h"
#include "..\..\inc\keyproc.h"
#include "..\..\inc\vfddef.h"
#include "..\..\inc\dela
www.eeworm.com/read/460508/7248546
asm wu.asm
TITLE "Key Stroke Wake Up"
LIST P = 16C54
;******************************************************
; Program demonstrating key stroke wake up for
; the PIC16CXX.
www.eeworm.com/read/458412/7296780
asm wu.asm
TITLE "Key Stroke Wake Up"
LIST P = 16C54
;******************************************************
; Program demonstrating key stroke wake up for
; the PIC16CXX.
www.eeworm.com/read/454493/7388301
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