代码搜索:Patterns
找到约 8,017 项符合「Patterns」的源代码
代码结果 8,017
www.eeworm.com/read/181389/9256569
m fwd.m
function y = fwd(net, x)
% FWD
%
% Compute the output of a dag-svm multi-class support vector classification
% network.
%
% y = fwd(net, x);
%
% where x is a matrix of input patterns, in
www.eeworm.com/read/181388/9256606
m fwd.m
function y = fwd(net,x)
% FWD
%
% Compute the output of a multi-class support vector classification network.
%
% y = fwd(net, x);
%
% where x is a matrix of input patterns, where each colu
www.eeworm.com/read/181388/9256713
m fwd.m
function y = fwd(net,x)
% FWD
%
% Compute the output of a multi-class support vector classification network.
%
% y = fwd(net, x);
%
% where x is a matrix of input patterns, where each colu
www.eeworm.com/read/181388/9256717
m fwd.m
function y = fwd(net, x)
% FWD
%
% Compute the output of a dag-svm multi-class support vector classification
% network.
%
% y = fwd(net, x);
%
% where x is a matrix of input patterns, in
www.eeworm.com/read/179335/9360348
tex structless__than.tex
\section{less\_\-than$$ Struct Template Reference}
\label{structless__than}\index{less_than@{less\_\-than}}
function object for comparing two patterns for less-than
{\tt \#include $
www.eeworm.com/read/179335/9360425
tex classpat__fam.tex
\section{pat\_\-fam$$ Class Template Reference}
\label{classpat__fam}\index{pat_fam@{pat\_\-fam}}
Pattern Family class, denotes a collection of patterns. No constraint is imposed on the com
www.eeworm.com/read/363722/9939112
c exercise.c
/* Exercise an RS codec a specified number of times using random
* data and error patterns
*
* Copyright 2002 Phil Karn, KA9Q
* May be used under the terms of the GNU General Public License (GPL)
www.eeworm.com/read/363722/9939129
c rstest.c
/* Test the Reed-Solomon codecs
* for various block sizes and with random data and random error patterns
*
* Copyright 2002 Phil Karn, KA9Q
* May be used under the terms of the GNU General Public
www.eeworm.com/read/363616/9942685
java tree.java
package test1;
import java.util.*;
public class Tree {
private String patterns;
private NonLeaf root;
private LinkedList leafnodes=new LinkedList();
private LinkedList n
www.eeworm.com/read/363616/9942748
java tree.java
package test2;
import java.util.*;
public class Tree {
private String patterns;
private NonLeaf root;
private LinkedList leafnodes=new LinkedList();
private LinkedList n