代码搜索:NetWork

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

代码结果 10,000
www.eeworm.com/read/441245/7673220

m neurc.m

%NEURC Automatic neural network classifier % % W = NEURC (A,UNITS) % % INPUT % A Dataset % UNITS Number of units % Default: 0.2 x size smallest class in A. % % OUTPUT % W T
www.eeworm.com/read/436924/7758818

txt acronym.txt

Acronym Definition ACK Acknowlegment AODV Ad hoc On Demand Distance Vector routing protocol AP Access Point API Application interface AQOR Ad hoc QoS on-demand routing ARPANET Advanced Researc
www.eeworm.com/read/435073/7798172

html usbseth-netdev.html

www.eeworm.com/read/435073/7798261

html usbseth-intro.html

www.eeworm.com/read/399806/7833880

htm riptheory.htm

www.eeworm.com/read/399806/7834214

rtr rip2.rtr

interface Ethernet0 ip address 10.1.1.2 255.255.255.0 router rip network 10.0.0.0
www.eeworm.com/read/299753/7834686

cpp autostumis.cpp

// AutoStuMis.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "AutoStuMis.h" #include "MainFrm.h" #include "AutoStuMisDoc.h" #include "AutoStuMisView.h
www.eeworm.com/read/399579/7846881

c ieee80211_rx.c

/* * Original code based Host AP (software wireless LAN access point) driver * for Intersil Prism2/2.5/3 - hostap.o module, common routines * * Copyright (c) 2001-2002, SSH Communications Security
www.eeworm.com/read/198282/7942920

m examp10_13.m

x=0:.5:10; y=0.12*exp(-0.213*x)+0.54*exp(-0.17*x).*sin(1.23*x); x0=[0:0.1:10]; y0=0.12*exp(-0.213*x0)+0.54*exp(-0.17*x0).*sin(1.23*x0); nntool % 启动神经网络拟合界面 y1=sim(network1,x0); plot(x,y,'o',x0
www.eeworm.com/read/198191/7947790

m perceptlms.m

%QUESTION NO:4 %For the following 2-class problem determine the decision boundaries %obtained by LMS and perceptron learning laws. % Class C1 : [-2 2]', [-2 3]', [-1 1]', [-1 4]', [0 0]', [0 1]',