代码搜索:construct

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

代码结果 6,584
www.eeworm.com/read/398072/8006897

java creditcard.java

package card; import java.awt.*; import javax.swing.*; public class creditCard { boolean packFrame = false; /** * Construct and show the application. */ public creditCard()
www.eeworm.com/read/397477/8043458

m buildscfpyr.m

% [PYR, INDICES, STEERMTX, HARMONICS] = buildSCFpyr(IM, HEIGHT, ORDER, TWIDTH) % % Construct a complex steerable pyramid on matrix IM, in the Fourier domain. % NOTE: this function is significantly fas
www.eeworm.com/read/397102/8068057

m labelim.m

%LABELIM Construct image from objectlabels in case of feature images % % IM = LABELIM(A) % IM = A*LABELIM % % If A is a dataset containing images stored as features, so % each pixel is an object, than
www.eeworm.com/read/243813/12915673

java account.java

// Account.java: The class for describing an account public class Account { // Two data fields in an account private int id; private double balance; // Construct an account with specif
www.eeworm.com/read/141545/13001211

cpp com_over.cpp

#include class loc { int longitude, latitude; public: loc(void) {} // Used to construct temporaries loc (int lg, int lt) { longitude = lg;
www.eeworm.com/read/141545/13001226

cpp two_frn.cpp

#include class loc { int longitude, latitude; public: loc(void) {} // Used to construct temporaries loc (int lg, int lt) { longitude = l
www.eeworm.com/read/141545/13001244

cpp fun_over.cpp

#include class loc { int longitude, latitude; public: loc(void) {} // Used to construct temporaries loc (int lg, int lt) { longitude = lg;
www.eeworm.com/read/141545/13001336

cpp frn_inc.cpp

#include class loc { int longitude, latitude; public: loc(void) {} // Used to construct temporaries loc (int lg, int lt) { longitude = l
www.eeworm.com/read/141545/13001342

cpp frn_plus.cpp

#include class loc { int longitude, latitude; public: loc(void) {} // Used to construct temporaries loc (int lg, int lt) { longitude = l
www.eeworm.com/read/139587/13148206

cpp pittnet.cpp

// pittnet.CPP // Backpropagation / ART1 / Kohonen / Radial Basis // The purpose of this prototype is to allow the user to construct and // initialize a series of neural nets. Using the concept