代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/388600/2549249
sconstruct
from rsfproj import *
#######################################
# Sigsbee 2B velocity model construct #
#######################################
PRFX = 'sigsbee2b_'
SUFX = '.segy'
for c in ('mig
www.eeworm.com/read/370047/9621533
m nrbmak.m
function nurbs = nrbmak(coefs,knots)
%
% Function Name:
%
% nrbmak - Construct the NURBS structure given the control points
% and the knots.
%
% Calling Sequence:
%
% nurbs
www.eeworm.com/read/335332/12539568
java borrower.java
public class Borrower extends Person {
private Loan loan;
/** Construct a borrower with default properties */
public Borrower() {
super();
}
/** Create a borrower with specified name a
www.eeworm.com/read/235380/14072988
m nrbmak.m
function nurbs = nrbmak(coefs,knots)
%
% Function Name:
%
% nrbmak - Construct the NURBS structure given the control points
% and the knots.
%
% Calling Sequence:
%
% nurbs
www.eeworm.com/read/111603/15509356
m smosvctutor.m
function tutor = smosvctutor(arg)
% SMOSVCTUTOR
%
% Construct a tutor object for training support vector classifiers using the
% sequential minimal optimisation algorithm.
%
% Examples:
%
%
www.eeworm.com/read/38039/1093021
mnu constrpnt.mnu
CONST#POINT 构建点
#
Midpoint 中点
Construct the middle point between two points.
构建两点间的中点。
Projection 投影
Construct the projection of a point onto a plane or a line.
构建一点的投影到一平面或一直线上。
Intersect 求交
Constru
www.eeworm.com/read/38039/1093186
mnu constrcir.mnu
CONST#CIR 构建圆
#
Best#Fit 最佳拟合
Construct a circle best fit through several points.
通过几点构建一圆最佳拟合。
Projection 投影
Construct the projection of a circle onto a parallel plane.
构建圆的投影到一平行平面上。
Intersect 求交
www.eeworm.com/read/292010/8382987
h stringformatter.h
/*
File: StringFormatter.h
Contains: Utility class for formatting text to a buffer.
Construct object with a buffer, then call one
of many Put methods t
www.eeworm.com/read/190964/8435895
m xil_ycrcb2rgb_enablement.m
function keysEnablementsStruct = Xil_YCrCb2RGB_enablement(blockHandle, keysValuesStruct)
%intially, construct the return value (keysEnablementsStruct) with
%all controls enabled
keys = fieldnames(
www.eeworm.com/read/384400/8872105
h czip.h
//
// classes CZip and CUnzip
// usage :
// * construct a CZip/CUnzip object with an unzipped/zipped file name
// * use SwapSize on that object to build a zipp/unzipped file
//
// SwapSiz