搜索资源列表
networkcurrentcapacitycounts
- 很好的网络流量统计源代码。 使用曲线图进行实时统计。 采集数据主要在类 MFNetTraffic 中实现, 而显示数据则是放在类MFTrafficButton中实现。 两者之间的通讯使用了回调函数的机制。 详情请看源代码。 -good network traffic statistics source. Use real-time graph statistics. Collecting data in the main category MFNetTraffic
ThunkTest
- 利用第三方Thunk库, 将C++类成员函数做为Windows回调函数, 从而使回调函数可以通过this指针访问类的其他成员
callback_my
- 在设计中,需类与主程序异步传递数据,还不想用消息,因为是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
timer.tar
- linux下同一个进程中多个定时器实现。简单描述下定时器模块的实现,有一个manager单例类保存所有CTimer对象,开启一线程运行延迟函数,每次延迟间隔到,扫描保存CTimer的容器,对每个CTimer对象执行减少时间操作,减少到0则执行回调函数。对一次性CTimer,超时则从容器中删除,循环型的将间隔时间重置,不从容器中移除。 CTimer的start执行将对象插入到manager容器中操作;stop执行将对象从manager容器中删除的操作;reset执行先删除,重置间隔,然后再放到
newThunk
- 一个使用trunk技术实现的定时器类,演示了如何使用trunk实现让回调函数变成类成员函数。-The use of technology to achieve a trunk of Timer class, demonstrates how to use the trunk to achieve so that a callback function into a class member function.
CountFrames
- 在回调里统计帧数的类,很好用,效率也很高,共享处理。-Statistical number of frames in the callback class, very easy to use, high efficiency, shared processing.
zip
- 类成员函数作回调函数,C++中用类成员函数作回调函数唯一的方法-Class member function as a callback function