代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/292863/8328509
m buildfullsfpyr2.m
% [PYR, INDICES, STEERMTX, HARMONICS] = buildFullSFpyr2(IM, HEIGHT, ORDER, TWIDTH)
%
% Construct a steerable pyramid on matrix IM, in the Fourier domain.
% Unlike the standard transform, subdivides th
www.eeworm.com/read/292863/8328592
m buildfullsfpyr2.m
% [PYR, INDICES, STEERMTX, HARMONICS] = buildFullSFpyr2(IM, HEIGHT, ORDER, TWIDTH)
%
% Construct a steerable pyramid on matrix IM, in the Fourier domain.
% Unlike the standard transform, subdivides th
www.eeworm.com/read/172493/9705274
h message.h
#ifndef MESSAGE_H
#define MESSAGE_H
using namespace std;
#include
/**
A message left by a caller.
*/
class Message
{
public:
/**
Construct a message object.
www.eeworm.com/read/171829/9734242
cpp cus_arr.cpp
#include
#include
class loc
{
int longitude, latitude;
public:
loc(void) {} // Used to construct temporaries
loc (int lg, int lt)
{
www.eeworm.com/read/171829/9734255
cpp arr_des.cpp
#include
#include
class loc
{
int longitude, latitude;
public:
loc(void) {} // Used to construct temporaries
~loc(void);
loc (int lg,
www.eeworm.com/read/171829/9734282
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/367160/9773534
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/1
www.eeworm.com/read/267422/11179472
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/265605/11260392
cpp example31.cpp
#include
using namespace std;
class loc {
int longitude, latitude;
public:
loc() {} // needed to construct temporaries
loc(int lg, int lt) {
longitude = lg;
latitude = lt;
www.eeworm.com/read/334240/12615946
rd mixgroup.rd
\name{mixgroup}
\alias{mixgroup}
\title{Construct Grouped Data from Raw Data}
\description{
Group raw data in the form of numbers of observations
over successive intervals.
}
\usage{
mixg