代码搜索:construct

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

代码结果 6,584
www.eeworm.com/read/299653/7841322

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 ); // Th
www.eeworm.com/read/199125/7886963

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 ); // Th
www.eeworm.com/read/296850/8074986

java graphprog.java

package grapro; import javax.swing.UIManager; import java.awt.*; public class GraphProg { boolean packFrame = false; /**Construct the application*/ public GraphProg() { GraFrame frame = n
www.eeworm.com/read/333109/12701998

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 ); // Th
www.eeworm.com/read/144399/12797608

m divdifftable.m

function D = divDiffTable(x,y) % divdiffTable Construct a table of divided-difference coefficients % % Synopsis: D = divDiffTable(x,y) % % Input: x,y = vectors containing the tabulated y
www.eeworm.com/read/331444/12827763

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 levels t
www.eeworm.com/read/331444/12827767

m buildspyr.m

% [PYR, INDICES, STEERMTX, HARMONICS] = buildSpyr(IM, HEIGHT, FILTFILE, EDGES) % % Construct a steerable pyramid on matrix IM. % % HEIGHT (optional) specifies the number of pyramid levels to build. De
www.eeworm.com/read/143004/12905185

apb simple3a.apb

program simple3a; { simple3a: a program to flip 20 coins and keep track of heads and tails uses repeat-until construct } const ncoins = 20; { numb
www.eeworm.com/read/141545/13001207

cpp cus_arr.cpp

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

cpp arr_des.cpp

#include #include class loc { int longitude, latitude; public: loc(void) {} // Used to construct temporaries ~loc(void); loc (int lg,