资源列表
10b-redqueue
- i hav uploaded tcl scr ipt coding for creating nodes and formation red queue buffering
form1
- QT界面控件调试通过的编程实例供给大家参考-QT examples
fpu_etc
- Implement a few FPU instructions.
worker_pool_unittest
- Post Task Test Task Source Code for Linux.
DdmHandleNativeHeap
- Handle thread-related traffic for Andriod.
Test_if_ne
- Test if ne extends DxTestCase Source Code for Linux.
SpannableStringTest
- Spannable String Test Source Code for Linux.
TransactionAlreadyExistsException
- Transaction Already Exists Exception Source Code for Linux.
SyntheticAttribute_info
- The Synthetic attribute is a fixed-length attribute in the attributes table of ClassFile, com.vladium.jcd.cls.Field_info, and com.vladium.jcd.cls.Method_info structures.
Test_div_long
- Test div long extends DxTestCase for Embedded Linux.
Test_aput_wide
- Test aput wide extends DxTestCase Source Code for Linux.
Virtual_Function
- * C++虚函数表解析 * 虚函数是通过一张虚函数表来实现的。在这个表中,主 *是要一个类的虚函数的地址表,这张表解决了继承、覆盖 *的问题,保证其容真实反应实际的函数。这样,在有虚函 *数的类的实例中这个表被分配在了这个实例的内存中,所 *以,当我们用父类的指针来操作一个子类的时候,这张虚 *函数表就显得由为重要了,它就像一个地图一样,指明了 *实际所应该调用的函数。 -Virtual Function