Welcome![Sign In][Sign Up]
Location:
Search - 异步事件

Search list

[Static controlHikPlaySrv

Description: Winsocket DLL 封装,该类是SOCKET通讯综合模型,该类完成后将包装各种SOCKET通讯模式(阻塞select,异步窗口,异步事件,重叠I/O,完成I/O)等.它可以被各种通讯程序方便采用.尤其是基于SERVER/CLIENT的SERVER程序会提高大幅度性能.如果使用人要完成特定的通讯功能可以从该类继承,增加对线程池的支持功能。-Winsocket DLL package, such communication is SOCKET integrated model, such completion, will repackage the mode of communication SOCKET (blocking select, asynchronous window, asynchronous events, overlapping I / O, complete I / O). It can be convenient communications procedures used. In particular, based on SERVER / CLIENT SERVER the procedures significantly improve performance. If people use to accomplish specific communication from such succession, increasing the pool of threads support.
Platform: | Size: 22215 | Author: 江苏 | Hits:

[Internet-NetworkriptideAnyWhere1

Description: 远程控制软件源代码,采用异步事件选择模型,截屏压缩传输等也具有参考价值。-remote control software source code, using asynchronous events choice model, compression and transmission of attack also with reference value.
Platform: | Size: 111317 | Author: 陈海峰 | Hits:

[JSP/Javajava_yi_bu_ci

Description: java异步事件池,包含java代码,已经通过运行测试,请自建工程调试-asynchronous events pool, contains java code has been running tests, relying Debugging
Platform: | Size: 7294 | Author: googolplex | Hits:

[Windows DevelopCSocketModel

Description: 提供CSocketModel类完整代码:\"CSocketModel.zip\" 该类是SOCKET通讯综合模型,该类完成后将包装各种SOCKET通讯模式(阻塞select,异步窗口,异步事件,重叠I/O,完成I/O)等.它可以被各种通讯程序方便采用.尤其是基于SERVER/CLIENT的SERVER程序会提高大幅度性能.如果使用人要完成特定的通讯功能可以从该类继承,增加对线程池的支持功能。-provide complete CSocketModel category code : "CSocketModel.zip" SOCKET is such integrated communications model, such completion, will repackage the mode of communication SOCKET (blocking select, asynchronous window, asynchronous events, overlapping I / O, complete I / O). It can be the species used to facilitate the communication process. based particularly SERVER / CLIENT SERVER the procedures significantly improve performance. If people use to accomplish specific communication from such succession, increasing the pool of threads support.
Platform: | Size: 9893 | Author: 张其 | Hits:

[Internet-NetworkSocketLib

Description: Socketlib: 一个轻量级的C++ 封装Socket C API 网络编程框架。 它简化了Socket异步事件分派、进程间Socket通信的并发OO网络应用和服务的开发。 目前,只支持Window下IPV4;将来支持IPV6,并希望能将其扩展到linux/unix等OS平台。
Platform: | Size: 687954 | Author: bolide | Hits:

[Com PortTest_V2

Description: 本代码实现了类似于超级终端的功能,可以实现对串口的读写,对串口的读写采用的是异步事件方式
Platform: | Size: 35764 | Author: jason | Hits:

[Remote ControlEvent

Description: Socket 异步事件通信 包括一个Server端和一个客户端程序,使用时修改一下IP地址即可
Platform: | Size: 29070 | Author: ly | Hits:

[Remote Controlwinsock_rca_system_src

Description: 远程控制软件源代码,采用异步事件选择模型,截屏压缩传输等也具有参考价值。-remote control software source code, using asynchronous events choice model, compression and transmission of attack also with reference value.
Platform: | Size: 366552 | Author: 孙洪雨 | Hits:

[WinSock-NDISxmlrpc++0.7

Description: 基于异步事件回调机制的C++ XMLRPC服务器程序,使用起来非常方便-based on asynchronous callback mechanism incident C XMLRPC server, it is very convenient to use
Platform: | Size: 100018 | Author: 包慧明 | Hits:

[Internet-Network精通windows socket网络开发

Description: 这是介绍了好几种常见的网络通信架构,有异步事件模式,iocp模式,重叠端口模式等。程序很好用,实例也很好。
Platform: | Size: 889203 | Author: liyani_1980 | Hits:

[OtherLinux设备驱动程序(第二版)

Description: 本书面向的读者是那些想在Linux操作系统下支持各种计算机外设,或者想开发新的硬件并在Linux下运行的人们。Linux是Unix市场中增长最快的部分,并且在许多应用领域获得了广泛的支持。现在,人们越来越清楚地认识到Linux是嵌入式系统的一个极佳平台,本书第二版已经成为该领域的经典之作。本书作者将以往那些口述式的经验和知识、或者隐晦的源代码注释上升为系统地讲述各种设备驱动程序编写方法的著作。Linux内核的2.4版在设备驱动程序方面发生了重大变化,它简化了许多工作,但同时提供了许多精细的新功能,可让驱动程序更加高效、灵活。本书第二版透彻地讲述了这些变化,并介绍了许多新的处理器和总线结构。 要阅读和欣赏本书,并不要求您是一名内核黑客,您所需要具备的只是对C语言和一些Unix系统调用的背景知识的了解。本书循序渐进地讲述了字符设备、块设备和网络接口的驱动程序,并且给出了功能完善的示例驱动程序。这些示例驱动程序说明了驱动程序设计中的许多问题以及解决方法,并且不需要任何特定的硬件就可以运行。本书第二版的重要修订包括:对对称多处理器(SMP)系统和锁机制的讨论、对新CPU以及新近支持的总线的讨论等等。如果您对操作系统完成其任务的方式感兴趣,那么本书还提供了对地址空间、异步事件和 I/O的深入讨论。可移植性是本书的一个主要关注点。尽管本书主要讲述2.4版本,但在可能的情况下,我们也讲述了2.4版本以前直到2.0版本的相关内容。本书还介绍了如何在各种硬件平台上实现最大程度的可移植性。示例驱动程序已经在IA32(PC)和IA64、PowerPC、SPARC和SPARC64、Alpha、ARM以及MIPS等平台上经过了测试。
Platform: | Size: 2880254 | Author: zzcje@163.com | Hits:

[Windows DevelopCSocketModel

Description: 提供CSocketModel类完整代码:"CSocketModel.zip" 该类是SOCKET通讯综合模型,该类完成后将包装各种SOCKET通讯模式(阻塞select,异步窗口,异步事件,重叠I/O,完成I/O)等.它可以被各种通讯程序方便采用.尤其是基于SERVER/CLIENT的SERVER程序会提高大幅度性能.如果使用人要完成特定的通讯功能可以从该类继承,增加对线程池的支持功能。-provide complete CSocketModel category code : "CSocketModel.zip" SOCKET is such integrated communications model, such completion, will repackage the mode of communication SOCKET (blocking select, asynchronous window, asynchronous events, overlapping I/O, complete I/O). It can be the species used to facilitate the communication process. based particularly SERVER/CLIENT SERVER the procedures significantly improve performance. If people use to accomplish specific communication from such succession, increasing the pool of threads support.
Platform: | Size: 9216 | Author: 张其 | Hits:

[Internet-Networknet module

Description: 用事件方式,异步重叠编写的一个UDP底层通迅模块,可以很方便地使用。 调用时只有五个接口函数即可。 以调用者通过消息传递数据到来的消息-with the incident, asynchronous overlapping prepared by the UDP bottom of a communications module, it is easy to use. Only five call interface can function. To call through messaging data coming news
Platform: | Size: 92160 | Author: 高海辉 | Hits:

[Remote Controlwinsock_rca_system_src

Description: 远程控制软件源代码,采用异步事件选择模型,截屏压缩传输等也具有参考价值。-remote control software source code, using asynchronous events choice model, compression and transmission of attack also with reference value.
Platform: | Size: 366592 | Author: 孙洪雨 | Hits:

[Internet-Networkxmlrpc++0.7

Description: 基于异步事件回调机制的C++ XMLRPC服务器程序,使用起来非常方便-based on asynchronous callback mechanism incident C XMLRPC server, it is very convenient to use
Platform: | Size: 99328 | Author: 包慧明 | Hits:

[Static controlHikPlaySrv

Description: Winsocket DLL 封装,该类是SOCKET通讯综合模型,该类完成后将包装各种SOCKET通讯模式(阻塞select,异步窗口,异步事件,重叠I/O,完成I/O)等.它可以被各种通讯程序方便采用.尤其是基于SERVER/CLIENT的SERVER程序会提高大幅度性能.如果使用人要完成特定的通讯功能可以从该类继承,增加对线程池的支持功能。-Winsocket DLL package, such communication is SOCKET integrated model, such completion, will repackage the mode of communication SOCKET (blocking select, asynchronous window, asynchronous events, overlapping I/O, complete I/O). It can be convenient communications procedures used. In particular, based on SERVER/CLIENT SERVER the procedures significantly improve performance. If people use to accomplish specific communication from such succession, increasing the pool of threads support.
Platform: | Size: 21504 | Author: 江苏 | Hits:

[Internet-NetworkSocketLib

Description: Socketlib: 一个轻量级的C++ 封装Socket C API 网络编程框架。 它简化了Socket异步事件分派、进程间Socket通信的并发OO网络应用和服务的开发。 目前,只支持Window下IPV4;将来支持IPV6,并希望能将其扩展到linux/unix等OS平台。 -Socketlib: a lightweight C++ Package Socket C API network programming framework. It simplifies asynchronous event Socket distributed, inter-process communication Socket concurrent OO network applications and services. At present, only support Window under IPV4 future support for IPV6, and hope to extend it to linux/unix and other OS platforms.
Platform: | Size: 912384 | Author: bolidezhang | Hits:

[Com PortTest_V2

Description: 本代码实现了类似于超级终端的功能,可以实现对串口的读写,对串口的读写采用的是异步事件方式-The code to achieve a similar function of HyperTerminal, you can realize the serial read and write, read and write to the serial is based on the way asynchronous events
Platform: | Size: 35840 | Author: jason | Hits:

[Remote ControlEvent

Description: Socket 异步事件通信 包括一个Server端和一个客户端程序,使用时修改一下IP地址即可-Asynchronous Event Socket Communications Server includes a client and a client program, use IP address changed a bit
Platform: | Size: 28672 | Author: ly | Hits:

[OtherC#委托异步同步事件简单例子

Description: 演示了同步委托与异步委托的区别,比较适合初学者看不懂委托,快速入门(Demonstrates the difference between synchronous delegates and asynchronous delegates)
Platform: | Size: 180224 | Author: zxdzd | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net