代码搜索:NetWork
找到约 10,000 项符合「NetWork」的源代码
代码结果 10,000
www.eeworm.com/read/362099/10019222
m wnetdemo.m
%WNETDEMO WaveNet Demonstrations.
%By Qinghua Zhang. March, 1994.
labels = str2mat(...
'1-D Interpolation ', ...
'2-D Interpolation' , ...
'Nonlinear ARX Identification');
% Callbac
www.eeworm.com/read/166356/10022677
mk stop5.mk
# GNU Makefile listing dependencies between services when services are
# stopped.
autofs : network netfs
# EOF
www.eeworm.com/read/361257/10062603
m nntfnms.m
function n = nntfnms
%NNTFNMS Neural Network Design utility function.
% First Version, 8-31-95.
%==================================================================
n = ['compet ';
'ha
www.eeworm.com/read/361257/10062639
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/361257/10062641
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/361257/10062649
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/361257/10062749
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/361257/10062789
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.
%