代码搜索:Pattern recognition

找到约 10,000 项符合「Pattern recognition」的源代码

代码结果 10,000
www.eeworm.com/read/239979/13243462

c 12864时钟.c

/* ex6-5.C - 绘图型 LCD 数字时钟 */ #include #define TIMER0_COUNT 0xDC11 /* 10000h-((11,059,200/ (12*FREQ))-
www.eeworm.com/read/136831/13359242

m hopfield_net.m

% =========== define input pattern ============ m=12; n=10; num1= [-1 -1 -1 -1 1 1 -1 -1 -1 -1; -1 -1 -1 1 1 1 -1 -1 -1 -1; -1 -1 1 1 1 1 -1 -1 -1 -1; -1 -1 -1 -1 1 1
www.eeworm.com/read/320095/13432926

m c_antclusterknown.m

function [m_pattern]=C_AntClusterKnown(m_pattern,patternNum) for i=1:14 for j=1:2 m_pattern(i,j)=round(2*rand()); end end patternNum=14; centerNum=2; iterNum=100; antN
www.eeworm.com/read/320095/13432927

m c_antclusterknown.m

function [m_pattern]=C_AntClusterKnown(m_pattern,patternNum) centerNum=2; iterNum=100; antNum=200;rho=0.1;q=0.5; tao=ones(patternNum,centerNum)*0.01;%14*2 solution=zeros(antNum,patternNum
www.eeworm.com/read/310660/13647254

c ex6-5.c

/* ex6-5.C - 绘图型 LCD 数字时钟 */ #include #define TIMER0_COUNT 0xDC11 /* 10000h-((11,059,200/ (12*FREQ))-
www.eeworm.com/read/309842/13663741

c lab2a.c

#include #include #include "system.h" #include "altera_avalon_pio_regs.h" #define NONE_PRESSED 0xF // Value read from button PIO when no buttons pressed #define DEBOUNCE 3
www.eeworm.com/read/306978/13733764

h mftp_rcv.h

/* * (c) 1997-98 StarBurst Communications Inc. * * THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WA
www.eeworm.com/read/304126/13799969

c leds.c

/**************************************************************************** Copyright (C) Cambridge Silicon Radio Ltd. 2006 This file was autogenerated by ledparse and provides simple LED ind
www.eeworm.com/read/302155/13841043

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/139291/5804577

pl apr_rename.pl

#!/usr/bin/perl -w use strict; use ExtUtils::MakeMaker qw(prompt); use File::Find; my $just_check = @ARGV ? $ARGV[0] eq '-c' : 0; shift if $just_check; my $dir = shift || '.'; my %names; my $prefix