代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/275659/10803992
c arm7tdmi.c
//------------------------------------------------------------------------------
// 拳老疙 : arm7tdmi.c
// 橇肺璃飘 : jflash-s3c44b0x
// 汲 疙 : jflash-s3c44b0x 狼 ARM7TDMI 贸府 风凭捞促.
//
// 盔历磊 : 蜡康芒 (林)
www.eeworm.com/read/349548/10819406
vhd keyboard.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity keyboard is
port(clk:in std_logic;
row:in std_logic_vector(3 downto 0);
com:
www.eeworm.com/read/274759/10854299
v staff.v
module staff(
input VGA_CLK,
input [7:0]scan_code1,
input [7:0]scan_code2,
input [7:0]scan_code3,
input [7:0]scan_code4,
output vga_sync,
output vga_h_sync,
output vga_v_sync,
outpu
www.eeworm.com/read/274276/10879395
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/470239/6916292
c zkjp.c
#include
#include
unsigned char scan_key();
void proc_key(unsigned char key_v);
void delayms(unsigned char ms);
sbit K1 = P1^4;
sbit K2 = P1^5;
main()
{
un
www.eeworm.com/read/470239/6916294
lst zkjp.lst
C51 COMPILER V6.12 ZKJP 05/28/2005 21:42:02 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE ZKJP
OBJECT MODULE PLACED IN .\
www.eeworm.com/read/470239/6916477
lst zkjp.lst
A51 MACRO ASSEMBLER ZKJP 05/28/2005 21:43:03 PAGE 1
MACRO ASSEMBLER A51 V6.12
OBJECT MODULE PLACED IN .\ZKJP.OBJ
ASSEMBLER I
www.eeworm.com/read/195946/6971578
c up51s005.c
/*******************************************************************************
* *
* File : uP51s005.c
www.eeworm.com/read/332638/7121422
in makefile.in
CC = @CC@
CFLAGS = @CFLAGS@
LDFLAGS = @LDFLAGS@ @LIBS@
EXECS = btscanner
CP = cp
MV = mv
RM = rm
GZIP = gzip
MKDIR = mkdir
all: $(EXECS)
btscanner.o: btscanner.c btscanner.h
bs_scan.o: bs_sc
www.eeworm.com/read/464544/7156476
c kp1.c
/*******************************************************************************
* 描述: C语言 范例 直接使用 *
* *
* 按键扫描程序