搜索资源列表
tcp-ipayixidailv
- 一个简单的TCP客户端程序流程 1、使用WSAStartup()初始化WinSock库。 2、使用socket()创建一个IPPROTO_TCP SOCKET。 3、使用gethostbyname()/gethostbyaddr()获取主机信息。 4、使用connect()和我们创建的套接字连接服务器。 5、使用send()/recv()发送和接收数据,直到我们的TCP会话结束。 6、使用closesocket()关闭套接字连接。 7、使用WSACleanup()释放
TCP-Chat
- C#TCP聊天室,包括完整的服务器端和客户端-C# TCP chat rooms, including a complete server and client
TCP_test
- LPC2378的TCP客户端完整程序,包括TCP/IP协议,操作系统为UCOS,很好的程序哦。-LPC2378 complete the TCP client procedures, including TCP/IP protocol, the operating system for UCOS, oh well the procedure.
MFC-TCP
- 基于MFC的窗口化的服务器和客户端之间的通信 采用TCP编程。对于新手来说还不错,包含多线程以及消息的传递机制-MFC-based window of the server and client using TCP communication between the programming. For starters, pretty good, including multi-threading and message passing mechanism
基于TCP-IP协议的网络编程练习
- 基于TCP-IP的网络编程,里面有客户端和服务器端的程序,客户端发送请求,服务器端应答,并发回应答消息-based on TCP-IP network programming, which has client and server-side procedures, a client sends the request, the server-side response, with response to the news FOR
TCP
- 简单的TCP通讯客户端 简单的TCP通讯客户端 简单的TCP通讯客户端-Simple TCP communication simple TCP client communications client communications simple TCP client
TCP
- 简单模拟TCP文件传输,里面包括C/S端程序代码-Simple simulation of TCP file transfers, which include C/S client code
TCP
- TCP客户端和服务器的简单实现,使用visualC++编写。-TCP client and server to achieve the simple, the use of visualC++ Prepared.
TCP
- TCP程序,包括服务器端程序和客户端程序,能实现基本的通信-TCP processes, including server-side program and client program that can realize the basic communication
TCPClient
- 一段非常好用的基于evc的tcp客户端程序,直接编译就可以使用,非常方便。-A very useful EVC based on the tcp client program, direct the compiler can use, very convenient.
TCP-Clinet
- 基于cortex-M3的TCP客户端程序,有上位机软件,及MCU的驱动程序,使用LWIP协议栈。-cortex-m3,lwip,TCP/IP
TCP
- TCP的客户端和服务端程序,适合学习wm上的网络开发-TCP client-side procedures and services for the network to study the development of wm
modbus_tcp_monitor_breaker
- Modbus_tcp 通讯例程,实现Modbus-tcp Client 的功能。-Modbus tcp demo program, the main function of this program is as a client of Modbus tcp protocol
tcp
- 简单的实现局域网用户编程,包括TCP Client和TCP server,适合入门者-LAN users a simple programming, including TCP Client and TCP server, suitable for beginners
TCP-client-and-server
- tcp客户端和服务端聊天程序,支持多人在线-tcp client and server chat program, support for multiplayer online
STM32F103-enc28j60-TCP-client
- STM32F103移植LWIP协议栈,实现TCP client功能函数-STM32F103 transfer LWIP stack realized TCP client
TCP客户端收发数据实验(ucos版)
- 主要实现tcp client的数据收发,lwip协议栈,ucos系统。stm32f107系统(This function is called by either OSTaskCreate() or OSTaskCreateExt() to initialize the * stack frame of the task being created. This function is highly processor specific)
tcpclient
- 建立一个TCP Client实现应用程序(Basing on TCP Client to realize application)
tcp server-client
- 实现tcp的客户端和服务器通信,客户端和客户端的单对单对话及公共消息发布(Implement TCP client and server communication, client and client lists for single and public messages)
TCP
- 一个简单的tcp 客户端以及服务端,能够简单实现一对一的聊天(A simple TCP client and serve)