代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/113400/15456791
bat genparse.bat
SET BISON_SIMPLE=\bin\bison.simple
SET BISON_HAIRY=\bin\bison.hairy
cd RTree
del gram.tab.cpp
bison -dv gram.y
ren gram_tab.c gram.tab.cpp
ren gram_tab.h gram.tab.h
flex -It scan.l > scan.cpp
www.eeworm.com/read/109611/15553498
os2 makefile.os2
# make file for "flex" tool, emx+gcc
release:
$(MAKE) -f Makefile.os2 flex.exe \
CC="gcc -Zomf -O" O=".obj" A=".lib" AR="emxomfar" \
LDFLAGS="-s -Zcrtdll -Zstack 512"
debug:
$(MAKE) -f Mak
www.eeworm.com/read/109611/15553567
in makefile.in
# @(#) $Header: /home/daffy/u0/vern/flex/RCS/Makefile.in,v 1.44 95/04/21 11:53:05 vern Exp $ (LBL)
@SET_MAKE@
# Possible values for DEFS:
#
# By default, flex generates 8-bit scanners when usi
www.eeworm.com/read/108750/15577601
h parse.h
/*----------------------------------------------------------------------
File : parse.h
Contents: parser utilities
Author : Christian Borgelt
History : 12.08.2004 file created
------------
www.eeworm.com/read/107116/15612673
makefile
TOPDIR = $(shell cd ..; pwd)
include $(TOPDIR)/Rules.make
tcp_scan.o: tcp_scan.c tcp_scan.h $(INCDIR)/unp.h $(INCDIR)/rbtree.h
$(CC) $(CFLAGS) tcp_scan.c
clean:
rm -f tcp_scan.o
www.eeworm.com/read/103554/15729332
h block.h
/*!
************************************************************************
* \file block.h
*
* \author
* Inge Lille-Lang鴜 \n
* Telenor Satel
www.eeworm.com/read/102417/15781483
os2 makefile.os2
# make file for "flex" tool, emx+gcc
release:
$(MAKE) -f Makefile.os2 flex.exe \
CC="gcc -Zomf -O" O=".obj" A=".lib" AR="emxomfar" \
LDFLAGS="-s -Zcrtdll -Zstack 512"
debug:
$(MAKE) -f Mak
www.eeworm.com/read/100767/15864577
h cbc.h
#ifndef CRYPTOPP_CBC_H
#define CRYPTOPP_CBC_H
/** \file
*/
#include "filters.h"
#include "modes.h"
NAMESPACE_BEGIN(CryptoPP)
//!
www.eeworm.com/read/100586/15870473
cpp amgen.cpp
// AMGen.cpp: implementation of the AMGen class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "mod_demod.h"
#include "AMGen.h"
#include
www.eeworm.com/read/100204/15880506
makefile
#ident @(#)Makefile 1.5 00/01/17 Copyr 1995 J. Schilling
###########################################################################
SRCROOT= ..
RULESDIR= RULES
include $(SRCROOT)/$(RULESDIR)/rules.t