代码搜索:Vector

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

代码结果 10,000
www.eeworm.com/read/162188/10327867

src vartype.src

/* ** vartype.src ** (C) Copyright 1988-1998 by Aptech Systems, Inc. ** All Rights Reserved. ** ** This Software Product is PROPRIETARY SOURCE CODE OF APTECH ** SYSTEMS, INC. This File Header
www.eeworm.com/read/425643/10342102

m tdma.m

function X = TDMA(A,D,C,B) % Tridiagonal Matrix Algorithm(三对角阵算法) % % Function: to solve the Tridiagonal system CX=B, where C is a Tridiagonal matrix % % Input - A is the subdiagonal of the
www.eeworm.com/read/425160/10376481

cpp vecprint.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/425160/10376540

cpp vecprintmain.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/425160/10376656

cpp vec_init.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/425160/10377309

cpp screentest.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/425160/10377490

cpp vec_assign.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/353896/10406621

m plot.m

%二维图(一元函数图) %用法 plot(x,y,s) 其中x,y为向量,每一对分量代表一个数据点。 % s为表示颜色、连线和标记选择的字符串 %图形的线型,标记,颜色均可设定,常用有 % 颜色 | 线型 标记 % --------------------- -
www.eeworm.com/read/353896/10407159

m interp1.m

function yi = interp1(varargin) % yi=interp1(x,y,xi)根据数据(x,y)给出在xi的线性插值结果yi. % yi=interp1(x,y,xi,'spline')使用三次样条插值. % yi=interp1(x,y,xi,'cubic')使用三次插值. % 例如 % clear;close;fplot('sin',[0,2*pi]);
www.eeworm.com/read/279380/10442818

m asol.m

function[V] = Asol(MTX,u,tol) % [V] = Asol(MTX,u,tol) % Calculates the 3D Dc res forward modeling matrix times a vector % it solves Av = u (in this notation) or v = A^-1*u % Copyright (c) 2007 b