代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/310191/13656437
vhd matri_key.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity matrix_key is
port(clk : in std_logic;
display : out std_logic_vector(13 downto 0);
row : buffer std_log
www.eeworm.com/read/306993/13733558
c cavlc.c
/*****************************************************************************
* cavlc.c: h264 encoder library
*****************************************************************************
* Copyri
www.eeworm.com/read/306208/13749248
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/306208/13749253
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/302523/13833240
eqn i2c.map.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
www.eeworm.com/read/301619/13853702
lst wl013.lst
A51 MACRO ASSEMBLER WL013 01/23/2005 15:55:56 PAGE 1
MACRO ASSEMBLER A51 V7.10
OBJECT MODULE PLACED IN wl013.OBJ
ASSEMBLER IN
www.eeworm.com/read/301619/13853705
bak wl013.asm.bak
;********************************************************************************
;* 标题: 伟纳电子ME300B单片机开发系统演示程序 - PC与ME300串行通迅程序 *
;* 文件: wl013.asm
www.eeworm.com/read/301619/13853709
asm wl013.asm
;********************************************************************************
;* 标题: 伟纳电子ME300B单片机开发系统演示程序 - PC与ME300串行通迅程序 *
;* 文件: wl013.asm
www.eeworm.com/read/152843/5664911
h smp.h
#ifndef ASMARM_ARCH_SMP_H
#define ASMARM_ARCH_SMP_H
#include
#include
#include
#define hard_smp_processor_id() \
({ \
unsigned int cpunum;
www.eeworm.com/read/148721/5709192
cpp jdinput.cpp
/*
* jdinput.c
*
* Copyright (C) 1991-1995, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying READM