代码搜索:containing
找到约 10,000 项符合「containing」的源代码
代码结果 10,000
www.eeworm.com/read/170176/9815271
txt readme.txt
hex2dual.c ......... C source code for a program to convert a Intel hex file into a text file
containing binary entries, 8 bit per line.
keil.dua ........... Converted output file
www.eeworm.com/read/365849/9844391
m eval.m
function v=eval(obj,varargin)
% Method for evaluating a linear expression contained in a xlinear object.
%
% Syntax: (* = optional)
%
% v = eval(model, x*, t*, u*, w*);
%
% In arguments:
%
%
www.eeworm.com/read/365849/9844689
m danl.m
function obj = pfsys(varargin)
% Constructor for the DANL (Discrete Additive Non-Linear) model
%
% x(t+T) = f(x,t) + gu(x,t)*u(t) + gw(x,t)*w(t)
% y(t) = h(x,t) + hu(x,t)*u(t) + e(t)
%
% Synta
www.eeworm.com/read/365849/9844716
m f_general.m
function v=f_general(obj,x,t,u,varargin)
% Calculates: f(x,t) + gu(x,t)*u(t) + gw(x,t)*w(t)
%
% Syntax: (* = optional)
%
% x_new = f_general(model, x, t, u, w*);
%
% In arguments:
%
% 1. mode
www.eeworm.com/read/360770/10079109
m trifac.m
function [Q,Delta] = trifac (T)
%----------------------------------------------------------------------
% Usage: [Q,Delta] = trifac (T)
%
% Descripton: Factor an n by n tridiagonal coefficien
www.eeworm.com/read/360770/10079110
m convolve.m
function z = convolve (x,y)
%-----------------------------------------------------------------------
% Usage: z = convolve (x,y)
%
% Description: Compute the convolution of two discrete-time
www.eeworm.com/read/360770/10079155
m stiff.m
function [t,X,e,k] = stiff (x0,t0,t1,m,tol,q,f,fx,ft)
%----------------------------------------------------------------------
% Usage: [t,X,e,k] = stiff (x0,t0,t1,m,tol,q,f,fx,ft);
%
% Des
www.eeworm.com/read/360770/10079159
m rkf.m
function [t,X,e,k] = rkf (x0,t0,t1,m,tol,q,f)
%----------------------------------------------------------------------
% Usage: [t,X,e,k] = rkf (x0,t0,t1,m,tol,q,f);
%
% Description: Use the
www.eeworm.com/read/360770/10079182
m lms.m
function [theta,x,e] = lms (u,y,x,theta,mu,m)
%-----------------------------------------------------------------------
% Usage: [theta,x,e] = lms (u,y,x,theta,mu,m)
%
% Description: Use the
www.eeworm.com/read/360770/10079242
m bsext.m
function [t,X,e,k] = bsext (x0,t0,t1,m,tol,q,f)
%----------------------------------------------------------------------
% Usage: [t,X,e,k] = bsext (x0,t0,t1,m,tol,q,f);
%
% Description: Use