代码搜索:declared

找到约 3,220 项符合「declared」的源代码

代码结果 3,220
www.eeworm.com/read/244076/12891416

h sga.h

/*----------------------------------------------------------------------------*/ /* sga.h - global declarations for main(), all variable declared herein must */ /* also be defined as extern
www.eeworm.com/read/138505/13234305

h sga.h

/*----------------------------------------------------------------------------*/ /* sga.h - global declarations for main(), all variable declared herein must */ /* also be defined as extern
www.eeworm.com/read/137229/13338176

h sga.h

/*----------------------------------------------------------------------------*/ /* sga.h - global declarations for main(), all variable declared herein must */ /* also be defined as extern
www.eeworm.com/read/322727/13368970

pas iihello1.pas

// ************************************************************************ // // The types declared in this file were generated from data read from the // WSDL File described below: // WSDL :
www.eeworm.com/read/410239/11296097

pas mailieband_tlb.pas

unit MailIEBand_TLB; // ************************************************************************ // // WARNING // ------- // The types declared in this file were generated from data read from a
www.eeworm.com/read/405708/11458993

sv 05.03.09_snippet-3.sv

/********************************************************************** * Task args with explicitly declared input direction * (Verilog style) * * Author: Stuart Sutherland * * (c) Copyright 200
www.eeworm.com/read/405708/11459055

sv 06.03.02_snippet-1.sv

/********************************************************************** * Mulitple local variables declared within for loops * * Author: Stuart Sutherland * * (c) Copyright 2003, Sutherland HDL,
www.eeworm.com/read/405708/11459058

sv 06.03.01_snippet-3.sv

/********************************************************************** * Accessing local variables declared external to for loops (legal) * * Author: Stuart Sutherland * * (c) Copyright 2003, Su
www.eeworm.com/read/405708/11459067

sv 06.03.01_snippet-2.sv

/********************************************************************** * Accessing local variables declared within for loops (illegal) * * Author: Stuart Sutherland * * (c) Copyright 2003, Suthe
www.eeworm.com/read/405708/11459096

sv 08.06.02_snippet-1.sv

/********************************************************************** * Restrictions on passing unpacked structures through module ports * (must be declared with same typedef on both sides of por