Description: 网络聊天
继承CAsyncSocket,自己写得socket类,在xp/2000,vc7下编译,可以在局域网和internet上应用-Internet chat succession CAsyncSocket their written socket type, in XP/2000, vc7 compiler, the LAN and internet applications Platform: |
Size: 100304 |
Author:jenson |
Hits:
Description: VC++.net编写的简单的聊天程序,使用了CAsyncSocket类实现。-VC. Net prepare a simple chat, the use of the CAsyncSocket Class Implementation. Platform: |
Size: 302263 |
Author:闫华 |
Hits:
Description: 用CAsyncSocket实现聊天室,当初的设计思路就是让程序员写消息回凋函数 ,所以提供了一些基本操作-with CAsyncSocket achieve chat rooms, The initial design idea is to allow programmers to write information back to wither function, provide the basic operation Platform: |
Size: 32906 |
Author:qingqing |
Hits:
Description: 网络聊天
继承CAsyncSocket,自己写得socket类,在xp/2000,vc7下编译,可以在局域网和internet上应用-Internet chat succession CAsyncSocket their written socket type, in XP/2000, vc7 compiler, the LAN and internet applications Platform: |
Size: 100352 |
Author:jenson |
Hits:
Description: VC++.net编写的简单的聊天程序,使用了CAsyncSocket类实现。-VC. Net prepare a simple chat, the use of the CAsyncSocket Class Implementation. Platform: |
Size: 302080 |
Author:闫华 |
Hits:
Description: 用CAsyncSocket实现聊天室,当初的设计思路就是让程序员写消息回凋函数 ,所以提供了一些基本操作-with CAsyncSocket achieve chat rooms, The initial design idea is to allow programmers to write information back to wither function, provide the basic operation Platform: |
Size: 2255872 |
Author:qingqing |
Hits:
Description: 这个程序是udp socket编程的范例,支持端口到端口的即时聊天,也可以是局域网内的广播通信
///////////////////////////////////
The MSocUdp sample is a minimal dialog box-based MFC application that
demonstrates how to use the CAsyncSocket class to send and receive directed
datagram or broadcast datagram over User Datagram Protocol (UDP).
-This procedure is an example of udp socket programming in support of port-to-port real-time chat, can also be a local area network within the broadcast and communications //////////////////////// /////////// The MSocUdp sample is a minimal dialog box-based MFC application thatdemonstrates how to use the CAsyncSocket class to send and receive directeddatagram or broadcast datagram over User Datagram Protocol (UDP). Platform: |
Size: 4409344 |
Author:h |
Hits:
Description: 本文介绍了CAsyncSocket、CSocket类,并用CSocket类编写了一个简单实用的网络聊天程序。读者还可以通过MFC CArchive 对象进行信息的收发操作,使得网络传输如同使用MFC的文档连载协议(Serialization protocol),简捷易用。-This paper introduces CAsyncSocket, CSocket class, and Class CSocket prepared a simple but useful web chat program. Readers can also MFC CArchive object to send and receive information to operate, making use of network transmission as MFC serialization protocol document (Serialization protocol), simple-to-use. Platform: |
Size: 4096 |
Author:yifanxuan |
Hits:
Description: MFC CAsyncSocket类写的最基本聊天程序,一个客户端连接一个服务器端。-MFC CAsyncSocket written by the most basic type of chat program, a client of a server-side connection. Platform: |
Size: 3854336 |
Author:张伟 |
Hits:
Description: CAsyncSocket是实现的聊天室,分为客户端和服务端-CAsyncSocket is to achieve a chat room, is divided into client and server-side Platform: |
Size: 62464 |
Author:云飞扬 |
Hits:
Description: CSocket继承于CAsyncSocket。是Windows Socket API的高层抽象。它通常要和CSocketFile及CArchive这两个类混合使用。后者两个类主要负责的是数据的发送和接收。Csocket提供了阻塞方式的访问方式,阻塞方式的意思就是在发送出去消息后要等到对方返回信息后才发送下一个数据包的通信信息。要使用CSocket对象首先要调用构造函数,然后调用Create函数创建一个Socket句柄。Create函数缺省创建一个流Socket,如果你没有在使用Carchive类,那么还可以创建一个数据报Socket。在服务器端调用Accept,在客户端调用Connect,然后创建一个CsocketFile去关联Csocket。下一步就是要创建一个Carchive对象关联CsocketFile,用来传输数据和接受数据。-CSocket inherited from CAsyncSocket. Windows Socket API is a high-level abstraction. It is usually two and CSocketFile and CArchive class of mixed use. The latter two categories is mainly responsible for sending and receiving data. Csocket provides a way of blocking the access way, blocking the way meaning is to send out a message to wait until after the other return information before sending the next packet communications. To use the CSocket object should first call the constructor and then call the Create function to create a Socket handle. Create function to create a default flow Socket, if you are not using Carchive class, you can also create a Datagram Socket. On the server side call Accept, the client calls the Connect, and then to create a CsocketFile associated Csocket. The next step is to create a Carchive object associated CsocketFile, used to transmit data and receive data. Platform: |
Size: 13980672 |
Author:yang zhijun |
Hits:
Description: 实现非阻塞的socket的聊天功能功能,有服务器和客户端两部分-The nonblocking socket chat function function, there are two parts of the server and the client Platform: |
Size: 3885056 |
Author:li |
Hits:
Description: C+++网络聊天室设计报告和源程序,介绍Winsock,MFC类CAsyncsocket和CSocket,利用CSocket进行有连接的通信 -C+++ Internet chat room design reports and source code, introducing Winsock, MFC class CAsyncsocket and CSocket, use CSocket for a connected communications Platform: |
Size: 148480 |
Author:胡清 |
Hits: