代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/147529/5728777
m plot.m
%二维图(一元函数图)
%用法 plot(x,y,s) 其中x,y为向量,每一对分量代表一个数据点。
% s为表示颜色、连线和标记选择的字符串
%图形的线型,标记,颜色均可设定,常用有
% 颜色 | 线型 标记
% --------------------- -
www.eeworm.com/read/147529/5728897
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/141300/5770773
h dvec.h
#ifndef _DVEC_H
#define _DVEC_H
#include "complex.h"
#include "grid.h"
/* Dvec flags. */
enum dvec_flags {
VF_REAL = (1
www.eeworm.com/read/136827/5847117
c convolve.c
/*
********************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Ve
www.eeworm.com/read/136827/5847246
h copy.h
/**********************************************************************
** Copyright (C) 2000-2005 Trolltech AS and its licensors.
** All rights reserved.
**
** This file is part of the Qtopia Environ
www.eeworm.com/read/133885/5898938
java eventveci.java
/**
* A vector of events. Also encodes the appropriate EventDescI for this
* class.
*
* @author Waleed Kadous
* @version $Id: EventVecI.java,v 1.1.1.1 2002/06/28 07:36:16 waleed Exp $
*/
www.eeworm.com/read/133885/5898979
java classificationveci.java
package tclass;
import java.io.*;
/**
* A vector of classifications. Usually designed to be coindexed with a StreamVecI object.
*
* @author Waleed Kadous
* @version $Id: ClassificationVecI.
www.eeworm.com/read/133885/5898999
java eventvec.java
/**
* Default implementation of EventVec.
*
* For convenience, a description of the events (something
* implementing EventDescI), is included.
*
* @author Waleed Kadous
* @version $Id: Even
www.eeworm.com/read/131315/5934991
t c.t
.\" Copyright (c) 1983, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are per