代码搜索:NetWork

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

代码结果 10,000
www.eeworm.com/read/238830/13322169

m hardlim.m

function a = hardlim(n,b) %HARDLIM Hard limit transfer function. % % Syntax % % A = hardlim(N) % info = hardlim(code) % % Description % % HARDLIM is a transfer function. Transfer fu
www.eeworm.com/read/238830/13322192

m dist.m

function z = dist(w,p) %DIST Euclidean distance weight function. % % Syntax % % Z = dist(W,P) % df = dist('deriv') % D = dist(pos) % % Description % % DIST is the Euclidean distance
www.eeworm.com/read/137160/13341786

m ffnc.m

%FFNC Feed-forward neural net classifier back-end % % [W,HIST] = FFNC (ALG,A,UNITS,ITER,W_INI,T,FID) % % INPUT % ALG Training algorithm: 'bpxnc' for back-propagation (default), 'lmnc' %
www.eeworm.com/read/137160/13341899

m bpxnc.m

%BPXNC Back-propagation trained feed-forward neural net classifier % % [W,HIST] = BPXNC (A,UNITS,ITER,W_INI,T,FID) % % INPUT % A Dataset % UNITS Array indicating number of units in each h
www.eeworm.com/read/137022/13347484

c telnet.c

/* Internet Telnet client */ #include #ifdef __TURBOC__ #include #include #endif #include "global.h" #include "mbuf.h" #include "socket.h" #include "telnet.h" #i
www.eeworm.com/read/137022/13347501

c ttylink.c

/* Internet TTY "link" (keyboard chat) server * */ #include #include "global.h" #include "mbuf.h" #include "socket.h" #include "telnet.h" #include "session.h" #include "proc.h"
www.eeworm.com/read/137022/13347574

c lterm.c

/* Support local term on com port */ #include #include "global.h" #include "internet.h" #include "netuser.h" #include "socket.h" #include "session.h" #include "n8250.h" #include "asy
www.eeworm.com/read/137022/13347735

c finger.c

/* Internet finger client */ #include #include #include "global.h" #include "mbuf.h" #include "socket.h" #include "session.h" #include "proc.h" #include "netuser.h" #in
www.eeworm.com/read/137022/13347798

c smisc.c

/* Miscellaneous Internet servers: discard, echo and remote */ #include #include "global.h" #include "mbuf.h" #include "socket.h" #include "proc.h" #include "remote.h" #include "smt
www.eeworm.com/read/137022/13347802

c tipmail.c

/* "Dumb terminal" mailbox interface */ #include "global.h" #include "mbuf.h" #include "timer.h" #include "proc.h" #include "iface.h" #ifndef UNIX #include "n8250.h" #endif #include "asy.h"