代码搜索:Scan

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

代码结果 10,000
www.eeworm.com/read/471122/6897824

c 复件 main.c

#include "main.h" #include "LED.H" #include "keyboard.h" #include "timer.h" sbit key_low=P1^3; void system_initial(void) //系统初始化 { TMOD=0x11; //定时器工作在模式1 ET0=1;
www.eeworm.com/read/471122/6897825

c 复件 (3) main.c

#include "main.h" #include "LED.H" #include "keyboard.h" #include "timer.h" sbit key_low=P1^3; void system_initial(void) //系统初始化 { TMOD=0x11; //定时器工作在模式1 ET0=1;
www.eeworm.com/read/471122/6897826

c 复件 (2) main.c

#include "main.h" #include "LED.H" #include "keyboard.h" #include "timer.h" sbit key_low=P1^3; void system_initial(void) //系统初始化 { TMOD=0x11; //定时器工作在模式1 ET0=1;
www.eeworm.com/read/471122/6897827

c main.c

#include "main.h" #include "LED.H" #include "keyboard.h" #include "timer.h" sbit key_low=P1^3; void system_initial(void) //系统初始化 { TMOD=0x11; //定时器工作在模式1 ET0=1;
www.eeworm.com/read/471122/6897828

c main.c

#include "main.h" #include "LED.H" #include "keyboard.h" #include "timer.h" sbit key_low=P1^3; void system_initial(void) //系统初始化 { TMOD=0x11; //定时器工作在模式1 ET0=1;
www.eeworm.com/read/395815/8151461

de-ch

# rdesktop Swiss-German (de-ch) keymap file # 2003-06-03 by noldi@tristar.ch # include common map 0x00000807 # # Scan Code 1 section 0x29 degree 0x29 shift notsign 0x29 altgr inhibit # # Scan Code 2
www.eeworm.com/read/395815/8151495

fr-ch

# rdesktop suisse-french keymap file # #map 0x00000807 map 0x0000100C include common # # Scan Code 1 section 0x29 degree 0x29 shift notsign 0x29 altgr inhibit # # Scan Code 2 plus 0x2 shift brokenbar
www.eeworm.com/read/395697/8159422

h keyscan.h

#ifndef __IIC_H__ #define __IIC_H__ void KeyScan_Test(void); void Key_ISR(void); void Key_Scan(void); #endif
www.eeworm.com/read/395508/8170511

bak led_uv2.bak

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

c programe.c

#include #include #include #define uc unsigned char #define ui unsigned int #define LCDPAGE 0xB8 //设置页指令。 #define LCDLINE 0x40 //设置列指令。 sbit E= P3^5;