搜索资源列表
timer.tar
- linux下同一个进程中多个定时器实现。简单描述下定时器模块的实现,有一个manager单例类保存所有CTimer对象,开启一线程运行延迟函数,每次延迟间隔到,扫描保存CTimer的容器,对每个CTimer对象执行减少时间操作,减少到0则执行回调函数。对一次性CTimer,超时则从容器中删除,循环型的将间隔时间重置,不从容器中移除。 CTimer的start执行将对象插入到manager容器中操作;stop执行将对象从manager容器中删除的操作;reset执行先删除,重置间隔,然后再放到
src
- 数据采集:该启动器可以由用户发起为一个后台服务,也可以由Unix的定时服务发起,我们采用使用Unix发起的方式。 用户后台服务发起的方式只需要把线程的运行方式改变成循环就是。 -Data Acquisition: The starter can be initiated by the user as a background service, but also from time to time by the Unix service launched, we have adopted a
goodvcLogTest
- VC.NET开发的简单又高效的日志管理系统,严格来说是一个日志写入模块,实现日志信息的批量写入件、定时自动刷新到文件中,写入文件的日志级别可动态调整,单个日志文件大小可配置,循环对日志文件写入,这样不会造成机器空间被日志文件耗.-VC.NET development of simple and efficient log management system, strictly speaking, is a log into the module, the realization of the l
Times
- C++中的Timer组件虽然好用,却无法提供精确定时,只能精确到100毫秒左右,本程序中提供了一个定时工具,可精确到1毫秒,可用于参考执行定时循环任务-C++ in the Timer component although useful, but can not provide precise timing, can only be accurate to about 100 milliseconds, the program provides a regular tool accurate t
rizhixitong
- 实现日志信息的批量写入文件,定时自动flush到文件中,写入文件的日志级别可动态调整,单个日志文件大小可配置,循环对日志文件写入,这样不会造成机器空间被日志文件耗尽。-To achieve the log information, write to a file volume, timing, automatic flush to a file, write to the file log level can be dynamically adjusted, a single log file
Work-Timer
- 一个事物提示软件,支持年月日周时分秒的定时,还支持循环提示-A thing prompts the software to support the day of week, hour, minute and second timing, and also support the circulation prompted
xuehua
- 一个VC雪花屏保CPP类,不是一个完整的屏幕保护程序,是一个VC++用来制作屏幕保护的cpp类文件,里面有注释,使用没有过多难度。在这个类里可设置雪花数量、雪点位置、下落速度、下落距离、粘贴度、雪点数组、当前循环步数(用于限速)、高性能定时器计数器的使用、每次下落距离(1-5)、控制雪点下降速度、积雪(停留)效果处理、保存颜色并绘制雪点等相关功能的实现-A VC snow screensavers CPP class, not a complete screen saver, a VC++ cp
arm_plat1
- S5PV210定时器调节占空比通过while循环将占空比从90 降到10,然后回到90 。-S5PV210 timer adjusting the duty ratio through the while loop will be duty ratio 90 to 10, and then back to 90 .