登录

最新会员 最新下载

成为了本站VIP会员

05月31日 10:38

成为了本站VIP会员

05月31日 09:22

成为了本站VIP会员

05月28日 17:59

成为了本站VIP会员

05月26日 21:52

成为了本站VIP会员

05月25日 20:47

成为了本站VIP会员

05月24日 22:16
已选条件
  1. 编程语言:所有
  2. 代码类别:IP
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. Rndomized AODV

随机的自组网按需路由 (R AODV) 协议。在路由发现过程中,每个中介或路由器节点的源和目的节点之间作出决定作出广播/转发 RREQ 数据包进一步朝着目的地或删除它。在转发 RREQ 数据包,每个节点计算下降因素是的跃点计数走过 RREQ 数据包数目的逆函数。

1
下载
12
浏览
2022-09-30发布

2. 简单的无线模拟, NS2

这段代码只是为了展示的基本模拟无线网络使用网络仿真器(NS2)。DSDV路由协议和使用

1
下载
12
浏览
2022-09-30发布

4. 开放最短路径优先,网络协议编程,

开放最短路径优先,网络协议编程,-Open Shortest Path First, the network protocol programming,

1
下载
31
浏览
2022-09-23发布

5. 一个较好的Winsocket的封装库,呵呵,以色列人的杰作

一个较好的Winsocket的封装库,呵呵,以色列人的杰作-A better package WinSocket library, huh, huh, Israelis masterpiece

1
下载
31
浏览
2022-09-22发布

6. network programming examples

网络编程实例-拨号上网-network programming examples- dial-up Internet

1
下载
30
浏览
2022-09-16发布

7. 实现了基于UDP的控制网络拥塞的慢启动方法,能够针对服务器的回应做出反应。...

实现了基于UDP的控制网络拥塞的慢启动方法,能够针对服务器的回应做出反应。-UDP based on the realization of network congestion control method of the slow start, are able to cater for the server to respond to respond.

1
下载
36
浏览
2022-09-15发布

8. 传输控制协议

TCP-IP Unleashed, Third Edition 介绍TCP IP的一本好书,可能是本站最好的书籍 没看过不要说我瞎说.-TCP-IP Unleashed, Third Edition Introduction TCP IP

1
下载
67
浏览
2022-09-14发布

9. TCP

TCP-IP协议族中shell协议的C语言实现-TCP-IP protocol agreement the tribe shell of C Language

1
下载
36
浏览
2022-09-12发布

10. 网络通信CAsyncSocket编程

网络通信CAsyncSocket编程 -communications network programming CAsyncSocket

1
下载
30
浏览
2022-09-12发布

11. lwIP is TCP/IP protocol stack of a realization. lwIP protocol stacks of major co...

lwIP是TCP/IP协议栈的一个实现。lwIP协议栈主要关注的是怎么样减少内存的使用河代码的大小,这样就可以让lwIP适用于资源有限的小型平台例如嵌入式系统。为了简化处理过程和内存要求,lwIP对API进行了裁减,可以不需要复制一些数据。 -lwIP is TCP/IP protocol stack of a realization. lwIP protocol stacks of major concern is how to use the river to reduce the memory size of the code so that you can let lwIP applicable to the limited resources of small platforms such as embedded systems. To simplify the processing and memory requirements, lwIP of API have been cut, some data can not be copied.

1
下载
16
浏览
2022-09-08发布

12. iocp完整源码

完美实现IOCP的源码,菜鸟自学必备,另外里面还有意外惊喜// IOCPS.cpp: implementation of the IOCPS class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "IOCPS.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif #include "mswsock.h"

1
下载
30
浏览
2022-09-08发布

13. 对 tcp 的嗅探器

嗅探器来捕获 tcp udp 数据包, 筛选器基于一种声明性的谓语语法。筛选器是 ASCII 字符串,它包含的筛选表达式。pcap_compile() 采用的表达式,并把它转换为内核级数据包筛选器的程序中。 该表达式选择哪些数据包将被抛弃。如果给定了没有表达式,则网络上的所有数据包将都接受由内核级过滤引擎。否则,仅为其表达式为 "真" 的数据包将被接受。 表达式包含一个或多个基元。原语通常由一个id (名称或号码) 之前,由一个或多个限定符组成。有三种不同的限定符: 类型 限定符说指的是什么样的东西的 id 名称或编号。可能的类型是主机、网络和端口。例如,主机 foo"、 "净 1283"、 "端口 20"。如果不有任何类型限定符,则假定主机。 dir 限定符指定特定传输方向和/或从id。可能的方向是src、 dst, src 或 dst和src 和 dst。例如,"src 美孚"、 "dst 网 1283"、 " src 或 dst 端口 ftp-数据 "。如果有没有 dir 限定符,则假定src 或 dst 。为 null 链接图层 (即点到点协议,如滑) 的入站和出站的限定符可以用于指定所需的方向。 原始 限定符限制匹配到一个特定的协议。可能卷接机组是:醚、 fddi、 tr、 ip、 ip6、 arp、 rarp、 decnet、 tcp和udp。例如,"醚 src 美孚"、 "ar

1
下载
34
浏览
2022-09-05发布

14. TCP的客户端程序实现基本网络编程功能齐全

TCP的客户端程序实现基本网络编程功能齐全-TCP client program to achieve the basic network programming functions

1
下载
32
浏览
2022-09-03发布

15. 基于TCP/IP与单片机的数据采集,可以进行远程通信

基于TCP/IP与单片机的数据采集,可以进行远程通信-the data of a data wamp searching

1
下载
28
浏览
2022-09-01发布

16. 跨平台信息交流,基于 TCP/IP(UDP),无需服务器,简单易用,可传送文件和文件夹,通讯数据采用 RSA/Blofish 加密....

跨平台信息交流,基于 TCP/IP(UDP),无需服务器,简单易用,可传送文件和文件夹,通讯数据采用 RSA/Blofish 加密.-cross-platform information exchange, based on TCP/IP (UDP) without the server, simple and easy capable of transmitting files and folders, data communications using RSA/Blofish encryption.

1
下载
21
浏览
2022-08-26发布

17. LabVIEW TCP communication protocol produced by the server

labVIEW制作的TCP通讯协议的服务器端,采用LABVIEW8.6写的-LabVIEW TCP communication protocol produced by the server-side, using LABVIEW8.6 written

1
下载
45
浏览
2022-08-26发布

18. tcpserver的vb编程,希望有人喜欢!

tcpserver的vb编程,希望有人喜欢!-tcpserver of vb programming, want someone to love!

1
下载
26
浏览
2022-08-25发布

19. its the source code for building up UDP sockets at server side in a peer to peer...

its the source code for building up UDP sockets at server side in a peer to peer network

1
下载
34
浏览
2022-08-25发布

20. BSD协议栈路由模拟器 2.0. windows下的路由器模拟器,含ospf路由协议. BSD协议栈路由模拟器 2.0 操作说明:...

BSD协议栈路由模拟器 2.0. windows下的路由器模拟器,含ospf路由协议. BSD协议栈路由模拟器 2.0 操作说明: 本软件是利用winpcap的库文件与网卡进行交换,运行前请安装winpcap3.0以上版本。-BSD protocol stack routing simulator router simulator under 2.0.windows, including OSPF routing protocol. BSD protocol stack routing instructions Simulator 2.0: This software is to use WinPcap library file with the card exchange, run before the Please install winpcap3.0 above.

1
下载
43
浏览
2022-08-25发布