代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/257883/11909313
cpp pie.cpp
#include
#include
#include "pie.h"
//
// Construct the PieView with buttons.
//
PieView::PieView( int *n, const char **s )
{
setCaption( "Pie in the Sky Inc." );
num
www.eeworm.com/read/255577/12072204
m f_randg.m
function A = f_randg (m,n,mu,sigma)
%F_RANDG: Construct Gaussian random matrix
%
% Usage: A = f_randg (m,n,mu,sigma)
%
% Inputs:
% m = number of rows of A
% n = numbe
www.eeworm.com/read/340916/12123936
h candybox.h
// Header file CandyBox.h in project Ex9_01
#pragma once
#include "Box.h"
class CCandyBox: CBox
{
public:
char* m_Contents;
CCandyBox(char* str = "Candy") // Construct
www.eeworm.com/read/338909/12273590
java login.java
package sfms;
import javax.swing.UIManager;
import java.awt.*;
public class Login {
boolean packFrame = false;
//Construct the application
public Login() {
Frame1 frame = new Frame1();
www.eeworm.com/read/128193/14311431
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/222301/14697760
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