代码搜索:KeyScan

找到约 2,231 项符合「KeyScan」的源代码

代码结果 2,231
www.eeworm.com/read/407619/11413180

c keyscan.c

//************************************************************************************************* //*************************************************************************************************
www.eeworm.com/read/406586/11439618

c keyscan.c

/************************************************************** 4*4 Key Scan **************************************************************/ #include "def.h" #include "option.h" #include "2440a
www.eeworm.com/read/406586/11439635

o keyscan.o

www.eeworm.com/read/405228/11468268

h keyscan.h

#include #define uchar unsigned char #define uint unsigned int sbit K1=P2^1; uchar s,scale; void delay(uint z) { uint x,y; for(x=z;x>0;x--) for(y=110;y>0;y--); } void keyscan()
www.eeworm.com/read/404241/11489652

c keyscan.c

/************************************************************** 4*4 Key Scan **************************************************************/ #include "def.h" #include "option.h" #include "2440a
www.eeworm.com/read/403292/11519829

vhd keyscan.vhd

--键盘扫描 LIBRARY IEEE; USE IEEE.std_logic_1164.ALL; USE IEEE.std_logic_unsigned.ALL; ENTITY keyscan IS PORT( clk_scan : IN STD_LOGIC; --扫描时钟,100Hz,10ms keydrv : OUT STD_LOGIC_V
www.eeworm.com/read/402652/11530967

c keyscan.c

/************************************************************** 4*4 Key Scan **************************************************************/ #include "def.h" #include "option.h" #include "2440a
www.eeworm.com/read/402250/11540216

obj keyscan.obj

www.eeworm.com/read/402250/11540221

lst keyscan.lst

C51 COMPILER V8.05a KEYSCAN 07/30/2007 13:24:31 PAGE 1 C51 COMPILER V8.05a, COMPILATION OF MODULE KEYSCAN OBJECT MODULE PLACED I
www.eeworm.com/read/402250/11540231

h keyscan.h

#ifndef __KEYSCAN_H__ #define __KEYSCAN_H__ unsigned char ucKeyScan(); //键盘扫描程序。 #endif