VC 写的秒表计时器
2021-11-21 00:55:39 611KB VC 写的秒表计时器
1
这个项目是关于同时运行数字时钟,秒表和计时器的Arduino!
2021-11-20 20:10:50 186KB clocks display embedded led
1
主要为大家详细介绍了js实现秒表计时器,文中示例代码介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们可以参考一下
2021-10-31 23:59:21 38KB js秒表计时器 js秒表计时 js计时器
1
更新的计时器
2021-10-12 19:04:25 217KB 倒计时 秒表 计时器 vb.net
1
小巧的秒表计时器
2021-09-23 21:54:27 24KB 秒表
1
WPF 秒表 计时器 定时关机 到计时关机 public const uint WM_SYSCOMMAND = 0x0112; public const uint SC_MONITORPOWER = 0xF170; [DllImport("user32")] public static extern IntPtr SendMessage(IntPtr hWnd, uint wMsg, uint wParam, int lParam); /// /// 关闭显示器 /// public void CloseScreen() { IntPtr windowHandle = Process.GetCurrentProcess().MainWindowHandle; SendMessage(windowHandle, WM_SYSCOMMAND, SC_MONITORPOWER, 2); // 2 为关闭显示器, -1则打开显示器 } using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Navigation; using System.Windows.Shapes; using System.Windows.Threading; using IniFiles; namespace StopWatch { /// /// shutdonwCtrl.xaml 的交互逻辑 /// public partial class shutdonwCtrl : UserControl { DispatcherTimer timer1; DispatcherTimer timer2; public shutdonwCtrl() { InitializeComponent(); timer1 = new DispatcherTimer(); timer1.Tick += new EventHandler(OnTimer1); timer1.Interval = new TimeSpan(0, 0, 1); timer2 = new DispatcherTimer(); timer2.Tick += new EventHandler(OnTimer2); timer2.Interval = new TimeSpan(0, 0, 1); btn_cancel.IsEnabled = false; cancel1.IsEnabled = false; } IniFile INI = new IniFile(IniFile.AppIniName); public void LoadIni() { cbo_hour.Text = INI.ReadString("定时关机", "时", "0"); cbo_Minute.Text = INI.ReadString("定时关机", "分", "0"); cbo_Second.Text = INI.ReadString("定时关机", "秒", "0"); cbo1.Text = INI.ReadString("到计时关机", "分", "0");
2021-09-16 14:59:16 283KB WPF 秒表 计时器 定时关机
1
aStopwatch是一款非常实用的桌面秒表计时器,可以用在多个活动现场,为用户提供了中间结果列表,让你对计时结果一目了然。软件的操作非常简单,用户随时随地可以用它来进行计时,快来下载体验吧。 软件特色:   1、软件的界面非常简洁;   2、软件的操作十分简单。
2021-09-13 18:19:36 112KB 系统工具
1
单片机mct5板子,秒表计时器,可实现两个99秒不同倒计时,拥有开始,暂停,重置功能
2021-08-06 19:30:55 3.42MB 单片机 mct5 课程设计
1
用timeSetEvent函数做,可精确到0.001秒
2021-08-05 19:51:02 34KB 计时器 MFC VC
1
实用秒表是一款可以当做秒表使用,具有计时功能的软件,软件绿色方便。欢迎需要的朋友到脚本之家下载使用! 软件说明 1.本程序可以当做秒表使用,具有计时功能, 2.点击开始,开始计时,点击暂停,暂停计时,其中在英文输入法状态下,按下键盘中的任意键(空格除外)均可以暂停计时 3.暂停后有清零功能 4.精确到0.01秒
2021-07-23 15:35:16 16KB 系统工具
1