Re: C# High speed calculation problem?# DotNet - 窗口里的风景
c*t
1 楼
【 以下文字转载自 Programming 讨论区 】
发信人: Heidern (Uxorious Man), 信区: Programming
标 题: Re: C# High speed calculation problem?
发信站: BBS 未名空间站 (Thu Dec 6 11:38:00 2007), 转信
Please don't use DateTime.Now to calculate the time. Because 它的精度只有
16ms。
也就是说这个时间15.6ms左右才更新一次。
建议使用 API: QueryPerformanceCounter
in
发信人: Heidern (Uxorious Man), 信区: Programming
标 题: Re: C# High speed calculation problem?
发信站: BBS 未名空间站 (Thu Dec 6 11:38:00 2007), 转信
Please don't use DateTime.Now to calculate the time. Because 它的精度只有
16ms。
也就是说这个时间15.6ms左右才更新一次。
建议使用 API: QueryPerformanceCounter
in