代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/138605/13228553
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/323809/13316065
c keyboard.c
/*
***************************************************************************************
*
* (c) Copyright 2006-2008, hui lian. luo, china, zj. hz
* All
www.eeworm.com/read/320146/13432501
asm irq.asm
.INCLUDE hardware.inc
.EXTERNAL F_Key_Scan;
.TEXT
.PUBLIC _IRQ6;
//============================================================================================
//函数: FIQ(),IRQ0(),IRQ1()
www.eeworm.com/read/319411/13452082
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
www.eeworm.com/read/316809/13517544
txt iic按键读写与显示.txt
MODE EQU 30H
WRITE EQU 1
READ EQU 2
;-------
SUB_MODE EQU 31H
WRITE_NONE EQU 1
WRITE_ADD EQU 2
WRITE_LENGTH EQU 3
WRITE_DATA EQU 4
READ_NONE EQU 1
READ_ADD EQU 2
READ_LENGTH EQ
www.eeworm.com/read/316140/13529608
c tapctrl.c
/*
* tapctrl.c :
1). Implement TAP controller state transitions.
2). Implement required JTAG public instructions.
*
* Copyright (C) 2004, OPEN-JTAG, All rights reserved.
*/
#include
www.eeworm.com/read/316140/13529624
h tapctrl.h
/*
* tapctrl.h : the head file for tapctrl.c
*
* Copyright (C) 2004, OPEN-JTAG, All rights reserved.
*/
#ifndef XJTAG_TAPCTRL_H
#define XJTAG_TAPCTRL_H
#include "types.h"
#include "
www.eeworm.com/read/311818/13625167
c main.c
/************************************************************
功能:2X2矩阵扫描式键盘
设计:cht
设计时间:2007/11/22
MCU: MEGA16
修改时间:2007/11/22
说明:
*****************************************************
www.eeworm.com/read/310741/13644713
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/310741/13644718
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