• TimerResolution是一个应用程序来改变该决议的默认windows定时器。 标准时Windows XP可以有所不同的10-25毫秒。 因此如果你的代码使用定时器或者睡眠值低于计时器的决议在你的系统,你不会得到预期的结果。

    计时器的决议将在全球改变的同时应用程序正在运行,并将恢复到先前的价值时,它是关闭的。

    1毫秒计时器是可以实现的使用这一应用程序

  • TimerResolution एक आवेदन पत्र है का संकल्प बदलने के लिए डिफ़ॉल्ट windows टाइमर. मानक टाइमर Windows XP पर भिन्न हो सकते हैं के बीच 10 और 25 मिसे. इसलिए यदि आपके कोड का उपयोग करता है एक टाइमर या नींद के मूल्य की तुलना में कम टाइमर संकल्प के लिए अपने सिस्टम पर तुम नहीं हो रही है परिणाम आप की उम्मीद है ।

    टाइमर संकल्प किया जाएगा, विश्व स्तर पर बदल गया है जब आवेदन चल रहा है और वापस करने के लिए पिछले मूल्य जब यह बंद कर दिया है.

    1ms टाइमर प्राप्त कर रहे हैं इस आवेदन का उपयोग करना

  • TimerResolution is an application to change the resolution of the default windows timer. The standard timer on Windows XP can vary between 10 and 25 milliseconds. Therefore if your code uses a timer or sleep value less than the timer resolution on your system you won't be getting the results you expect.

    The timer resolution will be globally changed while the application is running and will revert to the previous value when it is closed.

    1ms timers are achievable using this application