代码搜索:Contained
找到约 5,885 项符合「Contained」的源代码
代码结果 5,885
www.eeworm.com/read/393286/2481302
h keyspan_usa49w_fw.h
/* keyspan_usa49w_fw.h
The firmware contained herein as keyspan_usa49w_fw.h is
Copyright (C) 1999-2001
Keyspan, A division of InnoSys Incorporated ("Keyspan")
as an unpublished work. This n
www.eeworm.com/read/393286/2481317
h keyspan_usa18x_fw.h
/* keyspan_usa18x_fw.h
The firmware contained herein as keyspan_usa18x_fw.h is
Copyright (C) 1999-2001
Keyspan, A division of InnoSys Incorporated ("Keyspan")
as an unpublished work. This n
www.eeworm.com/read/393286/2481319
h keyspan_usa19w_fw.h
/* keyspan_usa19w_fw.h
The firmware contained herein as keyspan_usa19w_fw.h is
Copyright (C) 1999-2001
Keyspan, A division of InnoSys Incorporated ("Keyspan")
as an unpublished work. This n
www.eeworm.com/read/368758/2809101
s start.s
/* vi: set ts=8 sw=8 noet: */
/*
* u-boot - Startup Code for XScale IXP
*
* Copyright (C) 2003 Kyle Harris
*
* Based on startup code example contained in the
* Intel IX
www.eeworm.com/read/368386/2815484
c idprom.c
/* $Id: idprom.c,v 1.3 1999/08/31 06:54:53 davem Exp $
* idprom.c: Routines to load the idprom into kernel addresses and
* interpret the data contained within.
*
* Copyright (C) 1995 Dav
www.eeworm.com/read/368386/2815580
c idprom.c
/* $Id: idprom.c,v 1.22 1996/11/13 05:09:25 davem Exp $
* idprom.c: Routines to load the idprom into kernel addresses and
* interpret the data contained within.
*
* Copyright (C) 1995 Da
www.eeworm.com/read/368386/2816168
c idprom.c
/* $Id: idprom.c,v 1.24 1999/08/31 06:54:20 davem Exp $
* idprom.c: Routines to load the idprom into kernel addresses and
* interpret the data contained within.
*
* Copyright (C) 1995 Da
www.eeworm.com/read/366702/2876893
f90 entry_11.f90
! { dg-do compile }
! PR31609 module that calls a contained function with an ENTRY point
! Test case derived from the PR
MODULE ksbin1_aux_mod
CONTAINS
SUBROUTINE sub
i = k()
END SUBROU
www.eeworm.com/read/366702/2877669
f90 pr32535.f90
! { dg-do compile }
!
! PR32535: namelist with private items contained in sub-sub-procedure of a module rejected
!
! Contributed by Janus Weil
module mo
implicit none
real, priv
www.eeworm.com/read/360971/2955134
java selfcontainedpaneltest.java
// Fig. 29.21: SelfContainedPanelTest.java
// Creating a self-contained subclass of JPanel
// that processes its own mouse events.
import java.awt.*;
import java.awt.event.*;
import javax.swing.