代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/148257/12479812
m nulbasis.m
function N = nulbasis(A)
% NULBASIS(A) is a matrix whose columns form a basis
% for the null space of A. The basis is obtained from
% the reduced row echelon form of A.
[R,jp] = rref(A);
[m,n] =
www.eeworm.com/read/235380/14072952
m nrbrevolve.m
function surf = nrbrevolve(curve,pnt,vec,theta)
%
% Function Name:
%
% nrbrevolve - Construct a NURBS surface by revolving a NURBS curve.
%
% Calling Sequence:
%
% srf = nrbrevolve(crv
www.eeworm.com/read/188848/8510935
m c_svcdemo.m
% ------- OSU C-SVM CLASSIFIER TOOLBOX Demonstrations---
%
% 1) Construct a linear SVM Classifier and test it
% 2) Construct a nonlinear SVM Classifier (polynomial kernel) and t
www.eeworm.com/read/188848/8510944
m u_svcdemo.m
% ------- OSU nu-SVM CLASSIFIER TOOLBOX Demonstrations---
%
% 1) Construct a linear SVM Classifier and test it
% 2) Construct a nonlinear SVM Classifier (polynomial kernel) and
www.eeworm.com/read/288262/8645806
java swingworker.java
import javax.swing.SwingUtilities;
/**
* This is the 3rd version of SwingWorker (also known as
* SwingWorker 3), an abstract class that you subclass to
* perform GUI-related work in a dedicated t
www.eeworm.com/read/431831/8651267
rpt clock.map.rpt
Analysis & Synthesis report for clock
Fri Jan 30 14:18:39 2009
Quartus II Version 7.2 Build 151 09/26/2007 SJ Full Version
---------------------
; Table of Contents ;
---------------------
www.eeworm.com/read/431202/8701155
java swingworker.java
import javax.swing.SwingUtilities;
/**
* This is the 3rd version of SwingWorker (also known as
* SwingWorker 3), an abstract class that you subclass to
* perform GUI-related work in a dedicated t
www.eeworm.com/read/386060/8766739
m hat.m
% Given a three dimensional vector v, construct the
% skew symmetric 3x3 "cross product" matrix.
function mat=hat(v)
mat=[0 -v(3) v(2)
v(3) 0 -v(1)
-v(2) v(1) 0];
% Check out the eigenv
www.eeworm.com/read/286180/8784160
m c_svcdemo.m
% ------- OSU C-SVM CLASSIFIER TOOLBOX Demonstrations---
%
% 1) Construct a linear SVM Classifier and test it
% 2) Construct a nonlinear SVM Classifier (polynomial kernel) and t
www.eeworm.com/read/286180/8784189
m u_svcdemo.m
% ------- OSU nu-SVM CLASSIFIER TOOLBOX Demonstrations---
%
% 1) Construct a linear SVM Classifier and test it
% 2) Construct a nonlinear SVM Classifier (polynomial kernel) and