搜索资源列表
WinSocket-TCP
- 用VC写的winsock聊天程序,分服务器和客户机俩个程序,是学习winsock很好的源码!- Winsock writes which with VC chats the procedure, divides the server and a client pairs procedure, studies the winsock very good source code!
TCP的客户服务器通信程序
- TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:\\\\client\\\\ls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP client-server communicatio
TCP客户服务器通讯测试软件
- TcpIP网络通讯,客户服务器通讯测试程序! 异步socket编程!-TcpIP network communications, client-server communications test procedure! Asynchronous socket programming!
smalltcpClient
- 一个简单的TCP客户端程序。 可以方便的发送数据以及查看接收到的数据。 是编程开发的好帮手-a simple TCP client. This can facilitate the reception of data and check the data. Programming is a good helper
TCP服务器端MANK
- 一个TCP/IP的服务器端,但是增加了列表显示以及对客户端标示管理!-A TCP/IP server program with list display and client management
tcp通信
- 这是一个利用TCP协议进行通信的程序,很典型,适合初学者学习,程序分两个部分,客户端和服务器-using TCP communication procedures, typical, for beginners to learn, procedures in two parts, the client and server
12345TCPClient
- 采用自定义消息,tcp客户端编程,具有较高的参考价值。-self definition of news programming tcp client with high reference value.
ClientExample
- a simple tcp client with java,you can use it to connect with a tcp server.-a simple tcp client with java, you can use it to connect with a tcp server.
MyTcpClient
- 封装好了的一个TCP客户端程序,可以移植到其他项目中,采用VC++6.0开发完成。-a good package of a TCP client, can be transferred to other projects, using VC 6.0 is developed.
TCP_Client_Server
- 简单的TCP客户端与服务器源码,可供初学者参考-simple TCP client and server source code for beginners reference
TCPclient+
- 使用WINSOCK实现基于TCP协议的代码客户端程序,已经通过调试-use of Winsock Based on the TCP client code has been adopted Debugging
TCP-chat-client
- 这是一个基于tcp的聊天工具,采用了异步socket模式.非常适合正在进行网络编程的人-This is a tcp-based chat tools, using the asynchronous socket model. very suitable for the ongoing program of the network
netclient_JS
- 这是一个简单的TCP客户端程序,对入门者不错的哦-This is a simple TCP client to beginners oh good
basicClient
- this a basic TCP client, running on windows environment.
Client
- TCP/IP网络聊天客户端,对服务端发起socket请求,服务器端接收后实现聊天数据互发。
TCP
- 里面有基于TCP的Client和Server两个源码,对大家写C/S聊天有帮助。
TCPClient
- tcp client wince.net 使用
TCP-server-client
- 在服务端运行tcp.exe, 在另一台与之在同一network的客户端上运行tcplnk.exe, 规定相同的port, 在服务端上begin, 在客户端上输入服务器的IP地址,connect, 客户端上编辑框中的字符便可send到客户端的编辑框中。-on the server running tcp.exe, another in the same network with the client running on tcplnk.exe require the same port, on t
TCP自环程序
- 这是一个简单的socket编程的例子,它是基于TCP协议的,从中可以看出用TCP建立连接时客户端和服务器端的程序流程,可以用来测试本地环路。-This is a simple example of the programming socket, which is based on TCP, can be seen with the establishment of TCP connections client and server-side program flow can be used to
基于IPv6的tcp/udp网络通信程序
- 这是一个基于IPv6的tcp/udp网络通信程序的工程。 该工程包括TCP Server端程序,TCP Client端程序,以及UDP Server端程序和UDP Client端一共4个程序,建立在同个工程中一起提供。