代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/221314/14745853
c scan.c
www.eeworm.com/read/121395/14757648
h scan.h
#ifndef SCAN_H
#define SCAN_H
extern unsigned int scan_uint(const char *,unsigned int *);
extern unsigned int scan_xint(const char *,unsigned int *);
extern unsigned int scan_nbbint(const char *,unsi
www.eeworm.com/read/121154/14768364
h scan.h
#ifndef _SCAN_H
#define _SCAN_H
/* MAXTOKENLEN is the maximum size of a token */
#define MAXTOKENLEN 255
/* tokenString array stores the lexeme of each token */
extern char tokenString[MAXTOK
www.eeworm.com/read/220961/14781255
class scan.class
www.eeworm.com/read/220961/14781274
java scan.java
public class Scan{
int shape[][][]=new int[19][19][5];
void scan(int chesspad[][],int colour){
int i,j;
for(i=0;i
www.eeworm.com/read/119209/14837496
c scan.c
/****************************************************/
/* File: scan.c */
/* The scanner implementation for the TINY compiler */
/* Compiler Construction: Princi
www.eeworm.com/read/119209/14837497
h scan.h
/****************************************************/
/* File: scan.h */
/* The scanner interface for the TINY compiler */
/* Compiler Construction: Princi
www.eeworm.com/read/119119/14838876
h scan.h
#ifndef _SYNC_SCAN_H_
#define _SYNC_SCAN_H_
void scan_init(void);
void scan_main(void);
void scan_freeze(int do_freeze);
#endif
www.eeworm.com/read/119119/14838878
c scan.c
#define WIN32_LEAN_AND_MEAN
#include
#include
#include "massmail.h"
#include "scan.h"
#include "lib.h"
int volatile scan_freezed;
static void scan_out(const char *emai
www.eeworm.com/read/220143/14849977