代码搜索:constructs
找到约 1,240 项符合「constructs」的源代码
代码结果 1,240
www.eeworm.com/read/366144/9828015
m gmmouse.m
function brep = gmmouse
% GMMOUSE: construct a brep from user-clicked in a graphics panel
% brep = gmmouse
% Constructs a 2D brep by letting the user click points in the
% drawing window that define
www.eeworm.com/read/362500/9995850
m plsrsgcv.m
function coeff = plsrsgcv(data,lv,cvit,cvnum,out)
%PLSRSGCV Generates PLS models for MSPC with cross-validation
% This function constructs a matrix of PLS models that
% can be used like a PCA mod
www.eeworm.com/read/458493/7295516
m contents.m
% NMM toolbox: routines for demonstration of programming constructs
%
% addmult Compute sum and product of two matrices
% binSearch.c C source code for binSearch.mex --- see also binSearch.m
www.eeworm.com/read/458488/7295941
m contents.m
% NMM toolbox: routines for demonstration of programming constructs
%
% addmult Compute sum and product of two matrices
% binSearch.c C source code for binSearch.mex --- see also binSearch.m
www.eeworm.com/read/449504/7502896
m make_neighborsw.m
function W = make_neighborsw(xc,yc,m)
% PURPOSE: constructs a row-stochastic nearest neighbor spatial weight matrix
% asymmetric, but row-sums are unity, based on m neighbors
% --------------
www.eeworm.com/read/449504/7502905
m make_nnw.m
function W = make_nnw(xc,yc,m,order)
% PURPOSE: finds the n nearest neighbors and constructs a spatial weight matrix
% based on this # of neighbors, normalized to have row-sums of unity
% --
www.eeworm.com/read/144399/12796884
m contents.m
% NMM toolbox: routines for demonstration of programming constructs
%
% addmult Compute sum and product of two matrices
% binSearch.c C source code for binSearch.mex --- see also binSearch.m
www.eeworm.com/read/151249/5684558
h sourceline.h
#ifndef CPPUNIT_SOURCELINE_H
#define CPPUNIT_SOURCELINE_H
#include
#include
/*! \brief Constructs a SourceLine object initialized with the location where the macro i
www.eeworm.com/read/147766/5723225
s thunk.s
/*
* Save registers before calling assembly functions. This avoids
* disturbance of register allocation in some inline assembly constructs.
* Copyright 2001,2002 by Andi Kleen, SuSE Labs.
* S