搜索资源列表
MfcSockClient
- 这是另外一个基于CAsyncSocket类,客户端程序!
Talkc 点对点即时通讯工具客户端
- 点对点即时通讯工具客户端,基于TCp协议,创建了CAsyncSocket套接字-Peer to peer instant messaging client, based on TCp agreement, creating a CAsyncSocket socket
CAsyncSocket.rar
- MFC CAsyncSocket类写的最基本聊天程序,一个客户端连接一个服务器端。,MFC CAsyncSocket written by the most basic type of chat program, a client of a server-side connection.
CAsyncSocket
- 基于C/S架构的主机与客户端通信的回声测试程序,以及socket的简单试验开发。-Based on C/S structure of the host and client communications echo test procedures, as well as pilot the development of a simple socket.
task
- vc实现的局域网聊天程序,活用vc中CAsyncSocket函数实现服务器与客户端的简单搭建和通信-vc LAN chat program implementation
MyProjects
- CAsyncSocket实现文件传输,服务器实现发送功能,客户端实现接收功能-CAsyncSocket to achieve file transfer, sending the server to achieve the client to achieve reception
VerifyIPClient0.2
- 客户端,可以连接至服务器对本机进行IP验证,验证通过则进入程序。通过CAsyncSocket进行通讯。-Clients can connect to the server on the machine IP verification, validation by the access program. By CAsyncSocket to communicate.
Chat
- CSocket继承于CAsyncSocket。是Windows Socket API的高层抽象。它通常要和CSocketFile及CArchive这两个类混合使用。后者两个类主要负责的是数据的发送和接收。Csocket提供了阻塞方式的访问方式,阻塞方式的意思就是在发送出去消息后要等到对方返回信息后才发送下一个数据包的通信信息。要使用CSocket对象首先要调用构造函数,然后调用Create函数创建一个Socket句柄。Create函数缺省创建一个流Socket,如果你没有在使用Carchive类
vcPP
- 自己写的CAsyncSocket服务端与客户端,内容比较杂,有数据库操作方面,可以做一下参考-test CAsyncSocket
Talkc
- 基于CAsyncSocket的流式套接字客户端程序-CAsyncSocket Client
LANServerClient
- 套接字编程,使用CAsyncSocket 类,实现了两个简单的服务器和客户端之间的连接功能,能够发送和接受消息-Socket programming, using CAsyncSocket class implements two simple server and client connectivity, the ability to send and receive messages
CAsyncSocket-ChatRoom
- 实现非阻塞的socket的聊天功能功能,有服务器和客户端两部分-The nonblocking socket chat function function, there are two parts of the server and the client
MFC-Socket-AsyncSocket-project
- 使用CAsyncSocket类MFC Socket编程。实现服务端和客户端之间的通讯,并能显示聊天纪录。-Use CAsyncSocket class MFC Socket programming. The communication between the server and client, and can display the chat record.
CAsyncSocket
- 非阻塞套接字通信 服务器 和客户端 有完整的界面 适合初学者学习-The nonblocking socket communication server and client complete interface is suitable for beginners to learn
Socket
- vc6.0写的客户端服务端程序,简单示例,基于CAsyncSocket-vc6.0 write client-side program, a simple example, based on CAsyncSocket
CAsyncSocket-Demo
- 异步网络通信模板,实现Asynsocket通信,支持多客户端-Asynchronous network communication template to implement Asynsocket communication, support for multi-client
winsock
- 实现了聊天功能 局域网文件传输功能 分客户端和服务器端-File transfer is one of the most commonly used services on the Internet, a multi-threaded file transfer can effectively improve the file transfer speed and efficiency, this system use the Windows sockets implementation, So
chatroom
- 利用Windows Sockets实现聊天程序。一个为客户端程序,一个味服务器端程序。主要是CAsyncSocket类应用。-Use the Windows Sockets implementation chat program. A client program, a taste of server applications. Mainly CAsyncSocket class applications.
FTIRContoller
- 实现CAsyncSocket做客户端,能够实现断开自动检测,动态将网口接受的数据画到Chart中(The realization of CAsyncSocket client, can realize the automatic disconnection detection, dynamic data to the Chart network of the)
MyServer TCPServer通信自己的例子与说明
- 一个网络TCP服务端的例子,此例子实现了TCPserver通信,文档中是对客户端监听类和客户端实例类的说明。(An example of a network TCP server, this example implements TCP server communication, the document is the descr iption of client monitoring class and client instance class.)