代码搜索:construct

找到约 6,584 项符合「construct」的源代码

代码结果 6,584
www.eeworm.com/read/100793/6264992

java txl.java

package txl; import javax.swing.UIManager; import java.awt.*; public class Txl { boolean packFrame = false; //Construct the application public Txl() { TxlFrame frame = new TxlFrame();
www.eeworm.com/read/487789/6508859

pas imgutil.pas

{$R-} // Turn off Range Checking because of ARRAY[0..0] construct below unit ImgUtil; // The new algorithms are 5 to 8 imes faster (dirty but fast) and they // not need so many memory (if the
www.eeworm.com/read/483114/6609798

m dagsvm.m

function net = dagsvm(arg) % PAIRWISE % % Construct a dag-svm multi-class support vector classification network. % % Examples: % % % default constructor (a 0-class dagsvm network!) % %
www.eeworm.com/read/410397/11288105

c transmit.c

/* * transmit.c * - construct queries * - send queries */ /* * This file is * Copyright (C) 1997-2000 Ian Jackson * * It is part of adns, which is * Cop
www.eeworm.com/read/406421/11442717

cpp lin_dsgn.cpp

// // File = lin_dsgn.cpp // #include "misdefs.h" #include "typedefs.h" #include "fir_dsgn.h" #include "lin_dsgn.h" //=========================================== // default construct
www.eeworm.com/read/405357/11464731

pas imgutil.pas

{$R-} // Turn off Range Checking because of ARRAY[0..0] construct below unit ImgUtil; // The new algorithms are 5 to 8 imes faster (dirty but fast) and they // not need so many memory (if the
www.eeworm.com/read/343707/11933651

pas imgutil.pas

{$R-} // Turn off Range Checking because of ARRAY[0..0] construct below unit ImgUtil; // The new algorithms are 5 to 8 imes faster (dirty but fast) and they // not need so many memory (if the
www.eeworm.com/read/342425/12020991

pas imgutil.pas

{$R-} // Turn off Range Checking because of ARRAY[0..0] construct below unit ImgUtil; // The new algorithms are 5 to 8 imes faster (dirty but fast) and they // not need so many memory (if the
www.eeworm.com/read/252894/12257482

c ogg.c

/* * Ogg bitstream support * Mark Hills * * Uses libogg, but requires libvorbisenc to construct correct headers * when containing Vorbis stream -- currently the only format sup
www.eeworm.com/read/338910/12273395

java application1.java

package hospitalinfomationsystem; import javax.swing.UIManager; import java.awt.*; public class Application1 { boolean packFrame = false; //Construct the application public Application1() {