摘要:
借用了网友关于win32平台精确定时的方法,将平台调用中的kernel32.dll换成coredll.dll即可。经测试,时间精度到ms以下using System;using System.Windows.Forms;using System.Runtime.InteropServices;namespace SmartDeviceProject3{public partial class MainForm : Form{public MainForm(){InitializeComponent();}private void MainForm_Paint(object sender, Pa 阅读全文
posted @ 2011-03-29 09:11
pojowsh
阅读(980)
评论(0)
推荐(0)
浙公网安备 33010602011771号