代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/400645/11571030
cc vlastreams.cc
// This may look like C code, but it is really -*- C++ -*-
/*
************************************************************************
*
* Verify streams over matrices and vectors
*
*
* $Id:
www.eeworm.com/read/400645/11571031
cc vmatrix1.cc
// This may look like C code, but it is really -*- C++ -*-
/*
************************************************************************
*
* Verify less trivial Operations on Matrices
* (norms,
www.eeworm.com/read/348156/11609320
c glcd.c
#include
//#include
unsigned char data LCDCont = 0x00; //00100000, [CS1] [CS2] [write] [command]
unsigned char idata address;
//unsigned char code space= {0x0 , 0x0 , 0x0 , 0x
www.eeworm.com/read/157733/11667789
c lex-simple.c
/* Implementation of some simple, context-free lexers. */
/* Copyright (C) 1997 Andrew McCallum
Written by: Andrew Kachites McCallum
This file is part of the Bag-Of-Wor
www.eeworm.com/read/259006/11827474
v t_asic_with_tap.v
module t_ASIC_with_TAP (); // Testbench
parameter size = 4;
parameter BSC_Reg_size = 14;
parameter IR_Reg_size = 3;
parameter N_ASIC_Patterns = 8;
parameter N_TAP_Instruct
www.eeworm.com/read/259004/11827634
v t_image_converter_0.v
module t_Image_Converter_0 ();
wire [1: 8] HTPV_Row_1, HTPV_Row_2, HTPV_Row_3;
wire [1: 8] HTPV_Row_4, HTPV_Row_5, HTPV_Row_6;
reg [7: 0] pixel_1, pixel_2, pixel_3, pixel_4,
www.eeworm.com/read/259004/11827649
v t_image_converter_baseline.v
module t_Image_Converter_Baseline();
wire [1: 8] HTPV_Row_1, HTPV_Row_2, HTPV_Row_3;
wire [1: 8] HTPV_Row_4, HTPV_Row_5, HTPV_Row_6;
reg [7: 0] pixel_1, pixel_2, pixel_3, pixel
www.eeworm.com/read/258131/11882857
m createwimaxpuncturingpattern.m
function pun_pattern = CreateWimaxPuncturingPattern( Nbits_pun, Nbits_unpun )
% CreateWimaxPuncturingPattern creates the puncturing pattern for use with the duobinary
% tailbiting turbo code (CTC) f
www.eeworm.com/read/258131/11882866
m createdvbpuncturingpattern.m
function pun_pattern = CreateDvbPuncturingPattern( Nbits_pun, Nbits_unpun )
% CreateDvbPuncturingPattern creates the puncturing pattern for use with the duobinary
% tailbiting turbo code from the DV