代码搜索:recognize
找到约 421 项符合「recognize」的源代码
代码结果 421
www.eeworm.com/read/416324/11032576
txt readme.txt
Face Recognition Library
========================
Advanced face recognition DLL using two functions : Train and Recognize. Uses neural net back propogation alogorithm with more AI tools added for
www.eeworm.com/read/450688/7477808
makefile
#
# Compiler specification
#
CC = cc
#
# C optimization, only one CFLAGS line should be uncommented
# The -Xcpluscomm flags is required for the SGI cc compiler to recognize the C++
# style comments
www.eeworm.com/read/295921/8134737
m face_recognition.m
%% Face recognition
% This algorithm uses the eigenface system (based on pricipal component
% analysis - PCA) to recognize faces. For more information on this method
% refer to http://cnx.org/conte
www.eeworm.com/read/195686/8135649
c to_frame.c
/*
* File: To_Frame.c
*
*
*
* --- THIS FILE GENERATED BY S-FUNCTION BUILDER: 3.0 ---
*
* This file is an S-function produced by the S-Function
* Builder which only recognize
www.eeworm.com/read/137869/13292895
makefile
#
# Compiler specification
#
CC = cc
#
# C optimization, only one CFLAGS line should be uncommented
# The -Xcpluscomm flags is required for the SGI cc compiler to recognize the C++
# style comments
www.eeworm.com/read/303314/13818492
c x.c
%{
/* Lex program to produce a program that capitalizes all reserved words
* outside of commnents in a C program */
#include
char c;
char expression[]="The Program is to recognize strings a
www.eeworm.com/read/303314/13818503
cc mylex.cc
/* Lex program to produce a program that capitalizes all reserved words
* outside of commnents in a C program */
#include
char c;
char expression[]="The Program is to recognize strings as
www.eeworm.com/read/101082/6243324
2a l32.2a
#print
Just as you can use abbreviations to specify a class of
filenames, you can use abbreviationss in the editor to recognize
strings in the substitute command. Unfortunately, the
characters used i
www.eeworm.com/read/364758/6447830
m face_recognition.m
%% Face recognition
% This algorithm uses the eigenface system (based on pricipal component
% analysis - PCA) to recognize faces. For more information on this method
% refer to http://cnx.org/conte
www.eeworm.com/read/193974/5137957
py pyclbr.py
"""Parse a Python file and retrieve classes and methods.
Parse enough of a Python file to recognize class and method
definitions and to find out the superclasses of a class.
The interface consists o