Welcome![Sign In][Sign Up]
Location:
Search - c callback

Search list

[Windows Develop孙鑫C++-Windows使用原理

Description: Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows operating procedures and principles of programming process, the window selection process, handle principle, Message Queue, a callback function, the window is closed and applications from the working relationship, the use of a number of small VC skills, and cdecl calling stdcall norms, beginners often make mistakes and points for attention .
Platform: | Size: 15732 | Author: lily | Hits:

[Windows Developcallback

Description: 高级VC C++ 回调函数原理与演示程序的运用,具体请看源文件.
Platform: | Size: 33346 | Author: sailoren | Hits:

[Multimedia programCallBackFunction

Description: 音频回放的源代码-audio playback source code
Platform: | Size: 7169024 | Author: 匡明 | Hits:

[Windows DevelopHelloMFC

Description: callback函数使用的示例-callback function uses the example
Platform: | Size: 1943552 | Author: 笑书侠 | Hits:

[OS programcallback_my

Description: 在设计中,需类与主程序异步传递数据,还不想用消息,因为是c++的程序,de得自己作消息处理,所以想到了回调函数,但此方面的资料太少,一般都是在mfc和dllde的,花了点时间作了此回调函数.实现了数据的同步和异步(类向主程序传递数据)传递-in design, with the main program categories need asynchronous data transfer, but also did not want the news because the process is c, de yourself for the news, so I thought of a callback function, but this information too small, are generally in the dllde mfc and spent time made this callback function. to achieve the data synchronous and asynchronous (main program categories to transfer data) transmission
Platform: | Size: 10240 | Author: llg | Hits:

[JSP/JavaJava_JNI_Callback

Description: How to run: 1. compile Callback.java 2. compile the native code into a shared lib cl /Ie:\j2sdk1.4.0\include /Ie:\j2sdk1.4.0\include\win32 /LD /FeMyImpOfCallback.dll Callback.c 3. run: java Callback
Platform: | Size: 1024 | Author: 宗睿 | Hits:

[Windows Develop孙鑫C++-Windows使用原理

Description: Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows operating procedures and principles of programming process, the window selection process, handle principle, Message Queue, a callback function, the window is closed and applications from the working relationship, the use of a number of small VC skills, and cdecl calling stdcall norms, beginners often make mistakes and points for attention .
Platform: | Size: 15360 | Author: lily | Hits:

[BooksThe Function Pointer Tutorials

Description: 本文详细说明了C和C++中函数指针的语法和用途。并且举例说明了如何用函数指针来实现Callback函数。-paper detailed description of C and C function pointer syntax and use. And to illustrate how to use the function pointer to achieve Callback functions.
Platform: | Size: 123904 | Author: 朱亮 | Hits:

[Graph programMulCallback

Description: OK系列,实现用回调函数实现图像的采集和实时处理 -OK series, achieving a callback function to achieve image acquisition and real-time processing. .
Platform: | Size: 66560 | Author: | Hits:

[Internet-NetworkCppCallback

Description: CallBack c++ vc 6 回调-CallBack c vc 6 callback
Platform: | Size: 3072 | Author: 唐宏文 | Hits:

[Windows DevelopTbnrSdiDemoView

Description: 用户也可以点击“停止录音”,以停止声卡,结束录音。 StreamBuff中所有的剩余语音都会被送入TBNR,并通知TBNR录音完毕。 TBNR收到足够的语音后开始识别,并通过EventCallback和ResultCallback两个回调 函数通知TbnrSdiDemo当前识别状态以及识别结果。-users can click on "stop recording" to stop sound card and the end of recording. StreamBuff all the remaining voice will be sent to TBNR and notified TBNR finished recording. TBNR received adequate recognition after the speech, and through EventCallback and two callback function ResultCallback notice T bnrSdiDemo current state of identification and recognition results.
Platform: | Size: 4096 | Author: 牟宗存 | Hits:

[OtherCallbackTimerDemo

Description: 使用VC编写的利用回调函数实现定时器功能源码。程序中使用静态成员函数访问非静态成员函数机制实现三个不同定时器。-use VC prepared using the timer callback function to achieve functional source. Procedures for the use of static member function visit non-static member function mechanisms three different timer.
Platform: | Size: 41984 | Author: | Hits:

[OtherCALLBACK

Description: 回调函数的应用,在dll中经常用到.很有用的.-Application callback function, frequently used in the dll. Very useful.
Platform: | Size: 94208 | Author: 秦玉杰 | Hits:

[Windows Developcallback

Description: 高级VC C++ 回调函数原理与演示程序的运用,具体请看源文件.-Senior VC C++ Callback function theory and demonstration of the use of procedures, see the specific source file.
Platform: | Size: 33792 | Author: sailoren | Hits:

[MiddleWarecallback

Description: 回调函数示例,通过这段简单代码可以充分了解回调函数的基本作用-Example callback functions through a simple code this callback function can not fully understand the fundamental role of
Platform: | Size: 24576 | Author: woyaoxueMCU | Hits:

[xml-soap-webservicexerces-c-3.1.1.tar

Description: Xerces-C++是一个非常健壮的 XML 解析器,其提供的两种解析XML文档的方法,DOM和SAX。SAX是一个面向事件的编程API.一个解析引擎消耗XML序列数据,并在发现进来的XML数据的结构时回调应用程序,这些回调称为事件句柄.与SAX不同,它允许对XML文档进行编辑并保存为一个文件或者流,还允许以编程的方式构建一个XML文档.DOM提供了一个内存中的模型,你可以遍历文档树,删除节点或者嫁接新节点.与解析的SAX事件不同,DOM事件反映出用户与文档的互动以及使用文档的改变.总的来说,SAX是按行遍历XML文档的,而DOM是先把XML文档生成树,然后遍历DOM树,来解析每个节点.-C++ is a very Xerces- healthy XML parser, it provides two analytic method of XML document, DOM and interesting. Interesting is an object-oriented programming API. An event sequence analysis engine consumes XML data, and found in the XML data structure and callback applications of these callback called event handler is different, with interesting. It allows for an XML document to edit and keep a file or flow, but also allows to programming build an XML document. DOM provides a memory of the models, you can traverse document tree, delete the node or grafting new nodes. And analytical interesting events, DOM events reflects different user interaction with the document and the use of the document. Generally speaking, interesting is according to the east, and alex XML document DOM is an XML document, then traverse spanning tree, DOM tree analysis each node.
Platform: | Size: 5051392 | Author: coldwater | Hits:

[Windows Developcallback-in-CPP

Description: Callback Implementations in C-Callback Implementations in C++
Platform: | Size: 23552 | Author: patrick | Hits:

[JSP/Javajna-call-dll-and-C-call-java

Description: jna调用dll省去烦人的JNI编写,并且实现了自定义接口事件,实现C回调java-jna call JNI dll eliminating annoying to write and implement a custom interface events, implement the C callback java
Platform: | Size: 1432576 | Author: 侯蛟 | Hits:

[VC/MFCC-CPP-callback-function

Description: 关于C C++ 回调函数的调用机制 以及回调函数的使用-About C C++ callback function call mechanism and the callback function to use
Platform: | Size: 183296 | Author: 狗毛大圣 | Hits:

[Windows DevelopCallback.cpp

Description: c++ callback functions.
Platform: | Size: 1024 | Author: Rahul | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net