Welcome![Sign In][Sign Up]
Location:
Search - casyncsocket chat

Search list

[WinSock-NDISSOCKET123

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:

[Internet-NetworkVCChatProg

Description: VC++.net编写的简单的聊天程序,使用了CAsyncSocket类实现。-VC. Net prepare a simple chat, the use of the CAsyncSocket Class Implementation.
Platform: | Size: 302263 | Author: 闫华 | Hits:

[Static controlchatprogrammeCAsyncSocket

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:

[Internet-NetworkSOCKET123

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:

[Internet-NetworkVCChatProg

Description: VC++.net编写的简单的聊天程序,使用了CAsyncSocket类实现。-VC. Net prepare a simple chat, the use of the CAsyncSocket Class Implementation.
Platform: | Size: 302080 | Author: 闫华 | Hits:

[Static controlchatprogrammeCAsyncSocket

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:

[OtherChatCAsyncSocket

Description: 多人在线聊天功能强大。方便。实用,可多人在线聊天-Powerful multiplayer online chat. Convenience. Practical, can be more than online chat
Platform: | Size: 9346048 | Author: kang | Hits:

[ICQ-IM-Chatchap1

Description: 文字聊天的CAsyncSocket,Socket,Winsock三种实现-Text chat CAsyncSocket, Socket, Winsock three to achieve
Platform: | Size: 7881728 | Author: dengyou | Hits:

[ICQ-IM-ChatMSocUdp

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:

[Internet-NetworkChatCAsyncSocket

Description: 采用CAsyncSocket实现的聊天程序-CAsyncSocket realize the use of the chat program
Platform: | Size: 2263040 | Author: hawk | Hits:

[Internet-NetworkCsocket

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:

[Internet-NetworkCAsyncSocket

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:

[Windows DevelopCAsyncSocket

Description: CAsyncSocket是实现的聊天室,分为客户端和服务端-CAsyncSocket is to achieve a chat room, is divided into client and server-side
Platform: | Size: 62464 | Author: 云飞扬 | Hits:

[CSharpCAsyncSocket

Description: socket编程的交互式聊天系统,有客户端和服务端,比较简单的一个程序-socket programming, interactive chat system, with client and service side, a relatively simple procedure
Platform: | Size: 273408 | Author: 海洋黄 | Hits:

[Windows DevelopHELLOLABUDP

Description: 利用CAsyncSocket 實現 UDP 聊天室 。-CAsyncSocket achieved using UDP chat room.
Platform: | Size: 47104 | Author: JCL | Hits:

[ICQ-IM-ChatChar-Program-of-CAsyncSocket

Description: 一个用CAsyncSoket 写的聊天工具,供初学Soket者借鉴,学习-A chat with CAsyncSoket written for beginners who learn Soket, learning
Platform: | Size: 7588864 | Author: lu wenjie | Hits:

[ICQ-IM-ChatChat

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:

[Internet-NetworkCAsyncSocket-ChatRoom

Description: 实现非阻塞的socket的聊天功能功能,有服务器和客户端两部分-The nonblocking socket chat function function, there are two parts of the server and the client
Platform: | Size: 3885056 | Author: li | Hits:

[Program docChat-room-source-code

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:

[Internet-NetworkCAsyncSocket-UDP

Description: MFC自带CAsyncSocket的视频聊天程序-MFC CAsyncSocket own video chat program
Platform: | Size: 9363456 | Author: xuyuxiang | Hits:
« 12 »

CodeBus www.codebus.net