代码搜索:Scan

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

代码结果 10,000
www.eeworm.com/read/158865/5594481

c tstdiomisc.c

#ifndef STDIO_H #define STDIO_H #endif #include STDIO_H void t1 () { int n = -1; sscanf ("abc ", "abc %n", &n); printf ("t1: count=%d\n", n); } void t2 () { int n; long N; i
www.eeworm.com/read/152843/5659576

c io-unit.c

/* $Id: io-unit.c,v 1.24 2001/12/17 07:05:09 davem Exp $ * io-unit.c: IO-UNIT specific routines for memory management. * * Copyright (C) 1997,1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz) */ #
www.eeworm.com/read/471856/6883209

c int0.c

/*中断程序,帮助了解中断事件*/ #include #include code unsigned char tmpdate[]={0x01,0x02,0x04,0x08,0x10,0x20,0x40,0x80};//定义常量做为输出 unsigned char i=0; //变量为常量的索引 void main(void)
www.eeworm.com/read/471622/6886419

lst kg19-5.lst

C51 COMPILER V6.12 KG19_6 01/06/2007 22:16:55 PAGE 1 C51 COMPILER V6.12, COMPILATION OF MODULE KG19_6 OBJECT MODULE PLACED IN
www.eeworm.com/read/471641/6887698

asm lab5.asm

;-------------------------------------------------------------- ; 存储分配,R3显示秒位,R2显示分,R1显示时 ;-------------------------------------------------------------- ;----------------------------
www.eeworm.com/read/471489/6894692

lst main.lst

C51 COMPILER V7.20 MAIN 04/29/2007 22:06:58 PAGE 1 C51 COMPILER V7.20, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN ma
www.eeworm.com/read/471489/6894704

c main.c

/******************************************************************** //模 块 名 : 数码管显示演示程序 //创 建 者 : 杨 勇 日期 : 2007年4月29日 19:47 //修 改 者 : 日期 : //功能描述 : //其他说明
www.eeworm.com/read/395517/8170228

opt led.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {
www.eeworm.com/read/394257/8240314

asm 交通灯.asm

;交通灯模拟实验程序 GEWEI EQU 21H ;个位数据 SHIWEI EQU 23H ;十位数据 SCANLED EQU 25H SCANMODE EQU 26H RED EQU 28H GREEN EQU 29H YELLOW EQU 32H NUMTIM EQU
www.eeworm.com/read/193293/8240667

h parse.h

#ifndef __PARSE__ #define __PARSE__ #ifndef SC_SCAN #define SC_SCAN #endif #include "scan.h" /*---------------------------------------------------------------------- Preprocessor Definitions -----