代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/334125/3374423
c scan.c
/*
Unix SMB/CIFS implementation.
SMB2 opcode scanner
Copyright (C) Andrew Tridgell 2005
This program is free software; you can redistribute it and/or modify
it under the terms of
www.eeworm.com/read/332232/3401027
h scan.h
/**********************************************************************/
/*************** MTK CONFIDENTIAL & COPYRIGHTED ****************/
/***************
www.eeworm.com/read/332232/3401036
c scan.c
/**********************************************************************/
/*************** MTK CONFIDENTIAL & COPYRIGHTED ****************/
/***************
www.eeworm.com/read/328947/3435257
h scan.h
#ifndef _SCAN_H_
#define _SCAN_H_
static unsigned short zigzag[8][8] =
{
{0, 1, 5, 6, 14, 15, 27, 28},
{2, 4, 7, 13, 16, 26, 29, 42},
{3, 8, 12, 17, 25, 30, 41, 43},
{9, 11, 18, 24, 31,
www.eeworm.com/read/326192/3473781
cpp scan.cpp
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#ifdef _WIN32
#include
#else
#include
#endif
#include
#include
/* cfront 1.2 de
www.eeworm.com/read/326192/3473783
l scan.l
%{
#include
#include "RT.h"
#include "gram.tab.h"
%}
ws [ \t]+
comment #[^\n]*
id [a-zA-Z][a-zA-Z0-9]*
nl [\r\n]
int "-"?[0-9]+
dubl "-"?[0-9]+"."[0-9]+
%%
www.eeworm.com/read/326192/3473798
cpp scan.cpp
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#ifdef _WIN32
#include
#else
#include
#endif
#include
#include
/* cfront 1.2 de
www.eeworm.com/read/326192/3473801
l scan.l
%{
#include
#include "RT.h"
#include "gram.tab.h"
%}
ws [ \t]+
comment #[^\n]*
id [a-zA-Z][a-zA-Z0-9]*
nl [\r\n]
int "-"?[0-9]+
dubl "-"?[0-9]+"."[0-9]+
%%
www.eeworm.com/read/326192/3473841
cpp scan.cpp
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#ifdef _WIN32
#include
#else
#include
#endif
#include
#include
/* cfront 1.2 de
www.eeworm.com/read/326192/3473843
l scan.l
%{
#include
#include "BT.h"
#include "gram.tab.h"
%}
ws [ \t]+
comment #[^\n]*
qstring \"[^\"\n]*[\"\n]
id [a-zA-Z][a-zA-Z0-9]*
nl [\r\n]
int "-"?[0-9]+
%%
{ws} ;
{