代码搜索:containing
找到约 10,000 项符合「containing」的源代码
代码结果 10,000
www.eeworm.com/read/396136/8124193
html characters-implementation.html
Using the GNU Compiler Collection (GCC)
www.eeworm.com/read/244076/12892201
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/142039/12968361
m median.m
function m = median(chr)
% STD - Median value
% For vectors, MEDINA(chr) returns the median of the members
% in the population. For matrices, MEDIAN(chr) is a column vector
% containing t
www.eeworm.com/read/142039/12968420
m mean.m
function me = mean(chr)
% STD - Average value
% For vectors, MEAN(chr) returns the mean value of the members
% in the population. For matrices, MEAN(chr) is a column vector
% containing t
www.eeworm.com/read/325790/13184707
txt props.txt
Help on properties of the inline/symbolic expression expression class (pfinline).
'expression'
The expression supplied by the user.
'str'
A string representing the expression.
'exprsize'
T
www.eeworm.com/read/325790/13184958
txt props.txt
Help on properties of the pfhandle expression class.
'expression'
A function handle representing the expression data.
'str'
A string representation of the expression.
'gradx'
Function hand
www.eeworm.com/read/325790/13185073
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/13185098
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/325790/13185160
m hgrade_general.m
function v=hgrade_general(obj,x,t,u,varargin)
% Calculates: grad_e[h(x,t,u,e)]
%
% Syntax: (* = optional)
%
% grad_e = hgrade_general(model, x, t, u, e*);
%
% In arguments:
%
% 1. model
% Mo
www.eeworm.com/read/325790/13185181
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