测试一个方法的运行时间
摘要:
using System;using System.Collections.Generic;using System.Text;using System.Diagnostics;namespace UserPai{ class Program { static decimal pai; static decimal loop; static void Main(string[] args) { Stopwatch sw = new Stopwatch(); sw.Start(); ... 阅读全文
posted @ 2013-06-08 15:41 水行者 阅读(228) 评论(0) 推荐(0)
浙公网安备 33010602011771号