登录
首页 » C# » c# 一键分班示例源码下载(可按照男女/分数一键分班)

c# 一键分班示例源码下载(可按照男女/分数一键分班)

于 2014-03-10 发布
0 242
下载积分: 1 下载次数: 0

代码说明:

参考下分班逻辑, 分班后 要求 每个班级 性别均匀,分数均匀

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

发表评论

0 个回复

  • C# 自动投票和手机号码归属地查询 功能源码下载
    C# 自动投票和手机号码归属地查询
    2013-09-27下载
    积分:1
  • C#(WinForm)HTML编辑器 实例源码
    C#(WinForm)HTML编辑器 实例源码
    2013-12-28下载
    积分:1
  • C# 绘制图表
    C#使用dataset绘制图表
    2015-04-10下载
    积分:1
  • C# 创建三角网项目(AutoCAD)
    C# 创建三角网项目(AutoCAD)
    2019-05-28下载
    积分:1
  • 模拟QQ web协议使用QQ
    模拟QQ web协议使用QQ
    2015-05-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
  • OPC通讯实例(C#通过OPC连接PLC读写数据)
    C#通过OPC连接PLC读写数据
    2018-10-31下载
    积分:1
  • C#微信公众平台开发(SDK类库完整源码)
    C#微信公众平台开发(SDK类库完整源码)
    2016-03-04下载
    积分:1
  • asp.net 微信支付服务器端代码(完整示例源码下载)
    如果用的是mvc 则将 notify.cs中的         public Page page {get;set;}        public Notify(Page page)        {            this.page = page;        } 把Page 改成 HttpContextBase即可
    2015-05-07下载
    积分:1
  • C# 指纹识别系统 源码+数据库下载
    仅供参考学习
    2015-12-23下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载