代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/210232/15203630
vhdl lie_scan.vhdl
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_unsigned.all;
use IEEE.std_logic_arith.all;
entity dz_scan is
port (clk: in STD_LOGIC;
lie: out STD_LOGIC_VECTOR (
www.eeworm.com/read/210232/15203674
spl dz_scan.spl
[Inputs]
clk
=sel[2:0]=
[Outputs]
=lie[7:0]=
[BiDir]
www.eeworm.com/read/11139/197780
nc mlme_scan.nc
/*
* Copyright (c) 2008, Technische Universitaet Berlin
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided
www.eeworm.com/read/11139/199465
nc mlme_scan.nc
/**
* MLME-SCAN-Service Access Point
* @author IPP HURRAY http://www.hurray.isep.ipp.pt/art-wise
* @author IPP HURRAY http://www.open-zb.net
* @author Andre Cunha
* pag 93
*
*/
interf
www.eeworm.com/read/11175/207291
inc scan3.inc
;* CW : Character Windows
;*
;* scan3.inc : DOS 3 scan codes
;*****************************************************************************
SS_RSHIFT equ 00001h
SS_LSHIFT equ 00002h
SS_CONTROL
www.eeworm.com/read/13816/283901
vhd scan8.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
use IEEE.std_logic_unsigned.all;
library work;
use work.my_package.all;
entity SCAN8 is
Port (RES
www.eeworm.com/read/13816/283905
vhd scan_gen.vhd
-scan_gen.vhd keyboard scan_clock generator
library ieee ;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity scan_gen is
generic (osc_f : integer := 3686 ; osc_bit : integer
www.eeworm.com/read/13816/283927
vhd scan2.vhd
--The IEEE standard 1164 package, declares std_logic, rising_edge(), etc.
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
use IEEE.std_logic_unsigned.all;
entity scan2 is
www.eeworm.com/read/13816/283935
vhd scan4.vhd
--The IEEE standard 1164 package, declares std_logic, rising_edge(), etc.
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
use IEEE.std_logic_unsigned.all;
entity scan4 is
www.eeworm.com/read/13816/283943
vhd scan_count.vhd
--scan_count.vhd scan keypress counter
library ieee ;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity scan_count is
port(
clk : in std_l