代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/370047/9621516
m nrbextrude.m
function srf = nrbextrude(curve,vector)
%
% Function Name:
%
% nrbextrude - Construct a NURBS surface by extruding a NURBS curve.
%
% Calling Sequence:
%
% srf = nrbextrude(crv,vec);
%
www.eeworm.com/read/173823/9634048
java countingthread.java
// Chapter 7, Listing 7
public class CountingThread implements Runnable
{
Counter myCounter;
int countAmount;
// Construct a counting thread to use the specified counter
public Countin
www.eeworm.com/read/369165/9660580
java ipassignapp.java
package tsinghuaip;
import javax.swing.UIManager;
import java.awt.*;
public class IPAssignApp {
boolean packFrame = false;
//Construct the application
public IPAssignApp() {
www.eeworm.com/read/413489/11154157
m step11.m
% step11.m (combination)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% construct a distance matrix
% it's a triangle matrix to avoid repeated distance
% each element notes the distance between two centers
%
www.eeworm.com/read/413489/11154164
asv step11.asv
% step11.m (combination)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% construct a distance matrix
% it's a triangle matrix to avoid repeated distance
% each element notes the distance between two centers
%
www.eeworm.com/read/413479/11154366
m step11.m
% step11.m (combination)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% construct a distance matrix
% it's a triangle matrix to avoid repeated distance
% each element notes the distance between two centers
%
www.eeworm.com/read/235380/14072977
m nrbextrude.m
function srf = nrbextrude(curve,vector)
%
% Function Name:
%
% nrbextrude - Construct a NURBS surface by extruding a NURBS curve.
%
% Calling Sequence:
%
% srf = nrbextrude(crv,vec);
%
www.eeworm.com/read/113856/15446813
java ipassignapp.java
package tsinghuaip;
import javax.swing.UIManager;
import java.awt.*;
public class IPAssignApp {
boolean packFrame = false;
//Construct the application
public IPAssignApp() {
www.eeworm.com/read/38039/1092749
mnu pipegeom.mnu
CONNECT#TYPE 连结类型
Spline 样条
Construct pipe/curve using splines.
使用样条构建管道/曲线。
Single#Rad 单一半径
Construct pipe/curve using lines and arcs with a constant radius.
用固定半径的弧和直线构建管道/曲线。
Multiple#Rad 多重半径
Co