搜索资源列表
用CSharp实现基于TCP协议的网络通讯
- 本文介绍了C#中如何使用System.Net.Socket来进行基于TCP协议的通信编程,该文是以读取服务器系统时间这么一个简单例子来说明的。-This paper introduces the C# System.Net.Socket how to use TCP-based communications program, the text is based on the server time to read such a simple example to explain.
TCP协议编程
- 用stockt类进行的tcp协议的编程,包括3部分的内容,信息的传送,消息的接受,端口的监控-stockt category with the tcp agreement programming, including the three parts of the content, the transmission of information, news acceptance, port control
TCP实现客户服务器聊天程序
- 操作系统课程设计任务书 一、设计题目:多机进程通信 应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。 二、设计思路和功能的详细描述 采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务
jpegNetWork--TCP
- 基于DM642、DM643的网络摄像机,实现网络视频传输功能,采用TI的JPEG库进行视频压缩,使用TCP协议传输,达到每秒10帧以上,基本实现实时功能。
TCP协议代码
- TCP协议实验代码
C#TCP网络聊天
- 用C#实现一个简单的基于TCP协议的网络聊天软件。
TCPServer基于TCP协议的服务器端程序
- 基于TCP协议的服务器端程序,包含启动、停止监听 接收、发送信息等基本功能-TCP-based server-side program, including start, stop listening to receive, send messages and other basic functions
tcp.rar
- 利用51单片机实现TCP协议。提供已经调试的原程序代码.,The realization of the use of 51 single-chip TCP protocol. Has been provided by the original program code debugging.
TCP
- 1.利用原始套接字实现简单的TCP协议分析器。 2.系统功能包括: 2.1 原始套接字与网卡邦定,并接收流经网卡的所有数据包; 2.2 对数据包进行分析以获得源IP地址和目的IP地址; 2.3 对TCP Segment进行分析以获得其首部详细信息; 2.4 显示分析结果 3 建议使用VC++ -tcp
TCP
- C#写的基于TCP协议的服务器和客户端程序,实现简单的发送字符串的功能,适合初学者研究-Written in C# TCP protocol based server and client, simply send the string to achieve the function of research for beginners
数据通信与计算机网络试验
- 用VB控件WINSOCK的TCP协议制作的局域网聊天工具,做得不好,请多多指教。-WINSOCK control using VB produced by the TCP protocol LAN chat tools, not doing a good job, please exhibitions.
tcp
- Ns2 TCP 协议改进 版本 提高goodput -TCP imprivemnt
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!
ns-tcp
- ns-tcp实现的代码,可以学习TCP协议的实现-ns-tcp implementation code, you can learn the realization of TCP protocol
TCP
- Java之TCP协议封装类,并附带一个文件传输应用实例.-tcp transferring sample in java language
TCP-YP
- 基于TCP协议的简单程序,实现了点对点间的对话传输,适合初学者学习-TCP protocol based on a simple process, achieved a point of dialogue between the transmission, suitable for beginners to learn
TCP通信
- C#代码,采用TCP协议实现视频采集和通信 开发平台(C# code, using TCP protocol to achieve video acquisition and communication development platform)
My TCP Server
- 简单的TCP协议,通过简单的例子将网络协议讲的十分详细,充分(Simple TCP protocol, through a simple example of the network protocol is very detailed and full)
vc 源码TCP聊天
- 这是一个简单的源码,通过TCP协议实现简单的文字聊天功能(This is a simple source code, through the TCP protocol to achieve simple text chat function)
tcp 协议通信
- 利用TCP协议实现客户端和服务器之间的通信(Using TCP protocol to communicate the communication between the client and the server)