代码搜索:recognize
找到约 421 项符合「recognize」的源代码
代码结果 421
www.eeworm.com/read/176287/9509631
java operateconst.java
package Action;
public final class OperateConst {
/*
* 数据库类型
*/
public static final String DBTYPE_SQLSERVER = "sqlServer";
public static final String DBTYPE_DB2 = "DB2";
public static
www.eeworm.com/read/457130/7333702
c main.c
//红外报警系统
#include
//#include "1602S51.H"
sbit Alarm_sound=P1^3; //蜂鸣器,低电平有效
sbit LED_Green=P2^5; //正常工作指示 --绿
sbit LED_Test=P2^6; //测试状态指示 --红
sbit Relay_Control
www.eeworm.com/read/347993/11619595
cpp xpath_syntax.cpp
/*
www.sourceforge.net/projects/tinyxpath_
Copyright (c) 2002-2004 Yves Berquin (yvesb@users.sourceforge.net)
This software is provided 'as-is', without any express or implied
warranty. In no_ e
www.eeworm.com/read/193974/5137951
py imghdr.py
"""Recognize image file formats based on their first few bytes."""
__all__ = ["what"]
#-------------------------#
# Recognize image headers #
#-------------------------#
def what(file, h=None):
www.eeworm.com/read/196269/8104566
m my_2dpca.m
function recognize = my_2dpca(path,persons,numface,numtrain,numpc)
% RECOGNIZE = MY_2DPCA(PATH,PERSONS,NUMFACE,NUMTRAIN,NUMPC)
% Recognize 正确识别率; path 存放人脸图像的路径;
% persons 类别数; numface 每个类别的样本数;nu
www.eeworm.com/read/471642/1426803
entries
/qreader_recognize.SIS/1.1/Tue Oct 25 06:14:52 2005/-kb/
/qreader_recognize.pkg/1.1/Tue Oct 25 06:14:52 2005//
D
www.eeworm.com/read/199323/7866578
m recognition_turn_24pskgopi_4ask.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% the main function is to generate the modulated signals and extract its
% features and then recognize the modulated type of the received signals by
www.eeworm.com/read/280172/10350715
c regx.c
/*
* These functions compile a regular expression into an NFA and recognize
* a pattern.
*
* Regular expressions are often used to describe a pattern that might
* match several different or
www.eeworm.com/read/494678/6359946
txt todo.txt
* spell check README
****************************
profile:
* add more chars that can recognize
****************************
in training dragging lines: see if can make the dragging less slug
www.eeworm.com/read/265153/11280710
c regx.c
/*
* These functions compile a regular expression into an NFA and recognize
* a pattern.
*
* Regular expressions are often used to describe a pattern that might
* match several different or