代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/428780/1954085
m demo_ocr.m
% DEMO_OCR Demo on Optical Character Recognition using SVM.
%
% Synopsis:
% demo_ocr;
%
% Description:
% For more information type 'help ocr'.
%
% About: Statistical Pattern Recognition Toolbox
%
www.eeworm.com/read/411674/11233898
m demo_ocr.m
% DEMO_OCR Demo on Optical Character Recognition using SVM.
%
% Synopsis:
% demo_ocr;
%
% Description:
% For more information type 'help ocr'.
%
% About: Statistical Pattern Recognition Toolbox
%
www.eeworm.com/read/288807/8606941
cpp patterns.cpp
#include "patterns.h"
void Patterns::add(Pattern pattern)
{
this->patterns.push_back(pattern);
}
Pattern Patterns::getPattern(int i)
{
return this->patterns[i];
}
void Patterns::displ
www.eeworm.com/read/288804/8607146
cpp patterns.cpp
#include "patterns.h"
void Patterns::add(Pattern pattern)
{
this->patterns.push_back(pattern);
}
Pattern Patterns::getPattern(int i)
{
return this->patterns[i];
}
void Patterns::displ
www.eeworm.com/read/466324/7033545
java exercise3_23.java
// Exercise3_23.java: Print a pattern
public class Exercise3_23 {
/** Print Pattern I */
public static void main(String[] args) {
for (int i = 1; i
www.eeworm.com/read/448389/7534082
cs bmsearcher.cs
using System;
using System.Collections;
namespace BMSearch
{
public class BMSearcher
{
protected BMHashTable PatternCharShifts; // Shift table for chars present in the pattern
private i
www.eeworm.com/read/322022/13390903
java emailaddressfinder.java
package com.ronsoft.books.nio.regex;
import java.util.regex.Pattern;
import java.util.regex.Matcher;
/**
* Validates email addresses.
*
* Regular expression found in the Regular Expression Librar
www.eeworm.com/read/137691/5820608
java patterncompiler.java
package org.apache.oro.text.regex;
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2000 The Apache Software Fou
www.eeworm.com/read/137691/5820615
java patternmatcher.java
package org.apache.oro.text.regex;
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2000 The Apache Software Fou