代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/205100/15326579
h scan.h
// scan.h: interface for the Cscan class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SCAN_H__F0293CE1_81AC_47F0_9918_257702C11C14__INCLUDED_)
#def
www.eeworm.com/read/205100/15326612
txt scan.txt
// scan.cpp: implementation of the Cscan class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "face.h"
#include "scan.h"
#include "glob
www.eeworm.com/read/205098/15326677
txt scan.txt
program p
type t = integer;
var t V1 ;
char v2;
begin
read(v1);
V1:=V1+10;
write(v1)
end.
www.eeworm.com/read/205038/15328775
scan configure.scan
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRES
www.eeworm.com/read/204908/15331842
java scan.java
import java.net.*;
import java.io.*;
import java.util.*;
/**
*Module for scanning tcp/ip ports on a given host or subnet
*
*Copyright (C) 2003 Tom Salmon tom@slashtom.org
*
*This program is free soft
www.eeworm.com/read/203955/15348294
h scan.h
/****************************************************/
/* File: scan.h */
/* The scanner interface for the C-Minus compiler */
/* Compiler Construction: Pri
www.eeworm.com/read/113415/15456438
c scan.c
#include
#include
#pragma comment(lib, "ws2_32.lib")
void main(int argc, char *argv[])
{
unsigned int i,m_hSocket;
WSADATA wsaData;
int nConnect;
SOCKADDR_IN sockAddr;
www.eeworm.com/read/113400/15456709
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/113400/15456711
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/113400/15456726
cpp scan.cpp
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#ifdef _WIN32
#include
#else
#include
#endif
#include
#include
/* cfront 1.2 de