代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/470720/1445833
c ttp54.c
// Build don't link:
// Reported by Bruce Eckel
// [temp.deduct.type]
// Make sure we treat in the construct TT as any type containing T.
template class C
www.eeworm.com/read/470693/1457779
c ttp54.c
// Build don't link:
// Reported by Bruce Eckel
// [temp.deduct.type]
// Make sure we treat in the construct TT as any type containing T.
template class C
www.eeworm.com/read/213039/4932256
cpp client_acceptor.cpp
// client_acceptor.cpp,v 1.5 2002/02/21 22:38:46 schmidt Exp
#include "client_acceptor.h"
/* Construct ourselves with the chosen concurrency strategy. Notice
that we also set our Thread_Poo
www.eeworm.com/read/207991/4999552
mal tst2501.mal
# The prototypical factory construct
factory random(seed:int):int;
i:= seed;
barrier always:= true;
i:= 125 *i;
yield i:= i % 32767;
redo always;
exit always;
return random:= 0;
end;
r1:= user.
www.eeworm.com/read/207991/5000026
mal tst2500.mal
# The prototypical factory construct
factory random(seed:int):int;
i:= seed;
barrier always:= true;
i:= 125 *i;
i:= i % 32767;
yield i;
redo always;
exit always;
return random:= 0;
end;
r1:= u
www.eeworm.com/read/190666/5173623
c ttp54.c
// Build don't link:
// Reported by Bruce Eckel
// [temp.deduct.type]
// Make sure we treat in the construct TT as any type containing T.
template class C
www.eeworm.com/read/347503/3169880
s globsymw2.s
.text
.stabn 162,0,0,0
;# A bit like globsymw1.s but containing a valid, working, stabs
;# symbol warning construct.
.stabs "isatty is not implemented and will always fail",30,0,0,0
.stabs "globsy
www.eeworm.com/read/344585/3207827
m kernel_matrix.m
function omega = kernel_matrix(Xtrain,kernel_type, kernel_pars,Xt)
% Construct the positive (semi-) definite and symmetric kernel matrix
%
% >> Omega = kernel_matrix(X, kernel_fct, sig2)
%
% This ma
www.eeworm.com/read/344585/3207860
m kernel_matrix.m
function omega = kernel_matrixKLR(Xtrain,kernel_type, kernel_pars,Xt)
% Construct the positive (semi-) definite and symmetric kernel matrix
%
% >> Omega = kernel_matrixKLR(X, kernel_fct, sig2)
%
% T
www.eeworm.com/read/340665/3274280
c ttp54.c
// Build don't link:
// Reported by Bruce Eckel
// [temp.deduct.type]
// Make sure we treat in the construct TT as any type containing T.
template class C