搜索资源列表
IGK用户手册04.rar
- 4.1.1 Web管理系统的特点 Web管理系统以Web网页形式向用户提供对网守的管理功能。用户在浏览器中输入网守的地址即可打开Web管理系统主页。Web管理系统的客户端在用户的浏览器中运行,显示网页界面,该界面具有Web直观的图形操作特点。用户通过单击界面上的按钮或输入文字等简单交互操作,即可查看网守信息以及对网守信息进行修改和配置,可以实现网守的远程管理。 A8010 GK的Web管理系统基于TCP协议,采用HTTP服务、浏览器环境下Java小程序(Applet)和CHAP安全协议等多
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
TCP.UDP
- TCP.UDP协议的聊天程序源代码,介绍了客户端和服务端的相关代码,并有相关注释-TCP.UDP protocol chat program source code, introduced the client and service side of the relevant code, and relevant comments
Dynamicallyforecastingnetworkperformanceusingthene
- 网络服务正在更新换代并且可扩展设备被设计成可提供在元计算环境中动态资源行为预测。这篇文章里,我们描述了预测产生的的设计和预测行为的细节。当预测方式为普通方式时,我们关注与他对TCP/IP端到端吞吐量能力的预测和在不同地点使用不同系统会带来的延迟量。因为在元计算软件的基础上网络预测需要计划的支持和质量服务保证的提高。-The Network Weather Service is a generalizable and extensible facility designed to provide
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
2
- 一个程序为服务端,建立UDP服务端套接字 另外一个程序为客户端,建立UDP客户端套接字 这两个新程序可以互联,完成一个基于TCP/IP网络的文本聊天程序.-A procedure for the server, a UDP server socket another program for the client, UDP client socket the two new program can be interconnected, complete a chat program of TC
3
- 一个程序为服务端,建立UDP服务端套接字。 另外一个程序为客户端,建立UDP客户端套接字。 这两个新程序可以互联,完成一个基于TCP/IP网络的文本聊天程序。-A procedure for the server, a UDP server socket.Another program for the client, UDP client socket.The two new program can be interconnected, complete a chat program t
TCPIPprotocolportguinness
- TCP/IP协议端口大全 应用层网关服务-TCP/IP protocol port Guinness Application Layer Gateway Service
TCP-Socket
- 主要是实现客户端和服务端的通信,window下基于MFC的聊天通信,注释比较详细-Mainly to achieve client and server communications, window under MFC-based chat communications, more detailed notes
Translate
- 通过TCP实现的客户端和服务端,可以通过客户端向服务端发送指令,使服务端完成相应的操作功能。-Client and server via TCP implementation, you can send commands to the server through the client, so that the appropriate action to complete the server function.
java
- TCP编写服务端与客户端,很好的一个软件-TCP server and client write
TCP-CS
- 这里只是一个简单的客户端和服务端通过TCP/IP通信的小程序, 支持多客户端并行发送, 服务器收到数据并返回给相应的客户端。-This is simple C/S applications via TCP/IP protocol. Support for multiple clients in parallel transmission.
tcp_demo
- 用tcp简单实现一个服务端,该文件用来测试的一个小demo-A demo as server of tcp to test
计算机网络课程设计
- 1.网络基础应用课程实验(6个小时) 网络基本命令 网络数据格式分析 FTP服务器搭建 Web服务器搭建 2.网络编程课程设计(10个小时) 编写一个基于Socket的UDP客户端和服务器端的程序,编程语言不限 调试课件目录下所提供的两个TCP程序,一个是TCP客户端,一个是TCP服务端 编写基于UDP协议的服务端和客户端,使得二者可以相互通讯