代码搜索:Vector

找到约 10,000 项符合「Vector」的源代码

代码结果 10,000
www.eeworm.com/read/209404/15220616

m l1.m

function X=L1(x,y,x1) % input x is a vector that contains a list of abscissas % y is a vector that cntains a list of ordinates % x1 is the number at where the interpolation is to be oba
www.eeworm.com/read/209404/15220622

m polyfitxy.m

function A=polyfitxy(x,y,m) %input x is a 1*N vector % y is a 1*N vector % m is the degree of the polynomial to be obtain %output A is the coeficient of the polynomial n=length(x); f=
www.eeworm.com/read/208576/15243731

h binarysearch.h

// Fig 20.2: BinarySearch.h // Class that contains a vector of random integers and a function // that uses binary search to find an integer. #include using std::vector; class BinarySe
www.eeworm.com/read/208297/15248738

html drv_grass.html

GRASS GRASS GRASS driver can read GRASS (version 6.0 and higher) vector maps. Each GRASS vector map is represented as one data
www.eeworm.com/read/206427/15295408

m odeeuler.m

function [t,y] = odeEuler(diffeq,tn,h,y0) % odeEuler Euler's method for integration of a single, first order ODE % % Synopsis: [t,y] = odeEuler(diffeq,tn,h,y0) % % Input: diffeq = (string
www.eeworm.com/read/169775/5410211

c excarchlib.c

/* excArchLib.c - architecture-specific exception-handling facilities */ /* Copyright 1984-2001 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* modification history -------------------- 01
www.eeworm.com/read/169491/5420599

cpp servo.cpp

/* -*- indent-tabs-mode:T; c-basic-offset:8; tab-width:8; -*- vi: set ts=8: * $Id: Servo.cpp,v 2.0 2002/09/22 02:07:31 tramm Exp $ * * (c) Aaron Kahn * (c) Trammell Hudson * * This file contains
www.eeworm.com/read/169491/5420644

h quat.h

/* -*- indent-tabs-mode:T; c-basic-offset:8; tab-width:8; -*- vi: set ts=8: * $Id: Quat.h,v 2.0 2002/09/22 02:07:32 tramm Exp $ * * (c) Aaron Kahn * (c) Trammell Hudson * * Vector rotation code
www.eeworm.com/read/169491/5420657

h old-vect.h

/* -*- indent-tabs-mode:T; c-basic-offset:8; tab-width:8; -*- vi: set ts=8: * $Id: old-vect.h,v 2.0 2002/09/22 02:07:32 tramm Exp $ * * Vector manipulation routines * * Author: Aaron Kahn, Suresh
www.eeworm.com/read/169491/5420658

cpp old-vect.cpp

/* -*- indent-tabs-mode:T; c-basic-offset:8; tab-width:8; -*- vi: set ts=8: * $Id: old-vect.cpp,v 2.0 2002/09/22 02:07:32 tramm Exp $ * * Vector manipulation routines * * Author: Aaron Kahn, Sure