代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/170790/9790143
h block.h
/*!
************************************************************************
* \file block.h
*
* \author
* Inge Lille-Lang鴜 \n
* Telenor Satel
www.eeworm.com/read/268659/11126434
m51 ex4-9.m51
BL51 BANKED LINKER/LOCATER V5.12 09/15/2005 10:05:48 PAGE 1
BL51 BANKED LINKER/LOCATER V5.12, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE ex4-9.
www.eeworm.com/read/413493/11153999
asm ir.asm
SNC539
SN0#XO.WAV
SN1#XO.WAV
SIL#XO.WAV
PROGRAM
includestd MACRO500_4.h
deboc equ #0101b
IR_Transmit EQU 1
IR_Receive EQU 1
IR_MODE EQU #0001B
_RX_DATA EQU #0100B
MRXB_2 EQU #0011B
MRX
www.eeworm.com/read/413476/11154448
asm tesk500.asm
SNC539
SN0#XO.WAV
SN1#XO.WAV
SIL#XO.WAV
A.WAV
A_8k.dat
PROGRAM
includestd MACRO500_4.h
deboc equ #0101b
IR_MODE EQU #0000B
MRX EQU #1111B
MRXB EQU #0000B
KeyP1 EQU #0001B
KeyP2 EQU #0000
www.eeworm.com/read/266043/11246198
c global.c
/* SPMG/JPEG-LS IMPLEMENTATION V.2.1
=====================================
These programs are Copyright (c) University of British Columbia. All rights reserved.
They may be freely redistribut
www.eeworm.com/read/266043/11246269
c global.c
/* PMG/JPEG-LS IMPLEMENTATION V.2.1
=====================================
These programs are Copyright (c) University of British Columbia. All rights reserved.
They may be freely redistribute
www.eeworm.com/read/410943/11263616
asm 交通灯.asm
;交通灯模拟实验程序
GEWEI EQU 21H ;个位数据
SHIWEI EQU 23H ;十位数据
SCANLED EQU 25H
SCANMODE EQU 26H
RED EQU 28H ;定义灯的缓冲区
GREEN EQU 29H
YELLOW EQU 32H
www.eeworm.com/read/249826/12469344
c 4.c
#include
#include
char data_7se[16]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71};
char act[4] ={0xfe,0xfd,0xfb,0xf7} ;
char disp[4]
www.eeworm.com/read/336096/12476939
c text31.c
//使用AT89C2051单片机,12MHZ晶振,用共阳LED数码管
//P1口输出段码,P3口扫描,P3.4接DS18B20
//#Pragma src(d:\aa.asm)
#include
#include "intrins.h" //_nop_();延时函数用
#define Disdata P1
www.eeworm.com/read/147475/12550634
h parse.h
/*----------------------------------------------------------------------
File : parse.h
Contents: parser utilities
Author : Christian Borgelt
History : 12.08.2004 file created
------------