代码搜索:Neural
找到约 4,009 项符合「Neural」的源代码
代码结果 4,009
www.eeworm.com/read/151329/12219173
c neural.c
//neural.c
#include"neural.h"
int ArtDetect(int *pp)
{
int a_s2[S2],w_p[S2];
int x;
for(i2=0;i2
www.eeworm.com/read/151329/12219174
h neural.h
//neural.h
#ifndef __NEURAL_H__
#define __NEURAL_H__
/*INCLUDE*/
#include"annids.h"
/*DEFINE*/
/*VAR*/
/*FUNCTION*/
int ArtDetect(int *);
int ArtStudy(int *);
int SameOr(int ,int);
int H
www.eeworm.com/read/151329/12219180
h~ neural.h~
//neural.h
#ifndef __NEURAL_H__
#define __NUERAL_H__
/*INCLUDE*/
#include"annids.h"
/*DEFINE*/
/*VAR*/
/*FUNCTION*/
int ArtDetect(int *);
int ArtStudy(int *);
int SameOr(int ,int);
int Ha
www.eeworm.com/read/217035/14982215
rpt neural.rpt
10/1/1990 Page: 1
PC-METRIC (C++) Version 1.0
Complexity Report by Function for: C:\TC\B
www.eeworm.com/read/217035/14982226
cpp neural.cpp
#include
#include
#include
#include
#include "neural.hpp"
int main(int argc, char** argv)
{
if(!argc == 2)
{
cerr
www.eeworm.com/read/217035/14982231
hpp neural.hpp
//Neural.hpp
//(c) 1990, Miller Freeman Publications
//Released to the public domain
//Disclaimer of warranty: If you use this and something bad happens, you can
//have my sympathy but not my mone
www.eeworm.com/read/217035/14982232
prj neural.prj
www.eeworm.com/read/220044/4843569
neural feret.neural
# The INPUT_IMAGE_WIDTH and INPUT_IMAGE_HEIGHT specify
# the sizes of the input images
INPUT_IMAGE_WIDTH=130
INPUT_IMAGE_HEIGHT=150
# The IMAGE_DIRECTORY path specifies the directory where
# the sou
www.eeworm.com/read/362984/2925875
c neural.c
/******************************************************************************/
/* */
/* NEURAL - Main program for implemen
www.eeworm.com/read/134447/13990447