代码搜索:construct

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

代码结果 6,584
www.eeworm.com/read/112603/15482116

java sametypedemo.java

//SameTypeDemo.java import javax.swing.*; import java.awt.*; import java.awt.event.*; public class SameTypeDemo extends JFrame { JButton jb1, jb2, jb3; //Construct the frame pu
www.eeworm.com/read/111603/15509332

m rbf.m

function ker = rbf(arg) % RBF % % Construct a Gaussian radial basis function (RBF) kernel object, % % K(x1, x2) = exp(-gamma.*sum((x1 - x2).^2)) % % Examples: % % % default constructo
www.eeworm.com/read/104413/15694742

txt overloading overriding runtime type and object orientation (2).txt

作者:jeru email: jeru@163.net 日期:7/3/2001 10:02:33 AM Objective 3) Write code to construct instances of any concrete class including normal top level classes inner classes static inner classes and
www.eeworm.com/read/386050/8767411

m affine.m

%AFFINE Construct affine (linear) mapping from parameters % % W = AFFINE(R,OFFSET,LABLIST_IN,LABLIST_OUT,SIZE_IN,SIZE_OUT) % W = AFFINE(R,OFFSET,A) % W = AFFINE(W1,W2) % % INPUT % R
www.eeworm.com/read/161189/10439765

m makeroug.m

% % Construct a two-dimensional, second-order roughening matrix % for a PSCALE by PSCALE square nodal model (with % model wrap-around) % for i=1:PSCALE for j=1:PSCALE L((j-1)*PSCALE+i,(j-1)*PSC
www.eeworm.com/read/277399/10641257

h tblock.h

#ifndef TBLOCK_H_ #define TBLOCK_H_ #include const TUint8 BLOCKNUM = 15; class TBlock { // construct public: TBlock() : iType(0), iRot(0) {} TBlock(TUint8 aType, T
www.eeworm.com/read/419697/10842867

c alg036.c

/* * BEZIER CURVE ALGORITHM 3.6 * * To construct the cubic Bezier curves C0, ..., Cn-1 in * parameter form, where Ci is represented by * * (xi(t),yi(t)) = ( a0(i) + a1(i)*t + a2(i)*t^2 +
www.eeworm.com/read/271898/10976267

php dbclass.php

www.eeworm.com/read/271898/10976268

bak dbclass.php.bak

www.eeworm.com/read/299984/7139983

m affine.m

%AFFINE Construct affine (linear) mapping from parameters % % W = AFFINE(R,OFFSET,LABLIST_IN,LABLIST_OUT,SIZE_IN,SIZE_OUT) % W = AFFINE(R,OFFSET,A) % W = AFFINE(W1,W2) % % INPUT % R