• 大小: 2.53MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-13
  • 语言: 数据库
  • 标签: 抽奖  排序  

资源简介

自己vs2008+SQL2005编写知识竞赛程序,里面涵括题目的自动抽取,积分榜的计算及排序,题目录入等功能

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Data.SqlClient;
using System.xml;

namespace 抽题程序
{
    public partial class Form1 : Form
    {
        private SqlConnection conn;
        private SqlCommand command;
        private List _list_bd = new List();
        private List _list_fx = new List();
        private string turn_num;
        private int fx_score;
        private int bd_score;
        private int fx_js;
        private int bd_js;

        private int[] bd_select = new int[2];
        private int[] fx_select = new int[2];
        public Form1()
        {
            InitializeComponent();
            conn = new SqlConnection(“server=127.0.0.1;database=zsjs;uid=sa;pwd=123456“);
            fx_js = 0;
            bd_js = 0;
            fx_score = 0;
            bd_score = 0;
            try
            {
                conn.Open();
                command = new SqlCommand();
                command.Connection = conn;
            }
            catch (System.Exception ex)
            {
                MessageBox.Show(“数据库连接失败!“);
                return;
            }
            SetData();
            InitData();
            comboBox_TX.SelectedIndex = 0;
            turn_num = System.Configuration.ConfigurationSettings.AppSettings[“Turn“].ToString();
            AddTurn();
        }

        private void AddTurn()
        {
            switch (turn_num)
            {
                case “1“:
                    label2.Text = “第一轮“;
                    break;
                case “2“:
                    label2.Text = “第二轮“;
                    break;
                case “3“:
                    label2.Text = “第三轮“;
                    break;
                case “4“:
                    label2.Text = “第四轮“;
                    break;
                case “5“:
                    label2.Text = “第五轮“;
                    break;
                case “6“:
                    label2.Text = “第六轮“;
                    break;
                case “7“:
                    label2.Text = “第七轮“;
                    break;
                case “8“:
                    label2.Text = “第八轮“;
                    break;
                case “9“:
                    label2.Text = “第九轮“;
                    break;
                case “10“:
                    label2.Text = “第十轮“;
                    break;
                case “11“:
                    label2.Text = “第十一轮“;
                    break;
                case “12“:
                    label2.Text = “第十二轮“;
                    break;
                case “13“:
                    label2.Text = “第十三轮“;
                    break;
                case “14“:
                    label2.Text = “第十四轮“;
                    break;
               

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    3145728  2013-06-20 18:04  抽题程序\Database\zsjs.mdf

     文件    1048576  2013-06-20 18:04  抽题程序\Database\zsjs_log.ldf

     文件        188  2013-06-19 17:53  抽题程序\抽题程序\App.config

     文件      14328  2013-06-20 18:39  抽题程序\抽题程序\bin\Debug\抽题程序.vshost.exe

     文件        188  2013-06-19 17:53  抽题程序\抽题程序\bin\Debug\抽题程序.vshost.exe.config

     文件        490  2007-07-21 02:33  抽题程序\抽题程序\bin\Debug\抽题程序.vshost.exe.manifest

     文件      78873  2013-06-13 09:44  抽题程序\抽题程序\bj.jpg

     文件      34966  2013-06-13 11:02  抽题程序\抽题程序\bj1.jpg

     文件     107922  2013-06-13 14:45  抽题程序\抽题程序\bj2.jpg

     文件      19983  2013-06-20 18:04  抽题程序\抽题程序\Form1.cs

     文件      32483  2013-06-20 11:11  抽题程序\抽题程序\Form1.Designer.cs

     文件     292137  2013-06-20 11:11  抽题程序\抽题程序\Form1.resx

     文件       6168  2013-06-20 11:44  抽题程序\抽题程序\Form_Score.cs

     文件      45940  2013-06-20 11:44  抽题程序\抽题程序\Form_Score.Designer.cs

     文件     642528  2013-06-20 11:44  抽题程序\抽题程序\Form_Score.resx

     文件       1279  2013-06-19 17:54  抽题程序\抽题程序\HotKey.cs

     文件        286  2013-06-19 17:54  抽题程序\抽题程序\Model.cs

     文件        473  2013-06-19 17:54  抽题程序\抽题程序\Program.cs

     文件       1380  2013-06-13 09:31  抽题程序\抽题程序\Properties\AssemblyInfo.cs

     文件       2874  2013-06-13 09:31  抽题程序\抽题程序\Properties\Resources.Designer.cs

     文件       5612  2013-06-13 09:31  抽题程序\抽题程序\Properties\Resources.resx

     文件       1097  2013-06-13 09:31  抽题程序\抽题程序\Properties\Settings.Designer.cs

     文件        249  2013-06-13 09:31  抽题程序\抽题程序\Properties\Settings.settings

     文件      27111  2013-06-17 16:58  抽题程序\抽题程序\red_num_01.png

     文件      40033  2013-06-17 16:58  抽题程序\抽题程序\red_num_02.png

     文件      38249  2013-06-17 16:58  抽题程序\抽题程序\red_num_03.png

     文件      33148  2013-06-17 16:58  抽题程序\抽题程序\red_num_04.png

     文件      36881  2013-06-17 16:58  抽题程序\抽题程序\red_num_05.png

     文件      40711  2013-06-17 16:58  抽题程序\抽题程序\red_num_06.png

     文件      26441  2013-06-17 16:58  抽题程序\抽题程序\red_num_07.png

............此处省略22个文件信息

评论

共有 条评论