代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/449504/7502755
m lagmatrix.m
function [Y, X] = lagmatrix(y,p,c)
% PURPOSE:
% Construct an X matrix and a Y vector for use in an AR regression
%
% USAGE:
% [Y, X] = lagmatrix(y,p,c)
%
% INPUTS:
% y is the dep
www.eeworm.com/read/448484/7532802
cpp gsdprxq.cpp
// gsdprxq.cpp
//
// Receive queue for the GSDP server
//
// Copyright (c) 2000-2002 Symbian Ltd. All rights reserved.
#include "gsdpserver.h"
/*
CGsdpReceiveQueue
*/
// construct/des
www.eeworm.com/read/447462/7550765
f srotg.f
SUBROUTINE SROTG(SA,SB,C,S)
* .. Scalar Arguments ..
REAL C,S,SA,SB
* ..
*
* Purpose
* =======
*
* construct givens plane rotation.
* jack dongarra, linpack, 3/11/78.
*
*
www.eeworm.com/read/399014/7900297
dfm constructunit.dfm
object construct: Tconstruct
Left = 240
Top = 193
Width = 629
Height = 511
BorderIcons = [biSystemMenu]
Caption = #28155#21152#26045#24037#21333#20301
Color = clBtnFace
Font.Ch
www.eeworm.com/read/198546/7929015
m lagmatrix.m
function [Y, X] = lagmatrix(y,p,c)
% PURPOSE:
% Construct an X matrix and a Y vector for use in an AR regression
%
% USAGE:
% [Y, X] = lagmatrix(y,p,c)
%
% INPUTS:
% y is the dep
www.eeworm.com/read/331444/12827844
m buildgpyr.m
% [PYR, INDICES] = buildGpyr(IM, HEIGHT, FILT, EDGES)
%
% Construct a Gaussian pyramid on matrix IM.
%
% HEIGHT (optional) specifies the number of pyramid levels to build. Default
% is 1+maxPyrHt(size
www.eeworm.com/read/143004/12905191
apb simple3b.apb
program simple3b;
{ simple3b: a program to flip 20 coins and keep track of heads and tails
uses while-do construct }
const ncoins = 20; { numb
www.eeworm.com/read/140698/13066663
c alg035.c
/*
* 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(0)) = f'(x
www.eeworm.com/read/140229/13095662
java application1.java
package caculator;
import java.awt.*;
import javax.swing.*;
public class Application1 {
boolean packFrame = false;
//Construct the application
public Application1() {
Frame fram
www.eeworm.com/read/140229/13095666
java~1~ application1.java~1~
package caculator;
import java.awt.*;
import javax.swing.*;
public class Application1 {
boolean packFrame = false;
//Construct the application
public Application1() {
Frame fram