代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/167551/9963391
h getfeature.h
// GetFeature.h: interface for the GetFeature class.
// 2005.1.13-16:02 By Superman
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_GETFEATURE_H__F4AF6FFD
www.eeworm.com/read/166930/9988911
h getfeature.h
// GetFeature.h: interface for the GetFeature class.
// 2005.1.13-16:02 By Superman
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_GETFEATURE_H__F4AF6FFD
www.eeworm.com/read/166836/9995464
m ex352.m
% ex352.m
% Generate a NN to implement an XOR gate
In_pattern=[ 0 0;0 1;1 0;1 1]';
Target=[1 0 0 1];
net = newff([0 1;0 1],[2 1],{'tansig' 'purelin'});
net.trainParam.epochs = 500;
net=train(n
www.eeworm.com/read/166815/9996487
c cache.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
void MarchCMinus32(int address,int unit,unsigned int pattern);
void MarchCMinusM_10(int address,int unit,unsigned int patte
www.eeworm.com/read/361539/10047514
c decode.c
#include "global.h"
int markslice(int marking, int mode, int slicegroup, int slice_type){
int prio;
if ( mode == 0 ) {
if ( marking == 1){
switch(slice_type){
case 0:
www.eeworm.com/read/361257/10062653
m nnd10lc.m
function nnd10lc(cmd,arg1,arg2,arg3)
%NND10LC Linear pattern classification demonstration.
% First Version, 8-31-95.
%==================================================================
% CON
www.eeworm.com/read/165425/10062868
vhd usb_new_vsc9_ram_c0.vhd
-- HDLi Version 5.0 IP Bundle 2000.12.15
-- Top HDL file name is usb_new.vhd
-- -----------------------------------------------------------------------------
-- Royal Phili
www.eeworm.com/read/165425/10062870
vhd usb_new_vsc9_ram_c1.vhd
-- HDLi Version 5.0 IP Bundle 2000.12.15
-- Top HDL file name is usb_new.vhd
-- -----------------------------------------------------------------------------
-- Royal Phili
www.eeworm.com/read/360685/10082006
h getfeature.h
// GetFeature.h: interface for the GetFeature class.
// 2005.1.13-16:02 By Superman
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_GETFEATURE_H__F4AF6FFD
www.eeworm.com/read/360680/10082180
cpp modeviewright.cpp
// ModeViewRight.cpp : implementation file
//
#include "stdafx.h"
#include "mode.h"
#include "ModeViewRight.h"
#include "DlgInfor.h"
//#include "modeDoc.h"
#ifdef _DEBUG
#define new DEBU