代码搜索:模版匹配
找到约 3,092 项符合「模版匹配」的源代码
代码结果 3,092
www.eeworm.com/read/131795/14127208
dat funtc141.dat
函数名称: findnext
函数原型: int findnext(struct ffblk *ptr)
函数功能: 寻找与fname相匹配的第一个文件名称
函数返回:
函数说明: ptr 保存要查找到的文件信息
所属文件:
www.eeworm.com/read/14686/402053
m dtw.m
function dist = dtw(t,r)
n = size(t,1);
m = size(r,1);
% 帧匹配距离矩阵
d = zeros(n,m);
for i = 1:n
for j = 1:m
d(i,j) = sum((t(i,:)-r(j,:)).^2);
end
end
% 累积距离矩阵
D = ones(n,m) * realmax;
www.eeworm.com/read/17655/751311
tdf pn_matched_filter.tdf
--本程序实现扩频序列匹配滤波器
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
USE IEEE.STD_LOGIC_SIGNED.ALL;
LIBRARY LPM;
USE LPM.LPM_COMPONENTS.ALL;
ENTITY pn_matched_filter IS
PO
www.eeworm.com/read/249482/4450812
dat funtc141.dat
函数名称: findnext
函数原型: int findnext(struct ffblk *ptr)
函数功能: 寻找与fname相匹配的第一个文件名称
函数返回:
函数说明: ptr 保存要查找到的文件信息
所属文件:
www.eeworm.com/read/195829/5107211
c 3.12.c
#include "seqstack1.h"
#include "stdio.h"
void BracketMatch(char *str);
void BracketMatch(char *str) /* str[]中为输入的字符串,利用堆栈技术来检查该字符串中的括号是否匹配*/
{
SeqStack S;
int i;
char ch;
InitSta
www.eeworm.com/read/187779/5215966
c timeout.c
/****************************************************************************
* File:TIMEOUT.C
* 功能:使用定时器0实现1秒定时,并打开IRQ中断,控制LED闪烁。
* 同时使用定时器1实现比较匹配输出。
* 说明:将跳线器JP8_LED4、JP8_LED3短接。
*********
www.eeworm.com/read/332113/3401455
c shellcode_match_string.c
/* shellcode_match_string.c
*
* 《网络渗透技术》演示程序
* 作者:san, alert7, eyas, watercloud
*
* 字串匹配查找socket的shellcode演示
*/
#define PROC_BEGIN __asm _emit 0x90 __asm _emit 0x90 __asm _emit 0x90 __asm _
www.eeworm.com/read/308347/3716832
c timeout.c
/****************************************************************************
* File:TIMEOUT.C
* 功能:使用定时器0实现1秒定时,并打开IRQ中断,控制LED闪烁。
* 同时使用定时器1实现比较匹配输出。
* 说明:将跳线器JP8_LED4、JP8_LED3短接。
*********
www.eeworm.com/read/303129/3815401
c 3.12.c
#include "seqstack1.h"
#include "stdio.h"
void BracketMatch(char *str);
void BracketMatch(char *str) /* str[]中为输入的字符串,利用堆栈技术来检查该字符串中的括号是否匹配*/
{
SeqStack S;
int i;
char ch;
InitSta
www.eeworm.com/read/298155/3874965
dat funtc141.dat
函数名称: findnext
函数原型: int findnext(struct ffblk *ptr)
函数功能: 寻找与fname相匹配的第一个文件名称
函数返回:
函数说明: ptr 保存要查找到的文件信息
所属文件: