代码搜索:Initialization
找到约 10,000 项符合「Initialization」的源代码
代码结果 10,000
www.eeworm.com/read/373369/9461272
java apricot.java
//: initialization/Apricot.java
public class Apricot {
void pick() { /* ... */ }
void pit() { pick(); /* ... */ }
} ///:~
www.eeworm.com/read/373369/9461334
java methodinit.java
//: initialization/MethodInit.java
public class MethodInit {
int i = f();
int f() { return 11; }
} ///:~
www.eeworm.com/read/373369/9461345
java spoon.java
//: initialization/Spoon.java
public class Spoon {
static int i;
static {
i = 47;
}
} ///:~
www.eeworm.com/read/373362/9461548
c sysne2000end.c
/* sysNe2000End.c - system configuration module for NE2000 END */
/* Copyright 1999-2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,22oct01,pai Updated documenta
www.eeworm.com/read/373362/9461555
c sysultraend.c
/* sysUltraEnd.c - system configuration module for SMC Elite Ultra END */
/* Copyright 1999-2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01c,22oct01,pai Updated doc
www.eeworm.com/read/176398/9500195
m calcquad.m
%=====================================================================
%
% CalcQuad:
% ---------
%
% Parameters:
% N - The number of Samples.
% beta - Vector of the Lagrangian multiplier
www.eeworm.com/read/371349/9555098
c jcinit.c
/*
* jcinit.c
*
* Copyright (C) 1991-1997, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file
www.eeworm.com/read/371288/9558165
m pso2.m
%Initialization of PSO parameters
wmax=0.9;
wmin=0.4;
itmax=200; %Maximum iteration number
c1=1.4;
c2=1.4;
for iter=1:itmax
W(iter)=wmax-((wmax-wmin)/itmax)*iter;
end
%*****************
www.eeworm.com/read/370848/9580029
cpp dlgdll.cpp
// DlgDll.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = _
www.eeworm.com/read/170531/9800384
cpp cadodll.cpp
// CAdoDll.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =