登录

最新会员 最新下载

成为了本站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. Io 完成套接字服务器

这使用 IO 完成端口插座,处理来自客户端的传入连接。Io 完成端口是高可扩展性和多处理器技术,创建高度可扩展的服务器。 高度可扩展、 多处理器 高度可扩展、 多处理器

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

2. stm32_phy_server_client

应用背景stmf4_master TCP UDP的例子,这是inculeded PHY层图书馆对于初学开发者。关键技术这是一个phytechnologhy STM32F4探索,这是很好的工作,服务器或客户端的UDP或TCP

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

3. ping程序 完整版

随便做的ping程序 用c++运行,用mfc做的对话框,模拟windows的ping功能将其用简介的对话框形式表现出来

1
下载
16
浏览
2022-02-01发布

4. IP摄像头源码spydroid-ipcamera

Android手机摄像头实现网络监控 The stream can be directly read by VLC which is great because VLC is a very powerful tool, for example you can really easily record the stream in a file You can enable/disable sound or video streaming The resolution, the bitrate and the framerate of the stream can be configured... Two video encoders are available for the video streaming: H.263 and H.264. For sound streaming AMR and AAC are available. You can choose between the back facing camera and the front facing camera

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

5. 随着网络带宽的迅速增长,主机协议处理开销已经成为系统整体性能的瓶颈.近年来,在协议加速领域开展了大量的研究工作,主要分为协议处理机制、实现以及结构的优化.在分析...

随着网络带宽的迅速增长,主机协议处理开销已经成为系统整体性能的瓶颈.近年来,在协议加速领域开展了大量的研究工作,主要分为协议处理机制、实现以及结构的优化.在分析了协议处理的开销与性能之后,从协议机制、实现和处理结构这3方面对TCP(transmission control protocol)加速技术的研究现状进行了总结,并分析了进一步的研究方向-With the rapid increment of network bandwidth, the overheads of protocol on host have become the bottleneck of system performance. A lot of work including optimization for protocol mechanism, implementation and architecture have been developed in the fields of protocol acceleration. After analyzing overhead and performance of the protocols, it is attempted to survey the developments of TCP (transfer control protocol) accelerating on mechanism, implementation and architecture. Finally, some future directions are discussed. Key words: protocol performance overhead acceleration mechanism implementation architecture

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

6. 周立功公司经典的TCP/IP协议占程序编写,与大家共享

周立功公司经典的TCP/IP协议占程序编写,与大家共享-weeks meritorious classical company in the TCP/IP protocol procedures for the preparation and share

2
下载
39
浏览
2022-01-31发布

7. TCP data and message transferring, server program.

TCP协议数据传输和聊天程序服务器端程序源代码-TCP data and message transferring, server program.

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

8. 独立封装了TCP/UDP的Socket,采用Socket2.0,包括采用注册消息的方式和重叠IO方式,欢迎大家提意见...

独立封装了TCP/UDP的Socket,采用Socket2.0,包括采用注册消息的方式和重叠IO方式,欢迎大家提意见-independent of TCP/UDP Socket used Socket2.0, including registration information and the overlap IO, we welcome comments

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

9. uIP是一个非常小的实现的TCP / IP协议栈,是由亚当博士写的。

uIP is a very small implementation of the TCP/IP stack that is written by Adam Dunkels . More information can be obtained at the uIP homepage at http://dunkels.com/adam/uip/ The directory structure look as follows: apps/ - example applications doc/ - documentation uip/ - actual uIP TCP/IP, SLIP and ARP code unix/ - Example of how to run uIP as a user space process under FreeBSD or Linux-uIP is a very small implementation of the TCP/IP stack that is written by Adam Dunkels lt;adam@dunkels.comgt;. More information can be obtained at the uIP homepage at http://dunkels.com/adam/uip/ The directory structure look as follows: apps/- example applications doc/- documentation uip/- actual uIP TCP/IP, SLIP and ARP code unix/- Example of how to run uIP as a user space process under FreeBSD or Linux

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

10. RTSP开放源代码

rtsp open source code Got from mpeg4ip project and I port to st platform

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

11. windows下TCP的Socket编程代码实例,分Server和Client两部分。

windows下TCP的Socket编程代码实例,分Server和Client两部分。-windows under the TCP of Socket programming code examples, sub Server and Client in two parts.

1
下载
38
浏览
2022-01-30发布

12. 利用TCP/IP协议传送文件,可同时传送4路

利用TCP/IP协议传送文件,可同时传送4路-Sputum 利 TCP/IP Kwai 传 accumulated Kuang Colon 件, 可 Ke Creek 传 Colon 4 路

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

13. TCP 心跳检测

判断对方(设备,进程或其它网元)是否正常动行,一般采用定时发送简单的通讯包,如果在指定时间段内未收到对方响应,则判断对方已经当掉。用于检测TCP的异常断开。 基本原因是服务器端不能有效的判断客户端是否在线也就是说,服务器无法区分客户端是长时间在空闲,还是已经掉线的情况。所谓的心跳包就是客户端定时发送简单的信息给服务器端告诉它我还在而已。 代码就是每隔几分钟发送一个固定信息给服务端,服务端收到后回复一个固定信息。如果服务端几分钟内没有收到客户端信息则视客户端断开。比如有些通信软件长时间不使用,要想知道它的状态是在线还是离线就需要心跳包,定时发包收包。 发包方可以是客户也可以是服务端,看哪边实现方便合理。一般是客户端。服务器也可以定时轮询发心跳下去。 一般来说,出于效率的考虑,是由客户端主动向服务器端发包,而不是相反。

1
下载
20
浏览
2022-01-27发布

14. unix program of chargen client for tcpip socket programming learning

unix program of chargen client for tcpip socket programming learning

1
下载
24
浏览
2022-01-27发布

15. 一个win95下的VPN源代码

一个win95下的VPN源代码-under a win95 VPN source code

1
下载
29
浏览
2022-01-27发布

16. TCP 客户端

这是一个简单的TCP Client.These 类的实现提供更高级别抽象的套接字来实现客户端程序。

1
下载
14
浏览
2022-01-27发布

17. 没有 IP 更新

用 www.no-ip.com 帐户没有 IP 更新应该很容易支持以及其他 dns 重定向注意到一些人想要这个所以希望能帮到你:)

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

18. LabView使用TCP协议做简单通信

该程序可以实现简单的TCP/IP通信协议,发送字符串和接收字符串,Client设置好端口号和IP地址,Serve设置好端口号, 以上所提供的是一个标准的TCP/IP架构,你只需要稍作修改,就可以让现有的程式具有网路资料传输功能

1
下载
30
浏览
2022-01-26发布

19. TCP/IP使用VC编写有用的网络资源

TCP/IP网络源码,用VC编写,很有用处的-TCP/IP network source using VC prepared useful

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

20. 6套接字写的一个小例子的客户端

vc++6.0写的一个socket小例子 客户端-vc 6.0 socket write a small example of the client

1
下载
32
浏览
2022-01-26发布