搜索资源列表
calculator
- VB做的简单的时钟,圆形界面,也可以做计时器用。-VB to do the simple clock, circular interface, the timer can also be used to do.
clock
- VB做的简单的时钟,圆形界面,也可以做计时器用。-VB to do the simple clock, circular interface, the timer can also be used to do.
The-kernel-to-accelerate-the-VB
- 这是一个逆向游戏守望者的一个驱动,用来给整个系统进行加速处理. Hook 内核层的 KeQueryPerformanceCounter 和 KeUpdateSystemTime 来实现加速功能. 目前是整个系统都加速,包括系统时钟也变快了. R3层要加载D3D9相关的DLL,才会让时间显示加快. 变速公式: Result := 上次返回时间 + Round((当前返回时间 - 上次正常时间) * Power(2,倍数)) 请勿