代码搜索:corresponding

找到约 4,250 项符合「corresponding」的源代码

代码结果 4,250
www.eeworm.com/read/255967/7098223

m addtag.m

%ADDTAG add a tag to an object % % ADDTAG(OBJ_HANDLE,STR) % % Adds the tag STR to the object referrenced by OBJ_HANDLE % When OBJ_HANDLE is an array of handles, STR is added to all corresponding % o
www.eeworm.com/read/457466/7325244

txt mime_types.txt

# mime_types.txt # # A list of file extensions followed by the corresponding MIME type. # Extensions not found in the table are returned as text/plain. a application/octet-stream aab application/x-au
www.eeworm.com/read/452646/7436651

m wgsxyz2lla.m

% Function [lat, lon, alt] = wgsxyz2lla(xyz) transforms the % 3 x 1 vector xyz representing a point in WGS84 xyz coordinates % into its corresponding latitude (degrees), longitude (degrees), % and
www.eeworm.com/read/451487/7462825

m rx_gen_chan_amps.m

% Channel amplitudes corresponding to bits for Viterbi decoding function channel_amps = rx_gen_chan_amps(data_len, channel_est, SimulationParameters) global SimulationConstants; bits_per_subc
www.eeworm.com/read/299955/7818714

m rx_gen_chan_amps.m

% Channel amplitudes corresponding to bits for Viterbi decoding function channel_amps = rx_gen_chan_amps(data_len, channel_est, SimulationParameters) global SimulationConstants; bits_per_subc
www.eeworm.com/read/399777/7837530

c main.c

/* Example 5b This example shows what the corresponding node to Example 5A should look like. When the switch is pressed, it will ask Node 0 for the engine speed. If it receives the engine sp
www.eeworm.com/read/197958/7960644

m definev.m

function [v,dv]= definev(g,x,l,u); %DEFINEV Scaling vector and derivative % % [v,dv]= DEFINEV(g,x,l,u) returns v, distances to the % bounds corresponding to the sign of the gradient g, where %
www.eeworm.com/read/196814/8058676

m definev.m

function [v,dv]= definev(g,x,l,u); %DEFINEV Scaling vector and derivative % % [v,dv]= DEFINEV(g,x,l,u) returns v, distances to the % bounds corresponding to the sign of the gradient g, where %
www.eeworm.com/read/245849/12777547

m l_merge.m

function wlog=l_merge(wlog,curves,varargin) % Function replaces the null values of one curve with the corresponding % samples of another % % Written by: E. R.: October 4, 2002 % Last updated: August
www.eeworm.com/read/245617/12788099

m func_invdwt.m

function im_rec = func_InvDWT(I_W, S, type, level); % % Inverse wavelet decomposition % % input: I_W : decomposed image vector % S : corresponding bookkeeping matrix % typ