登录
首页 » C# » C# 台达PLC485通信实例

C# 台达PLC485通信实例

于 2021-08-23 发布
0 261
下载积分: 1 下载次数: 1

代码说明:

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

发表评论

0 个回复

  • 多线程下访问控件的方式,支持跨线程访问控件 源码
    多线程下访问控件的方式,支持跨线程访问控件 源码
    2013-12-18下载
    积分:1
  • C# 12306订票软件 实例源码下载
    C# 12306订票软件 实例源码下载
    2014-07-15下载
    积分:1
  • pop3 接收qq邮箱邮件 实例源码下载
    pop3 接收qq邮箱邮件 实例源码下载
    2015-01-16下载
    积分:1
  • html网站模板例子源码下载
    html网站模板例子源码下载
    2015-05-13下载
    积分:1
  • Employee Info Starter Kit 实例源码下载
    微软官方实例,入门级实例
    2014-07-29下载
    积分:1
  • 调用和摄像头识别二维码
    调用和摄像头识别二维码
    2013-05-10下载
    积分:1
  • 浙江大学ACM模板(经典代码)
    【实例简介】 ICPC,大学生ACM竞赛经典模板
    2021-05-31 00:31:08下载
    积分: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++ 三维面积图(提高篇-实例517).zip
    C++ 三维面积图(提高篇-实例517).zip
    2019-10-02下载
    积分:1
  • 实现按照姓名进行排序的算法
    该程序能够实现按照中文的姓名(字母顺序)进行排序
    2013-08-13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载