代码搜索:patterns
找到约 8,017 项符合「patterns」的源代码
代码结果 8,017
www.eeworm.com/read/140850/13059517
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/140850/13059655
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/140850/13059664
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/325904/13176124
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/325904/13176157
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/324367/13267481
txt pgm02_07.txt
//
// This file contains the C# code from Program 2.7 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C#"
// by Bruno R. Preiss.
//
// Copyright (c) 2001--2
www.eeworm.com/read/324367/13267500
txt pgm04_01.txt
//
// This file contains the C# code from Program 4.1 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C#"
// by Bruno R. Preiss.
//
// Copyright (c) 2001--2
www.eeworm.com/read/324367/13267537
txt pgm06_02.txt
//
// This file contains the C# code from Program 6.2 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C#"
// by Bruno R. Preiss.
//
// Copyright (c) 2001--2
www.eeworm.com/read/324367/13267553
txt pgm07_05.txt
//
// This file contains the C# code from Program 7.5 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C#"
// by Bruno R. Preiss.
//
// Copyright (c) 2001--2
www.eeworm.com/read/324367/13267572
txt pgm07_02.txt
//
// This file contains the C# code from Program 7.2 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C#"
// by Bruno R. Preiss.
//
// Copyright (c) 2001--2