代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/329792/12933450
qsf clock_6.qsf
# Copyright (C) 1991-2007 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 outpu
www.eeworm.com/read/242724/12989215
c main.c
/*
*** 雀肺 楷搬档 **
* MCU : ATmega8515
* RTC : DS1302
PORTE
0-CE
1-IO
2-CLK
* SEGMENT : Common Anode
PORTD :Segment Data(8bit)
PORTB : SCAN
0~3-DIGIT
4-LED
* B
www.eeworm.com/read/327678/13067450
m51 key8x8.m51
BL51 BANKED LINKER/LOCATER V5.03 05/09/2007 09:07:04 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
E:\PROGRAM FILES\C51\BIN\BL51.E
www.eeworm.com/read/241631/13128614
makefile_back
CC=gcc
SERVER =scan
SEV_NAME=scan
SERVANT =set_opt scan
SERVER_SRC =$(addsuffix .c, $(SERVANT))
SERVER_OBJ= $(SERVER_SRC:.c=.o)
LDFLAGS=-g
$(SERVER) :$(SERVER_OBJ)
$(CC) -o $@ $(LDFLAGS) $^
clean:
www.eeworm.com/read/240876/13189854
vhd traffic_lib.vhd
--declaraction of package traffic_lib including component "clk_gen"
--"traffic_mux" "count_down" "traffic_fsm"
library ieee;
use ieee.std_logic_1164.all;
package traffic_lib is
component clk_g
www.eeworm.com/read/325597/13195102
vhd traffic_lib.vhd
--declaraction of package traffic_lib including component "clk_gen"
--"traffic_mux" "count_down" "traffic_fsm"
library ieee;
use ieee.std_logic_1164.all;
package traffic_lib is
component clk_g
www.eeworm.com/read/138605/13228636
vhd traffic_lib.vhd
--declaraction of package traffic_lib including component "clk_gen"
--"traffic_mux" "count_down" "traffic_fsm"
library ieee;
use ieee.std_logic_1164.all;
package traffic_lib is
component clk_g
www.eeworm.com/read/239841/13254455
c kbsub.c
/*-----------------------------------------------------*
*文件描述:本文件包含了H08C键盘中断子函数,分别为: *
*(1)KB_Init:键盘初始化函数 *
* void KB_Init(void)
www.eeworm.com/read/239710/13260460
h key.h
#ifndef KEY_H
#define KEY_H
#ifdef KEY_C
#define NO_KEY 255
//#ifdef KEY_4X4 //键盘为4X4
/*
#define K1_1 1
#define K1_2 2
#define K1_3 3
#define K1_4 4
#define K2_1 5
#define K2_2 6
#
www.eeworm.com/read/138050/13268875
am makefile.am
#XXX should only build shared library
lib_LTLIBRARIES = libdsocks.la
libdsocks_la_SOURCES = interposition.c int_osf1.c int_osf2.c int_osf3.c \
config_parse.y io.c debug.c Rgetpeername.c Rgetsocknam