代码搜索:corresponding

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

代码结果 4,250
www.eeworm.com/read/138548/5815674

tmpl tb_cat_pings.tmpl

www.eeworm.com/read/101082/6252551

c udelta.c

/* udelta.c * comapare LEFT and RIGHT argument inventory files. Copy * any LEFT record which has no corresponding RIGHT record to stdout. * * Arguments- * Two inventory files included on comma
www.eeworm.com/read/257423/6356454

m c10ex16.m

% Implementation of the chirp-z transform of a pulse signal and % comparison with the corresponding results for the FFT - Example 10-16 % clf theta_0 = input('Enter starting point, theta_0, on unit ci
www.eeworm.com/read/491039/6439381

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/486092/6543322

inc qasm.inc

; ; qasm.inc ; ; Include file for asm routines. ; ; ; !!! note that this file must match the corresponding C structures at all ; times !!! ; ; set to 0 to skip all asm code id386 equ 1
www.eeworm.com/read/482678/6621145

txt emse_mricoordinates.txt

Hi Darren, So, to summarize, you have a point P(x,y,z) in head frame (the activation point on the cortical mesh) and you want to find the corresponding voxel in the vmi file. Symbolically you hav
www.eeworm.com/read/482678/6621213

txt mesh_emse_mricoordinates.txt

Hi Darren, So, to summarize, you have a point P(x,y,z) in head frame (the activation point on the cortical mesh) and you want to find the corresponding voxel in the vmi file. Symbolically you hav
www.eeworm.com/read/477110/6747862

m tr2angvec.m

%TR2ANGVEC Convert to angle/vector form % % [THETA V] = TR2ANGVEC(M) % % Returns a vector/angle representation of the pose corresponding to M, either a rotation % matrix or the rotation part of a hom
www.eeworm.com/read/263879/11338158

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/409205/11341488

m asinc.m

function y = asinc( x, L ) %ASINC compute sin(Lx/2)/sin(x/2) (for matrix x) %----- % Usage: y = asinc(x, L) % % x : argument of asinc function % L : length of corresponding rectangul