代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/196814/8058826
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/196406/8093713
h cga.h
#ifndef CGA_H
#define CGA_H
//------------------------------------------------------------------------
//
// Name: Cga.h
//
// Author: Mat Buckland 2002
//
// Desc: The evolutionary algori
www.eeworm.com/read/145478/12720938
c convolve.c
/*
********************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Ve
www.eeworm.com/read/331961/12793914
m ex1291.m
%----------------------------------------------------------------------------
% Example 12.9.1
% to solve the ordinary differential equa
www.eeworm.com/read/331961/12794095
m ex351.m
%----------------------------------------------------------------------------
% EX3.5.1
% to solve the ordinary differential equation gi
www.eeworm.com/read/331961/12794128
m ex892.m
%----------------------------------------------------------------------------%
% Example 8.9.2 %
% to solve a static beam deflection usin
www.eeworm.com/read/331961/12794148
m ex891.m
%----------------------------------------------------------------------------%
% Example 8.9.1 %
% to solve a static beam deflection usin
www.eeworm.com/read/331961/12794316
m ex352.m
%----------------------------------------------------------------------------
% EX3.5.2
% to solve the ordinary differential equation gi
www.eeworm.com/read/144399/12797244
m myarrow3.m
function myArrow3(x,y,z,u,v,w,headStyle,sf,c,axlim)
% myArrow3 Draw 3D arrows with filled head. Size and color of
% arrowhead can be specified
%
% Synopsis: myArrow3(x,y,z,u,v,w)
%