代码搜索:MATCHING

找到约 3,451 项符合「MATCHING」的源代码

代码结果 3,451
www.eeworm.com/read/153678/12013251

cpp autoexcp.cpp

//: C23:Autoexcp.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // No matching conversions
www.eeworm.com/read/233016/14173563

m mp_matrix.m

function coef = MP_Matrix(x, F, natom, frac) % MP_Matrix -- Matching Pursuit with direct matrix-on-vector operations % for any dictionary % Usage % coef = MP_Matrix(x, F[, natom, frac]) % Inpu
www.eeworm.com/read/128754/14279733

m ex9_7.m

% % In this example we plot the input matching network % gain circles. Constant gain circles are shown % for Gs ranging from -1dB to +2.6dB % % Copyright (c) 1999 by P.Bretchko and R.Lud
www.eeworm.com/read/223481/14639359

c ratedematch.c

/* RateDematch reverses the basic HSDPA Rate Matching algorithm The calling syntax is: y = RateDematch( x, X_i, e_ini, e_plus, e_minus ); y = depunctured output (length X_i)
www.eeworm.com/read/122684/14674982

cpp autoexcp.cpp

//: C23:Autoexcp.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // No matching conversions
www.eeworm.com/read/120309/14807565

htm chap34.htm

Intro to Algorithms: CHAPTER 34: STRING MATCHING
www.eeworm.com/read/118194/14882529

txt errors.txt

Courses.py:69: raise Error(999, "Oops", errmsg="""Non-matching form ID Courses.py:119: raise Error(404, "Path Not Found", errmsg="No course number") Courses.py:138:
www.eeworm.com/read/118194/14882728

txt errors.txt

Courses.py:69: raise Error(999, "Oops", errmsg="""Non-matching form ID Courses.py:119: raise Error(404, "Path Not Found", errmsg="No course number") Courses.py:138:
www.eeworm.com/read/217949/14942744

m ex9_7.m

% % In this example we plot the input matching network % gain circles. Constant gain circles are shown % for Gs ranging from -1dB to +2.6dB % % Copyright (c) 1999 by P.Bretchko and R.Lud
www.eeworm.com/read/13871/284482

m hash_del.m

function ndx = hash_del(key, fname) % HASH_DEL Remove all entries that match key from hashtable stored in a file % ndx = hash_del(key, fname) % % Returns indices of matching entries (if any) % S