代码搜索:NetWork

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

代码结果 10,000
www.eeworm.com/read/135754/13902175

m example33_test.m

%test the bp network %============== %============== input=str2num(input); output=purelin(W2*tansig(W1*input,B1),B2); out=purelin(W2*tansig(W1*P,B1),B2); figure('color',[0.8 0.8 0.8],'positi
www.eeworm.com/read/135754/13902186

m example32_test.m

%test the rbf network %============== %============== clc; input=[0 0 1 1;0 1 0 1] A=simurb(input,W1,B1,W2,B2); output=round(A) % set(output,'string',A);
www.eeworm.com/read/135754/13902220

m example34_test.m

%test the rbf network %============== %============== input=str2num(input); output=simurb(input,W1,B1,W2,B2); out=simurb(P,W1,B1,W2,B2); figure('color',[0.8 0.8 0.8],'position',[120 120 600
www.eeworm.com/read/135754/13902274

m example52_figure.m

%hf2_figure %============== %============== %to see the input/output figure('name','欲记忆矢量','numbertitle','off'); clc T=[+1 -1; -1 +1]; plot(T(1,:),T(2,:),'r*') axis([-2 2 -2 2]) alabel('a
www.eeworm.com/read/135754/13902328

m example35re.m

%nn1R, Recognition of BP network %=============== %例3.5 训练好的BP网络识别加了噪声的测试样本 %=============== clc; [length,width]=size(b1); b=double(b1); q=reshape(b,length*width,1); %改32*32的矩阵为1024*1的矩阵
www.eeworm.com/read/238116/13905439

txt header.txt

document.write("Network Time Protocol Version 4")
www.eeworm.com/read/300543/13906336

sources

# SOURCES for use with BUILD command TARGETNAME=VDEV TARGETPATH=obj TARGETTYPE=DRIVER !IF ("$(DDKBUILDENV)"=="chk") || ("$(DDKBUILDENV)"=="checked") BUILDTYPE = CHECKED !ELSE BUILDTYPE = FR
www.eeworm.com/read/300081/13938696

iptheme xp set.iptheme

[Software Credits] Software=IconPackager 1.51 Company=Stardock Systems, Inc Author=Brian Harper Website=http://www.stardock.com Email=support@stardock.com [Desktop Icons] My Documents=%ThemeDir
www.eeworm.com/read/237485/13948096

txt 软件说明.txt

╭════════════════════╮ ║ 点击下载说明 ║ ╭══════════┤ http://click.xhu.edu.cn/ ├══════════╮ ║
www.eeworm.com/read/134893/13972030

m nntfnms.m

function n = nntfnms %NNTFNMS Neural Network Design utility function. % First Version, 8-31-95. %================================================================== n = ['compet '; 'ha