搜索资源列表
dllHwSocket
- ◆◆◆ 《模仿 MFC 中的 CAsyncSocket 类写的一个网络通信类 CHwSocket》◆◆◆ MFC 中提供两个用于网络编程的类分别为异步的 CAsyncSocket 类和同步的 CSocket 类,这两个类用来编写网络通信程序时非常方便,但也存在一些问题,例如:不能跨线程访问、程序发布时使用静态连接 MFC 时也有问题、默认使用了窗口来接受消息,在无窗口的程序中也有问题,这些问题我一直没有解决,如果有高手知道解决方法敬请告知,我的 E-Mail 地址是:chrys@163.c
netdllHwSocket
- 这里将 Socket APIs 封装成一个类似 CAsyncSocket 接口的类,可以在任意线程中访问,也可以静态连接 MFC,另外可控性比 MFC 中的两个Socket类好多了。我还为 CHwSocket 类编写了详细的测试代码,可以进行 TCP 服务器/客户端数据通信,也可以进行 UDP 数据通信,还可以收发 UDP 广播数据报。
VisualC++tongxin
- VisualC++通信编程工程实例精解 \\Chapter 2 \\Example 1 MSCOMM控件编程实例 \\Example 2 基于Windows API的虚拟终端实现 \\Example 3 基于CSerialPort的串口多线程通信框架 \\调试工具\\串口调试助手 \\Chapter 3 \\Example 4 Winsock API编程技术——基于Winsock的聊天室程序 \\Example 5 CAsyncSocket编程技
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
- CAsyncSocket完成的客户端和服务端通讯示例程序源代码-CAsyncSocket_C/SSocket
CAsyncSocket
- socket编程的交互式聊天系统,有客户端和服务端,比较简单的一个程序-socket programming, interactive chat system, with client and service side, a relatively simple procedure
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
CAsyncSocket
- CAsyncSocket是实现的聊天室,分为客户端和服务端-CAsyncSocket is to achieve a chat room, is divided into client and server-side
AsyncSocket
- 这是利用CAsyncsocket编写的客户端和服务器的源代码,学习套接字的朋友们可以参考下-It is prepared by using CAsyncsocket client and server source code, learn socket friends can refer to the following
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.
CAsyncSocket-ChatRoom
- 实现非阻塞的socket的聊天功能功能,有服务器和客户端两部分-The nonblocking socket chat function function, there are two parts of the server and the client
CAsyncSocket
- 非阻塞套接字通信 服务器 和客户端 有完整的界面 适合初学者学习-The nonblocking socket communication server and client complete interface is suitable for beginners to learn
CAsyncSocket-Demo
- 异步网络通信模板,实现Asynsocket通信,支持多客户端-Asynchronous network communication template to implement Asynsocket communication, support for multi-client
使用CAsyncSocket进行无连接(UDP)通信
- 使用CAsyncSocket进行无连接(UDP)通信,内含 客户端与 服务端(Using CAsyncSocket for connectionless (UDP) communication, including client and server)
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.)