搜索资源列表
IGK用户手册04.rar
- 4.1.1 Web管理系统的特点 Web管理系统以Web网页形式向用户提供对网守的管理功能。用户在浏览器中输入网守的地址即可打开Web管理系统主页。Web管理系统的客户端在用户的浏览器中运行,显示网页界面,该界面具有Web直观的图形操作特点。用户通过单击界面上的按钮或输入文字等简单交互操作,即可查看网守信息以及对网守信息进行修改和配置,可以实现网守的远程管理。 A8010 GK的Web管理系统基于TCP协议,采用HTTP服务、浏览器环境下Java小程序(Applet)和CHAP安全协议等多
Tcpclint
- Tcp客户端的实现,有用的用户请下载它,向往对您有帮助,如果需要更多的,请联系我!-TCP client to achieve useful users download it and yearn for your help If you need more, please contact me!
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
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
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
client
- 基于TCP所编写的客户端代码,可在windows和Linux系统下运行。-client
Socket
- 实现局域网的聊天程序,通过服务器和客户端的TCP/IP协议传输实现-LAN chat program, through the server and the client TCP/IP protocol, to achieve
Code
- 基于TCP的客户端和服务器接收发送程序,经过调试是可以用的
TCP.UDP
- TCP.UDP协议的聊天程序源代码,介绍了客户端和服务端的相关代码,并有相关注释-TCP.UDP protocol chat program source code, introduced the client and service side of the relevant code, and relevant comments
TCP
- 关于TCP协议进行通信的关键技术资料 详细阐明了客户端和服务器的对应关系和任务协调-The key technical information about the TCP protocol to communicate to elaborate on the correspondence between client and server, and task coordination
socket
- socket客户端,与服务端,用于远程监控与数据传输- socket client service side programming Remote data transmission, TCP Client Serverip address, port number, data transmission and receptionCan be used for remote monitoring
TCP-Socket
- 主要是实现客户端和服务端的通信,window下基于MFC的聊天通信,注释比较详细-Mainly to achieve client and server communications, window under MFC-based chat communications, more detailed notes
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协议的服务端和客户端,使得二者可以相互通讯