代码搜索:Scan

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

代码结果 10,000
www.eeworm.com/read/290131/8503091

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/289862/8521084

l scan.l

/**************************************************************************** scan.l ParserWizard generated Lex file. ****************************************************************************/
www.eeworm.com/read/289862/8521112

h scan.h

/**************************************************************************** * U N R E G I S T E R E D C O P Y * * You are on day 85 of your 30 day trial period. * * This
www.eeworm.com/read/289862/8521142

c scan.c

/**************************************************************************** * U N R E G I S T E R E D C O P Y * * You are on day 85 of your 30 day trial period. * * This
www.eeworm.com/read/289862/8521152

v scan.v

############################################################################# # U N R E G I S T E R E D C O P Y # # You are on day 85 of your 30 day trial period. # # This
www.eeworm.com/read/287380/8688377

c scan.c

/* * Copyright 2000-2004 by Hans Reiser, licensing governed by * reiserfsprogs/README */ #include "debugreiserfs.h" #include #include #include #define obstack_ch
www.eeworm.com/read/387240/8698429

c scan.c

#include "mpi.h" /*MPI head file*/ #include int main( int argc, char** argv ) { int i, rank, size; double a[10],b[10]; double sum,c; int senddata,recvdata; MPI_Status status; MPI_In
www.eeworm.com/read/429834/8787133

c~ scan.c~

/* * scan.c * * Created on: 2009-3-11 * Author: xiaohe */ #include #include #include #include"readfile.h" #include"scan.h" #include"option.h" #include"tokens.h
www.eeworm.com/read/429834/8787135

h scan.h

#ifndef SCAN_H #define SCAN_H 1 int scanner_init(); int scanner(); int Iskeywords(char *str); int Isidentfier(char *str); int Isnumber(char *str); int Isoperator(char *str); int Isoper(char
www.eeworm.com/read/429834/8787147

c scan.c

/* * scan.c * * Created on: 2009-3-11 * Author: xiaohe */ #include #include #include #include"readfile.h" #include"scan.h" #include"option.h" #include"tokens.h