代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/245176/12813319
m linear.m
function ker = linear(arg)
% LINEAR
%
% Construct a linear kernel object,
%
% K(x1, x2) = x1.x2';
%
% Examples:
%
% % default constructor
%
% ker1 = linear;
%
% % copy cons
www.eeworm.com/read/140850/13059648
m linear.m
function ker = linear(arg)
% LINEAR
%
% Construct a linear kernel object,
%
% K(x1, x2) = x1.x2';
%
% Examples:
%
% % default constructor
%
% ker1 = linear;
%
% % copy cons
www.eeworm.com/read/136971/13350715
bat doturboc.bat
: This file is a complement to gzip.prj for Turbo C 2.0 users.
: To construct gzip, first transform all files to msdos CR LF format.
: (Use utilities such as flip or do file transfers in ascii mode.)
www.eeworm.com/read/320671/13420254
init rtpproxy.init
#! /bin/sh
#
# skeleton example file to build /etc/init.d/ scripts.
# This file should be used to construct scripts for /etc/init.d.
#
# Written by Miquel van Smoorenburg .
# Mo
www.eeworm.com/read/306762/13737983
h ghal.h
#ifndef __NANA_GHAL_H__
#define __NANA_GHAL_H__
#ifdef __cplusplus /* Insert start of extern C construct */
extern "C" {
#endif
typedef unsigned int COLOR;
#define SETRGB(r,g,b) ((r
www.eeworm.com/read/139291/5804221
testoutput5
PCRE version 3.9 02-Jan-2002
/-- Because of problems with Perl 5.6 in handling UTF-8 vs non UTF-8 --/
/-- strings automatically, do not use the \x{} construct except with --/
No match
/-- patterns th
www.eeworm.com/read/132649/5914961
testoutput5
PCRE version 3.9 02-Jan-2002
/-- Because of problems with Perl 5.6 in handling UTF-8 vs non UTF-8 --/
/-- strings automatically, do not use the \x{} construct except with --/
No match
/-- patterns th
www.eeworm.com/read/131429/5929386
java chick_ok.java
package Resource_Selection;
import javax.swing.UIManager;
import java.awt.*;
public class chick_ok {
boolean packFrame = false;
//Construct the application
public chick_ok() {
chick_it fr
www.eeworm.com/read/131429/5929396
java err_process.java
package Resource_Selection;
import javax.swing.UIManager;
import java.awt.*;
public class err_process {
boolean packFrame = false;
//Construct the application
public err_process() {
err_p
www.eeworm.com/read/131429/5929406
java jindu.java
package Resource_Selection;
import javax.swing.UIManager;
import java.awt.*;
public class jindu {
boolean packFrame = false;
jindu_p frame = new jindu_p();
//Construct the application
public