代码搜索:recognize

找到约 421 项符合「recognize」的源代码

代码结果 421
www.eeworm.com/read/458682/7291366

sh list-glob.sh

#!/bin/bash # list-glob.sh: Generating [list] in a for-loop, using "globbing" echo for file in * # ^ Bash performs filename expansion #+ on expressions that globbing recognize
www.eeworm.com/read/435150/7796300

cpp ex2_01.cpp

// Exercise 2.1 Calculate the area of a circle of given radius. // The value of pi is constant, and should not be changed within the program, // so we recognize this by declaring it as a const.
www.eeworm.com/read/339483/12230486

sh list-glob.sh

#!/bin/bash # list-glob.sh: Generating [list] in a for-loop, using "globbing" echo for file in * # ^ Bash performs filename expansion #+ on expressions that globbing recognize
www.eeworm.com/read/207217/15279451

cpp ex2_01.cpp

// Exercise 2.1 Calculate the area of a circle of given radius. // The value of pi is constant, and should not be changed within the program, // so we recognize this by declaring it as a const.
www.eeworm.com/read/147693/12538634

pl fig18_9.pl

% Figure 18.9 Attribute definitions and examples for learning to % recognize objects from their silhouettes (from Figure 18.8). attribute( size, [ small, large]). attribute( shape, [ long, co
www.eeworm.com/read/435094/7797365

m face_recognition.m

clear all; %% 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://c
www.eeworm.com/read/101082/6243326

2a l38.2a

#print Sometimes you want to recognize a string of characters only if they appear at the beginning of the line. The character '^' is used for this purpose. The command s/^ab/xy/ will change "ab" to
www.eeworm.com/read/353769/10418938

h error.h

#ifndef ERROR_H #define ERROR_H /* File */ #define ERR_FILE_READ -2 #define ERR_FILE_OPEN -3 /* File Format */ #define ERR_FF -20 #define ERR_FF_TRAINING_ENDTAG -21 #define ERR
www.eeworm.com/read/373556/9450763

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/279609/10410591

txt jjtree.txt

JJTree Examples A collection of simple JJTree input files intended to illustrate some of the basic ideas. All of them are based on a grammar to recognize arithmetic expressions built out of identifie