代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/233448/4692448
c pass38-frag.c
/* Test an odd construct for compilability. */
static void *fwd;
void *bwd = &fwd;
static void *fwd = &bwd;
int main ()
{
return 0;
}
www.eeworm.com/read/202362/5052120
java magickexception.java
package magick;
/**
* Exception class for all encompassing Exception.
*
* @see MagickApiException
* @author Eric Yeo
*/
public class MagickException extends Exception {
/**
* Construct
www.eeworm.com/read/193219/5146608
java changedmethods.java
package ChangedPackage;
/**
* OLD: The changes in this class are to do with changes in methods,
* when mutiple methods have the same name.
*/
public class ChangedMethods {
/** This construct
www.eeworm.com/read/193219/5146628
java changedmethods.java
package ChangedPackage;
/**
* NEW: The changes in this class are to do with changes in methods,
* when mutiple methods have the same name.
*/
public class ChangedMethods {
/** This construct
www.eeworm.com/read/190346/5185400
c status.c
/*
* status.c: construct a status structure from an entry structure
*
* ====================================================================
* Copyright (c) 2000-2004 CollabNet. All rights re
www.eeworm.com/read/174456/5361542
pas logmanagerpas.pas
unit logmanagerpas;
interface
uses windows, sysutils,syncobjs,classes,dialogs,FileCtrl,db;
type
{*************************}
TLogMessage = class
private
FLogMsg: string;
public
construct
www.eeworm.com/read/343859/3215620
m crtimestr.m
function [timeMsg, timeDiv] = crTimeStr(timeInSec)
%CRTIMESTR Construct a time-string used by the functions "eetimeloop" and "eetimeend".
%
%--------
%Synopsis:
% [timeMsg, timeDiv] = crTimeStr(ti
www.eeworm.com/read/331072/3418535
js calendar.js
function DefineMonthView(theTextObject){ //the month view construct function
this.GetOnlyName = function( ){ //create one and only name on the document
var theN
www.eeworm.com/read/298430/3866105
java rectangle.java
public class Rectangle extends GeometricObject {
private double width;
private double height;
/** Construct a rectangle with default properties */
public Rectangle() {
this(1.0, 1.0);
}
www.eeworm.com/read/294896/3914881
js basiccomponentsscreen.js
DemoApp.BasicComponentsScreen = Core.extend(EchoApp.ContentPane, {
_msg: null,
_showStyledButton: null,
_componentsDefault: null,
$construct: function() {
var displayModeGrou