代码搜索:corresponding

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

代码结果 4,250
www.eeworm.com/read/109010/6180895

jsp testall.jsp

In the right column you can find some basic examples, while in the left column you find the corresponding output result.
www.eeworm.com/read/101082/6240523

c ttyslot.c

#ifndef lint static char *sccsid = "@(#)ttyslot.c 4.1 (ULTRIX) 7/3/90"; #endif lint /* @(#)ttyslot.c 4.4 (Berkeley) 1/30/85 */ /* * Return the number of the slot in the utmp file * corresponding t
www.eeworm.com/read/101082/6251251

c paste.c

static char *sccsid = "@(#)paste.c 4.1 (ULTRIX) 7/17/90"; # /* paste: concatenate corresponding lines of each file in parallel. Release 1.4 */ /* (-s option: serial concatenation like old (127's) past
www.eeworm.com/read/484061/6590029

cpp matrix.cpp

// ENERGY211/CME211 // // matrix.cpp - Implementation file for Project 1 // #include "matrix.h" // Must include corresponding header file #include "vector.h" #include // Need this to use
www.eeworm.com/read/484061/6590044

cpp matrix.cpp

// ENERGY211/CME211 // // matrix.cpp - Implementation file for Project 2 // #include "matrix.h" // Must include corresponding header file #include "vector.h" #include // Need this to use
www.eeworm.com/read/483253/6601708

m skew3d.m

function x=skew3d(y) %SKEW3D Convert between a 3-dimensional vector and the corresponding skew-symmetric matrix % If A and B are 3-dimensional vectors, the vector cross product is %
www.eeworm.com/read/407662/11412478

m detect.m

function bhat = detect(Ich, Qch, chGain) % 16-QAM detector % % Input: % I-channel & Q-channel data % % Output: % bhat = bits {0,1} corresponding to the QPSK symbols % Gray mapping % 0010
www.eeworm.com/read/402303/11538226

m tobdel.m

function b=tobdel(x) %function b=jacenc(x) % Usage: b=jacenc(x) % JPEG AC coefficient encoding routine % x: AC coefficient sequence % b: corresponding bit stream % copyright (c) 1997 by Yu Hen
www.eeworm.com/read/154843/11923325

m skew3d.m

function x=skew3d(y) %SKEW3D Convert between a 3-dimensional vector and the corresponding skew-symmetric matrix % If A and B are 3-dimensional vectors, the vector cross product is %
www.eeworm.com/read/151567/12200477

m globalridge.m

function [l, e, L, E] = globalRidge(H, Y, l, options, U) % [l, e, L, E] = globalRidge(H, Y, l, options, U) % % Calculates the best global ridge regression parameter (l) and % the corresponding predict