代码搜索:construct

找到约 6,584 项符合「construct」的源代码

代码结果 6,584
www.eeworm.com/read/140697/13067115

m alg036.m

% BEZIER CURVE ALGORITHM 3.6 % % To construct the cubic Bezier curves C0, ..., Cn-1 in % parameter form, where Ci is represented by % % (xi(t),yi(t)) = ( a0(i) + a1(i)*t + a2(i)*t^2 + a3(i)
www.eeworm.com/read/134479/5892491

br fractal.br

// fractal.br // tests kernel splitting of an iterative construct kernel void mandelbrotIterate( float4 x, float4 y, float4 cx, float4 cy, out float4 outX, out float4 outY ) { outX =
www.eeworm.com/read/131315/5942535

c m_draft.c

/* m_draft.c - construct the draft name */ #ifndef lint static char ident[] = "@(#)$Id: m_draft.c,v 1.2 1992/12/15 00:20:22 jromine Exp $"; #endif /* lint */ #include "../h/mh.h" #include #
www.eeworm.com/read/403922/11499452

html phardata.buildfromdirectory.html

Construct a tar/zip archive from the files within a directory.
www.eeworm.com/read/403922/11504265

html phar.buildfromdirectory.html

Construct a phar archive from the files within a directory.
www.eeworm.com/read/10438/186511

xxtuple0

// xxtuple0 internal header // NOTE: no include guard #if _NARGS != 0 template explicit tuple(_FARG0_F0_REFREF) : _Impl(_F0_F1_FWD _C_TAIL(_Nil_obj)) { // construct from on
www.eeworm.com/read/474238/1395104

c smapmesh.c

/* smapmesh.c - construct a cube map from sphere map via warp mesh */ #include #include #include #include #include #if defined(GL_EXT_texture
www.eeworm.com/read/462666/1543844

c smapmesh.c

/* smapmesh.c - construct a cube map from sphere map via warp mesh */ #include #include #include #include #include #if defined(GL_EXT_texture
www.eeworm.com/read/209211/4981991

c list.c

#include #include #include #include #include #define Extern extern #include "acid.h" static List **tail; List* construct(Node *l) { List *lh, **save; sav
www.eeworm.com/read/311226/3687023

rq q-reif-1.rq

PREFIX rdf: CONSTRUCT { _:b0 rdf:subject ?s . _:b0 rdf:predicate ?p . _:b0 rdf:object ?o . } WHERE { ?s ?p ?o . }