2013年1月28日
摘要: 方法一:using System.Diagnostice;//导入该命名空间Stopwatch watch=new Stopwatch ();//实例化一个计时器watch.Start();//开始计时/*此处为要计算的运行代码例如:int sum=0;for(in... 阅读全文
posted @ 2013-01-28 10:50 swarb 阅读(370) 评论(0) 推荐(0) 编辑