代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/357147/10215328
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/426337/10259437
c cavlc.c
/*****************************************************************************
* cavlc.c: h264 encoder library
*****************************************************************************
* Copyri
www.eeworm.com/read/424739/10420681
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/160828/10494977
asm keyscan.asm
;==================================================
; keyboard scan program
;==================================================
F_ScanKeyPad:
lda R_KeyState
and
www.eeworm.com/read/278629/10523513
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 READM
www.eeworm.com/read/352116/10579582
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/421659/10716312
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 READM
www.eeworm.com/read/350246/10753518
vhd keydecoder_deb.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
entity keydecoder_deb is
port(keyin:in std_logic_vector(3 downto 0);
keydrv:in std_logic_vector(3 downto 0);
www.eeworm.com/read/275690/10801042
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/275690/10801071
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