代码搜索:containing
找到约 10,000 项符合「containing」的源代码
代码结果 10,000
www.eeworm.com/read/196069/8116762
m casfiltr.m
function y = casfiltr(b0,B,A,x);
% CASCADE form realization of IIR and FIR filters
% -----------------------------------------------
% y = casfiltr(b0,B,A,x);
% y = output sequence
% b0 = gain c
www.eeworm.com/read/396136/8124449
html nested-functions.html
Using the GNU Compiler Collection (GCC)
www.eeworm.com/read/333722/12663272
cmd testboard.cmd
*---------------------------------------------------------------
* S+core IDE Command File
*
* Note: Comment line start with '*'(in the first char)
* No
www.eeworm.com/read/246642/12716029
txt test.txt
Password for test.p12 is:
jPdfSign
The containing certificate should only be used for testing purposes.
www.eeworm.com/read/331961/12793996
m ex9101.m
%----------------------------------------------------------------------------
% Example 9.10.1
% three-dimensional analysis of a cube
www.eeworm.com/read/331961/12794411
m ex982.m
%----------------------------------------------------------------------------
% Example 9.8.2
% plane stress analysis of a cantilever
www.eeworm.com/read/144399/12796911
m plotdata.m
function plotData(fname)
% plotData Plot (x,y) data from columns of an external file
%
% Synopsis: plotData(fname)
%
% Input: fname = (string) name, including extension, of the
%
www.eeworm.com/read/244076/12892357
m fil.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
%
% Updated to use MATLAB's built in filter rou
www.eeworm.com/read/243742/12920261
m timestring.m
function s = timestring
%% TIMESTRING returns a string containing the current YMDHMS date.
%
% Modified:
%
% 07 August 2003
%
% Author:
%
% John Burkardt
%
% Parameters:
%
% Output, strin