代码搜索:Scan

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

代码结果 10,000
www.eeworm.com/read/274276/10879340

vhd code_tran.vhd

--code_tran.vhd keyboard position to button code transformer library ieee ; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity code_tran is po
www.eeworm.com/read/274276/10879356

vhd traffic.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; use work.traffic_lib.all; entity traffic is port(reset:in std_logic; clk:in st
www.eeworm.com/read/273533/10912705

c jdinput.c

/* * jdinput.c * * Copyright (C) 1991-1997, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README fil
www.eeworm.com/read/470823/6909277

c key.c

/* file: KEY.C purpose: new keyboard interrupt handler and various keyboard routines based on code from ZKEY.ASM date: 11/4/95 note: the key interrupts are not passed
www.eeworm.com/read/195946/6971590

asm up51s005.asm

;/******************************************************************************* ;* * ;* File : uP51s005.asm
www.eeworm.com/read/469234/6979662

h key.h

#include "reg51.h" sbit KEY_A = P1^0; sbit KEY_B = P1^1; sbit KEY_C = P1^2; sbit KEY_D = P1^3; sbit KEY_P = P3^7; unsigned char SCAN_KEY(void);
www.eeworm.com/read/468585/6985445

vhd clk_block.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity clk_block is port(clk_1m,clr:in std_logic; clk_scan:out std_logic; clk_key:o
www.eeworm.com/read/468585/6985468

bak clk_block.vhd.bak

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity clk_block is port(clk_1m:in std_logic; clk_scan:out std_logic; clk_key:out s
www.eeworm.com/read/467400/7011657

c keyboard.c

/* *************************************************************************************** * * (c) Copyright 2006-2008, hui lian. luo, china, zj. hz * All
www.eeworm.com/read/465312/7053022

c key.c

/* file: KEY.C purpose: new keyboard interrupt handler and various keyboard routines based on code from ZKEY.ASM date: 11/4/95 note: the key interrupts are not passed