代码搜索:construct

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

代码结果 6,584
www.eeworm.com/read/460435/7250458

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/459616/7270442

cpp lpt.cpp

// machine scheduling using LPT rule #include #include "hsort.h" #include "minheap.h" #include "lptnodes.h" template void LPT(T a[], int n, int m) {// Construct an m machine L
www.eeworm.com/read/450608/7480105

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/441245/7672663

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/140698/13066472

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/137160/13341858

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/314653/13562233

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/140727/5781723

cc ident_00.cc

// file: $isip/class/asr/Identifier/ident_00.cc // version: $Id: ident_00.cc,v 1.3 2002/08/13 21:28:35 alphonso Exp $ // // isip include files // #include "Identifier.h" // method: default construct
www.eeworm.com/read/140727/5781730

cc ngca_00.cc

// file: $isip/class/search/NGramCache/ngca_00.cc // version: $Id: ngca_00.cc,v 1.2 2003/04/19 20:52:58 parihar Exp $ // // isip include files // #include "NGramCache.h" // method: default construct
www.eeworm.com/read/136989/5827708

cpp xmit.cpp

// Xmit.cpp,v 1.7 2003/11/09 20:44:19 dhinton Exp #include "Xmit.h" #include "ace/SOCK_Stream.h" #include "ace/OS_NS_string.h" /* Construct the object with the peer connection and choose not