代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/135760/13901626
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/135722/13906962
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/203890/15349825
m metasignal.m
function m = metasignal(varargin)
%function m = metasignal(vargin)
%Construct a Meta-Signal object
% Should accept at least the following input:
% - 'filename.wav' (TIMIT file)
% - sign
www.eeworm.com/read/112777/15477098
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/111083/15519160
h coll_a.h
/* Specification for collection */
typedef struct t_collection *collection;
collection ConsCollection( int max_items,
int (*ItemCmp)(void *, void *) );
/* Construct a new collection
Pre-condit
www.eeworm.com/read/100150/15882074
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/191613/8425912
cpp ex0315.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example 3.15 on page 46
// Using the else if construct for parallel alternatives
#include
www.eeworm.com/read/289680/8535166
m dagsvm.m
function net = dagsvm(arg)
% PAIRWISE
%
% Construct a dag-svm multi-class support vector classification network.
%
% Examples:
%
% % default constructor (a 0-class dagsvm network!)
%
%
www.eeworm.com/read/188280/8552317
m dagsvm.m
function net = dagsvm(arg)
% PAIRWISE
%
% Construct a dag-svm multi-class support vector classification network.
%
% Examples:
%
% % default constructor (a 0-class dagsvm network!)
%
%
www.eeworm.com/read/387891/8647798
c ogg.c
/*
* Ogg bitstream support
* Mark Hills
*
* Uses libogg, but requires libvorbisenc to construct correct headers
* when containing Vorbis stream -- currently the only format sup