代码搜索:Scan

找到约 10,000 项符合「Scan」的源代码

代码结果 10,000
www.eeworm.com/read/264994/11287379

c keyboard.c

/************************************** ** Filename: keyboard.c ** Describe: 矩阵键盘程序 ** Author : 古欣 www.avrvi.com ** Time : 2007-2-15 **************************************/ #include "config
www.eeworm.com/read/264994/11287410

_c keyboard._c

/************************************** ** Filename: keyboard.c ** Describe: 矩阵键盘程序 ** Author : 古欣 www.avrvi.com ** Time : 2007-2-15 **************************************/ #include "config
www.eeworm.com/read/410312/11293575

uv2 rt51x_tiny_key.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (QH_MCU_V1.1), 0x0000 // Tools: 'MCS-51' Group (Source) File 1,1, 0x0 File 1,1,
www.eeworm.com/read/410312/11293597

c rt51x_tiny_key.c

#include #include #define init 0 #define key_scan 1 #define display 2 void initial() _task_ init { P0 = 0xff; P1 = 0xff; P2 = 0xff; P3 = 0xff; os_create_task
www.eeworm.com/read/264079/11330347

tcl test.tcl

proc ShowUdpDefnProp {id} { global fp puts $fp "
www.eeworm.com/read/264079/11330350

out test.tcl.out

www.eeworm.com/read/264079/11330465

out test.tcl.out

---- properties ----
www.eeworm.com/read/407686/11412112

m51 step motor.m51

BL51 BANKED LINKER/LOCATER V6.00 07/31/2000 16:26:15 PAGE 1 BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY: C:\KEIL\C51\BIN\BL51.EXE STARTU
www.eeworm.com/read/407323/11420856

h hamaro_srbin.h

/* hamaro_srbin.h */ /*+++ *******************************************************************\ * * Abstract: * * Hamaro find rise edge and find rise range FSM header. * * Created: 11/2
www.eeworm.com/read/405027/11473518

h key.h

#ifndef __KEY_h__ #define __KEY_h__ // write your header here void Key_Init(void); void Key_Scan(void); unsigned Key_Get(void); #define KEY_1 0x01 #define KEY_2 0x02 #define KEY_3 0x04