搜索资源列表
20041017144736_vczx_chatroom
- 网络聊天室室程序,分为客户端和服务器,实现的功能比较多,可以下载看一下-Internet chat room room procedures, divided into client and server, the functions more, can be downloaded to look at
TCPsample
- 里面有网络客户端和服务端源码,是对于初学者来说最好的例子!
网络引擎
- 这是一个Tcp协议的网络引擎,包括两个部分: a、服务器采用完成端口模型,提供了丰富的接口函数 b、客户端采用三线程加重叠Io模型,速度快,稳定 都采用回调函数接收数据,是对网络Tcp模型Socket的完整封装,所有代码在Windows2000下测试通过,并已应用到很多现有的中型网络系统中。-This a remarkably agreement Network engines, including two parts : a server used to complete port model
UDP_Demo 基于UDP协议编写的socket网络编程程序
- 基于UDP协议编写的socket网络编程程序,包含客户端与服务器端程序,欢迎下载-Prepared based on UDP protocol socket network programming process, including client and server-side program, please download
SNTP
- 简单网络时间协议的程序C++语言实现,#include "SNTPClient.h" CSNTPClient client //声明CSNTPClient客户端类 client.RequestServer("210.72.145.44") //调用类接口连接国家授� � -Simple Network Time Protocol procedures for C++ language,# include " SNTPClient.h" CSNTPClie
基于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
TCPChatRoomCLient
- 网络聊天客户端程序。主要应用了TCP协议,该程序要与TCPChatRoomServer配合使用-network chat client. Use a TCP, and the procedures to be used in conjunction with TCPChatRoomServer
chat
- linux下的一个聊天程序 ,代码完整, 调试通过。 既可以做服务器, 也可以做客户端。 程序代码才采用多种异步通讯模式。希望对初学习LINUX和TCP/CP的人有帮助。 -one chat room project under linux platform . complete project with no any bug. u can treat it as a server , and u can treat as a client as well. serval
TCPNetKit
- 提供客户端和服务端的网络测试工具,支持会话设置,可自动连接发送。-And services to provide client-side network test tools, support for setting the session can be automatically connected to send.
filesend
- 这是一个基于TCP/IP的网络文件传输程序,通过socket建立客户端和服务器端,传输文件-This is based on TCP/IP network file transfer program, through the establishment of socket client and server, transfer files
SimpleUDP
- 网络编程套接字实现网络控制编程,网络传输相关知识多客户端一个服务器-socket programing
20093319
- (1) 使用常用的网络工具查看网络情况 (2) 学习子网的规划和划分方法 (3) 熟悉Eclipse 开发环境 (4) 学习HTTP 协议,编写简单的HTTP 1.0 客户端程序,编写简单的HTTP1.0 服务 器程序 (5) 学习多线程,编写多线程HTTP 1.0 服务器程序 (6) 学习RMI,编写简单的RMI 程序-(1) the use of common network tools to view network status (2) learning and
chatroom
- 本次上传内容是基于TCP/IP的socket网络编程,可以实现多人聊天,分为客户端和服务器两部分。-The uploaded content is based on TCP/IP socket network programming, people can chat, client and server is divided into two parts.
TCP_NetwordDebug
- TCP网络调试程序 本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 这个程序在对一些自己编写的服务器或者客户端的程序进行调试的时候比较有用。-TCP/
tcpclient
- 基于tcp协议的网络客户端源代码,结合mfc实现简单的窗口操作,便于初学者学习-Tcp protocol-based network client source code, combined with mfc simple window operation, easy for beginners to learn
TcpClient
- Vc开发,网络客户端发送与接收功能,对学习有很大帮助-VC development, network client to send and receive functions, to learn a lot of help
通信
- 简单的两个网络之间的通信,实现特定ip之间信息的传递,分为服务端和客户端两个部分(the communcation between two network ip)
1011
- qt 网络简单通信 实现了客户端和服务器(Simple communication in QT networks)
网络通信接口类
- C# TCP\UDP通信接口类实现,包括C#TCP&UDP服务器客户端代码。(C # TCP/UDP communication interface class implements)
C# tcp通信 登录 服务器端验证
- c#客户端和服务端进行TCP通信,是个非常好的学习网络编程例子(Client and server programming by TCP)