代码搜索:NetWork

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

代码结果 10,000
www.eeworm.com/read/152310/12122639

m contents.m

% Neural Network Design Demonstrations. % Copyright (c) 1994 by PWS Publishing Company. % % General % nnd - Splash screen. % nndtoc - Table of contents. % nnsound - Turn Neural Net
www.eeworm.com/read/152310/12122696

m nndrwcir.m

function nndrwcir(x,y,r,c) %NNDRWCIR Neural Network Design utility function. % % NNDRWCIR(X,Y,R,C) % X - Horizontal coordinate. % Y - Vertical coordinate. % R - Radius. % C - Color. %
www.eeworm.com/read/152310/12122698

m nnfexist.m

function ok = nnfexist(d) %NNFEXIST Neural Network Design utility function. % First Version, 8-31-95. %================================================================== ok = exist('hardlim'
www.eeworm.com/read/152309/12122784

m contents.m

% MININNET % Functions for Neural Network Design demonstrations. % (Do not use if Neural Network Toolbox is available.) % % Transfer functions % compet - Competitive transfer function. % h
www.eeworm.com/read/254636/12125815

cpp distinctrepresentatives.cpp

#include #include #include #include #include #include #include #include #include using namespace std;
www.eeworm.com/read/340477/12155161

h eth_stub.h

/*************************************************************************************** File: eth_stub.h Date: 22.1.2004 Version: 0.1 Author: Jari Lahti (jari.lahti@violasystems.com)
www.eeworm.com/read/151851/12168481

m nntfnms.m

function n = nntfnms %NNTFNMS Neural Network Design utility function. % First Version, 8-31-95. %================================================================== n = ['compet '; 'ha
www.eeworm.com/read/151851/12168550

m nntexist.m

function e = nntexist(d) % NNTEXIST Neural Network Design utility function. % First Version, 8-31-95. %================================================================== e = exist('learnp');
www.eeworm.com/read/151851/12168553

m nncallbk.m

function y = nncallbk(demo,command) %NNCALLBK Neural Network Design utility function. % First Version, 8-31-95. % NNCALLBK(DEMO,COMMAND) % DEMO - Name of demo. % COMMAND - Command. % Ret
www.eeworm.com/read/151851/12168571

m nnpause.m

function nnpause(delay) %NNPAUSE A Neural Network Design utility function. % First Version, 8-31-95. %================================================================== drawnow start = cloc