代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/175098/5350195
out scan.out
Statistics for case statements in always block at line 36 in file
'E:/EDA/Xilinx/active/projects/version2.14/calculat/SCAN.V'
===============================================
| L
www.eeworm.com/read/173141/5377655
java scan.java
/*
Derby - Class org.apache.derby.impl.store.access.sort.Scan
Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.
Licensed under the Apache License, Versio
www.eeworm.com/read/173141/5377703
java scan.java
/*
Derby - Class org.apache.derby.impl.store.raw.log.Scan
Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.
Licensed under the Apache License, Version 2.
www.eeworm.com/read/169956/5408303
h scan.h
#ifndef __SCAN_H__
#define __SCAN_H__
#include
#include
extern int verbosity;
#define dprintf(level, fmt...) \
do { \
if (level
www.eeworm.com/read/169956/5408306
c scan.c
/**
* Simple MPEG parser to achieve network/service information.
*
* refered standards:
*
* ETSI EN 300 468
* ETSI TR 101 211
* ETSI ETR 211
* ITU-T H.222.0
*/
#include
www.eeworm.com/read/169697/5412681
c scan.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpiimpl.h"
/* -- Begin Profiling Symbol Block
www.eeworm.com/read/169697/5413844
c scan.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_Scan(void* sbuff, void* rbuff, int cnt,
MPI_Datatype dt, MPI
www.eeworm.com/read/168845/5430099
h scan.h
/*
* Copyright 1993, 1995 Christopher Seiwald.
*
* This file is part of Jam - see jam.c for Copyright information.
*/
/*
* scan.h - the jam yacc scanner
*
* External functions:
*
www.eeworm.com/read/168845/5430114
c scan.c
/*
* Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
*
* This file is part of Jam - see jam.c for Copyright information.
*/
# include "jam.h"
# include "lists.h"
# inc
www.eeworm.com/read/164351/5490029
txt scan.txt
program p
type t = integer;
var t V1 ;
char v2;
begin
read(v1);
V1:=V1+10;
write(v1)
end.