代码搜索:patterns
找到约 8,017 项符合「patterns」的源代码
代码结果 8,017
www.eeworm.com/read/283906/4073872
conf doxygen.conf
PROJECT_NAME="Apache Portable Runtime"
INPUT=.
QUIET=YES
RECURSIVE=YES
FILE_PATTERNS=*.h
OUTPUT_DIRECTORY=docs/dox
MACRO_EXPANSION=YES
EXPAND_ONLY_PREDEF=YES
#EXPAND_AS_DEFINED=
# not s
www.eeworm.com/read/405754/2285415
c mis2pat2.c
/*
# pgrm: mis2pat2 - computes KL feature vectors from 32x32 or 128x128 binary
# pgrm: images stored in an MIS file and writes out a patterns file.
# pgrm: This file is used by the
www.eeworm.com/read/401674/2336958
java generatedatum.java
package com.digiburo.demo1;
import java.io.File;
import com.digiburo.backprop1.PatternList;
import com.digiburo.backprop1.MathSupport;
/**
* Generate training patterns for BpDemo1.
*
* @author G
www.eeworm.com/read/351409/3108228
pat eight_016.pat
SNNS pattern definition file V3.2
generated at Thu Apr 21 21:22:30 1994
No. of patterns : 16
No. of input units : 2
No. of output units : 2
# Input pattern 1:
0.96194 0.853553
# Output p
www.eeworm.com/read/351409/3108239
pat bdg_variable.pat
SNNS pattern definition file V3.2
generated at Mon Apr 25 18:08:04 1994
No. of patterns : 3
No. of input units : 16
No. of output units : 3
No. of variable input dimensions : 1
Maximum input
www.eeworm.com/read/351409/3108278
pat spirals.pat
SNNS pattern definition file V3.2
generated at Mon Feb 13 18:08:50 1995
No. of patterns : 194
No. of input units : 2
No. of output units : 2
0.00000 6.50000
1.0 0.0
-0.00000 -6.50000
0.0
www.eeworm.com/read/351409/3108345
pat bdg_tdnn.pat
SNNS pattern definition file V3.2
generated at Mon Apr 25 17:11:43 1994
No. of patterns : 27
No. of input units : 112
No. of output units : 3
# Input pattern 1:
0.31711 0.713 0.61747 -0.03
www.eeworm.com/read/351409/3108348
pat letters_with_classes.pat
SNNS pattern definition file V4.2
generated at Wed Feb 25 15:51:03 1998
No. of patterns : 26
No. of input units : 35
No. of output units : 26
No. of classes : 2
Class redistribution : [ 5 2
www.eeworm.com/read/132749/14074415
c codec.c
#include "vxWorks.h" /* types */
#include "codec.h"
#include "Ads860.h"
#include "drv/multi/ppc860Siu.h"
#ifndef CODEC_DEBUG
#define CODEC_DEBUG
#endif
/* in the bit patterns,
www.eeworm.com/read/102199/15791742
m noisy.m
function x = noisy(x,n)
% X = NOISY(X,N) reverses randomly N pixels
% of the patterns X (RxQ)
% (c) Val Ninov, 1997, valninov@total.net
if nargin < 2 n=1; end;
[r,c]=size(x)