登录
首页 » C# » 数字大小写转换--示例源码下载.zip

数字大小写转换--示例源码下载.zip

于 2019-08-08 发布
0 249
下载积分: 1 下载次数: 0

代码说明:

数字大小写转换--示例源码下载.zip

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

发表评论

0 个回复

  • c# winform分页实例源码下载(原理:存储过程分页)
    c# winform分页实例源码下载(原理:存储过程分页)
    2015-03-13下载
    积分:1
  • C# 实时获取股票数据
    能够实时获取股票数据
    2020-11-06下载
    积分:1
  • C#+Unity3d休闲跳跃游戏
    基于unity3d引擎的创意休闲跳跃游戏
    2019-07-19下载
    积分:1
  • C++遗传算法 示例代码
    C++遗传算法 示例代码
    2016-05-21下载
    积分:1
  • 红外与可见光图像配准算法(MATLAB版代码)
    红外与可见光图像配准算法(MATLAB版代码)
    2019-04-29下载
    积分:1
  • c# 对象拷贝属性 Copy方法
    c# 对象拷贝属性 Copy方法
    2014-07-15下载
    积分:1
  • c#帮助类大全.zip
    c#工具类
    2020-11-05下载
    积分: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
  • Csharp winform抽奖程序 源码下载
    Csharp winform抽奖程序 源码下载
    2015-02-27下载
    积分:1
  • C# 根据鼠标位置读取句柄窗体为图片 示例源码下载
    C# 根据鼠标位置读取句柄窗体为图片 示例源码下载
    2014-07-27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载