登录
首页 » Unix_Linux » 基于NS2的有线网络仿真模拟和性能分析wired

基于NS2的有线网络仿真模拟和性能分析wired

于 2020-07-12 发布 文件大小:267KB
0 128
下载积分: 1 下载次数: 29

代码说明:

  基于NS2的有线网络仿真模拟和性能分析。通过一个哑铃拓扑结构的网络模拟平台,对TCP、UDP协议进行仿真分析。(NS2-based wired network simulation and performance analysis. Dumbbell topology with a network simulation platform for TCP, UDP protocol simulation and analysis.)

文件列表:

wired.nam,2873697,2011-09-21
wired.tcl,3695,2011-09-21
wired.tr,1165101,2011-09-21

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • article
    详细介绍lcga&lcfa频谱分配算法程序包及其仿真结果(Detailed spectrum allocation algorithm lcga & lcfa package and its simulation results)
    2012-08-21 09:54:12下载
    积分:1
  • DBN代码
    MATLAB实例与人工智能神经网络深度学习深度信念网络(MATLAB instance and artificial intelligence neural network deep learning deep belief network)
    2021-04-21 15:38:49下载
    积分:1
  • 神经 永磁同步电机控制
    有完整的仿真模型,和代码, function [sys,x0,str,ts]=mdlInitializeSizes(t,x,u) %首先调用simsizes函数得出系统规模参数sizes,并根据离散系统的实际情况设置 %sizes变量 global nn;  %节点数 ,神经网络的输入为3个变量,输出1个 sizes=simsizes; sizes.NumContStates=0; sizes.NumDiscStates= 5*nn + 5*nn;   %状态: c (3*nn), b (nn*1), w (nn*1), 总共: 5*nn*2,,前5*nn为k-2时刻,后5*nn 为k-1时刻状态 sizes.NumOutputs= 4 + 5*nn;  %S函数的输出为jacobian: partial y/parital u, 神经网络的输出,,以及所有权值,,注意区别于神经网络的输出 sizes.NumInputs=3; %网络的输入: u(k), yout(k), yout(k-1) sizes.DirFeedthrough=1; sizes.NumSampleTimes=1; sys=simsizes(sizes); c0= 1* ones(3*nn, 1); b0 = 1* ones(nn,1); w0= 0.001*ones(nn,1); x0 = [[c0; b0; w0];[c0; b0; w0] ]; %各权值给初值 str=[];
    2022-01-28 23:03:09下载
    积分:1
  • udp
    基于udp的服务器与客户端之间传输字符串(Udp-based server and the client to transfer a string)
    2010-11-06 22:24:05下载
    积分:1
  • SVDD
    说明:  SVDD用于实现异常点检测,为一种单分类器。(SVDD is a single classifier for outlier detection.)
    2021-03-08 10:19:29下载
    积分:1
  • nagios源码
    Nagios是一个监视系统运行状态和网络信息的监视系统。Nagios能监视所指定的本地或远程主机以及服务,同时提供异常通知功能等Nagios可运行在Linux/Unix平台之上,同时提供一个可选的基于浏览器的WEB界面以方便系统管理人员查看网络状态,各种系统问题,以及日志等等。
    2022-08-17 17:36:09下载
    积分:1
  • This is a multi
    这是一个多线程收发数据的程序,所有的内容都已经清楚地注释过了-This is a multi-threaded procedure to send and receive data, all the contents of the Notes have been clearly
    2023-07-27 17:45:03下载
    积分:1
  • telephone dial
    电话拨号程序,直接根据isp提出的rfc3261协议-telephone dial-up procedures, isp directly under the agreement rfc3261
    2022-10-03 05:45:03下载
    积分:1
  • PEQ1234577168
    此代码实现了音频显示中的参量EQ曲线的算法。简洁易懂也易移植 (This code realization that the audio of the parameters of the algorithm EQ curve. Concise and easy also easy to transplant )
    2011-06-28 16:39:29下载
    积分:1
  • Exercise5-Softmax-Regression
    斯坦福深度学习教程中关于softmax regression的练习代码,源代码中需要补全的地方,全部把代码补完整,把手写体识别的数据库放到路径下,可以直接运行(Stanford deep learning tutorial exercises on softmax regression code, source code need to fill all places, all the full complement of the code, the handwriting recognition into the path of a database, you can run directly)
    2013-06-21 11:14:23下载
    积分:1
  • 696522资源总数
  • 104047会员总数
  • 21今日下载