代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/250937/12374873
memcached-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/130385/14196182
c combine.c
/* frontend to IBE_construct_key() in ibe_lib.c
* (constructs private key shares into a private key)
* Ben Lynn
*/
/*
Copyright (C) 2001 Benjamin Lynn (blynn@cs.stanford.edu)
See LICENSE for lice
www.eeworm.com/read/129048/14268946
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/128193/14311517
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/222301/14697838
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/119112/14838972
c combine.c
/* frontend to IBE_construct_key() in ibe_lib.c
* (constructs private key shares into a private key)
* Ben Lynn
*/
/*
Copyright (C) 2001 Benjamin Lynn (blynn@cs.stanford.edu)
See LICENSE for lice
www.eeworm.com/read/117304/14931705
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/213267/15138680
cpp operategenome.cpp
//基于工序的表达法
#include "OperateGenome.h"
#include "GA.H"
extern int mat[24][4];
//Construct function
OperateGenome::OperateGenome(char *filename, Evaluator f, Initializer i,
Crossover c,
www.eeworm.com/read/13911/286951
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/470720/1447202
c misc1.c
// GROUPS passed construct-destruct
/* g++ constructs j 13 times, and destructs it once. */
extern "C" {
int printf (const char *, ...);
void exit(int);
}
void foo() {
}
class C {
int val;
p