代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/136959/13351949
c xstrcmp.c
/*
** XSTRCMP.C - Simple string pattern matching functions using DOS
** wildcards ('?' & '*').
**
** Derived from code by Arjan Kentner (submitted by Steve Summit),
** modified by Bob
www.eeworm.com/read/307207/13726538
txt vba14-1.txt
Private Function FindLayer(strBrowseName As String) _
As ILayer
' Find the matching layer in the focus map.
' Return NOTHING if not found.
Dim lngIndex As Long
Dim pMxDocument As
www.eeworm.com/read/305816/13760348
txt @psc_readme_9017_3.txt
Title: [ Natural Language Processing: Sentence Matching Algorithm ]
Description: This is my own attempt to create a program that can match sentences by using the "edit distance" or "Levenshtein dist
www.eeworm.com/read/101135/6238095
9 awk.9
Command: awk - pattern matching language
Syntax: awk rules [file] ...
Flags: (none)
Examples: awk rules input # Process input according to rules
awk rules -
www.eeworm.com/read/402118/6285751
m eyematch2.m
function nframe=eyematch2(frame,thresh,template,template2);
% ----------- Template Matching --------------- %
% frame : Face including image
% thresh : Threshold for eye regi
www.eeworm.com/read/494568/6377818
m facematch2.m
function nframe=eyematch2(frame,thresh,template,template2);
% ----------- Template Matching --------------- %
% frame : Face including image
% thresh : Threshold for eye regi
www.eeworm.com/read/158370/11622806
cpp 13iv.cpp
// Find () A binary search of an array. Returns the index of the
// cell matching the search name.
// IN: name is a string to be found
// array is a string array to be searched (contains >1
www.eeworm.com/read/257016/11959948
txt vba14-1.txt
Private Function FindLayer(strBrowseName As String) _
As ILayer
' Find the matching layer in the focus map.
' Return NOTHING if not found.
Dim lngIndex As Long
Dim pMxDocument As
www.eeworm.com/read/148707/12436628
cpp 13iv.cpp
// Find () A binary search of an array. Returns the index of the
// cell matching the search name.
// IN: name is a string to be found
// array is a string array to be searched (contains >1
www.eeworm.com/read/119473/14829518
asm infix2.asm
; INFIX.ASM
;
; A simple program which demonstrates the pattern matching routines in the
; UCR library. This program accepts an arithmetic expression on the command
; line (no interleaving spaces