代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/173927/9629903
m ex351.m
%----------------------------------------------------------------------------
% EX3.5.1
% to solve the ordinary differential equation gi
www.eeworm.com/read/173927/9629914
m ex892.m
%----------------------------------------------------------------------------%
% Example 8.9.2 %
% to solve a static beam deflection usin
www.eeworm.com/read/173927/9629925
m ex891.m
%----------------------------------------------------------------------------%
% Example 8.9.1 %
% to solve a static beam deflection usin
www.eeworm.com/read/173927/9629966
m ex352.m
%----------------------------------------------------------------------------
% EX3.5.2
% to solve the ordinary differential equation gi
www.eeworm.com/read/173807/9634610
txt psvec.txt
!
! in your FDTD code. An example of such a call, as well as a list explaining
! the input variables is given below.
!
! ...........................................................
! The followin
www.eeworm.com/read/173383/9659800
h wolter.h
//---------------------------------------------------------------------------
#ifndef wolterH
#define wolterH
//---------------------------------------------------------------------------
#inc
www.eeworm.com/read/173383/9659874
h ellipsoid.h
#if !defined(__ellipsoid_h)
#define __ellipsoid_h
#include "vector.h"
#include "face.h"
class ellipsoid:public face {
private:
//-------------Difinition of ellipsoid-------------
//
www.eeworm.com/read/173383/9659914
h xafs.h
#if !defined(__xafs_h)
#define __xafs_h
#include "vector.h"
#include "face.h"
class xafs:public face {
private:
//-------------Difinition of xafs-------------
//
//--basic qu
www.eeworm.com/read/369152/9661551
m lmssca.m
function sca=LMSsca(X,loc,p)
%Syntax: sca=LMSsca(X,loc,p)
%___________________________
%
% Calculates the Least Median of Squares (LMS) scale parameter
% of the columns of a matrix X.
%
% sca
www.eeworm.com/read/369152/9661553
m lmspol.m
function [LMSout,blms,Rsq]=LMSpol(y,p,x)
%Syntax: [LMSout,blms,Rsq]=LMSpol(y,p,x)
%_______________________________________
%
% Calculates the Least Median of Squares (LMS) polynomial regression
%