代码搜索:Scan

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

代码结果 10,000
www.eeworm.com/read/261886/11617678

dsw scan.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # 警告: 不能编辑或删除该工作区文件! ############################################################################### Project: "Scan"=.\Scan.dsp -
www.eeworm.com/read/261343/11653573

c scan.c

/****************************************************/ /* 文件:scan.c */ /* TINY扫描程序的执行代码 */ /****************************************************/ #inclu
www.eeworm.com/read/261343/11653576

h scan.h

/****************************************************/ /* 文件: scan.h */ /* TINY编译器的扫描器接口 */ /****************************************************/ #if
www.eeworm.com/read/157733/11667775

c scan.c

/* Functions for reading FILE*'s up to certain strings or characters. */ /* Copyright (C) 1997 Andrew McCallum Written by: Andrew Kachites McCallum This file is part of
www.eeworm.com/read/157691/11671618

scan-lib

# $Id: scan-lib,v 1.3 2000/11/18 08:25:04 roesch Exp $ # this library is for hostile scans and protocol pokes # look for stealth port scans/sweeps alert tcp any any -> $HOME_NET any (flags: A; a
www.eeworm.com/read/347150/11687987

h scan.h

#ifndef _SCAN_H #define _SCAN_H #include "ramdisk.h" struct scanDir { unsigned char pathName[MAX_PATH_LENGTH]; // the complete path name of the dir struct diskBlock *startBlock; // t
www.eeworm.com/read/347150/11688110

c scan.c

/************************************************************* File Name: SCAN.C * ************************************************************** Programm
www.eeworm.com/read/347150/11688206

o scan.o

www.eeworm.com/read/157220/11728983

l scan.l

D [0-9] L [a-zA-Z_] H [a-fA-F0-9] E [Ee][+-]?{D}+ FS (f|F|l|L) IS (u|U|l|L)* %{ #include #include "lex_yacc.h" #include "ArgPack.h" void make_white_space(); void co
www.eeworm.com/read/260341/11731305

c scan.c

/****************************************************/ /* File: scan.c */ /* The scanner implementation for the TINY compiler */ /* Compiler Construction: Princi