代码搜索:Scan

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

代码结果 10,000
www.eeworm.com/read/364280/9914854

eqn i2c_fpga.fit.eqn

-- Copyright (C) 1991-2006 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/168350/9919461

vhd ledrun.vhd

LIBRARY IEEE; USE IEEE.std_logic_1164.ALL; USE IEEE.std_logic_unsigned.all; USE IEEE.std_logic_arith.all; entity ledrun is port(clk:in std_logic; mode:in std_logic; q:out std_logic_vecto
www.eeworm.com/read/168078/9940294

vhd _primary.vhd

library verilog; use verilog.vl_types.all; entity top is port( glbclk : in vl_logic; shift : in vl_logic; \select\ : in vl_logic;
www.eeworm.com/read/363317/9959633

am makefile.am

noinst_PROGRAMS = issgen issgen_SOURCES = symbol.cpp symbol.hpp issgen.hpp issgen.cpp parse_isa.cpp scan_isa.cpp parse_isa.hpp parse_isa.cpp : parse_isa.y @YACC@ -d -p isa_ $^ -o $@ scan_isa.cpp :
www.eeworm.com/read/166189/10030181

c com.c

/* * 单片机接收主机的数据,然后将数据传送到P0口, 并传回给主机; * * 当按下K1=P1.4 时, 单片机发送字www.pp51.comr" 给主机 * * *
www.eeworm.com/read/361631/10043111

c led7disp.c

/***************************************************************************** MCS8051-III学习板演示程序 (c) Copyright 2007-2007,广州恒芯电子 All Rights Reserved **********************
www.eeworm.com/read/361114/10066424

c arrkeyboard_1.c

/********************************************** * File: ArrKeyboard_1.C * Description: Array Keyboard Interface Example * Created Date: 2007-10-01 * Last Modified: 2007-10-01 * Author:
www.eeworm.com/read/356090/10237251

c spp_dev_inquire.c

/**************************************************************************** Copyright (C) Cambridge Silicon Radio Ltd. 2004-2008 Part of BlueLab 4.0.1-release FILE NAME spp_dev_inquire.h
www.eeworm.com/read/355554/10257973

h osaddtask.h

#ifndef __OSADDTASK_H__ #define __OSADDTASK_H__ #define OS_KeyBoard_Scan_Task #define OS_Touch_Screen_Task void OSAddTask_Init(); #endif
www.eeworm.com/read/162273/10320560

h osaddtask.h

#ifndef __OSADDTASK_H__ #define __OSADDTASK_H__ #define OS_KeyBoard_Scan_Task 1 #define OS_Touch_Screen_Task 0 void OSAddTask_Init(void); #endif