代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/350641/10723433
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/419697/10842879
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/299984/7140365
m wvotec.m
%WVOTEC Weighted combiner (Adaboost weights)
%
% W = WVOTEC(A,V) compute weigths and store
% W = WVOTEC(V,U) Construct weighted combiner using weights U
%
% INPUT
% A Labeled data
www.eeworm.com/read/460435/7250840
m wvotec.m
%WVOTEC Weighted combiner (Adaboost weights)
%
% W = WVOTEC(A,V) compute weigths and store
% W = WVOTEC(V,U) Construct weighted combiner using weights U
%
% INPUT
% A Labeled data
www.eeworm.com/read/458493/7295789
m divdifftable.m
function D = divDiffTable(x,y)
% divdiffTable Construct a table of divided-difference coefficients
%
% Synopsis: D = divDiffTable(x,y)
%
% Input: x,y = vectors containing the tabulated y
www.eeworm.com/read/458488/7296165
m divdifftable.m
function D = divDiffTable(x,y)
% divdiffTable Construct a table of divided-difference coefficients
%
% Synopsis: D = divDiffTable(x,y)
%
% Input: x,y = vectors containing the tabulated y
www.eeworm.com/read/456260/7353144
cpp listdatapoom.cpp
#include "stdafx.h"
#include
#include "GraphicFunctions.h"
#include "ListDataPoom.h"
ListDataPoom::ListDataPoom(Settings * pSettings) {
this->_construct(pSettings, false);
www.eeworm.com/read/448484/7532800
cpp gsdpsession.cpp
// gsdpsession.cpp
//
// Copyright (c) 2000-2002 Symbian Ltd. All rights reserved.
#include "gsdpserver.h"
/*
CGsdpSession
*/
// construct/destruct
CGsdpSession::CGsdpSession()
{
www.eeworm.com/read/447017/7560564
java rframe.java
import javax.swing.UIManager;
import java.awt.*;
public class RFrame {
boolean packFrame = false;
//Construct the application
public RFrame() {
MainFrame frame = new MainFrame();
//Val
www.eeworm.com/read/441245/7673054
m wvotec.m
%WVOTEC Weighted combiner (Adaboost weights)
%
% W = WVOTEC(A,V) compute weigths and store
% W = WVOTEC(V,U) Construct weighted combiner using weights U
%
% INPUT
% A Labeled data