代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/460380/1561253
js export.js
// export.js
// This file contains the funcitons needed to construct the HTML for the export / print dialog.
//
// Global variable
var print = false; // default to export, so set print to false
www.eeworm.com/read/459110/1573737
java untrustedinput.java
package org.bouncycastle.i18n.filter;
/**
* Wrapper class to mark untrusted input.
*/
public class UntrustedInput
{
protected Object input;
/**
* Construct a new UntrustedInput ins
www.eeworm.com/read/453176/1642023
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/248932/4459643
js export.js
// export.js
// This file contains the funcitons needed to construct the HTML for the export / print dialog.
//
// Global variable
var print = false; // default to export, so set print to false
www.eeworm.com/read/248186/4470747
cpp test.cpp
#include "zfstream.h"
int main() {
// Construct a stream object with this filebuffer. Anything sent
// to this stream will go to standard out.
gzofstream os( 1, ios::out );
// Th
www.eeworm.com/read/245005/4508570
js export.js
// export.js
// This file contains the funcitons needed to construct the HTML for the export / print dialog.
//
// Global variable
var print = false; // default to export, so set print to false
www.eeworm.com/read/244564/4510643
js export.js
// export.js
// This file contains the funcitons needed to construct the HTML for the export / print dialog.
//
// Global variable
var print = false; // default to export, so set print to false
www.eeworm.com/read/242931/4533259
c transmit.c
/*
* transmit.c
* - construct queries
* - send queries
*/
/*
* This file is
* Copyright (C) 1997-2000 Ian Jackson
*
* It is part of adns, which is
www.eeworm.com/read/242732/4537455
c transmit.c
/*
* transmit.c
* - construct queries
* - send queries
*/
/*
* This file is
* Copyright (C) 1997-2000 Ian Jackson
*
* It is part of adns, which is
www.eeworm.com/read/237472/4627520
cpp test.cpp
#include "zfstream.h"
int main() {
// Construct a stream object with this filebuffer. Anything sent
// to this stream will go to standard out.
gzofstream os( 1, ios::out );
// Th