搜索资源列表
用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.
Server_Ftp
- 利用进程通信套接字socket 的编程接口功能,设计和实现了一个简单的文件传输协议。此为FTP服务器端。-communications process using socket programming interface functions, Design and Implementation of a simple file transfer protocol. To this FTP server.
Network
- 简单的socket api 通信事例 适合初学socket的人入手的好参考
SocketCS
- 通过Socket进行通信的简单网络程序,包括一个client程序和一个EchoServer程序。
ClientTest
- 异步即时通信 传输文件源代码,简单的使用异步SOCKET
ServerTest
- 异步通信服务器端测试源代码,实现了简单的异步SOCKET
SimpleScoket
- 一个很简单的程序,实现最基本的Socket通信!
UPDATA
- SOCKET通信的 一个简单的练手东西 新手可以参照一下
socket_exercise
- 简单的点对点通信,是控制台应用程序,是初学网络通信,尤其是socket 编程的好的例子。
newsock
- 一个简单的SOCKET通信的例子。 可以作为服务端进行侦听,也可以作为客户端请求连接。-a simple example of Socket Communications. As for the interception server, the client can ask to be connected.
Socket最简单的通信列子,可以模拟聊天
- 1. 使用Socket写的自简单的通讯例子。我一直强调简单,一个只有简单才能一眼看明白Socket通讯的原理,节省您的时间。 2. 但是设计的知识却很丰富。