代码搜索:construct

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

代码结果 6,584
www.eeworm.com/read/104637/6204333

java~3~ frame1.java~3~

package ex10_01; import java.awt.*; import java.awt.event.*; import javax.swing.*; public class Frame1 extends JFrame { JPanel contentPane; JList jList1 = new JList(); /**Construct the frame*
www.eeworm.com/read/493294/6399932

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/400577/11572627

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/255755/12057282

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/255577/12072537

m f_state.m

function theta = f_state (x,y,k,m,n) % F_STATE: Construct state vector from inputs and outputs % % Usage: theta = f_state (x,y,k,m,n) % % Inputs: % x = N by 1 input vector %
www.eeworm.com/read/150905/12248338

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/149739/12352708

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/489503/1223265

php socket.php

www.eeworm.com/read/474814/1389602

testout testconstruct01.testout

(0/1) construct01 running: Running test 1: finished. Running test 2: finished. Running test 3: finished. Running test 4: finished. Running test 5: finished. Running test 6: fin
www.eeworm.com/read/470917/1442370

s e_exp10.s

/* * Written by Ulrich Drepper . */ #include /* 10^x = 2^(x * log2(10)) */ ENTRY(__ieee754_exp10) fldl 4(%esp) /* I added the following ugly construct because