代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/245644/12786376
c train_svm.c
/* Copyright 2001, 2002, 2003, 2004 Yann Guermeur and Andre Elisseeff */
/* This program is free software; you can redistribute it and/or modify */
/* it under the terms of the GN
www.eeworm.com/read/144298/12803318
c led_4p.c
/*--------------------------------------------------------*/
/* SPECTRUM DIGITAL INC. */
/*--------------------------------------------------------*/
/* LED test for EVM320L
www.eeworm.com/read/144298/12803473
c led_4p.c
/*--------------------------------------------------------*/
/* WQ21ST SOFTWARE STUDIO. */
/*--------------------------------------------------------*/
/* LED test for E
www.eeworm.com/read/331529/12822486
m get_punc_params.m
function [punc_patt, punc_patt_size] = get_punc_params(code_rate)
if strcmp(code_rate,'R3/4')
% R=3/4, Puncture pattern: [1 2 3 x x 6], x = punctured
punc_patt=[1 2 3 6];
punc_patt_siz
www.eeworm.com/read/330850/12865024
m exhaustive_feature_selection.m
function [patterns, targets, pattern_numbers] = Exhaustive_Feature_Selection(patterns, targets, params)
% Perform exhaustive (Brute-force) feature selection
%
% Inputs:
% train_patterns - Input
www.eeworm.com/read/326072/13167753
c isrs.c
#include "BF537 Flags.h"
asm(".section sdram0_bank1");
//--------------------------------------------------------------------------//
// Function: Timer0_ISR //
//