登录
首页 » C# » c#高精度计时器(精确到1毫秒)

c#高精度计时器(精确到1毫秒)

于 2019-07-13 发布
0 250
下载积分: 1 下载次数: 1

代码说明:

该例子实现了高精度定时器功能,最高定时精度为1ms

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C# 学生信息管理系统 源码
    首先附加数据库, 管理员账号 admin 密码 00000 教师账号 t001 密码 12345 学生账号 SunPeng 密码 12345
    2016-12-26下载
    积分:1
  • asp.net 使用统计图表功能源码-饼图
    推荐几个 不错的图表开源js   ichartjs:http://www.ichartjs.com/      nvd3:http://nvd3.org/      highcharts:http://www.highcharts.com/      echarts:http://ecomfe.github.io/echarts/index.html
    2014-01-25下载
    积分:1
  • QQ在线客服例子源码
    QQ在线客服例子源码
    2013-12-26下载
    积分:1
  • IEEE电脑鼠走迷宫(完整参赛代码)
    本程序是我们小组集体参加电脑鼠比赛的完整参赛代码,内付Maze主函数的完整流程图!
    2019-08-01下载
    积分:1
  • C# 采集器 源码下载
    采集器
    2016-07-27下载
    积分:1
  • C# 串口通信 实例源码下载
    C# 串口通信 实例源码下载
    2015-04-27下载
    积分:1
  • 动画效果浮动窗体实例
            private void StopRectTimer_Tick(object sender, EventArgs e)        {            //如果鼠标在窗体上,则根据停靠位置显示整个窗体              if (this.Bounds.Contains(Cursor.Position))            {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, 0);                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - this.Height);                        break;                    case AnchorStyles.Left:                        this.Location = new Point(0, this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - this.Width, this.Location.Y);                        break;                }            }            else  //如果鼠标离开窗体,则根据停靠位置隐藏窗体,但须留出部分窗体边缘以便鼠标选中窗体              {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, (this.Height - 3) * (-1));                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - 5);                        break;                    case AnchorStyles.Left:                        this.Location = new Point((-1) * (this.Width - 3), this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - 2, this.Location.Y);                        break;                }            }        }
    2015-06-10下载
    积分:1
  • C#与s71500(S7.Net.dll)
    C#与s71500(S7.Net.dll)
    2020-05-31下载
    积分:1
  • 学堂在线+C++高级程序设计+郑莉+课程所有代码
    郑莉老师课程代码,解压后200多M
    2020-02-15下载
    积分:1
  • 抽奖程序 flash源码下载
    抽奖程序 flash源码下载
    2014-01-02下载
    积分:1
  • 696516资源总数
  • 106571会员总数
  • 2今日下载