搜索资源列表
smalltcpClient
- 一个简单的TCP客户端程序。 可以方便的发送数据以及查看接收到的数据。 是编程开发的好帮手-a simple TCP client. This can facilitate the reception of data and check the data. Programming is a good helper
messagetr
- 程序说明: 1.程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发. 2.P2P通讯说明: 1).网关类型是在理想状态下.即非对称型NAT. 2).同在一个内网的两个CLIENT端通讯时,如果网关NAT不支持环回,将会失败. 文件目录说明: tQServer:程序服务端,请将其放在公网上运行. tQClient:程序客户端,可以在不同的内网中运行登录连接到服务端. Common:公共协议文件夹 本程序只是实现简单的P2P互发消息.完成的比较粗糙,更多功能欢迎朋友们更新完善-p
ace_test1
- 该程序关于ACE的编成例子 用C++ 编写 简单易懂 该例子侧重客户端和服务端的编写 在Visual Studio .Net2003下编译通过 -the procedures on the formation of ACE examples in C + + easily understood examples focus on the client and server-side in the preparation of Visual Studio. Under compile Net200
代理服务器系统
- 实现通常代理服务器的基本功能。可以通过简单的参数设置实现网络中各客户端机器共享代理上网,同时可以监控网络状况。-proxy server usually achieve the basic functions. Through a simple set of parameters to achieve the network client machines to share Internet access agents, but can also monitor network status.
JAVA网上发牌源代码
- 本软件是一个基于服务器/客户端的应用程序,因此,若想实现本程序,必须先运行服务器,而且在客户端必须达到三个才能开始工作。本软件具有如下主要功能: ·联机发牌 ·简单的出牌 -this is a software-based server / client applications, so if you want to achieve the procedure, must first run the server, but the client must meet three can
ftp cs编程
- 这是一个说明FTP原理的程序。可以实现文件的服务器的简单管理以及客户端的简单管理。比如上传、删除文件-This a statement of principle FTP procedures. The document can be achieved by simple server management and client management simple. For example, upload, delete the file, etc.
TcpFile
- 其实就是一个简单的socket管理,可以管理若干的套结字,通过统一的编程接口进行访问,当时主要是有两个完全不同的服务器,不想对每一个服务器都写一个客户端,就想出了这个办法,里面带着两个客户端代码,其实没什么用,感觉主要是socket管理那个文件可能有意义-is actually a simple socket management, management of a number of sets of guitar characters, through a unified programming
EchoExam
- 最简单的服务器客户端通信程序,带注释,都是我学习的时候写的,希望对java初学者有用-most simple client server communication procedures with the Notes are learning when I write, java beginners want to useful
Overlapped
- 基于事件例程的socket 重叠i/o,简单的读取客户端送来的数据-routines based on the events overlapping socket i / o, a simple read client data sent
thanksharp_tq_v0.0.2
- 1.程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发. 2.P2P通讯说明: 1).网关类型是在理想状态下.即非对称型NAT. 2).同在一个内网的两个CLIENT端通讯时,如果网关NAT不支持环回,将会失败. 文件目录说明: tQServer:程序服务端,请将其放在公网上运行. tQClient:程序客户端,可以在不同的内网中运行登录连接到服务端. Common:公共协议文件夹. 本程序只是实现简单的-1. Online procedures introduced by
socket_examples555
- 使用C/C++语言实现简单的TCP/IP协议,实现了客户端的功能,可接受网页和服务器的内容。-use C / C language simple TCP / IP protocol to achieve the client's functional, acceptable website and the content server.
zgy-client
- 用VC6写的简单控制台客户端程序,学习用。-with VC6 write a simple console client, to study.
Client
- winsock 客户端程序 简单测试来自server端的程序
pc-Client
- 一个给予WINSOCK的客户端网络程序,非常简单,但是和实用。
简单Client
- VC编的简单Client端程序-VC series of simple procedures Client -
简单的ftp客户类
- 简单的FTP客户类-simple FTP client categories
Server&Client
- 简单的客户端服务器程序,java编写,功能十分简单-simple client-server process, the preparation of java, a very simple function
chapter3 Time Server Client
- 简单的vc Socket入门程序,对socket的基本结构有很清楚的描述,适合初学者初学者-vc Socket simple entry procedures, the basic structure socket has a very clear picture for beginners and beginners
简单的网络聊天程序
- 这是一个客户端/服务器模式的网络聊天小程序,通过监听和连接好后就可以发信息-This is a client / server model of Internet chat small program through wiretapping and good connections can be made after the information
简单实现tcp网络聊天
- 简单实现tcp网络聊天,分为server端和client端,实现简单的文字聊天,登录上线