代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/383508/8941124
m nn_5.m
clc
clear all
close all
rand('seed',12345);
epoch=100000;
learn=0.1;
alpha=0;
delta_w1=0;
delta_w2=0;
bias1=ones(1,300);
bias2=ones(1,100);
neural_1=5;
neural_2=5;
% ====================
www.eeworm.com/read/283235/9034390
xml web.xml
chenmin.ui.ajax.server.ServiceImpl
chenmin.ui.ajax.server.ServiceImpl
www.eeworm.com/read/281524/9151616
xml web.xml
chenmin.ui.ajax.server.ServiceImpl
chenmin.ui.ajax.server.ServiceImpl
www.eeworm.com/read/379331/9200480
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/180505/9304102
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/179335/9360785
h tree_tokenizer.h
/*
* Copyright (C) 2005 M.J. Zaki Rensselaer Polytechnic Institute
* Written by parimi@cs.rpi.edu
* Updated by chaojv@cs.rpi.edu, alhasan@cs.rpi.edu, salems@cs.rpi.edu
* Modi
www.eeworm.com/read/374564/9396034
h getvlc.h
/* getvlc.h, variable length code tables */
/* Copyright (C) 1994, MPEG Software Simulation Group. All Rights Reserved. */
/*
* Disclaimer of Warranty
*
* These
www.eeworm.com/read/177943/9426741
m get_punc_params.m
function [punc_patt, punc_patt_size] = get_punc_params1(code_rate)
if code_rate==3/4
% R=3/4, Puncture pattern: [1 2 3 x x 6], x = punctured
punc_patt=[1 2 3 6];
punc_patt_size = 6;
e
www.eeworm.com/read/177349/9458450
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/373375/9459452
cpp chardatatable.cpp
/*****************************************************************************\
* Copyright (c), Future Entertainment World / Seoul, Republic of Korea *
* All Rights Reserved.