代码搜索:模版匹配

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

代码结果 3,092
www.eeworm.com/read/233741/14141445

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/221205/14753894

ksh cm_cfg_0007.ksh

#!/bin/ksh #(@) 紧急类型的配置文件下载与格式转换 # 本程序调用不需要参数 # 功能 查询字典中的字段含义(完全匹配) # 用法: seek 单词(中文或英文) # 返回 0 -- 单词在数据字典中找到 其他 -- 错误 function seek { if [[ ${#1} = 0 ]] then echo 用法: seek 中文或英文 return 1 f
www.eeworm.com/read/115042/15028670

h jishuqi.h

#ifndef JISHUQI_H #define JISHUQI_H #include "stdafx.h" #include "Header.h" #define R_OK 0 //表达式完全正确! #define Error1 1 //括号不匹配,请重新输入表达式! #define Error2 2 //你的表达式不连续,中间有空格。请重
www.eeworm.com/read/8094/141676

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/17655/751341

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/26219/955882

c 写高速暂存器程序.c

//********ds18b20_write_scratchpad()写高速暂存器****** void ds18b20_write_scratchpad(unsigned char DTNO) { ds18b20_rom_match(DTNO); //向总线发送匹配ROM指令,使编号为DTNO的器件处于选中状态 ds18b20_write_byte(0x4E
www.eeworm.com/read/482004/1291589

properties message.properties

errors.required={0}不能为空 errors.validwhen={0}不匹配 errors.minlength={0} 不能少于 {1} 个字符. errors.maxlength={0} 不能多于 {1} 个字符. errors.range={0} 必须在 {1} 和 {2}之间. errors.email={0} 不是一个有效的 e-mail 地址. erro
www.eeworm.com/read/469247/1481940

m kuhn_munkres.m

clear all %图论最优匹配问题Kuhn-Munkres算法 n=4; A=[4,5,5,1; 2,2,4,6; 4,2,3,3; 5,0,2,1]; %标记 for i=1:n L(i,1)=0; L(i,2)=0; end for i=1:n for j=1:n if L(i,1)
www.eeworm.com/read/409776/2229488

properties message.properties

errors.required={0}不能为空 errors.validwhen={0}不匹配 errors.minlength={0} 不能少于 {1} 个字符. errors.maxlength={0} 不能多于 {1} 个字符. errors.range={0} 必须在 {1} 和 {2}之间. errors.email={0} 不是一个有效的 e-mail 地址. erro
www.eeworm.com/read/475754/6777512

txt 7-6.txt