代码搜索:construct

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

代码结果 6,584
www.eeworm.com/read/165761/5480047

java~1~ application1.java~1~

package enterpriseemployeeadministrate; import javax.swing.UIManager; import java.awt.*; public class Application1 { boolean packFrame = false; //Construct the application public Application1
www.eeworm.com/read/165030/5485526

java sipaddress.java

package com.micromethod.sipstack.i; import com.micromethod.sipstack.ri.SipAddressImpl; public class SipAddress { private SipAddressImpl m_sipAddress = null; /** * Construct a new S
www.eeworm.com/read/163169/5511527

java testmemmapapp.java

package com.stanley.memmap; import javax.swing.UIManager; import java.awt.*; public class TestMemMapApp { private boolean packFrame = false; //Construct the application public TestMemMapApp()
www.eeworm.com/read/163169/5511528

java memmapjavaclientapp.java

package com.stanley.memmap; import javax.swing.UIManager; import java.awt.*; public class MemMapJavaClientApp { private boolean packFrame = false; //Construct the application public MemMapJav
www.eeworm.com/read/162614/5522870

m defs.m

/* Check if the @defs() construct preserves the correct offsets of ivars. */ /* Contributed by Ziemowit Laski . */ /* { dg-options "-lobjc" } */ /* { dg-do run } */ #include
www.eeworm.com/read/162614/5523220

f90 intrinsic_sum.f90

! Program to test the FORALL construct program testforall implicit none integer, dimension (3, 3) :: a integer, dimension (3) :: b logical, dimension (3, 3) :: m, tr integer i charac
www.eeworm.com/read/349711/3141469

cpp test.cpp

#include "zfstream.h" int main() { // Construct a stream object with this filebuffer. Anything sent // to this stream will go to standard out. gzofstream os( 1, ios::out ); // This text i
www.eeworm.com/read/348236/3158083

java calendartest.java

/** @version 1.31 2004-02-19 @author Cay Horstmann */ import java.util.*; public class CalendarTest { public static void main(String[] args) { // construct d as curr
www.eeworm.com/read/347649/3164408

java polyline.java

import java.util.*; public class PolyLine { // Construct a polyline from an array of points public PolyLine(Point[] points) { // Add the points for(int i = 0; i < points.length;
www.eeworm.com/read/345895/3195206

java friend2.java

package com.laoer.bbscs.bean; import java.io.Serializable; /** @author Hibernate CodeGenerator */ public class Friend2 extends Friend implements Serializable { /** full construct