代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/121395/14757573
c scan_ulong.c
#include "scan.h"
unsigned int scan_ulong(register const char *s,register unsigned long *u)
{
register unsigned int pos = 0;
register unsigned long result = 0;
register unsigned long c;
while
www.eeworm.com/read/121154/14768347
h cm_scan.h
#ifndef _CM_SCAN_H
#define _CM_SCAN_H
#include
#ifndef INITIAL
#define INITIAL 0
#endif
#endif
www.eeworm.com/read/121154/14768358
cpp cm_scan.cpp
#include
#define YYLEXFAST
#line 1 "E:\\Myworks\\Compiler\\C_Minus\\CM_scan.l"
#include "globals.h"
#include "util.h"
#include "scan.h"
#include "symtab.h"
char tokenString[MAXTOK
www.eeworm.com/read/121154/14768389
l cm_scan.l
%{
#include "globals.h"
#include "util.h"
#include "scan.h"
#include "symtab.h"
char tokenString[MAXTOKENLEN+1];
/* set NO_PARSE to TRUE to get a scanner-only compiler */
#define NO_PARSE F
www.eeworm.com/read/117257/14933348
rc2 scan.rc2
//
// SCAN.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
//////
www.eeworm.com/read/217145/14977037
c scan_ulong.c
#include "scan.h"
unsigned int scan_ulong(register const char *s,register unsigned long *u)
{
register unsigned int pos = 0;
register unsigned long result = 0;
register unsigned long c;
while
www.eeworm.com/read/116214/14982557
frm scan_c.frm
/**********************************************************
** SCAN_C.FRM
** Coco/R C Support Frames.
** Author: Frankie Arzu
**
** Jun 12, 1996 Version 1.06
**
www.eeworm.com/read/116214/14982564
frm scan_h.frm
/**********************************************************
** SCAN_H.FRM
** Coco/R C Support Frames.
** Author: Frankie Arzu
**
** Jun 12, 1996 Version 1.06
**
www.eeworm.com/read/116214/14982567
frm scan_c.frm
//****************************************************************
// CPLUS2\SCAN_C.FRM
// Coco/R C++ Support Frames.
// Author: Frankie Arzu
//
// Jun 12, 1996 Versio
www.eeworm.com/read/116214/14982573
frm scan_h.frm
//****************************************************************
// CPLUS2\SCAN_H.FRM
// Coco/R C++ Support Frames.
// Author: Frankie Arzu
//
// Jun 12, 1996 Versio