代码搜索:construct

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

代码结果 6,584
www.eeworm.com/read/141545/13001292

cpp cus_newd.cpp

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

txt alg035.txt

> restart; > # CLAMPED CUBIC SPLINE ALGORITHM 3.5 > # > # To construct the cubic spline interpolant S for the function f, > # defined at the numbers x(0) < x(1) < ... < x(n), satisfying > # S'(x(
www.eeworm.com/read/140700/13066361

txt alg035.txt

> restart; > # CLAMPED CUBIC SPLINE ALGORITHM 3.5 > # > # To construct the cubic spline interpolant S for the function f, > # defined at the numbers x(0) < x(1) < ... < x(n), satisfying > # S'(x(
www.eeworm.com/read/140698/13066484

c alg095.c

/* * HOUSEHOLDER'S ALGORITHM 9.5 * * To obtain a symmetric tridiagonal matrix A(n-1) similar * to the symmetric matrix A = A(1), construct the following * matrices A(2),A(3),...,A(n-1) wh
www.eeworm.com/read/140466/13079084

readme

EXAMPLE 1: TREES This initial examples introduces the basic concepts of Memphis. Domain declarations introduce data types by listing alternative ways to construct hierarchical values values. Match
www.eeworm.com/read/140466/13079087

readme

EXAMPLE 1: TREES This initial examples introduces the basic concepts of Memphis. Domain declarations introduce data types by listing alternative ways to construct hierarchical values values. Match
www.eeworm.com/read/241548/13136302

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/239320/13287877

m sd_demo.m

%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% DDE-BIFTOOL sd-demo %%% %%%%%%%%%%%%%%%%%%%%%%%%%%% clear; % init system: [name,n]=sys_init % construct a first, approximate steady state point: stst.kind='stst';
www.eeworm.com/read/313956/13578318

htm hcomutil.htm

Communications Toolbox Utilities and Miscellaneus Utilities and Miscellaneus This toolbox uses a number of basic functions and blocks to construct more advanced functions an
www.eeworm.com/read/313082/13596971

java managertest.java

/** @version 1.21 2004-02-21 @author Cay Horstmann */ import java.util.*; public class ManagerTest { public static void main(String[] args) { // construct a Manager