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

Search list

[CommunicationLANServerClient

Description: CAsyncSocket编程技术——基于异步类AsyncSocket的局域网通信程序,采用了客户机/服务器模式。-CAsyncSocket programming technology- based on the type of asynchronous communication program AsyncSocket local area network using the client/server model.
Platform: | Size: 41984 | Author: green | Hits:

[Windows DevelopSocketCAsyncSocketCSocket

Description: Socket,CAsyncSocket,CSocket介绍 Socket有同步阻塞方式和异步非阻塞方式两种使用,事实上同步和异步在我们编程的生涯中可能遇到了很多,而Socket也没什么特别。虽然同步好用,不费劲,但不能满足一些应用场合,其效率也很低。 也许初涉编程的人不能理解"同步(或阻塞)"和"异步(或非阻塞)",其实简单两句话就能讲清楚,同步和异步往往都是针对一个函数来说的,"同步"就是函数直到其要执行的功能全部完成时才返回,而"异步"则是,函数仅仅做一些简单的工作,然后马上返回,而它所要实现的功能留给别的线程或者函数去完成。例如,SendMessage就是"同步"函数,它不但发送消息到消息队列,还需要等待消息被执行完才返回;相反PostMessage就是个异步函数,它只管发送一个消息,而不管这个消息是否被处理,就马上返回。-SocketCAsyncSocketCSocket
Platform: | Size: 4096 | Author: wangwei | Hits:

[Internet-NetworkCAsyncsocketconsoleapp

Description: CAsyncSocket测试程序。代码集成了发送端和接受端。UDP模式。发送端发数据,接收端显示-CAsyncSocket testing procedures. Code integrates the sending end and receiving end. UDP mode. FAT data sender, the receiver display
Platform: | Size: 5716992 | Author: 胥奇 | Hits:

[Com PortExample4

Description: 基于VC CAsyncSocket的局域网通信程序-VC CAsyncSocket LAN-based communication program
Platform: | Size: 68608 | Author: 冯小丽 | Hits:

[BooksCAsyncSocket

Description: 基于CSocket的简单聊天程序,能够有助于初学者使用-chating with CSocket
Platform: | Size: 9591808 | 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 DevelopCAsyncSocket_Sample

Description: 用MFC CAsyncSocket类实现网络通信的源代码-With MFC CAsyncSocket class implements the source code for network communication. . .
Platform: | Size: 26624 | Author: 9uoiasf | Hits:

[source in ebookTALK

Description: 一对一聊天工具 vc++ mfc CAsyncSocket-mfc
Platform: | Size: 1682432 | Author: hgzili | Hits:

[Internet-Networktelnet

Description: 基于MFC CAsyncSocket派生一个CTermSocket实现的一个Telnet源程序,是学习MFC网络编程的好例子-Derived based on MFC CAsyncSocket a CTermSocket achieve a Telnet source, is to learn a good example of network programming MFC
Platform: | Size: 138240 | Author: li | Hits:

[Windows DevelopHELLOLABUDP

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

[Internet-NetworkExample5

Description: CAsyncSocket编程技术——基于CAsyncSocket的局域网通信程序-CAsyncSocket programming- LAN-based communication program CAsyncSocket
Platform: | Size: 41984 | Author: 林子建 | Hits:

[Internet-NetworkCASyncSocket_VC

Description: CAsyncSocket编程参考,搜集了很多CAsyncSocket编程时需注意的细节,绝对有帮助-CAsyncSocket programming reference, collect a lot of CAsyncSocket should pay attention to the details of programming, definitely help
Platform: | Size: 455680 | Author: 王新 | Hits:

[Internet-NetworkMyProjects

Description: CAsyncSocket实现文件传输,服务器实现发送功能,客户端实现接收功能-CAsyncSocket to achieve file transfer, sending the server to achieve the client to achieve reception
Platform: | Size: 5604352 | Author: 郑斌 | Hits:

[Windows DevelopVC-internat

Description: 本文主要讲解以下内容   (1)CAsyncSocket类编程模式。   (2)CSocket类编程模式。   (3)CSocketFile类和CArchive类简介。   通过学习,可以掌握CAsyncSocket类和CSocket类的编程模式,了解CSocketFile类和 CArchive类。CAsyncSocket类逐个封装了Winsock函数,以前介绍过的Winsock函数在CAsyncSocket类 的成员函数中都可以找到它们对应的函数。一个CAsyncSocket对象就代表着一个Windows Socket, 使用这个类进行网络编程,就要求程序员对网络通信和Socket编程模式有相当的了解,因为程序员 要自己编写程序处理阻塞、字节顺序以及Unicode与MBCS之间的转换等问题。 -This text mainly explains in detail a following contents (1)CAsyncSocket weave distance mode. (2)CSocket weave distance mode. (3)CSocketFile and CArchive brief introduction. Pass study, can control CAsyncSocket and CSocket plait distance mode, understand CSocketFile and CArchive.CAsyncSocket pursued a postting Winsock function, the introduction led before of the Winsock function is in CAsyncSocket Of member function amid can find out it
Platform: | Size: 24576 | Author: AAA | Hits:

[Internet-Networkudp

Description: vc 使用CAsyncSocket进行无连接(UDP)通信的源码-vc-free connection with CAsyncSocket (UDP) traffic source
Platform: | Size: 59392 | Author: 胡勇军 | Hits:

[Internet-NetworkSocketAPICAsyncSocketCSocket

Description: Socket API,CAsyncSocket,CSocket内幕及其用法,对于vc进行通信开发的朋友很有帮助。-Socket API, CAsyncSocket, CSocket insider and their usage for communication development vc helpful friends.
Platform: | Size: 175104 | Author: donnie zhang | Hits:

[Internet-NetworkMFC-CAsyncSocket

Description: 使用MFC快速实现网络编程 CAsyncSocket-MFC CAsyncSocket
Platform: | Size: 7168 | Author: jason | Hits:

[Internet-NetworkCAsyncSocket

Description: VC6.0环境下CAsyncsocket类的使用案例,可以很好地理解CAsyncSocket的使用-VC6.0 environment CAsyncsocket class use cases, can be well understood using CAsyncSocket
Platform: | Size: 3806208 | Author: guanqi | Hits:

[Internet-NetworkCAsyncSocket

Description: 用CAsyncSocket编写的上位机界面,使用比较方便-Prepared using CAsyncSocket PC interface, more convenient to use
Platform: | Size: 11991040 | Author: jiangmaofei | Hits:

[Internet-NetworkCAsyncSocket-UDP

Description: MFC自带CAsyncSocket的视频聊天程序-MFC CAsyncSocket own video chat program
Platform: | Size: 9363456 | Author: xuyuxiang | Hits:
« 1 2 34 5 6 7 8 9 10 »

CodeBus www.codebus.net