代码搜索:construct

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

代码结果 6,584
www.eeworm.com/read/355697/3050033

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
www.eeworm.com/read/352495/3094403

java smgp.java

package smgpapidemo; import javax.swing.UIManager; import java.awt.*; public class smgp { boolean packFrame = false; //Construct the application public smgp() { msgpDemo frame =
www.eeworm.com/read/253148/4400058

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/253148/4400119

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/154144/5640117

java smgp.java

package smgpapidemo; import javax.swing.UIManager; import java.awt.*; public class smgp { boolean packFrame = false; //Construct the application public smgp() { msgpDemo frame =
www.eeworm.com/read/153618/5648200

java~1~ loginapp.java~1~

package cartinterface; import javax.swing.UIManager; import java.awt.*; public class LoginApp { boolean packFrame = false; //Construct the application public LoginApp() { LoginFrame frame
www.eeworm.com/read/475079/6802344

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/292863/8328502

m buildwpyr.m

% [PYR, INDICES] = buildWpyr(IM, HEIGHT, FILT, EDGES) % % Construct a separable orthonormal QMF/wavelet pyramid on matrix (or vector) IM. % % HEIGHT (optional) specifies the number of pyramid leve
www.eeworm.com/read/292863/8328579

m buildwpyr.m

% [PYR, INDICES] = buildWpyr(IM, HEIGHT, FILT, EDGES) % % Construct a separable orthonormal QMF/wavelet pyramid on matrix (or vector) IM. % % HEIGHT (optional) specifies the number of pyramid leve
www.eeworm.com/read/171938/9729242

java polyline.java

public class PolyLine { // Construct a polyline from an array of coordinate pairs public PolyLine(double[][] coords) { Point[] points = new Point[coords.length]; // Array to hold point