代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/281694/9139768
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/281673/9142997
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/178378/9405022
cpp autoexcp.cpp
//: C23:Autoexcp.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// No matching conversions
#include
www.eeworm.com/read/175182/9555981
html library_9.html
The GNU C Library - Pattern Matching
Go to the
www.eeworm.com/read/165847/10049909
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/355030/10300641
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/418361/10951953
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/278605/7129914
er2 top_level.er2
Parsing...
.
Parsing file top_level.bl3 ...
Parsing file xplalib.xst ...
> WARNING 5615 Pin/Node 'CLK16' is not found in module but 'clk16' is found.
Enable case insensitive matching
www.eeworm.com/read/458682/7291375
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/443686/7628659
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