代码搜索:instead

找到约 6,048 项符合「instead」的源代码

代码结果 6,048
www.eeworm.com/read/215497/15059465

m factorize.m

function Factors = factorize(polyn) format long; Factors = []; % Use threshold of 1e-8 instead of 0 to account for % precision effects THRESH = 1e-8; % proots = roots(polyn); % get the zeroes of
www.eeworm.com/read/215497/15059630

m factorize.m

function Factors = factorize(polyn) format long; Factors = []; % Use threshold of 1e-8 instead of 0 to account for % precision effects THRESH = 1e-8; % proots = roots(polyn); % get the zeroes of
www.eeworm.com/read/208657/15239709

m zerosplot.m

function zerosplot(indice) %TRANSMISSION ZEROS's plot % % % Massimo Davini 15/05/99 --- revised 30/05/99 % put delgraf instead of delete(findobj('tag','grafico')); % 25/may/02 Giampy global
www.eeworm.com/read/208657/15239710

m polesana.m

function polesana %POLES's ANALYSIS window % % % Massimo Davini 15/05/99 --- revised 28/09/99 % put delgraf instead of delete(findobj('tag','grafico')); % 25/may/02 Giampy global stack;
www.eeworm.com/read/208657/15239719

m singval.m

function singval %SINGULAR VALUES's window % % % Massimo Davini 15/05/99 --- revised 28/09/99 % put delgraf instead of delete(findobj('tag','grafico')); % 25/may/02 Giampy global stack;
www.eeworm.com/read/208657/15239720

m degreerel.m

function degreerel %RELATIVE DEGREE's window % % % Massimo Davini 22/05/99 --- revised 30/05/99 % put delgraf instead of delete(findobj('tag','grafico')); % 25/may/02 Giampy global stack;
www.eeworm.com/read/208657/15239723

m pzmaps.m

function pzmaps %POLES AND ZEROS's window % % % Massimo Davini 15/05/99 --- revised 28/09/99 % put delgraf instead of delete(findobj('tag','grafico')); % 25/may/02 Giampy global stack; %
www.eeworm.com/read/208657/15239725

m zerosana.m

function polesana %TRANSMISSION ZEROS's window % % % Massimo Davini 15/05/99 --- revised 28/09/99 % put delgraf instead of delete(findobj('tag','grafico')); % 25/may/02 Giampy global stack;
www.eeworm.com/read/207305/15275722

6 makefile.2.6

# Makefile for the Linux video drivers. # 5 Aug 1999, James Simmons, # Rewritten to use lists instead of if-statements. # Each configuration option enables a list o
www.eeworm.com/read/16502/674003

m isstr.m

%ISSTR True for character array (string). % ISSTR has been renamed to ISCHAR. ISSTR still works but may be % removed in the future. Use ISCHAR instead. % % See also ISCHAR, CHAR. % C