代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/159372/5584482
java autocompleteservlet.java
/*
* AutoCompleteServlet.java
*
* Created on June 20, 2005, 7:24 PM
*/
package ajaxbook.chap4;
import java.io.*;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
im
www.eeworm.com/read/154509/5637000
txt 算法 4.2.txt
算法 4.2
bool matching(char exp[] ) {
// 检验表达式中所含括弧是否正确嵌套,若是,则返回TRUE,否则返回FALSE.
// '#' 为表达式的结束符
int state = 1;
ch = *exp++;
while (ch != '#' && state) {
swi
www.eeworm.com/read/154509/5637243
txt 算法 4.2.txt
算法 4.2
bool matching(char exp[] ) {
// 检验表达式中所含括弧是否正确嵌套,若是,则返回TRUE,否则返回FALSE.
// '#' 为表达式的结束符
int state = 1;
ch = *exp++;
while (ch != '#' && state) {
swi
www.eeworm.com/read/475207/6794089
m main.m
% main file
close all
clear all
% read Template image
im1=imread('face_eye.jpg');
%im1=imread('S.bmp');
%im1=imread('image1.jpg');
% read Traget Image
im2=imread('ey_1.jpg');
%im
www.eeworm.com/read/471480/6894533
rpt ff.rpt
Matching checksums...
Calculated checksum = 0462
File's checksum = 0462
CheckSum is Valid
Erasing device number 1
Programming device number 1
Reading device number 1
www.eeworm.com/read/192997/8258633
prs mozdex.prs
l (out of
+ 8
g FOUND
u total matching documents)
l Internet Links:
l
l
g TITLE
u
c
l
+ 4
g TEXT
u
c
p
j 5
www.eeworm.com/read/293393/8296011
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// Easy Pattern Matching.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#inc
www.eeworm.com/read/367613/9739674
txt 文本文档.txt
自己编写的一个简单的matlab程序,实现图像直方图的均衡化及规定化处理.digital image processing--histogram processing, histogram equalization,histogram matching (specification).
www.eeworm.com/read/171341/9760956
h encoderconf.h
/*! \file encoderconf.h \brief Quadrature Encoder driver configuration. */
//*****************************************************************************
//
// File Name : 'encoderconf.h'
// Titl