代码搜索:网络终端
找到约 10,000 项符合「网络终端」的源代码
代码结果 10,000
www.eeworm.com/read/323423/13340757
pdf 一种建立可自维护且具有最小能量特性的无线网络的分布式拓扑控制算法.pdf
www.eeworm.com/read/7012/106077
pdf 一种新型的数字波网络稳压器技术特性及在铁磁谐振类稳压器中的地位.pdf
www.eeworm.com/read/357809/10200881
m jiyu_bt_de_shenjing-pid.m
基于bp神经网络pid控制程序
在pfyh的大作《回复:基于bp神经网络pid控制程序》中提到:
%BP based PID Control
clear all;
close all;
xite=0.25;
alfa=0.05;
S=2; %Signal type
IN=4;H=5;Out=3; %NN Structure
if S=
www.eeworm.com/read/424565/10439267
m example6_3.m
%指定存储在网络中的目标平衡点
T = [+1 +1;-1 +1; -1 -1]
axis([-1 1 -1 1 -1 1])';
set(gca,'box','on');
axis manual;
hold on;
plot3(T(1,:),T(2,:),T(3,:),'r*');
title('Hopfield神经网络状态空间');
xlabel('a(1)');
ylabe
www.eeworm.com/read/464287/7166883
m a23.m
%指定存储在网络中的目标平衡点
T = [+1 +1;-1 +1; -1 -1]
axis([-1 1 -1 1 -1 1])';
set(gca,'box','on');
axis manual;
hold on;
plot3(T(1,:),T(2,:),T(3,:),'r*');
title('Hopfield神经网络状态空间');
xlabel('a(1)');
ylabe
www.eeworm.com/read/454365/7393124
m rbf2.m
P=0:.1:2;
T=sqrt(P);
plot(P,T,'+')
title('待逼近函数样本点');
xlabel('输入值');
ylabel('目标值');
%建立网络
eg=0.02;
sc=1;
net=newrb(P,T,eg,sc);
%仿真网络并绘出结果
figure;
X=0:.01:2;
Y=sim(net,X);
hold on,
p
www.eeworm.com/read/450289/7486125
frm frmmain.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form FrmMain
Caption = "江苏大学网络信息中心网络管理系统 - v1.0 Beta"
ClientHeight = 7980
Cl
www.eeworm.com/read/297600/8008793
log buildchk.log
BUILD: Computing Include file dependencies:
BUILD: Examining f:\visual c++ 网络程序设计实例详解\第5章 ndis中间层驱动开发\passthruex\driver directory for files to compile.
Compiling f:\visual c++ 网络程序设计实例详解\第5章 ndis中间层驱动