搜索资源列表
060526165351
- 一个很好的SDL建立应用程序界面的例子,里面用到了回调函数,编辑框的实现!-a good SDL application program interface to establish example, which uses a callback function, editors frame the realization!
Duplex
- 这是linux下 MiniGUI的一个程序,包括makfile,目标文件以及源文件,通过该源码,展示了如何编写makefile,如何运用minigui控件,如何设置参数,文件handle的使用,当然还有高级一点的用法,比如回调函数。-under linux This is a procedure for MiniGUI, including makfile. the target file and the source document, the source, demonstrates how
libsigc++-2.0.6
- 一个对象回调接口库-a callback object interface library
GNU_C++_3.4.2
- Test Callback function
test
- /* 在这里我们连接 "destroy" 事件到一个信号处理函数。 * 对这个窗口调用 gtk_widget_destroy() 函数或在 "delete_event" 回调函数中返回 FALSE 值 * 都会触发这个事件。*/ g_signal_connect (G_OBJECT (window), "destroy", G_CALLBACK (destroy), NULL) /* 设置窗口边框的宽度。*/ gtk_container_se
fallbacks
- //建立按钮上标签的字符串 label = XmStringCreateSimple["Hello World!"] n = 0 XtSetArg[args[n], XmNlabelString, label] n++ button = XmCreatePushButton[toplevel, "pushbutton", args, n] XtManageChild[button] XmStringFree[label]
callback.h
- 用于linux实验的shell编写的调用部分-Linux experiment for the preparation of the shell part of the call
test
- 实现一个简单的linux回调函数,并且在C++中调用C,初学者可以学习一下-Linux implement a simple callback function, and in C++ to call C, beginners can learn about
uc-gui.tar
- 背景回调函数,调用系统自代的函数,可以选择-Background callback function, call the system from the generation function, you can choose
SCO-Openserver-5.0-callback.doc
- 一个比较不错而且很详尽的sco unix openserver 5.0的回拨实验-SCO OpenServer 5.0 callback
Qt4Gossip
- Qt 的良好封装机制使得 Qt 的模块化程度非常高,可重用性较好,对于用户开发来说是非常 方便的。 Qt 提供了一种称为 signals/slots 的安全类型来替代 callback,这使得各个元件 之间的协同工作变得十分简单。 -Qt Qt makes a good mechanism for encapsulation of very high degree of modularity, reusability, good for users to develop is very conv
atCallback
- callback test in c program for linux.
standarddlg
- Qt 的良好封装机制使得 Qt 的模块化程度非常高,可重用性较好,对于用户开发来说是非常 方便的。 Qt 提供了一种称为 signals/slots 的安全类型来替代 callback,这使得各个元件之间的协同工作变得十分简单。-Qt' s good encapsulation mechanism makes very high degree of Qt modular, reusable better, it is very convenient for users to develop
JNI(java-c)
- 实现了java-c的互调 1.hello-jin-c是linux下的c实现文件。 (使用NDK编译成.so文件,供java层调用)。 2.helloJni是java工程。(里面通过JNI调用下面.so中提供的c的实现。) 同理.so里面也可以调用回调java里面实现的文件。-Java-c the intermodulation 1.hello-jin-c linux c implementation file. (Using NDK build so file for
mtdcore
- Core registration and callback routines for MTD drivers and users.
zfcp_ccw
- linux zfcp device driver Registration and callback for the s390 common I/O layer.
rbtx4939-flash
- This a simplified physmap driver with map_init callback function.-This is a simplified physmap driver with map_init callback function.
callback_proc
- NFSv4 callback procedures driver for Linux.
callback
- Returns a callback to |observer->observe_event| method. The caller owns the result.
callback
- Any class that is copy-constructable and has a compatible Run method may be adapted to a Callback using this constructor. -Any class that is copy-constructable and has a compatible Run method may be adapted to a Callback using this constructor.