代码搜索:corresponding
找到约 4,250 项符合「corresponding」的源代码
代码结果 4,250
www.eeworm.com/read/434208/7882511
html comparetopreviousyeardemo.html
CompareToPreviousYearDemo
This time series chart compares figures for 2007 with the corresponding figures
for the previous year. The chart used a hidden secondary axis.
www.eeworm.com/read/198623/7920882
s switch.s
/ switch -- switch on contents of r0
/
/
/ calling sequence --
/
/ jsr r5,switch; swtab
/
/ r0 is looked up in swtab and if found
/ control is returned to the corresponding place
/ if r0 is not foun
www.eeworm.com/read/298757/7938679
m pearson_score.m
function [phi, phi2]=pearson_score(x,b);
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% PEARSON_SCORE - Calculates the score function and its derivative
% for a dis
www.eeworm.com/read/297374/8026600
m mmv2struct.m
function varargout=mmv2struct(varargin)
%MMV2STRUCT Pack/Unpack Variables to/from a Scalar Structure. (MM)
% MMV2STRUCT(X,Y,Z,...) returns a structure having fields X,Y,Z,...
% containing the corre
www.eeworm.com/read/141278/13025875
txt about.txt
So calling a DLL from C isn't the easiest possible thing to do, which is
why lots of DLLs come with static libraries to call the DLLs for you.
That's what this is.
Just include FFTLib.h in your
www.eeworm.com/read/241791/13120169
m demodulate256.m
function y = demodulate256(x,s256,c256);
% function y = demodulate(x, b, e, s2,s4,s16,s64,s256, c2,c4,c16,c64,c256);
%
% Finds minimum distance estimate of each received signal and returns the
% corre
www.eeworm.com/read/241791/13120170
m modulate256.m
function y = modulate256(x,s256)
% function y = modulate(x,b,e, s2,s4,s16,s64,s256)
%
% y - modulated output, in the form of a row vector
% x - a vector of input bits, for all the subcarriers (r
www.eeworm.com/read/326166/13159700
m mmv2struct.m
function varargout=mmv2struct(varargin)
%MMV2STRUCT Pack/Unpack Variables to/from a Scalar Structure. (MM)
% MMV2STRUCT(X,Y,Z,...) returns a structure having fields X,Y,Z,...
% containing the corre
www.eeworm.com/read/137160/13342161
m getdata.m
%GETDATA Get data of dataset
%
% [DATA,NLAB,IDENT] = GETDATA(A,CLASSES)
%
% Returns the data as stored in A.DATA. If the index vector CLASSES is
% given just the data of the objects (rows of A.DATA
www.eeworm.com/read/136932/13354021
c funqep.c
/****************************************************************
* funqep.c See funlib.h for instuctions *
* Don Luebbe about using this file. *
* 10/12/02