登录

最新会员 最新下载

成为了本站VIP会员

今天14:12

成为了本站VIP会员

10月30日 16:42

成为了本站VIP会员

10月27日 10:54

成为了本站VIP会员

10月23日 19:14

成为了本站VIP会员

10月21日 21:03

成为了本站VIP会员

10月20日 16:48
已选条件
  1. 编程语言:所有
  2. 代码类别:IP
  3. 发布时间:半年内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 快速TCP仿真NS2

快速TCP仿真NS2。你可以下载并部署在NS2模拟器。FAST TCP(也写作FastTCP)是一种TCP拥塞避免算法在长距离,高延迟链路特别是有针对性的,在网络实验室开发的,加州理工学院,现在被商业化FastSoft。 FastSoft是在2012年收购了Akamai的技术FastTCP与现有的TCP算法兼容,无需修改只到发送数据的计算机。大多数当前的拥塞控制算法检测拥塞和减速时,他们发现该数据包被丢弃,使平均发送速率取决于损失概率。这具有两个缺点。首先,低丢失概率必须维持高数据传输率;在TCP中里诺的情况下,非常低的丢失概率是必需的,但即使是新的拥塞避免算法,如H-TCP,BIC TCP和HSTCP需要损失率比由多数无线广域网提供低。此外,分组丢失仅提供关于拥塞等级信息的单个比特,而延迟时间为一个连续量并原则提供有关网络的更多信息。

1
下载
41
浏览
2022-04-07发布

2. this is my bedroom with Qualcomm graduate students to do design issues, the main...

这是本人跟通寝室同学做的毕业设计课题,该课题主要任务是在分析Linux内核的基础上,熟悉和掌握Linux流量控制的机理。并进一步实现可针对IP地址进行流量控制的应用软件。该软件采用C/S结构。客户端负责用户管理,流量控制策略管理和人机交互部分。服务器端负责带宽分配,流量控制的具体实现。在课题的具体分工上,本子课题负责客户端的实现。-this is my bedroom with Qualcomm graduate students to do design issues, the main topic was the analysis of the Linux kernel, on the basis of familiar and master Linux flow control mechanism. And further to target IP address flow control applications. The software using C/S structure. The client is responsible for user management, traffic management and control strategy HCI part. Server for bandwidth allocation and flow control of the specific realization. Specific topics in the division, the book topics for the client to achieve.

1
下载
39
浏览
2022-04-07发布

3. 看门狗的实现

应用背景实施监督有助于确定哪些行为不端使用NS2.34  无线网络节点; ;关键技术看门狗上面的实现是对AODV路由协议做的,这有助于在担保方式发送的数据包。

1
下载
18
浏览
2022-04-07发布

4. 这是一个演示TDI客户端驱动程序

This is a demonstration of a TDI client driver-This is a demonstration of a TDI client driv er

1
下载
26
浏览
2022-04-02发布

5. UDP文件传输

本程序运用UDP原理进行文件的传输,文件被分割为256B的数据块,为保证数据块的传输顺序,采用自定义Windows消息进行同步,即每接受完一个数据块给出一个消息,发送法受到消息后发送数据。

1
下载
33
浏览
2022-04-01发布

6. 犯错

《TCP/IP详解,卷1:协议》是一本完整而详细的TCP/IP协议指南。描述了属于每一层的各个协议以及它们如何在不同操作系统中运行。作者用Lawrence Berkeley实验室的tcpdump程序来捕获不同操作系统和TCP/IP实现之间传输的不同分组。对tcpdump输出的研究可以帮助理解不同协议如何工作。 本书适合作为计算机专业学生学习网络的教材和教师参考书。也适用于研究网络的技术人员-err

1
下载
39
浏览
2022-03-31发布

7. 如何在 ns2 中创建动态的无线网络

可以在工具命令语言 (TCL) 脚本中使用 rand 函数建模在 ns2 动态的无线网络。在网络中节点的数目在运行时动态地变化。动态的无线网络为每个节点分配的动态位置。Sample3.tcl 文件显示动态网络与动态数量的部署在 500 米 * 500 米范围的执行过程中指定的节点

