代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/418927/10891412
scan configure.scan
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRES
www.eeworm.com/read/273954/10893195
v scan.v
module scan(EN_in1,EN_in0,sdata);
output [1:0] sdata;
input EN_in1;
input EN_in0;
reg [1:0] sdata;
wire EN_in;
assign EN_in = EN_in1 | EN_in0;
always @(posedge EN_in)
begin
sdata
www.eeworm.com/read/418779/10927816
rules scan.rules
# Copyright 2001-2005 Sourcefire, Inc. All Rights Reserved
#
# This file may contain proprietary rules that were created, tested and
# certified by Sourcefire, Inc. (the "VRT Certified Rules") as well
www.eeworm.com/read/272813/10943199
h scan.h
/*
* class Scan
* $Id: scan.h,v 1.1 1997/01/02 12:46:43 flisakow Exp $
*/
#ifndef _SCAN_H_
#define _SCAN_H_
#include "minirel.h"
// ****************************************************
www.eeworm.com/read/272813/10943224
c scan.c
/*
* implementation of class Scan for HeapFile project.
* $Id: scan.C,v 1.1 1997/01/02 12:46:42 flisakow Exp $
*/
#include
#include
#include "heapfile.h"
#include "s
www.eeworm.com/read/272811/10943274
h scan.h
/* -*- C++ -*- */
/*
* scan.h - class Scan
*
*/
#ifndef _SCAN_H_
#define _SCAN_H_
#include "minirel.h"
// ***********************************************************
// A Scan o
www.eeworm.com/read/418073/10966377
c scan.c
/****************************************************/
/* File: scan.c */
/* The scanner implementation for the TINY compiler */
/* Compiler Construction: Princi
www.eeworm.com/read/418073/10966379
h scan.h
/****************************************************/
/* File: scan.h */
/* The scanner interface for the TINY compiler */
/* Compiler Construction: Princi
www.eeworm.com/read/271877/10977045
c scan.c
/****************************************************/
/* 文件:scan.c */
/* TINY扫描程序的执行代码 */
/****************************************************/
#inclu
www.eeworm.com/read/271877/10977046
h scan.h
/****************************************************/
/* 文件: scan.h */
/* TINY编译器的扫描器接口 */
/****************************************************/
#if