代码搜索:NetWork
找到约 10,000 项符合「NetWork」的源代码
代码结果 10,000
www.eeworm.com/read/170474/9804409
txt rfc1180.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:( )
译文发布时间:2001-12-28
版权:本中文翻译文档版权归中国互动出版网所有。可以用于非商业用途自由
www.eeworm.com/read/170249/9813372
m test2.m
% DEMONSTRATION PROGRAM FOR TESTING NNARX
%
% Programmed by Magnus Norgaard, IAU/IMM/EI, Technical Univ. of Denmark
% LastEditDate: Jan 15, 2000
close all
StopDemo=0;
figure
guihand=gcf;
for
www.eeworm.com/read/170249/9813387
m contents.m
% NNSYSID
%
% NEURAL NETWORK BASED SYSTEM IDENTIFICATION TOOLBOX
%
% Version 2.0
%
www.eeworm.com/read/170249/9813411
m test3.m
% DEMONSTRATION PROGRAM FOR TESTING NNARMAX2
%
% Programmed by Magnus Norgaard, IAU/IMM/EI, Technical Univ. of Denmark
% LastEditDate: Jan 15, 2000
close all
StopDemo=0;
figure
guihand=gcf;
www.eeworm.com/read/366434/9814403
txt rfc1180.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:( )
译文发布时间:2001-12-28
版权:本中文翻译文档版权归中国互动出版网所有。可以用于非商业用途自由
www.eeworm.com/read/366116/9832196
txt save2008-3-4_12-55-33.txt
help
? - alias for 'help'
autoscr - run script from memory
base - print or set address offset
bdinfo - print Board Info structure
boot - boot default, i.e., run 'bootcmd'
bootd -
www.eeworm.com/read/169875/9835294
m elman_app.m
%Elman Application
%
clf
figure(gcf)
setfsize(500,500);
echo on
% MEWELM —— 建立一个Elman神经网络
% TRAIN —— 训练一个神经网络
% SIM —— 对一个神经网络进行仿真
pause %Strik any key to creat a network
clc
P1=sin(1:
www.eeworm.com/read/168830/9896638
txt linux运行级详解.txt
Linux运行级详解
对于那些在DOS/Win9x/NT平台下的高级用户而言,Linux似乎是一个怪物。没有config.sys,没有 autoexec.bat,具有个人特色的机器配置不知道从何开始。
需要说明的是,很多人认为Linux是Unix的一个克隆,但是,这种说法对于Linux是不公平的。Linux比Unix更加开放,功能更强大。我们应该称之为GNU/Linux ...
www.eeworm.com/read/364683/9898412
m demopsonet.m
% demoPSOnet.m
% script to show a quick, uncomplicated demo of using trainpso for training
% a neural net
%
% tries to build a feedforward neural net to approximate a noisy increaing
% sin funct
www.eeworm.com/read/168218/9931726
out topo.out
enter number of edges of 5 vertex digraph
enter edge 1
enter edge 2
enter edge 3
enter edge 4
enter edge 5
enter edge 6
enter edge 7
The network's adjacency matrix is
0 1 1 0 1
0 0 0 1 1