代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/431219/8699539
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/430375/8753197
pat xor2gateres.pat
-- description generated by Pat driver v107
-- date : Mon Oct 15 13:16:48 2001
-- sequence : xor2gate
-- input / output list :
in a5 B;
in b5 B;
out d5 B;
begin
-- Pattern de
www.eeworm.com/read/430375/8753246
pat bit5multres.pat
-- description generated by Pat driver v107
-- date : Sat Dec 1 19:27:16 2001
-- sequence : bit5mult
-- input / output list :
in ainp (4 downto 0) B;
in binp (4 downto 0) B;
out
www.eeworm.com/read/430375/8753618
pat fa_blockres.pat
-- description generated by Pat driver v107
-- date : Sat Sep 15 15:52:37 2001
-- sequence : fa_block
-- input / output list :
in ai B;
in bi B;
in cia B;
out si B;
out
www.eeworm.com/read/430031/8771610
m fig2_22.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Figure 2.22
% Effect of element spacing on beam pattern
% Lillian Xu
% Last updated by K. Bell 7/22/01, 10/4/01
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clear all
www.eeworm.com/read/429833/8787171
m c_pso.m
function [m_pattern]=C_PSO(m_pattern,patternNum)
disType=DisSelDlg();%获得距离计算类型
[centerNum iterNum]=InputClassDlg();%获得类中心数和最大迭代次数
prticleNum=200;%初始化粒子数目
%初始化中心和速度
www.eeworm.com/read/429827/8787512
m c_antcluster.m
function [m_pattern]=C_AntCluster(m_pattern,patternNum)
disType=DisSelDlg(); %获得距离计算类型
m_min=inf;
m_max=0;
%计算最大最小距离
for i=1:patternNum-1
for j=i+1:patternNum
www.eeworm.com/read/286090/8789432
c exclude.c
/* exclude.c -- exclude file names
Copyright (C) 1992, 1993, 1994, 1997, 1999, 2000, 2001, 2002, 2003 Free
Software Foundation, Inc.
This program is free software; you can redistribute it a
www.eeworm.com/read/429496/8805783
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/429496/8805856
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