代码搜索:NetWork

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

代码结果 10,000
www.eeworm.com/read/234049/14124000

m createffnn.m

% Version : 4.10 % Author : Omid Bonakdar Sakhi net = network; % ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ % % This function creates a feedforward neural network with 10
www.eeworm.com/read/233424/14151517

c etheroutputdemo.c

/* etherOutputDemo.c - Demo for using low-level output ethernet routines */ /* Copyright 1984-1997 Wind River Systems, Inc. */ /* modification history -------------------- 01d,06nov97,mm added cop
www.eeworm.com/read/131204/14156827

txt config.txt

;;HarvestMan Configuration File version 2.0 ;;project related variables project.url http://www.python.org/doc/current/tut/tut.html project.name pytut proj
www.eeworm.com/read/233206/14163225

cpp const2.cpp

#include #include #include const char *Network = "A network can be loosely defined "\ "as the hardware and software that "\
www.eeworm.com/read/130698/14177450

m nntfnms.m

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

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/130698/14177488

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/130698/14177498

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/130698/14177598

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/130698/14177644

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. %