代码搜索:NetWork

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

代码结果 10,000
www.eeworm.com/read/294886/8195688

m nntfnms.m

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

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/294886/8195732

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/294886/8195744

m nnpause.m

function nnpause(delay) %NNPAUSE A Neural Network Design utility function. % First Version, 8-31-95. %================================================================== drawnow start = cloc
www.eeworm.com/read/294886/8195860

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/294886/8195918

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/294886/8195920

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/294886/8195994

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/394853/8204950

frm frmmain.frm

VERSION 5.00 Begin VB.Form frmMain Caption = "Form1" ClientHeight = 7095 ClientLeft = 60 ClientTop = 345 ClientWidth = 11400 LinkTopic
www.eeworm.com/read/394659/8214496

m hardlims.m

function a = hardlims(n,b) %HARDLIMS Symmetric hard limit transfer function. % % Syntax % % A = hardlims(N) % info = hardlims(code) % % Description % % HARDLIMS is a transfer functio