代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/176193/9512753
m conv_encoder.m
function encoded_bits=conv_encoder(infobits, biting_pattern)
% 802.16 OFDMA Convolutional Encoder, coding rate 1/2
% constraint length k=7
% generator: G1=171oct for X, G2=133oct for Y
L=length(
www.eeworm.com/read/174810/9573457
m turbo.m
%****************************************************************
% 内容概述:Trubo编码器
% 创 建 人:WuYuFei
% 单 位:
% 创建时间:1999年
% 修改时间:
% 参考文献:
% 版权声明:任何人均可复制、传播、修改此文件,同时需保留原始版权信息。
%*****************
www.eeworm.com/read/166836/9995417
m cl_fruits.m
% CL_fruits.m
% Classify 4 different fruits into 4 bins
% using a NN.
% PenChen Chou, July, 17, 2001
% I/O Patterns
In_pattern=[1 -1 -1;1 1 -1;-1 1 -1;1 -1 1]';
Target=[-1 -1;-1 1;1 -1;1 1
www.eeworm.com/read/361418/10053228
c ex6-5.c
/* ex6-5.C - 绘图型 LCD 数字时钟 */
#include
#define TIMER0_COUNT 0xDC11 /* 10000h-((11,059,200/
(12*FREQ))-
www.eeworm.com/read/356090/10237228
led spp_dev_b_leds.led
// Copyright (C) Cambridge Silicon Radio Ltd. %%copyright(2005)
// %%version
#ifdef DEV_CASIRA
led 0 RED
led 1 BLUE
#else
led 0 RED
led 1 BLUE
#endif
pattern RED_FLASH RPT
RED B
www.eeworm.com/read/161357/10422615
m turbo.m
%****************************************************************
% 内容概述:Trubo编码器
% 创 建 人:WuYuFei
% 单 位:
% 创建时间:1999年
% 修改时间:
% 参考文献:
% 版权声明:任何人均可复制、传播、修改此文件,同时需保留原始版权信息。
%*****************
www.eeworm.com/read/161357/10422775
m turbo.m
%****************************************************************
% 内容概述:Trubo编码器
% 创 建 人:WuYuFei
% 单 位:
% 创建时间:1999年
% 修改时间:
% 参考文献:
% 版权声明:任何人均可复制、传播、修改此文件,同时需保留原始版权信息。
%*****************
www.eeworm.com/read/278472/10533963
c psearch.c
/***************************************************************
* *
* Copyright (c) 2001-2007 McObject LLC. All Right Reserved. *
*
www.eeworm.com/read/278235/10555139
csh emacs.csh
# This defines a csh command named `edit' which resumes an
# existing Emacs or starts a new one if none exists.
# One way or another, any arguments are passed to Emacs to specify files
# (provided you
www.eeworm.com/read/351829/10604780
in grep.in
#! @BASH@
# This script is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
#
#