代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/268659/11126116
c ex6-5.c
/* ex6-5.C - 绘图型 LCD 数字时钟 */
#include
#define TIMER0_COUNT 0xDC11 /* 10000h-((11,059,200/
(12*FREQ))-
www.eeworm.com/read/413307/11160041
m convolutionalcode_phase1.m
%%%%%%%%% ECE 8001 Fall Error Correction Coding Project (Phase 1) %%%%
%%%%%%%%% Author: Xin Li # 14005390 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%% xlm72@mizzou.edu %%%%%%%%%
www.eeworm.com/read/135580/13919989
cxx forms_fselect.cxx
//
// "$Id: forms_fselect.cxx,v 1.1.1.1 2003/08/07 21:18:41 jasonk Exp $"
//
// Forms file selection routines for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-1999 by Bill Spitzak and others.
www.eeworm.com/read/135055/13965623
cpp finddialog.cpp
/***************************************************************************
finddialog.cpp
-------------------
begin : W
www.eeworm.com/read/133627/14033022
clw imagesyszlf01.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CImageSysZLF01View
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include
www.eeworm.com/read/200999/15418470
m dsss.m
% Lab 06
% WiCom_3
% By Kashif Shahzad
% 01-ET-31
% 3rd July 2004
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Direct Sequence Spread Spectrum
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clc
clear
%
www.eeworm.com/read/109309/15559519
h gost_t.h
/*
* $Id: gost_t.h,v 1.1.1.1 2002/03/28 00:03:01 andrew_belov Exp $
* ---------------------------------------------------------------------------
* This file contains declarations of GOST seed/patt
www.eeworm.com/read/109296/15559771
h gost_t.h
/*
* $Id: gost_t.h,v 1.1.1.1 2002/03/28 00:03:01 andrew_belov Exp $
* ---------------------------------------------------------------------------
* This file contains declarations of GOST seed/patt
www.eeworm.com/read/105882/15656125
c pcre-module.c
#include
#include
#include
SLANG_MODULE(pcre);
static int PCRE_Type_Id;
typedef struct
{
pcre *p;
pcre_extra *extra;
int *ovector;
unsigned int ovector_len;
www.eeworm.com/read/105663/15661855
h log.h
#ifndef LOG_DOT_H
#define LOG_DOT_H
void camserv_log( const char *module, const char *pattern, ... )
#ifdef __GNUC__
__attribute__ ((format( printf, 2, 3)));
#else
;
#endif
#endif