代码搜索:corresponding
找到约 4,250 项符合「corresponding」的源代码
代码结果 4,250
www.eeworm.com/read/257911/11907012
m haspqcap.m
function TorF = hasPQcap(gen, hilo)
%HASPQCAP Checks for P-Q capability curve constraints.
% TorF = hasPQcap(gen, hilo) returns a column vector of 1's and 0's. The 1's
% correspond to rows of the
www.eeworm.com/read/252197/12294206
m analytic.m
function z=analytic(x)
% z=analytic(x)
%ANALYTIC returns the analytic signal corresponding to signal x
%
z=hilbert(x);
www.eeworm.com/read/122845/14666153
txt ccc.txt
: In this section
you will hear short passages. At the
end of each 3 passage you will hear some questions. Both the passage
and the questions will be spoken only once. After you hear a questio
www.eeworm.com/read/122845/14666193
txt aaa.txt
: In this section
you will hear short passages. At the
end of each 3 passage you will hear some questions. Both the passage
and the questions will be spoken only once. After you hear a questio
www.eeworm.com/read/122845/14666199
txt 1.txt
Directions: In this section
you will hear short passages. At the
end of each 3 passage you will hear some questions. Both the passage
and the questions will be spoken only once. After you hear a
www.eeworm.com/read/216045/15028942
m analytic.m
function z=analytic(x)
% z=analytic(x)
%ANALYTIC returns the analytic signal corresponding to signal x
%
z=hilbert(x);
www.eeworm.com/read/215700/15052737
m maxeig.m
%MAXEIG Maximum eigenvalue and the corresponding eigenvector.
% [L, Q] = MAXEIG(A) returns the maximum eigenvalue L and the
% corresponding eigenvector Q of the square matrix A. Maximum is
% in the s
www.eeworm.com/read/210153/15205924
m analytic.m
function z=analytic(x)
% z=analytic(x)
%ANALYTIC returns the analytic signal corresponding to signal x
%
z=hilbert(x);
www.eeworm.com/read/209621/15216390
m analytic.m
function z=analytic(x)
% z=analytic(x)
%ANALYTIC returns the analytic signal corresponding to signal x
%
z=hilbert(x);
www.eeworm.com/read/169775/5410382
c fscanf.c
/* fscanf.c - scan a file. stdio.h */
/* Copyright 1992-1995 Wind River Systems, Inc. */
/*
modification history
--------------------
01d,24jan95,rhp doc: avoid 'L' in fscanf(), no long doubles