代码搜索:initiali
找到约 458 项符合「initiali」的源代码
代码结果 458
www.eeworm.com/read/242732/4542088
c halinit.c
/*
* PROJECT: ReactOS HAL
* LICENSE: GPL - See COPYING in the top level directory
* FILE: hal/halx86/generic/halinit.c
* PURPOSE: HAL Entrypoint and Initiali
www.eeworm.com/read/205824/5019978
c halinit.c
/*
* PROJECT: ReactOS HAL
* LICENSE: GPL - See COPYING in the top level directory
* FILE: hal/halx86/generic/halinit.c
* PURPOSE: HAL Entrypoint and Initiali
www.eeworm.com/read/205824/5020007
c halinit.c
/*
* PROJECT: ReactOS HAL
* LICENSE: GPL - See COPYING in the top level directory
* FILE: hal/halx86/generic/halinit.c
* PURPOSE: HAL Entrypoint and Initiali
www.eeworm.com/read/409921/2224595
c halinit.c
/*
* PROJECT: ReactOS HAL
* LICENSE: GPL - See COPYING in the top level directory
* FILE: hal/halx86/generic/halinit.c
* PURPOSE: HAL Entrypoint and Initiali
www.eeworm.com/read/409921/2224624
c halinit.c
/*
* PROJECT: ReactOS HAL
* LICENSE: GPL - See COPYING in the top level directory
* FILE: hal/halx86/generic/halinit.c
* PURPOSE: HAL Entrypoint and Initiali
www.eeworm.com/read/187160/8851117
c evmdm642.c
/*
* Copyright 2005 by Zhongxon Digital Incorporated.
* All rights reserved. Property of Zhongxon Digital Incorporated.
*/
/*
* ======== evmdm642.c ========
* EVMDM642 board initiali
www.eeworm.com/read/325486/13201241
java die.java
// Introduced in Chapter 1
/** A six-sided die for use in games. */
public class Die implements Comparable {
/** The face of this Die that is showing. */
private int topFace;
/** Initiali
www.eeworm.com/read/118511/14865733
dpr myinphase.dpr
program MyInphase;
uses
Forms,
MainForm in 'MainForm.pas' {frmMain},
EditTask in 'EditTask.pas' {frmEditTask},
MyDefine in 'MyDefine.pas';
{$R *.res}
begin
Application.Initiali
www.eeworm.com/read/250396/4430906
dpr mimemaker.dpr
// File Version: 2004-03-19
program MimeMaker;
{$warnings off}
uses
Forms,
MimeMakerForm in 'MimeMakerForm.pas' {MakerForm};
{$warnings on}
{$R *.RES}
begin
Application.Initiali
www.eeworm.com/read/135525/13924092
cpp multinh2.cpp
// Chapter 9 - Program 2
#include
class moving_van {
protected:
float payload;
float gross_weight;
float mpg;
public:
void initiali