代码搜索:constructs

找到约 1,240 项符合「constructs」的源代码

代码结果 1,240
www.eeworm.com/read/142179/5766047

java~51~ fastvector.java~51~

//Container Interface package apriori; import java.util.*; import java.io.*; /**Vector () * Constructs an empty vector with an array size of 10 and a capacity increment of zero. * Vector (in
www.eeworm.com/read/142179/5766052

java~56~ fastvector.java~56~

//Container Interface package apriori; import java.util.*; import java.io.*; /**Vector () * Constructs an empty vector with an array size of 10 and a capacity increment of zero. * Vector (in
www.eeworm.com/read/123764/6058104

cpp subform1.cpp

#include "subform1.h" #include "qmessagebox.h" /* * Constructs a subform1 which is a child of 'parent', with the * name 'name' and widget flags set to 'f' * * The dialog will by default be
www.eeworm.com/read/122504/6065426

java scalechangedevent.java

package uk.ac.leeds.ccg.geotools; import java.util.*; public class ScaleChangedEvent extends java.util.EventObject { double scaleFactor; //Constructs a new ScaleChangedEvent
www.eeworm.com/read/119117/6092834

java hcurr.java

package HECore.stddata; import java.lang.*; import HPCore.Exception.*; public class HCurr implements Cloneable { private double value; /** * Constructs a newly allocated HCur
www.eeworm.com/read/13871/284656

m rbf.m

function net = rbf(nin, nhidden, nout, rbfunc, outfunc, prior, beta) %RBF Creates an RBF network with specified architecture % % Description % NET = RBF(NIN, NHIDDEN, NOUT, RBFUNC) constructs and
www.eeworm.com/read/41357/1143569

js elemdragclass.js

// Copyright 1998,1999 Macromedia, Inc. All rights reserved. //Constructs a drag and drop element function MM_drag(theParent, theName, theInitialValue, theIsDraggable, theIsTarget
www.eeworm.com/read/41357/1143628

js elemdragclass.js

// Copyright 1998,1999 Macromedia, Inc. All rights reserved. //Constructs a drag and drop element function MM_drag(theParent, theName, theInitialValue, theIsDraggable, theIsTarget
www.eeworm.com/read/472292/1411892

java mytoken.java

public class MyToken extends Token { /** * Constructs a new token for the specified Image and Kind. */ public MyToken(int kind, String image) { this.kind = kind; this.image = ima
www.eeworm.com/read/470720/1445018

c bprob-1.c

/* Check that various C constructs are handled correctly by profile-directed block ordering. This test is the same as gcov-4.c. The "count" comments are left in to make comparisons easier