代码搜索:Initialization
找到约 10,000 项符合「Initialization」的源代码
代码结果 10,000
www.eeworm.com/read/163260/5510897
cpp nnbp.cpp
// NNBP.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "NNBP.h"
#include "NNBPDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha
www.eeworm.com/read/163169/5511511
cpp memmapcppclient.cpp
// MemMapCppClient.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "MemMapCppClient.h"
#include "MemMapCppClientDlg.h"
#ifdef _DEBUG
#define new DEBUG_
www.eeworm.com/read/162614/5521392
c init10.c
// { dg-do assemble }
// GROUPS passed initialization
struct S { int :0; } a;
www.eeworm.com/read/162614/5523194
f90 der_init_5.f90
! Check that null initialization of pointer components works.
! PR 15969 prompted these
! the commented out tests are cases where we still fail
program der_init_5
type t
type(t), pointer :: a =
www.eeworm.com/read/162614/5523299
f90 data_3.f90
! Check initialization of character variables via the DATA statement
CHARACTER*4 a
CHARACTER*6 b
CHARACTER*2 c
CHARACTER*4 d(2)
CHARACTER*4 e
DATA a(1:2) /'aa'/
DATA a(3:4) /'b'/
DATA b(2:6), c /'AAA
www.eeworm.com/read/162614/5528302
c 931004-1.c
#define A "This is a long test that tests the structure initialization"
#define B A,A
#define C B,B,B,B
#define D C,C,C,C
int main()
{
char *subs[]={ D, D, D, D, D, D, D, D, D, D, D, D, D, D, D};
}
www.eeworm.com/read/162509/5547437
cpp manconsole.cpp
// ManConsole.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "ManConsole.h"
#include "ManConsoleDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THI
www.eeworm.com/read/162374/5547905
java servletconfig.java
/*
* The Apache Software License, Version 1.1
*
* Copyright (c) 1999 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or
www.eeworm.com/read/162374/5548048
java servletconfig.java
/*
* The Apache Software License, Version 1.1
*
* Copyright (c) 1999 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or
www.eeworm.com/read/161582/5551178
cpp point24.cpp
// Point24.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Point24.h"
#include "Point24Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
s