搜索结果
找到约 18 项符合
Callback 的查询结果
按分类筛选
Java编程 How to run: 1. compile Callback.java 2. compile the native code into a shared lib cl /Ie:j2sdk1.4.0i
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
电子书籍 本文详细说明了C和C++中函数指针的语法和用途。并且举例说明了如何用函数指针来实现Callback函数。
本文详细说明了C和C++中函数指针的语法和用途。并且举例说明了如何用函数指针来实现Callback函数。
Linux/Unix编程 Test Callback function
Test Callback function
Delphi控件源码 How to implement Windows CallBack with using delphi
How to implement Windows CallBack with using delphi
单片机开发 callback demo program, you can learn how to write callback functions
callback demo program, you can learn how to write callback functions
通讯/手机编程 capture frames in mobile 6.0 you can edit raw data with callback function
capture frames in mobile 6.0
you can edit raw data with callback function
Java编程 RMI asynchronism receive message callback() register and deregister to control update or interrupt
RMI
asynchronism receive message
callback() register and deregister to control update or interrupt
VC书籍 AVR2560 Sample C Code (CallBack)
AVR2560 Sample C Code (CallBack)
Java编程 java rmi 实验 statscallback实现callback
java rmi 实验 statscallback实现callback
Java编程 A Waiter relays an order Object to a Producer, waits in an independent thread during the production,
A Waiter relays an order Object to a Producer, waits in an independent thread during the production, and then delivers the result using a Consumer callback method.