代码搜索:Scan

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

代码结果 10,000
www.eeworm.com/read/361857/10033774

c t10a2_display.c

#include #include #include #define uchar unsigned char #define uint unsigned int #include "T10A2_flash_extern.H" #include "T10A2_extern_data.H" #include "Font.H
www.eeworm.com/read/361420/10053094

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
www.eeworm.com/read/164942/10081204

vhd traffic_lib.vhd

--declaraction of package traffic_lib including component "clk_gen" --"traffic_mux" "count_down" "traffic_fsm" library ieee; use ieee.std_logic_1164.all; package traffic_lib is component clk_g
www.eeworm.com/read/359826/10122791

c kp1.c

/******************************************************************************* * 描述: C语言 范例 腾龙倚天直接使用 * * * * 按键扫描程序
www.eeworm.com/read/280569/10313446

vhdl clk_gen.vhdl

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; -- Uncomment the following lines to use the declarations that are -- provided for ins
www.eeworm.com/read/354468/10351618

c zkjp.c

#include #include unsigned char scan_key(); void proc_key(unsigned char key_v); void delayms(unsigned char ms); sbit K1 = P3^2; sbit K2 = P3^3; main() { un
www.eeworm.com/read/354468/10351626

lst zkjp.lst

C51 COMPILER V6.12 ZKJP 09/21/2005 15:09:48 PAGE 1 C51 COMPILER V6.12, COMPILATION OF MODULE ZKJP OBJECT MODULE PLACED IN .\
www.eeworm.com/read/354468/10352931

lst zkjp.lst

A51 MACRO ASSEMBLER ZKJP 09/21/2005 15:08:38 PAGE 1 MACRO ASSEMBLER A51 V6.12 OBJECT MODULE PLACED IN .\ZKJP.OBJ ASSEMBLER I
www.eeworm.com/read/279797/10393219

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
www.eeworm.com/read/423954/10520522

h~ key.h~

#ifndef _key_h #define _key_h #define key_port PORTB #define key_port_ddr DDRB #define key_port_pin PINB uchar num,key; void spk (unsigned int i) { DDRA=0X04; //DDA2