1
下载
41
浏览
2022-03-31发布

8. UDP网络编程,程序精简说明了UDP协议的运行机制,适合于新手学习使用...

UDP网络编程,程序精简说明了UDP协议的运行机制,适合于新手学习使用-UDP network programming, the program describes the UDP protocol to streamline the operation of the mechanism, suitable for novices learning to use

1
下载
29
浏览
2022-03-30发布

9. document contains the three modules and involving all relevant protocols of the...

文件包含的3个模块涉及了所有和 winsock 相关的函数-document contains the three modules and involving all relevant protocols of the function

1
下载
25
浏览
2022-03-30发布

10. 网络聊天客户端程序。主要应用了TCP协议,该程序要与TCPChatRoomServer配合使用...

网络聊天客户端程序。主要应用了TCP协议,该程序要与TCPChatRoomServer配合使用-network chat client. Use a TCP, and the procedures to be used in conjunction with TCPChatRoomServer

1
下载
36
浏览
2022-03-30发布

11. UDP传输视频/音频

此程序用于通过协议传输音频/视频RTP.至要实现此计划,我们需要与;

1
下载
18
浏览
2022-03-30发布

12. network

Iperf是一个网络性能测试工具。可以测试TCP和UDP带宽质量,可以测量最大TCP带宽,具有多种参数和UDP特性,可以报告带宽,延迟抖动和数据包丢失。Iperf在linux和windows平台均有二进制版本供自由使用。-network

1
下载
22
浏览
2022-03-30发布

13. 使用VC++ 6的Socket类实现UDP协议。该计划包括美国。

利用VC++6.0中的Socket类实现UDP协议。该程序中包括服务器和客户端程序,通过设置端口号后可直接通信。-Use VC++ 6.0 of the Socket class implements UDP protocol. The program includes server and client program, by setting the port number can be direct communication.

1
下载
35
浏览
2022-03-30发布

14. unix program of echo server for tcpip socket programming learning

unix program of echo server for tcpip socket programming learning

1
下载
15
浏览
2022-03-29发布

15. WinPcap来捕获和分析IPv6数据包

WinPcap来捕获和分析IPv6数据包-WinPcap to capture and analyze IPv6 packets

1
下载
28
浏览
2022-03-29发布

16. 一个基于聊天的程序,通过这个小程序的学习你可以学到如何使用套接字进行网络编程、自定义消息、多线程方面的编程思想以及学习使用各种控件。   本程序利用Soc...

一个基于聊天的程序,通过这个小程序的学习你可以学到如何使用套接字进行网络编程、自定义消息、多线程方面的编程思想以及学习使用各种控件。   本程序利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。 -A chat-based procedures, the adoption of this small program you can study and learn how to use the socket network programming, since the definition of news, multi-threaded programming aspects of thinking and learning using a variety of controls. This procedure will use the main program is divided into Socket socket server and client in two parts. Adopted UDP and TCP/IP combination effectively improved the timeliness of data transmission and stability. This procedure is also used in a multi-threaded programming procedures to solve their own congestion.

1
下载
38
浏览
2022-03-29发布

17. RTP/RTCP C realized, for the object

RTP/RTCP的C++实现,供采用面向对象编程的朋友参考。个人觉得代码结构较好,可以直接使用。-RTP/RTCP C realized, for the object-oriented programming reference to a friend. Feel better code structure can be used directly.

1
下载
36
浏览
2022-03-28发布

18. 多媒体实时流传输协议(RTP/RTCP)C++ 了lib包平台要求(linux,unix,windows)用于网络音频视频传输...

多媒体实时流传输协议(RTP/RTCP)C++ 了lib包平台要求(linux,unix,windows)用于网络音频视频传输-real-time multimedia streaming transfer protocol (RTP/RTCP) C lib a request packet platform (Linux, Unix, windows) for audio and video transmission network

1
下载
19
浏览
2022-03-28发布

19. IP栈的实现

UHPer IP协议栈源码,可移植于其它OS -IP stack implementation

1
下载
19
浏览
2022-03-25发布