代码搜索:NetWork

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

代码结果 10,000
www.eeworm.com/read/242302/13045941

html 12298.html

Re: 关于 WinSock Re: 关于 WinSock
www.eeworm.com/read/242302/13046096

html 20235.html

Re: 在 VB 可用什么方法通讯 ? Re: 在 VB 可用什么方法通讯 ?
www.eeworm.com/read/242302/13049343

html 20278.html

VB 可用什么方法通讯 ? VB 可用什么方法通讯 ?
www.eeworm.com/read/140943/13051241

htm oemupgex.htm

OEM Network Component Upgrade DLL Sample
www.eeworm.com/read/242302/13051356

html 21668.html

Re: 如何在 VB 内写一个能在 NETWORK DRIVE 读 / 写 files 的程式? Re: 如何在 VB 内写一个能在 NETWORK DRIVE 读 / 写 fi
www.eeworm.com/read/140851/13058952

m mdnpak.m

function w = mdnpak(net) %MDNPAK Combines weights and biases into one weights vector. % % Description % W = MDNPAK(NET) takes a mixture density network data structure NET % and combines the netw
www.eeworm.com/read/140851/13058955

m demolgd1.m

%DEMOLGD1 Demonstrate simple MLP optimisation with on-line gradient descent % % Description % The problem consists of one input variable X and one target variable % T with data generated by sampli
www.eeworm.com/read/140851/13059060

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 N
www.eeworm.com/read/140851/13059232

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, NC
www.eeworm.com/read/140851/13059235

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