代码搜索:MATCHING

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

代码结果 3,451
www.eeworm.com/read/261198/11659825

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) % See ha
www.eeworm.com/read/258191/11878915

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 #inclu
www.eeworm.com/read/339483/12230505

sh bin-grep.sh

#!/bin/bash # bin-grep.sh: Locates matching strings in a binary file. # A "grep" replacement for binary files. # Similar effect to "grep -a" E_BADARGS=65 E_NOFILE=66 if [ $# -ne 2 ] then echo "Us
www.eeworm.com/read/233016/14173422

m thfig36.m

% thfig36: BP Thesis Figure 3.6 -- Dynamic Range, energy ratio = 1e2 % % Matching Pursuit behaves badly when the signal is made up % atoms within dynamic range % Basis Pursuit has handles dy
www.eeworm.com/read/233016/14173448

m thfig37.m

% thfig37: BP Thesis Figure 3.7 -- Dynamic Range, energy ratio = 1e4 % % Matching Pursuit behaves badly when the signal is made up % atoms within dynamic range % Basis Pursuit has handles dy
www.eeworm.com/read/127236/14366864

m regrfix.m

function [Xhat,Yhat] = RegrFix(X,Y,F,Wx,Wy) % [Xhat,Yhat] = RegrFix(X,Y,F,Wx,Wy) % % Function tries to fix missing values matching data against model. % % Input parameters: % - X: Data m
www.eeworm.com/read/227822/14411027

c path.c

/* Code to mangle pathnames into those matching a given prefix. eg. open("/lib/foo.so") => open("/usr/gnemul/i386-linux/lib/foo.so"); The assumption is that this area does not change. */ #inclu
www.eeworm.com/read/226560/14459653

cpp autoexcp.cpp

//: C07:Autoexcp.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // No matching conversions #inclu
www.eeworm.com/read/120923/14782728

cpp autoexcp.cpp

//: C01:Autoexcp.cpp // From "Thinking in C++, 2nd Edition, Volume 2" // by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc. // Available at www.BruceEckel.com. // No matching conversions //{
www.eeworm.com/read/117462/14919475

html library_9.html

The GNU C Library - Pattern Matching Go to the