代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/283923/8979122
cpp scan.cpp
#include "stdafx.h"
#include
#include
#include
#pragma comment(lib,"ws2_32.lib")
//加载头文件和必须的库文件
int main(int argc, char* argv[])
{
int socketid,pcount=0;
www.eeworm.com/read/283923/8979127
plg scan.plg
Build Log
--------------------Configuration: scan - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\huang\LO
www.eeworm.com/read/283923/8979131
ncb scan.ncb
www.eeworm.com/read/283923/8979135
dsw scan.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "scan"=".\scan.dsp"
www.eeworm.com/read/283923/8979137
opt scan.opt
www.eeworm.com/read/185723/8989019
l scan.l
/*File: Scan.l
*Lex description of C token
*/
%{
#include "Global.h"
#include "Parse.h"
#include "Utils.h"
char tokenString[MAXTOKENLEN+1]; /*the token string received*/
TokenType getToken(); /
www.eeworm.com/read/185723/8989033
h scan.h
//Scan.h
/************************************
REVISION LOG ENTRY
Revision By: 方文宾 (0410706)
Revised on 2006-12-24 17:06:43
Comments: 词法分析
************************************/
#ifnd
www.eeworm.com/read/185723/8989112
c scan.c
#line 2 "Scan.c"
/* A lexical scanner generated by flex */
/* Scanner skeleton version:
* $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $
* $FreeBSD: src/usr.bin/
www.eeworm.com/read/382461/9025096
dyn scan led
www.eeworm.com/read/185598/9026544
h scan.h
/*----------------------------------------------------------------------
File : scan.h
Contents: scanner (lexical analysis of a character stream)
Author : Christian Borgelt
History : 16.01