搜索资源列表
TCP数据转发服务程序源码
- TCP数据转发服务器源码,该程序服务器监听两个连接。一旦连接建立后,就把两个客户端的数据相互转发。克服了两个私网IP电脑无法相互传送数据的难题。该代码在VC6.0环境下编译
tcp服务湍与客户端源码
- 这是一个自己对TCP API的封闭,再对此封闭进行界面实例应用,通过VC6测试,大家放心使用。
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.e
VB的TCP聊天工具
- VB的TCP聊天工具将服务端与客户端分开编写,使用机器需先打开服务端,再在远程机器使用客户端连接-VB TCP chatting tool services and client-prepared separately, the use of machines need to open the server, then the remote machine using the client
net121212
- TCP/IP服务器端与客户端 你可以通过此建立一个TCP服务端-TCP/IP Server and Client,you can create a TCP Server by it.
Tcp通讯
- 基于winsocket 编程,包含客户端与服务端-winsocket-based programming, including client and server
TCP
- WINCE TCP程序,基于VS2005,100%可以行,包括TCP 服务器和TCP 客户端-WINCE TCP procedures, based on the VS2005, 100 can be lines, including TCP Server and TCP Client
TCP
- 本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 这个程序在对一些自己编写的服务器或者客户端的程序
TCP
- TCP连接实例,同时包含服务端和客户端,支持Unix和Windows双平台-Examples of TCP connections, both client and client services to support Unix and Windows dual-platform
TCP
- TCP通讯程序 包含客户端以及服务端-tcp program tcp program 包含客户端以及服务端
TCp
- 多线程实现TCP客户端,可制定服务端地址自由连接服务端-multithreading TCP socks
TCPServer
- windows网络与通信的TCP Client TCP服务端源码-windows networking and communications, TCP Client TCP server source code
TCP
- 经典的tcp通讯示例,包括服务端和客户端-The classic example of tcp communication, including service and client
MFC.multi.threaded.TCP.service.
- MFC多线程TCP服务设计经典代码MFC multi-threaded TCP service design classic code -MFC multi-threaded TCP service design classic code
MFC多线程TCP服务设计经典代码
- MFC多线程TCP服务设计,s实现多人聊天(MFC, is a useful code ,for mulite people chat.use mulite thread)
TcpServerClient
- 包含三个类,TCPServer.cs 这个类是TCP服务端,TCPClient.cs这个类是TCP客户端,TCPServerClient.cs 这个类是服务端连接的客户端对象,自带握手校验功能,异常连接在指定时间内被关闭(Contains three classes, the TCPServer.cs class is a TCP server, the TCPClient.cs class is a TCP client, the T
基于W5500硬件协议栈的TCP服务器收发数据例程
- 基于W5500硬件协议栈的TCP服务端收发数据例程,主芯片STM32F407(W5500 hardware protocol stack based TCP server transceiver data routine, the main chip STM32F407, the program has been measured, reliable and stable.)
17.TCP服务端实验
- 可进行TCP通信实验,并分析TCP通信的逻辑过程(TCP communication experiments can be carried out, and the logical process of TCP communication is analyzed.)
易语言TCP服务端客户Duan例程
- 易语言TCP服务端客户Duan例程,很有意思的,直接变成通讯了