代码搜索:containing
找到约 10,000 项符合「containing」的源代码
代码结果 10,000
www.eeworm.com/read/325790/13185205
m h_general.m
function v=h_general(obj,x,t,u,varargin)
% Calculates: h(x,t,u) + e(t)
%
% Syntax: (* = optional)
%
% y = h_general(model, x, t, u, e*);
%
% In arguments:
%
% 1. model
% Model object
% 2. x
www.eeworm.com/read/325790/13185224
m hgrade_general.m
function v=hgrade_general(obj,x,t,u,varargin)
% Calculates: grad_e[h(x,t) + hu(x,t)*u(t) + e(t)]
%
% Syntax: (* = optional)
%
% grad_e = hgrade_general(model, x, t, u, e*);
%
% In arguments:
%
www.eeworm.com/read/325790/13185239
m fgradw_general.m
function v=fgradw_general(obj,x,t,u,varargin)
% Calculates: grad_w[f(x,t) + gu(x,t)*u(t) + gw(x,t)*w(t)]
%
% Syntax: (* = optional)
%
% grad_w = fgradw_general(model, x, t, u, w*);
%
% In argum
www.eeworm.com/read/137229/13338859
m filold.m
function [out]=fil(in,f);
%
% Filters the data using a first order filter
%
% [out]=fil(in,f);
%
% f is a vector containing the filter constants
%
global stop;
[D L]=size(in);
out=in;
for i
www.eeworm.com/read/305390/13772283
m tpcoeff.m
function [A,B]=tpcoeff(X,Y,M)
%Input - X is a vector of equally spaced abscisssas in [-pi, pi]
% - Y is a vector of ordinates
% - M is the degree of the trigomometric poly
www.eeworm.com/read/130382/5958248
h pgpipsecah.h
/*____________________________________________________________________________
Copyright (C) 1998 Network Associates, Inc.
All rights reserved.
$Id: pgpIPsecAH.h,v 1.17 1999/03/20 04:52:09 dga
www.eeworm.com/read/130382/5958250
h pgpipsecesp.h
/*____________________________________________________________________________
Copyright (C) 1998 Network Associates, Inc.
All rights reserved.
$Id: pgpIPsecESP.h,v 1.20 1999/05/22 04:16:14 dg
www.eeworm.com/read/101135/6238024
2 unlink.2
UNLINK(2) Minix Programmer's Manual UNLINK(2)
NAME
unlink - remove directory entry
SYNOPSIS
#include
int unlink(const char *
www.eeworm.com/read/101135/6238876
2 unlink.2
.\" Copyright (c) 1980 Regents of the University of California.
.\" All rights reserved. The Berkeley software License Agreement
.\" specifies the terms and conditions for redistribution.
.\"
.\" @(#
www.eeworm.com/read/101135/6238894
2 rmdir.2
.\" Copyright (c) 1983 Regents of the University of California.
.\" All rights reserved. The Berkeley software License Agreement
.\" specifies the terms and conditions for redistribution.
.\"
.\" @(#