代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/112941/15473635
java~8~ application1.java~8~
package untitled1;
import javax.swing.UIManager;
import java.awt.*;
public class Application1 {
private boolean packFrame = false;
//Construct the application
public Application1() {
www.eeworm.com/read/111083/15519193
h collection.h
/* Specification for Collection */
typedef struct t_Collection *Collection;
Collection ConsCollection( int max_items, int item_size );
/* Construct a new Collection
Pre-condition: max_items > 0
www.eeworm.com/read/104413/15694604
txt 看看string类的构造方法.txt
作者:sonymusic
email: sonymusic@china.com
日期:2001-7-1 23:24:49
String
public String(byte[] bytes,
String enc)
throws UnsupportedEncodingException
Construct a new String by co
www.eeworm.com/read/390191/8478705
distccd-init
#! /bin/sh
#
# distccd Debian init.d script contributed by Jason Thomas. (Debian #161136)
#
# skeleton example file to build /etc/init.d/ scripts.
# This file should be used to construct scripts for
www.eeworm.com/read/289680/8535004
m maxwin.m
function net = maxwin(arg, sv, w, bias, C, zeta)
% MAXWIN
%
% Construct a max-win multi-class support vector classification network.
%
% Examples:
%
% % default constructor (a 0-class maxw
www.eeworm.com/read/188280/8552150
m maxwin.m
function net = maxwin(arg, sv, w, bias, C, zeta)
% MAXWIN
%
% Construct a max-win multi-class support vector classification network.
%
% Examples:
%
% % default constructor (a 0-class maxw
www.eeworm.com/read/283258/9033278
java fuzzy_identity_main.java
package fuzzy_identity;
import javax.swing.UIManager;
import java.awt.*;
public class Fuzzy_Identity_main {
boolean packFrame = false;
//Construct the application
public Fuzzy_Identity_main()
www.eeworm.com/read/381133/9108063
h csoundmixer.h
#ifndef __CSOUNDMIXER_H
#define __CSOUNDMIXER_H
#include "TSample.h"
#include "TAudioShared.h"
#include
class CSoundMixer : public CBase
{
// Construct and destruct
public:
www.eeworm.com/read/381133/9108131
cpp cwaveloader.cpp
#include "CWaveLoader.h"
#include
#include
#include
// Construct and Destruct
/// NewL()
CWavLoader* CWavLoader::NewL()
{
CWavLoader* self = NewLC(
www.eeworm.com/read/183443/9158844
m maxwin.m
function net = maxwin(arg, sv, w, bias, C, zeta)
% MAXWIN
%
% Construct a max-win multi-class support vector classification network.
%
% Examples:
%
% % default constructor (a 0-class maxw