摘要: [System.Runtime.InteropServices.DllImport("Kernel32.dll")] static extern bool QueryPerformanceCounter(ref long count); [System.Runtime.InteropServices.DllImport("Kernel32.dll")] static extern bool QueryPerformanceFrequency(ref long count);private void TreatSub(){long count = 0; l 阅读全文
posted @ 2013-06-03 16:05 天是那么蓝 阅读(237) 评论(0) 推荐(0)