登录

最新会员 最新下载

成为了本站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. socket-server-client-java

android利用socket发送数据到PC,PC端也用socket接收并显示。 文件列表: Socket_Server.classpath   ..............project   ..............settingsorg.eclipse.jdt.core.prefs 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报

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

2. 这是一个无线路由器的代码,大家有空可以看看,并不高深

这是一个无线路由器的代码,大家有空可以看看,并不高深-This is a wireless router code, we can see the time is not well.

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

3. UNIX下的UDP客户端程序,大家可以参考

unix 下的UDP 客户端程序,大家可以参考-UDP under unix client program, we can refer to

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

5. 周立功arm开发板上 tcp/ip协议栈实现的全部源代码,在此给出,与大家共享!...

周立功arm开发板上 tcp/ip协议栈实现的全部源代码,在此给出,与大家共享!-weeks meritorious arm development board tcp/ip protocol stack to achieve the full source code, in this given and share!

2
下载
34
浏览
2022-03-04发布

6. UDP protocol using point

利用UDP协议打包点对点传送文件接收端软件-UDP protocol using point-to-point transmission of documents packaged software receiver

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

7. 在NS2中恶意节点编码

应用背景移动自组网中的恶意节点创建关键技术TCL脚本编码,网络仿真工具NS2,maobie AdHoc网络

1
下载
13
浏览
2022-03-04发布

8. 网络五子棋

网络五子棋包括客户端,服务器端,使用c++语言编写,MFC框架搭建,棋盘由CDC进行绘制,交互使用TCP协议,CSocket套接字编程,开始时先配置服务器端ip,和端口号,以及客户端ip地址及端口号,然后进行链接,包含所有源代码及编译后exe文件

1
下载
44
浏览
2022-03-03发布

9. TCP_IP_C51 C51 source for the TCP/IP Protocol Stack

TCP_IP_C51源程序 用于C51的TCP/IP协议栈-TCP_IP_C51 C51 source for the TCP/IP Protocol Stack

1
下载
23
浏览
2022-03-03发布

10. introduced a RTP/RTCP protocol and application procedures

一个介绍RTP/RTCP协议及应用的程序-introduced a RTP/RTCP protocol and application procedures

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

11. server与client实现多线程的连接和交流,并且server提供下载文件的列表,client可以进行下载...

server与client实现多线程的连接和交流,并且server提供下载文件的列表,client可以进行下载 -Perform multi-threading server and the client connections and communication, and the server a list of files available can be downloaded

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

12. 一个轻量级开源的TCP/IP协议栈,用于嵌入式/单片机系统

一个轻量级开源的TCP/IP协议栈,用于嵌入式/单片机系统-A lightweight open-source TCP/IP protocol stack for embedded/single-chip microcomputer system

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

13. A time server(UDP), which brodcasts the time and users can sync their time with...

A time server(UDP), which brodcasts the time and users can sync their time with the server.

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

14. Testing TCP and UDP socket servers using C# and .NETWhen you re developing a TCP...

Testing TCP and UDP socket servers using C# and .NETWhen you re developing a TCP/IP server application it s easy to test it poorly. It s easy to fire requests into a server, check the responses and assume that s enough. Even if you re testing using the actual production client application you may find that you are failing to fully test the server under heavy load or unusual network conditions. You may be using two or more machines, but your development network probably doesn t cause the kind of packet fragmentation and delays that you might encounter in the wild. Often when testing in the development environment your server only ever receives complete, distinct messages, and this can lead novice developers to assume that this is how it always is. As we pointed out in a previous article, the server developer is always responsible for breaking up the TCP byte stream into protocol specific chunks.

1
下载
21
浏览
2022-03-02发布

16. VB串行抄表TCP/RS485的小程序,打开程序,删除TCP…

VB读TCP/RS485串口电表的小程序 打开程序后,移开tcpserver窗体,在tcpclient窗体中先按connect连接,然后就能从返回一个文本框中返回十六进制表示的数据,具体设置ip地址与电表参数需在代码中自己更改-VB Serial Meter Reading TCP/RS485 small program to open procedures, removed tcpserver form, in the form tcpClient connect to their connection, and then will be able to return to a text box to return to hexadecimal data, specific set ip address and meter parameters need to change in the code itself

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

17. 一本介绍网络编程的书籍,首先介绍了网络编程的接口、注意实现等,然后具体详解了TCP、UDP、socket等编程。...

一本介绍网络编程的书籍,首先介绍了网络编程的接口、注意实现等,然后具体详解了TCP、UDP、socket等编程。-Introduced a network programming books, first introduced the network programming interfaces, such as attention to achieve, and then explain the specific TCP, UDP, socket programming, etc..

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

18. 把早些时候写的一个串口转TCP/IP的程序发上来,希望对初学者学习串口编程有点帮助。...

把早些时候写的一个串口转TCP/IP的程序发上来,希望对初学者学习串口编程有点帮助。-Earlier to write a serial port to TCP/IP procedures for hair up, I hope the serial programming for beginners to learn a little help.

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

19. 套接字编程 tcp和udp的都有 网络原理综合训练

套接字编程 tcp和udp的都有 网络原理综合训练-Tcp and udp socket programming networks have the principle of comprehensive training

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

20. 使用VB开发套接字编程,用 Winsock 实现聊天的程序。

使用VB开发套接字编程,用 Winsock 实现聊天的程序。-use VB socket programming, chatting with Winsock procedures.

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