搜索结果

找到约 14 项符合 H1 的查询结果

Internet/网络编程 工具:Dynamips, VPCS 结点: R1: 10.0.0.0/8, 90.0.0.0/8 R2: 20.0.0.0/8, 90.0.0.0/8 S1: ethsw(以太网交换机) H

工具:Dynamips, VPCS 结点: R1: 10.0.0.0/8, 90.0.0.0/8 R2: 20.0.0.0/8, 90.0.0.0/8 S1: ethsw(以太网交换机) H1: 10.0.0.2 H2: 20.0.0.2 H3: 10.0.0.3 要求: 在R1的E2/0上部署out扩展ACL只禁止10.0.0.3访问90.0.0.2 在R2的E0/0上部署out标准ACL只禁止来自10.0.0.2的流量 在R2的E2/0上部署反身(reflexive)ACL 允许E ...
https://www.eeworm.com/dl/620/269592.html
下载: 90
查看: 1072

嵌入式/单片机编程 h0=figure( toolbar , none ,... position ,[198 56 408 468],... name , my second gui ) h

h0=figure( toolbar , none ,... position ,[198 56 408 468],... name , my second gui ) h1=axes( parent ,h0,...
https://www.eeworm.com/dl/647/451661.html
下载: 22
查看: 1092

数值算法/人工智能 BP神经网络程序,C语言源代码 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "ma

BP神经网络程序,C语言源代码 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "math.h" #include "stdio.h" #include "time.h" #include "fstream.h" #define N 120 //学习样本个数 #define IN 3 //输入层神经元数目 #define HN 2 //隐层神经元数目 #define ON 2 //输出层神经元数目 #def ...
https://www.eeworm.com/dl/518/453103.html
下载: 40
查看: 1139

源码 重力异常正演MATLAB程序

%球体 close all; G=6.67e-11; R=2;%球体半径 p=4.0;%密度 D=10.0;%深度 M=(4/3)*pi*R^3*p;%质量 x=-20:1:20; g=G*M*D./((x.^2+D^2).^(3/2)); Vxz=-3*G*M*D.*x./((x.^2+D^2).^(5/2)); Vzz=G*M.*(2*D^2-x.^2)./((x.^2+D^2).^(5/2)); Vzzz=3*G*M.*(2*D^2-3.*x.^2)./((x.^2+D^2).^(7/2)); subplot(2,2,1) plot(x,g,'k-'); xl ...
https://www.eeworm.com/dl/519923.html
查看: 183