代码搜索:NetWork

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

代码结果 10,000
www.eeworm.com/read/150905/12250420

m nethess.m

function [h, varargout] = nethess(w, net, x, t, varargin) %NETHESS Evaluate network Hessian % % Description % % H = NETHESS(W, NET, X, T) takes a weight vector W and a network data % structure NET, to
www.eeworm.com/read/150905/12250523

m mdn.m

function net = mdn(nin, nhidden, ncentres, dim_target, mix_type, ... prior, beta) %MDN Creates a Mixture Density Network with specified architecture. % % Description % NET = MDN(NIN, NHIDDEN, NCENTRE
www.eeworm.com/read/150905/12250525

m rbfpak.m

function w = rbfpak(net) %RBFPAK Combines all the parameters in an RBF network into one weights vector. % % Description % W = RBFPAK(NET) takes a network data structure NET and combines the % componen
www.eeworm.com/read/150905/12250678

m netevfwd.m

function [y, extra, invhess] = netevfwd(w, net, x, t, x_test, invhess) %NETEVFWD Generic forward propagation with evidence for network % % Description % [Y, EXTRA] = NETEVFWD(W, NET, X, T, X_TEST) tak
www.eeworm.com/read/150781/12263085

c winnet.c

/* * Windows networking abstraction. * * Due to this clean abstraction it was possible * to easily implement IPv6 support :) * * IPv6 patch 1 (27 October 2000) Jeroen Massar
www.eeworm.com/read/339051/12264893

c ttylink.c

/* Internet TTY "link" (keyboard chat) server * Copyright 1991 Phil Karn, KA9Q */ #include #include "global.h" #include "mbuf.h" #include "socket.h" #include "telnet.h" #include "s
www.eeworm.com/read/339051/12265101

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/339051/12265357

c finger.c

/* Internet finger client * Copyright 1991 Phil Karn, KA9Q */ #include #include #include "global.h" #include "mbuf.h" #include "socket.h" #include "session.h" #include
www.eeworm.com/read/339051/12265455

c smisc.c

/* Miscellaneous Internet servers: discard, echo * Copyright 1991 Phil Karn, KA9Q */ #include #include "global.h" #include "mbuf.h" #include "socket.h" #include "proc.h" #include "
www.eeworm.com/read/339051/12265465

c tipmail.c

/* "Dumb terminal" mailbox interface * Copyright 1991 Phil Karn, KA9Q * * May '91 Bill Simpson * move to separate file for compilation & linking * Sep '91 Bill Simpson * minor changes fo