代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/276969/4160591
java timeclient.java
package time;
import javax.swing.UIManager;
import java.awt.*;
public class timeclient {
boolean packFrame = false;
//Construct the application
public timeclient() {
timeClientFrame frame
www.eeworm.com/read/276969/4160661
java helloclientapp.java
package jcorba;
import javax.swing.UIManager;
import java.awt.*;
public class HelloClientApp {
private boolean packFrame = false;
//Construct the application
public HelloClientApp() {
Hel
www.eeworm.com/read/272871/4214400
java fontcanvas.java
package fonttest;
import javax.microedition.lcdui.Canvas;
import javax.microedition.lcdui.Graphics;
class FontCanvas extends Canvas {
FontTestlet myTestlet;
/**
* Construct a new can
www.eeworm.com/read/269936/4242588
c rsaref.c
/* Demo of how to construct your own engine and using it. The basis of this
engine is RSAref, an old reference of the RSA algorithm which can still
be found a little here and there. */
#includ