代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/137277/13335599
h scan.h
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/323035/13357214
c scan.c
www.eeworm.com/read/136391/13380514
l scan.l
/****************************************************************************
scan.l
ParserWizard generated Lex file.
****************************************************************************/
www.eeworm.com/read/136391/13380526
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/136391/13380534
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/136391/13380539
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/321700/13400765
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/315751/13536937
m scan.m
% scan.m - scan array with given scanning phase
%
% Usage: ascan = scan(a, ps0)
%
% a = array weights to be scanned (must be row vector)
% ps0 = scanning phase in radians
%
% ascan = scanned
www.eeworm.com/read/315391/13544807
cpp scan.cpp
/****************************************************/
/* File: scan.c */
/* Main program for c- compiler */
/* Compiler Construction: Princi
www.eeworm.com/read/315391/13544811
h scan.h
/****************************************************/
/* File: scan.h */
/* Main program for c- compiler */
/* Compiler Construction: Princi