资源列表
TCPClient
- I attached the source code of TCP Connection client to server.-I attached the source code of TCP Connection client to server.
wjcs
- TCP协议下的文件传输系统,服务器端和客户端间通过IP地址的确认来实现通信,利用WINSOCK控件来实现,在服务器端还有窗口可以显示传输的文件内容-the TCP file transfer system server and client IP addresses to pass the OK to achieve communication, the use of Winsock Control to achieve, the server window can also show tran
Servers
- udp and tcp servers java bitecode
Funciones-Tcp
- Tcp-ip library functions
main
- 这是一个专门从字符串里解析出tcp/ip地址的程序。输入字符串,如果字符串里面包含ip地址的话,则输出ip地址。-This is a program for getting ip address from string.
C++基于TCP/IP简单的客户端、服务器通信程序实例
- 使用GCC编译器或DEV-CPP时,编译记得加上 -lws2_32,要不然可能会无法编译
icmp
- use this file for programming IMCP protocol
TCP
- 本程序用java语言编写程序实现了客户服务器的交互功能-This procedure using java programming language to achieve a cross-functional client-server
bridgeport
- 网桥与端口程序,可以用在现行以太网网络管理设置上,实现起来效率高-Bridge and port procedures, can be used in the current setup of the Ethernet network management to achieve high efficiency up
linear2_b
- linear network topology
VerySimpleChatProgram
- A very simple chat Program... just for studying java tcp and awt.
serverclient
- TCP/IP协议是网络通信的基础性协议,通过实验深入理解和掌握基于TCP/IP协议的网络通信概念、原理以及网络客户机/服务器模型的感念,熟悉常用的Windows API函数的用法,利用C++语言实现流式套接字的网络通信编程。 实验采用C/S结构,使用TCP/IP协议,服务器IP地址为本地127.0.0.1,客户、服务器端口为6000。服务器先运行进入等待连接状态,客户端与服务器连接后开始通信。 实验项目的实验方法概述: 实验采用C/S结构,使用TCP/IP协议,服务器IP地址为