代码搜索:corresponding
找到约 4,250 项符合「corresponding」的源代码
代码结果 4,250
www.eeworm.com/read/476074/6773344
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/474431/6809245
h addrlist.h
/*
** Declarations for the address list module.
*/
/*
** Data characteristics
**
** Maximum lengths of the various data (includes space for the
** terminating NUL byte), and maximum number of
www.eeworm.com/read/473082/6855504
java tablepanel.java
/* TablePanel.java */
import java.awt.*;
import java.applet.*;
import java.io.*;
import java.util.*;
/**
* This class creates a panel with a table canvas and a vertical scrollbar
* to the east of
www.eeworm.com/read/193461/8225846
html stencilmask.html
NAME
glStencilMask - control the writing of individual bits in
the stencil planes
C SPECIFICATI
www.eeworm.com/read/193461/8226021
html indexmask.html
NAME
glIndexMask - control the writing of individual bits in the
color index buffers
C SPECIFIC
www.eeworm.com/read/393394/8290377
m cplxcomp.m
function I = cplxcomp(p1,p2)
% I = cplxcomp(p1,p2)
% Compares two complex pairs which contain the same scalar elements
% but (possibly) at differrent indices. This routine should be
% used aft
www.eeworm.com/read/393271/8298554
java ishape.java
import java.awt.Graphics2D;
import java.awt.event.MouseEvent;
/**
* All drawing shapes should implement this interface.
*
* @author hysun
*/
public interface IShape {
/** Cor
www.eeworm.com/read/393042/8314402
m distance.m
function d = distance(inputcities)
% DISTANCE
% d = DISTANCE(inputcities) calculates the distance between n cities as
% required in a Traveling Salesman Problem. The input argument has two rows
%
www.eeworm.com/read/292924/8323299
m cp0602_thr_db_vectors.m
%
% FUNCTION 6.5 : "cp0602_thr_dB_vectors"
%
% Evaluates the bandwidth of the input 'PSD' with values in
% the frequency range given by the frequency vector 'f'.
% bandwidth is evaluated accordin
www.eeworm.com/read/173140/9670783
m analytic.m
function z=analytic(x)
% z=analytic(x)
%ANALYTIC Returns the analytic signal corresponding to signal x.
%
z=hilbert(x);