代码搜索:模版匹配

找到约 3,092 项符合「模版匹配」的源代码

代码结果 3,092
www.eeworm.com/read/235539/14064799

cpp algo3-3.cpp

// algo3-3.cpp 括号(()、[]和{})匹配的检验 typedef char SElemType; #include"c1.h" #include"c3-1.h" #include"bo3-1.cpp" void check() { // 对于输入的任意一个字符串,检验括号是否配对 SqStack s; SElemType ch[80],
www.eeworm.com/read/106800/15621231

cpp algo3-3.cpp

// algo3-3.cpp 括号匹配的检验,(限于()、[]) typedef char SElemType; #include"c1.h" #include"c3-1.h" #include"bo3-1.cpp" void check() { // 对于输入的任意一个字符串,检验括号是否配对 SqStack s; SElemType ch[80],
www.eeworm.com/read/106800/15621448

c algo3-3.c

/* algo3-3.c 括号匹配的检验,(限于()、[]) */ typedef char SElemType; #include"c1.h" #include"c3-1.h" #include"bo3-1.c" void check() { /* 对于输入的任意一个字符串,检验括号是否配对 */ SqStack s; SElemType ch[80
www.eeworm.com/read/188087/8573114

txt readme.txt

Example: 编译:mpicc quick_sort.c –o quick 运行:可以使用命令 mpirun –np SIZE quick来运行该串匹配程序,其中SIZE是所使用的处理器个数。本实例中使用了SIZE=5个处理器。   mpirun –np 5 quick 运行结果: Input the Data Size :60   16065 26466 27012
www.eeworm.com/read/188087/8573648

txt readme.txt

编译:mpicc intersect.c –o intersect 运行:可以使用命令 mpirun –np SIZE intersect来运行该串匹配程序,其中SIZE是所使用的处理器个数,本实例中使用了SIZE=3个处理器。   mpirun –np 3 intersect 运行结果: 输入: please input first polygon please input the coun
www.eeworm.com/read/188087/8573664

txt readme.txt

Example: 编译:mpicc c.c –o convexity -lm 运行:可以使用命令 mpirun –np SIZE convexity来运行该串匹配程序,其中SIZE是所使用的处理器个数。本实例中使用了SIZE=4个处理器。   mpirun –np 4 convexity 运行结果: please input all the vertexes! first is number! p
www.eeworm.com/read/382950/8987249

h atmega128.h

#ifndef _ATMEGA128_H_ #define _ATMEGA128_H_ #include #include /*Function Declared*/ /*利用atmega128的8位定时器Timer0的输出比较匹配单元产生定时中断,程序中设定为200Hz(5ms)*/ void init_timer0(
www.eeworm.com/read/382343/9034518

m rmf_algorithm.m

%检验收匹配滤波器算法的正确性; clc; clear; h=[12 -8 45 -6 23 49]; x=[32 9 -13 -27 10 -3]; whole_sum=sum(h.*x); for i=1:length(h) if h(i)
www.eeworm.com/read/181930/9224878

txt readme.txt

Example: 编译:mpicc quick_sort.c –o quick 运行:可以使用命令 mpirun –np SIZE quick来运行该串匹配程序,其中SIZE是所使用的处理器个数。本实例中使用了SIZE=5个处理器。   mpirun –np 5 quick 运行结果: Input the Data Size :60   16065 26466 27012
www.eeworm.com/read/181930/9225197

txt readme.txt

编译:mpicc intersect.c –o intersect 运行:可以使用命令 mpirun –np SIZE intersect来运行该串匹配程序,其中SIZE是所使用的处理器个数,本实例中使用了SIZE=3个处理器。   mpirun –np 3 intersect 运行结果: 输入: please input first polygon please input the coun