代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/149373/12384348
c matching.c
/*#############################################################################
* 文件名:matching.c
* 功能: 实现了指纹匹配算法
* modified by PRTsinghua@hotmail.com
#############################################
www.eeworm.com/read/212904/15145717
class matching.class
www.eeworm.com/read/212904/15145723
java matching.java
package toocom.matching;
import java.io.*;
import toocom.ocgl.*;
/**
* This class represent a matching of conceptual primitives.
*
* @author Fr閐閞ic F黵st
*/
public class Matching implem
www.eeworm.com/read/14730/404187
h matching.h
/*########################################################################
The contents of this file are subject to the Mozilla Public License
Version 1.0(the "License"); You may NOT use thi
www.eeworm.com/read/14730/404204
c matching.c
/*########################################################################
The contents of this file are subject to the Mozilla Public License
Version 1.0(the "License"); You may NOT use thi
www.eeworm.com/read/474289/1394654
h matching.h
/*#############################################################################
* 文件名:matching.h
* 功能: 实现了指纹匹配算法
* modified by PRTsinghua@hotmail.com
#############################################
www.eeworm.com/read/474289/1394667
c matching.c
/*#############################################################################
* 文件名:matching.c
* 功能: 实现了指纹匹配算法
* modified by PRTsinghua@hotmail.com
#############################################
www.eeworm.com/read/301939/3829998
h matching.h
/*########################################################################
The contents of this file are subject to the Mozilla Public License
Version 1.0(the "License"); You may NOT use thi
www.eeworm.com/read/301939/3830000
h matching.h
//#define NOISE_THICKNESS 15
float match1( int **minArr1, int minCount1, int **minArr2, int minCount2 );
float match3( int **minArr1, int minCount1, int **minArr2, int minCount2 );
float match2( in