登录

最新会员 最新下载

成为了本站VIP会员

39分钟前

成为了本站VIP会员

05月09日 16:51

成为了本站VIP会员

05月09日 14:47

成为了本站VIP会员

05月08日 20:16

成为了本站VIP会员

05月08日 10:54

成为了本站VIP会员

05月07日 09:50
已选条件
  1. 编程语言:所有
  2. 代码类别:IP
  3. 发布时间:一周内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. C++实现网络通信TCP协议,简单客户端与服务器通信,应答等功能...

C++实现网络通信TCP协议,简单客户端与服务器通信,应答等功能-C++ Achieve network communication TCP protocol, a simple client and server communications, response and other functions

1
下载
10
浏览
2023-06-24发布

2. TCP同步插座

在这篇文章中,我不会专注于.NET套接字编程的基础知识,因为已经有大量的覆盖基础(例如介绍Socket编程,套接字在C#等)有用的文章,而是我将专注于部分其中那些有用的文章并不涉及,那就是“如何开发一个套接字服务器程序可以是能够通过尽可能多的客户端进行连接,因为它希望!”,怎么看这种情况发生阅读文章的其余部分。使用代码该溶液包含两个项目:服务器和客户他们两人都是控制台应用程序(使用.NET框架2.0和Visual Studio2010开发的)。首先,我将演示服务器代码,然后在客户端的代码,因为后者是更简单。

1
下载
33
浏览
2023-06-24发布

3. 嵌入式TCP/IP协议栈LwIP的一些应用程序,其中的例子可以用来测试socket,还有一个简单的http server...

嵌入式TCP/IP协议栈LwIP的一些应用程序,其中的例子可以用来测试socket,还有一个简单的http server-Embedded TCP/IP Protocol Stack Implementation of LwIP some applications, One example can be used to test socket, there is a simple http server

1
下载
10
浏览
2023-06-23发布

4. 利用抓包的sdk捕获网卡上的数据包,分析包的头部,一层一层的解析,ip,icmp,tcp,最后手动的重组这些包,复现原来的网页,有助于理解tcp/ip协议...

利用抓包的sdk捕获网卡上的数据包,分析包的头部,一层一层的解析,ip,icmp,tcp,最后手动的重组这些包,复现原来的网页,有助于理解tcp/ip协议-Use the sdk capture card to capture packets on the analysis of packet head, step by step analytical, ip, icmp, tcp, the final restructuring of these packages manually, rehabilitation is the original web pages, help to understand the tcp/ip protocol

1
下载
25
浏览
2023-06-23发布

6. UDP communication source code, this program suitable for the application of embe...

UDP通信源程序代码,本程序适合在嵌入式设备中应用,能够实现嵌入式设备与计算机通过以太网的互联。-UDP communication source code, this program suitable for the application of embedded devices, embedded devices can be realized with the computer via Ethernet connectivity.

1
下载
35
浏览
2023-06-17发布

7. 利用UDP协议得到某一网段内所有机器的IP、机器名、工作组、用户名和MAC地址。...

利用UDP协议得到某一网段内所有机器的IP、机器名、工作组、用户名和MAC地址。-Using UDP protocol to be a网段内all the machines IP, machine name, working groups, user name and MAC address.

1
下载
34
浏览
2023-06-15发布

8. 通用抽奖程序,电视里大多数抽奖用的.有需要的朋友可以研究一下...

通用抽奖程序,电视里大多数抽奖用的.有需要的朋友可以研究一下-General lottery procedures, the majority of TV used in the draw. There is a need to look at friends can

1
下载
26
浏览
2023-06-15发布

9. 简单的UDP服务器端,同客户端一起使用实现收发数据

简单的UDP服务器端,同客户端一起使用实现收发数据-UDP simple server-side, used in conjunction with the client to send and receive data to achieve

1
下载
29
浏览
2023-06-15发布

11. 对udp协议的修改后的客户端代码,实现了数据包的顺序接收

对udp协议的修改后的客户端代码,实现了数据包的顺序接收-right udp agreement to revise the client code, achieving a data packet order to receive

1
下载
10
浏览
2023-06-14发布

12. ZLG的TCP/IP协议栈用于UC/OS2.52可以做学习和开发使用,

ZLG的TCP/IP协议栈用于UC/OS2.52可以做学习和开发使用,-ZLG the TCP/IP protocol stack can be done for UC/OS2.52 learning and development use,

1
下载
11
浏览
2023-06-11发布

13. 一个用UDP实现的网络即时聊天系统,语言用的C++,实用,大家可以一起学习...

一个用UDP实现的网络即时聊天系统,语言用的C++,实用,大家可以一起学习-using UDP achieve a network chat system, using the C language, practical, we can learn

1
下载
66
浏览
2023-06-09发布

14. 卫星网络编码技术,网络编码源代码学习,网络可靠编码,网络组播通信协议编码...

卫星网络编码技术,网络编码源代码学习,网络可靠编码,网络组播通信协议编码-satallite network coding,network coding,study the satallite coding

1
下载
11
浏览
2023-06-07发布

15. UDP 通信程序,演示了简单的UDP的用法.

UDP 通信程序,演示了简单的UDP的用法.-UDP communication procedures, a simple demonstration of the use of UDP.

1
下载
10
浏览
2023-06-05发布

17. TCP/IP协议栈的译本,对大家进行嵌入式开发会有帮助。

TCP/IP协议栈的译本,对大家进行嵌入式开发会有帮助。-TCP/IP protocol stack translation, the U.S. would be helpful for embedded development.

1
下载
10
浏览
2023-06-01发布

18. python 实现tcp/ip socket 编成( server and client )

基于python实现 tcp/ip socket 编成,实现 server 和 client 通讯

1
下载
31
浏览
2023-06-01发布

19. example of socket communication, the establishment of a socket, bind port, send...

socket 通讯的例子,套接字的建立,绑定端口,发送数据,接受数据-example of socket communication, the establishment of a socket, bind port, send data, receive data

1
下载
21
浏览
2023-06-01发布

20. 基于TCP/IP协议的服务器转发

1.  通过服务器实现多个Ip与本地ip之间的数据转发; 2.  一个服务器可以连接多个Ip地址,并显示在服务器列表框中; 3. 通过加入ip地址信息识别哪个机器需要进行数据转发。

1
下载
12
浏览
2023-05-30发布