搜索资源列表
类似QQ的网络聊天程序源码
- 类似QQ的网络聊天程序源码,支持TCP和UDP连接,可以传输屏幕截图
飞鸽VC源码
- 著名的飞鸽传书VC的源码,供大家学习,不可作商业用途
lwip-1.4.0.rc2 这是tcp/ip协议的源码简化版
- 这是tcp/ip协议的源码简化版,便于向移动设备移植-This is the tcp/ip protocol source code simplified version for easy migration to mobile devices
eUDPDaDong 易语言UDP打洞源码
- 易语言UDP打洞源码 注意:本例程两个客户端必须在不同的内网中,在同一个内网中可能不能通信,也没的必要,服务器端要求端口映射8000和8011端口,客户端不必映射(客户端的UDP断口是8188)当两个客户都连接上服务器时自动开始打洞,双房可以通信,也可以关了服务器或客户断开TCP连接. 现在绝大多数的NAPT是Cone NAT。本人在测试的过程中,只好使用了一台日本的Symmetric NAT。还好不是自己的买的,我从不买日货, 希望看这篇文章的朋友也自觉的不要购买日本的东西
TCP IP 源代码.rar
- tcp/ip 源码 比较精简的,tcp/ip source more streamlined
myFile
- qt udp tcp 源码,是学习和开发qt网络程序的好例子-qt udp tcp source, is to learn and develop good example of network programming qt
tcp-ip-demo
- tcp/ip协议应用层应用源码,VC++6.0开发编译OK,smtp,pop3,dns-tcp/ip application layer application protocol source code, VC++ 6.0 compiler development OK, smtp, pop3, dns
ns-tcp
- 基于TCPRENO协议拥塞的算法源码,大家可以参考,有汉字说明-Congestion TCPRENO agreement based on the source of the algorithm, we can refer to, there are Chinese characters that
remotecontrol
- 远程控制源码 1)实时监视远程电脑的桌面操作变化 (2):快速准确的查看被监视电脑的实时桌面信息,具有远程桌面录像功能,可查看任意时间段的历史桌面信息。 (3):具有远程桌面控制功能,可以象操作本地计算机一样操作远程计算机。 (4):可以同时操控和查看10以上个电脑。 (5):采用TCP/IP协议,高压缩率差异传图,保证图象快速稳定传输。 (6):系统为C/S结构,客户端进程防删。 -Remote Control Source 1) real-time monitorin
wenjianchuanshu
- 我的毕业设计,一个简单的集聊天,文件传输于一体的vc源码,可选TCP或UDP传输模式!-My graduation project, a simple set chat, file transfer in one vc source, optional TCP or UDP transfer mode!
TCP-WINSOCK
- 此源码是您学习Windows网络编程的很好的程序。有两个程序,分为TCP客户端和TCP服务器端,让您能全面了解网络编程的实质。另外里面对代码有详细的注释,不下载会后悔哦-You learn from this source is a good Windows network programming procedures. There are two procedures, divided into TCP client and TCP server-side, so that you can f
tcp
- 对tcp协议进行了详细的分析,并通过抓包来证明结果,C语言编程,绝对经典的源码!-Tcp agreement on a detailed analysis, and to prove that the results of capture, C language programming, the source is absolutely classic!
NS2-TCP-UDP
- Linux环境中NS2TCPUDP ns2下仿真有线网络的延时、抖动、吞吐量的实验源码-Under the Linux environment NS2TCPUDP ns2 simulation wired network delay, jitter, throughput experimental source
UC-OS(TCP-IP-PPP)
- UC-OS的TCP IP PPP协议源码-UC-OS' s TCP IP PPP protocol source
TCP
- TCP/IP协议分析C语言源码下载 TCP/IP协议分析C语言源码下载-TCP implementation. Follows RFC 793 as closely as possible
tcp
- 用TCP_IP进行网际互联第二卷设计实现与内核 tcp源码-the source of tcp
TCP-C-S
- TCP winsocket C/S聊天源码-tcp winsocket client server demo
lwip源码详解
- lwip为轻量级的TCP/IP协议栈,所需系统资源较小,可跑在MCU上,该文档详细的剖析了源码实现的细节。(LwIP is a lightweight TCP/IP protocol stack, which requires less system resources and can run on MCU. The document analyzes the details of the implementation of the source code in detail.)
vc 源码TCP聊天
- 这是一个简单的源码,通过TCP协议实现简单的文字聊天功能(This is a simple source code, through the TCP protocol to achieve simple text chat function)
FTP客户端源码VC++6.0
- FTP客户端简单编写, 【设计要求】: 1)了解 FTP 协议的工作原理。( RFC765 , RFC2228, RFC2640, RFC2773 ) 2)主要是基于 TCP/IP 的 Winsock 编程,用 Visual C++6.0 实现一个基于 FTP 协议的 FTP 下载工具(客户端、实现工具可以自选)。(FTP client Understanding the working principles of the FTP protocol)