代码搜索:construct

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

代码结果 6,584
www.eeworm.com/read/388600/2549246

sconstruct

from rsfproj import * ####################################### # Sigsbee 2A velocity model construct # ####################################### PRFX = 'sigsbee2a_' SUFX = '.sgy' for c in ('migr
www.eeworm.com/read/366702/2871614

c t114.c

// { dg-do assemble } // GROUPS passed niklas explicit-construct struct A { A(); }; struct B { B(A&); }; B b(A());
www.eeworm.com/read/352257/3095797

dash-b

# -*-perl-*- $description = "Test make -B (always remake) option.\n"; $details = "\ Construct a simple makefile that builds a targe
www.eeworm.com/read/370047/9621610

m nrbderiv.m

function dnurbs = nrbderiv(nurbs) % % Function Name: % % nrbderiv - Construct the first derivative representation of a % NURBS curve or surface. % % Calling Sequence: % %
www.eeworm.com/read/171938/9729233

java polyline.java

public class PolyLine { // Construct a polyline from an array of points public PolyLine(Point[] points) { if(points != null) // Make sure there is an array
www.eeworm.com/read/235380/14073028

m nrbderiv.m

function dnurbs = nrbderiv(nurbs) % % Function Name: % % nrbderiv - Construct the first derivative representation of a % NURBS curve or surface. % % Calling Sequence: % %
www.eeworm.com/read/366702/2866892

c rv-trivial-bug.c

// { dg-do "run" } // { dg-options "-std=c++0x" } // PR c++/33235 #include int move_construct = 0; int move_assign = 0; struct base2 { base2() {} base2(base2&&) {++move_construct;}
www.eeworm.com/read/374411/9407041

m resample.m

function p2 = resample(p,Np,ksType) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % resample(p,Np,KSType) -- construct a new estimate of the KDE p by sampling %
www.eeworm.com/read/166433/10021467

m drawroi.m

function [roiImg,roiBound,roiArea] = drawROI(in,inBound,inArea,noShow) % drawROI(grayLevelFingerprintImage,ROIboundMap,ROIareaMap,flagToDisableGUI) % construct a ROI rectangle for the input finger
www.eeworm.com/read/355956/10240909

m drawroi.m

function [roiImg,roiBound,roiArea] = drawROI(in,inBound,inArea,noShow) % drawROI(grayLevelFingerprintImage,ROIboundMap,ROIareaMap,flagToDisableGUI) % construct a ROI rectangle for the input finger