登录
首页 » C# » C# 二维码 例子源码

C# 二维码 例子源码

于 2015-05-05 发布
0 95
下载积分: 1 下载次数: 0

代码说明:

二维码

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

发表评论

0 个回复

  • c算法 大全《常用算法程序集(第四版)》
    这份资料是第四版的C 常用算法程序集,方便初学者学习。
    2018-04-16下载
    积分:1
  • sftp实例,SecureFileTransferProtocol 安全文件传送协议的用法与实例 附完整源码下载
    sftp实例,SecureFileTransferProtocol 安全文件传送协议的用法与实例 附完整源码下载
    2013-05-24下载
    积分:1
  • 串口调试助手代码(XCOM V2.0)
    【实例简介】 很优秀的串口调试助手代码
    2021-08-05 00:31:11下载
    积分:1
  • C# 自绘窗体 示例源码
    C# 自绘窗体 示例源码
    2013-10-03下载
    积分:1
  • C++ Primer书籍源码
    MS_pre_C11.zipGCC_4_7_0.zip GCC_pre_C11.zip
    2020-12-11下载
    积分:1
  • 【精工源码】九九乘法表(窗体版)
      生成《九九乘法表》的窗体版小程序,初学者熟悉窗体和循环语句的基本应用。
    2019-12-19下载
    积分: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#三层架构0813—SqlServer带数据库-Vis-visual studio2019
        三层架构增加-删除-修改-查询可以提供学习交流,谢谢C#三层架构0813—SqlServer-Vis-visual studio2019
    2020-12-07下载
    积分:1
  • NS3仿真软件与外部通信(code.cc)
    NS3仿真软件与外部通信
    2021-05-06下载
    积分:1
  • DotRas 获取ip地址 示例源码
    DotRas 获取ip地址 示例源码
    2014-03-17下载
    积分:1
  • 696518资源总数
  • 105678会员总数
  • 22今日下载