C#面向对象程序设计 计时器
//记录时间 private void timer2_Tick(object sender, EventArgs e) { time++; int s = time; if (time >= 1000) s = time - time / 1000 * 1000; int p = s / 100; int q = (s - p * 100) / 10; int r = s - p * 10
文件列表
计时器.zip
(预估有个34文件)
time
time
Form1.cs
3KB
bin
Debug
time.vshost.exe
14KB
time.vshost.exe.manifest
490B
time.pdb
28KB
time.exe
17KB
obj
暂无评论