代码搜索:Pattern recognition

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

代码结果 10,000
www.eeworm.com/read/293655/3929267

java concretecomponent.java

/* * 项目名称 Pattern * 包名称 com.niufish.pattern.decorator * * 文件名称 ConcreteComponent.java * */ package com.niufish.pattern.decorator; /** * 实现具体功能的主类 * *
www.eeworm.com/read/293655/3929269

java concretedecoratora.java

/* * 项目名称 Pattern * 包名称 com.niufish.pattern.decorator * * 文件名称 ConcreteDecoratorA.java * */ package com.niufish.pattern.decorator; /** * 在ConcreteComponent类之前扩展功能的类A * *
www.eeworm.com/read/293655/3929295

java regsingletonchild.java

/* * 项目名称 Pattern * 包名称 com.niufish.pattern.singleton * * 文件名称 RegSingletonChild.java * */ package com.niufish.pattern.singleton; /** * 可继承单例的子类 * *
www.eeworm.com/read/301811/13848125

asv fisher.asv

function y = fisher(x1,x2); close all;clear;clc; A = importdata('C:\MATLAB7\work\Pattern Recognition\fisher_testdata.txt'); % 将实验数据存储为txt文件格式,用importdata命令读入数据 c1=(1-1)*2;c2=2; x1=A(:,c1:c1+1); %
www.eeworm.com/read/292609/3952112

js class_names.js

function hasClass(target, classValue) { var pattern = new RegExp("(^| )" + classValue + "( |$)"); if (target.className.match(pattern)) { return true; } return false; }; f
www.eeworm.com/read/247527/12652885

m psoptionsdemo.m

%% Pattern Search options % This is a demonstration of how to create and manage options for % pattern search using the PSOPTIMSET function in the Genetic Algorithm % and Direct Search Toolbox. %
www.eeworm.com/read/38039/1092024

mnu comp_pos.mnu

COMP#POS 元件位置 # Single 单一 Create a single feature. 创建一个单一特征。 Dim#Pattern 尺寸阵列 Create a pattern of the selected feature by varying dimensions. 通过改变尺寸来创建选取特征的阵列。 Ref#Pattern 参照阵列 Create a pattern of th
www.eeworm.com/read/221595/4828075

java client.java

/* * 项目名称 Pattern * 包名称 com.niufish.pattern.adapter.forClass * * 文件名称 Client.java * */ package com.niufish.pattern.adapter.forClass; /** * 测试类 * *
www.eeworm.com/read/221595/4828094

java aggregate.java

/* * 项目名称 Pattern * 包名称 com.niufish.pattern.iterator * * 文件名称 Aggregate.java * */ package com.niufish.pattern.iterator; /** * 聚集角色 * * Vi
www.eeworm.com/read/221595/4828101

java client.java

/* * 项目名称 Pattern * 包名称 com.niufish.pattern.composite.safe * * 文件名称 Client.java * */ package com.niufish.pattern.composite.safe; /** * 测试类 * *