代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/137160/13342237
m prex_matchlab.m
%PREX_MATCHLAB PRTools example on K-MEANS clustering and matching labels
%
% Illustrates the use of K-MEANS clustering and the match of labels.
help prex_matchlab
echo on
rand('state',5); %
www.eeworm.com/read/136959/13352206
h phonetic.h
/*
** PHONETIC.H - Snippets header file for functions to perform
** phonetic string matching.
*/
#ifndef PHONETIC__H
#define PHONETIC__H
#include "sniptype.h"
/*
** File SOUNDEX.C
*/
www.eeworm.com/read/323119/13352544
inc ctype_innodb_like.inc
#
# Bug#11650: LIKE pattern matching using prefix index
# doesn't return correct result
#
--disable_warnings
#
# This query creates a column using
# character_set_connection and
# collation_connection
www.eeworm.com/read/314653/13562503
m prex_matchlab.m
%PREX_MATCHLAB PRTools example on K-MEANS clustering and matching labels
%
% Illustrates the use of K-MEANS clustering and the match of labels.
help prex_matchlab
echo on
rand('state',5); %
www.eeworm.com/read/305816/13760357
cpp test.cpp
// Artificial Intelligence: Sentence Matching
#include
#include "matcher.h"
using std::string;
using std::vector;
void get_distance();
void find_best_match();
template
www.eeworm.com/read/147766/5727540
c ip6t_hl.c
/*
* Hop Limit matching module
* Maciej Soltysiak
* Based on HW's ttl module
*
* This software is distributed under the terms GNU GPL
*/
#include
#inc
www.eeworm.com/read/144227/5751501
java regextest.java
/**
@version 1.01 2004-05-11
@author Cay Horstmann
*/
import java.util.*;
import java.util.regex.*;
/**
This program tests regular expression matching.
Enter a pattern and strings to mat
www.eeworm.com/read/136072/5874845
c regex.c
/* Extended regular expression matching and search library,
version 0.12.
(Implements POSIX draft P1003.2/D11.2, except for some of the
internationalization features.)
Copyright (C) 1993-1
www.eeworm.com/read/133066/5908311
java regextest.java
/**
@version 1.01 2004-05-11
@author Cay Horstmann
*/
import java.util.*;
import java.util.regex.*;
/**
This program tests regular expression matching.
Enter a pattern and strings to mat
www.eeworm.com/read/130240/5962818
java regextest.java
/**
@version 1.01 2004-05-11
@author Cay Horstmann
*/
import java.util.*;
import java.util.regex.*;
/**
This program tests regular expression matching.
Enter a pattern and strings to mat