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

Search list

[Internet-Networkmsocudp

Description: 使用CAsyncSocket实现UDP功能的简单例子-Implement UDP Using CAsyncSocket
Platform: | Size: 16384 | Author: Neil | Hits:

[TCP/IP stacktcpip

Description: 网络传输协议 1. 使用CSocket实现单线程文件传输 2. 应用多线程技术结合CAsyncSocket实现文件传输 3. 加入异常控制语句,增强程序的鲁棒性(Robust) 4. 了解如何提高套接字传输的速率及如何加强传输的稳定性 -Network transmission protocol 1. Use CSocket to achieve single-threaded file transfer 2. Application of multi-threaded file transfer technology combined to achieve CAsyncSocket 3. Add exception control statements, and enhance the robustness of the program (Robust) 4. Learn how to increase the rate of transmission socket and how to enhance the stability of transmission
Platform: | Size: 7694336 | Author: linxiaobin | Hits:

[CommunicationSyncSocket

Description: windows系统下的一个基于WS2_32.lib的socket网络框架,与CAsyncSOcket类不一样的地方是它可以跨线程使用,采用select模型实现socket通讯,具有常见的事件方法,比如OnClose,OnAccept,OnReceive,OnSend等事件通知,还有常用的send等发送数据接口,简单易用。欢迎大家使用,也欢迎改进改软件框架。-1.base on S2_32.lib 2.select model 3.event model. 4.easy to use
Platform: | Size: 4096 | Author: fangta | 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:

[Internet-NetworkMFCSock

Description: 这是一个使用MFC类CAsyncSocket实现的一个群聊工具。-This is an MFC class CAsyncSocket implemented using a group chat tool.
Platform: | Size: 121856 | Author: 曾浩 | Hits:

[TCP/IP stackudp

Description: vc——使用CAsyncSocket进行无连接(UDP)通信的程序源码,值得一看!-vc- make no connection with CAsyncSocket (UDP) communication program source code, worth a visit!
Platform: | Size: 61440 | Author: 黄金民 | Hits:

[ICQ-IM-ChatChat_Server

Description: 继承CAsyncSocket,实现局域网聊天程序-Inheritance CAsyncSocket, LAN chat program
Platform: | Size: 93184 | Author: | Hits:

[TCP/IP stackudp

Description: 使用CAsyncSocket进行无连接(UDP)通信\udp.rar,很不错的vc源码,希望对大家有所帮助。-Make no connection with CAsyncSocket (UDP) traffic \ udp.rar, very good vc source, we want to help.
Platform: | Size: 61440 | Author: 孙春燕 | Hits:

[Internet-NetworkVerifyIPClient0.2

Description: 客户端,可以连接至服务器对本机进行IP验证,验证通过则进入程序。通过CAsyncSocket进行通讯。-Clients can connect to the server on the machine IP verification, validation by the access program. By CAsyncSocket to communicate.
Platform: | Size: 3588096 | Author: 李国弘 | Hits:

[ICQ-IM-ChatTalkc

Description: 点对点即时通讯工具客户端,基于TCp协议,创建了CAsyncSocket套接字-Peer to peer instant messaging client, based on TCp agreement, creating a CAsyncSocket socket
Platform: | Size: 3492864 | Author: 李国弘 | Hits:

[Windows DevelopTalks

Description: 使用MFC创建的点对点即时通讯的服务器端,使用了CAsyncSocket-Point to point using MFC to create instant messaging server, using CAsyncSocket
Platform: | Size: 3484672 | Author: 李国弘 | 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-NetworkvcPP

Description: 自己写的CAsyncSocket服务端与客户端,内容比较杂,有数据库操作方面,可以做一下参考-test CAsyncSocket
Platform: | Size: 4755456 | Author: jiazhifu | Hits:

[Internet-NetworkTalkc

Description: 基于CAsyncSocket的流式套接字客户端程序-CAsyncSocket Client
Platform: | Size: 12591104 | Author: 孟岱 | Hits:

[Internet-NetworkLAN-communication-program

Description: CAsyncSocket 类封装了WindowsSockes API函数,提供了较低层的与WindowsSockes的对话接口,可方便地进行底层的网络事件通知及信息回叫控制等操作-CAsyncSocket class encapsulates the WindowsSockes API function to provide a lower layer dialogue with WindowsSockes, interface, can easily carry out the operation of the underlying network event notification callback control
Platform: | Size: 44032 | Author: 郭晓 | Hits:

[CommunicationCASyncSocket

Description: socket通讯编程,适合初学者。 -socket communication programming for beginners. socket communication programming for beginners.
Platform: | Size: 13291520 | Author: sssss | Hits:

[Internet-NetworkLANServerClient

Description: 套接字编程,使用CAsyncSocket 类,实现了两个简单的服务器和客户端之间的连接功能,能够发送和接受消息-Socket programming, using CAsyncSocket class implements two simple server and client connectivity, the ability to send and receive messages
Platform: | Size: 40960 | Author: 丑力 | Hits:

[Internet-NetworkAudioChartTest

Description: 基于UDP的互联网会话聊天软件,基于CAsyncSocket类实现-UDP-based Internet session chat software, CAsyncSocket class
Platform: | Size: 3667968 | Author: 张凡 | Hits:

[Windows DevelopUDPCHATTOOL

Description: mfc基于CAsyncSocket的UDP编程聊天工具,多线程接收数据。-MFC based on the CAsyncSocket programming UDP chat tools,thread to receive data.
Platform: | Size: 1649664 | Author: gaohan | Hits:

[P2Psocket

Description: 1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Windows Sockets:带存档的套接字的工作方式 3.4 流式套接字通信的操作顺序 3.5 使用 CAsyncSocket 类 -1. Socket Programming Principle 1.1 Client/server communication model 1.2 Windows Sockets specification 1.3 socket 1.3.1 Sockets the role defined 1.3.3 1.3.2 classification socket 1.3.4 port address 1.3.5 socket attributes 2. Commonly used functions of basic Windows Sockets API Programming 2.1 2.3 UDP 2.2 TCP Example Example 2.4 Socket communication blocking solution. Socket programming under MFC 3.1 CAsyncSocket class 3.2 CSocket class 3.3 Windows Sockets: Sockets with Archives 3.4 socket communication flow operation of the order of 3.5 using the CAsyncSocket class
Platform: | Size: 41984 | Author: chenrui | Hits:
« 1 2 3 4 5 6 78 9 10 »

CodeBus www.codebus.net