搜索资源列表
tcpip_File_translate
- tcp/ip文件传输,定义文件分割结构体,实现服务器、客户端数据传输
Embbeded_tcp_ip_user_guide
- 嵌入式TCP/IP协议栈说明书下载-- 技术说明: 1)用户应用协议栈则需要编写以太网的数据报收发驱动,就可以使用协议栈提供的标准SOCKET API,完成服务器和客户端应用程序的开发。 2)协议栈运行于非操作系统的环境下,因此它的运行速度与一般采用多任务操作系统的TCP/IP协议,速度相对说来要快。 3)协议栈完成的功能包括ARP,IP,ICMP(ping),TCP,UDP,暂不支持IGMP,RARP。 4)协议栈采用C代码编写,可方便的移植于各种单片机平台。 5)协
TCP 编程
- 提供TCP编程相关操作,首先介绍了TCP编程的基本概念,然后分别介绍了在WINCE环境下创建TCP客户端程序和TCP服务器程序的步骤方法。
Qt_Tcp
- QTcpSocket 和 QTcpServer类实现了Qt的Tcp客户端和服务器。 tcp是一个流式协议。对于应用程序来说,数据是一个很长的流,有点像一个巨大的文件。 -QTcpSocket and QTcpServer class implements Qt Tcp client and server. TCP is a streaming agreement. For application, it is a long flow, a bit like a huge file.
TCP_tester.rar
- TCP/ip通信的调试工具,包括服务器端和客户端,TCP/ip communication debugging tools, including server-side and client
MFCliaotianshi
- 基于TCP/IP的通信基本上都是利用SOCKET套接字进行数据通讯,程序分为服务器端和用户端两部分 本实验是本人做的计算机网络课程设计,有mfc的CSocket编的..给大家分享下 支持多人聊天,可以用,先运行服务器端,点击监听,然后运行客户端点击连接服务器即可-Based on TCP/IP communications are basically used for data communications SOCKET socket, the program is divided in
TCP、IP
- 题目1 FTP客户端与服务器端设计 题目2 邮件服务系统设计 题目3 HTTP通信系统设计-Title 1 FTP client and server-side design Title 2 mail service system design Title 3 HTTP communication system design
ycjkwd
- 摘要: 本文提出一种基于 8 位单片机的远程温控系统的设计方案, 文中给出了系统的硬件框图, 以及简化 TCP/IP 协议栈和嵌入式 Web 服务器的实现方法。该方案使用户能通过任意 IE 浏览器实现对远程端温度的监控。-Abstract: This paper presents an 8-bit microcontroller based on the remote temperature control system design, this paper shows the hardware
QQtalk
- 一个类似QQ的网络聊天工具,采用Windows Socket编程,服务器与客户端采用了TCP/IP连接方式,在设计聊天方案时,实行将所有信息发往服务器端。-A similar network of QQ chat tool, using Windows Socket programming, server and client using TCP/IP connections, chat in the design of the program and implement all of the
Socket
- 实现局域网的聊天程序,通过服务器和客户端的TCP/IP协议传输实现-LAN chat program, through the server and the client TCP/IP protocol, to achieve
Code
- 基于TCP的客户端和服务器接收发送程序,经过调试是可以用的
TCP
- 关于TCP协议进行通信的关键技术资料 详细阐明了客户端和服务器的对应关系和任务协调-The key technical information about the TCP protocol to communicate to elaborate on the correspondence between client and server, and task coordination
server2
- qt实现Tcp服务器,版本内容使用Qt 第四版本实现 可以和多方客户端交互-use qt replianment tcp server
TCPUDPTesterTool1.02
- 服务器端或客户端测试TCP/IP通讯连接以及测试数据的接收与发送情况-Server-side or client-side test TCP/IP communication connections and test data reception and transmission case
TCP
- c#服务器TCP客服端源程序-C# the TCP server customer end source program。。。。。。。。。。
Network-Communication-Programming
- 介绍了使用Visual C#语言在TCP/IP网络中实现通信的方法,通过利用.NET框架提供的TcpClient类和TcpListener类分别建立服务器端和客户端,然后使用这两类提供的方法可完成网络通信中数据的收发.通过实验证明,生成的界面友好,编写的程序也可较好地完成通信功能.-This paper introduces the use of Visual C# language to communicate in TCP/IP network. The Tcp- Client class
TCP
- web服务器C,TCP协议编写C/S模式的服务器端与客户端-web server C
tcp_example
- TCP客户端与服务器端通信模型详解说明实例-TCP client and server communication model
TCP-CS
- 这里只是一个简单的客户端和服务端通过TCP/IP通信的小程序, 支持多客户端并行发送, 服务器收到数据并返回给相应的客户端。-This is simple C/S applications via TCP/IP protocol. Support for multiple clients in parallel transmission.
计算机网络课程设计
- 1.网络基础应用课程实验(6个小时) 网络基本命令 网络数据格式分析 FTP服务器搭建 Web服务器搭建 2.网络编程课程设计(10个小时) 编写一个基于Socket的UDP客户端和服务器端的程序,编程语言不限 调试课件目录下所提供的两个TCP程序,一个是TCP客户端,一个是TCP服务端 编写基于UDP协议的服务端和客户端,使得二者可以相互通讯