资源简介
自动出题判分小程序,可以自动出题,显示答案,对结果进行判断正误,难易程度,快进慢退,对做题结果进行统计,适合初学者学习借鉴
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace automatic
{
public partial class frmMatic : Form
{
public frmMatic()
{
InitializeComponent();
}
int a b;
string op;
int result;
Random rnd = new Random();
private void frmMatic_Load(object sender EventArgs e)
{
label5.Text = “默认5s“;
label6.Text = ““;
matic();
}
double ccount;
private void btnOk_Click(object sender EventArgs e)
{
matic();
ccount++;
}
private void timer1_Tick(object sender EventArgs e)
{
if (chkBox1.Checked)
{
matic();
ccount++;
}
}
//出题
void matic()
{
a = rnd.Next(9) + 1;
b = rnd.Next(9) + 1;
op = “+“;
result = a + b;
if (radBtn2.Checked)
{
op = “+“;
a = rnd.Next(19) + 1;
b = rnd.Next(19) + 1;
result = a + b;
}
else if (radBtn3.Checked)
{
op = “*“;
result = a * b;
}
label1.Text = a.ToString();
label3.Text = b.ToString();
label2.Text = op;
textBox1.Text = ““;
textBox1.Enabled = true;
textBox1.Focus();
textBox1.Font = new Font(“宋体“ 30);
textBox1.BackColor = Color.White;
}
//难易程度判断
void level()
{
{
switch ((a + b) / 10)
{
case 0:
textBox1.Text = “☆“;
break;
case 1:
textBox1.Text = “☆☆“;
break;
default:
textBox1.Text = “☆☆☆“;
break;
}
}
}
double sumcoutcocountfalcount;
private void textBox1_KeyDown(object sender KeyEventArgs e)
{
string str = textBox1.Text.Trim();
if (e.KeyCode == Keys.Enter && str == ““)
{
MessageBox.Show(“请输入答案“ “提示“ MessageBoxButtons.OK MessageBoxIcon.Warning);
}
if (e.KeyCode == Keys.Enter && str != ““)
{
double d = double.Parse(str);
if (d == result)
{
textBox1.BackColor = Color.SeaGreen;
textBox1.Font = new Font
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1374 2014-12-17 14:15 automatic\automatic\Properties\AssemblyInfo.cs
文件 5612 2014-12-17 14:15 automatic\automatic\Properties\Resources.resx
文件 2869 2014-12-17 14:15 automatic\automatic\Properties\Resources.Designer.cs
文件 249 2014-12-17 14:15 automatic\automatic\Properties\Settings.settings
文件 1095 2014-12-17 14:15 automatic\automatic\Properties\Settings.Designer.cs
文件 6214 2014-12-20 11:41 automatic\automatic\Form1.cs
文件 12690 2014-12-19 18:00 automatic\automatic\Form1.Designer.cs
文件 493 2014-12-17 14:33 automatic\automatic\Program.cs
文件 3718 2014-12-18 08:45 automatic\automatic\automatic.csproj
文件 490 2010-03-17 22:39 automatic\automatic\bin\Debug\automatic.vshost.exe.manifest
文件 11600 2014-12-20 11:30 automatic\automatic\bin\Debug\automatic.vshost.exe
文件 14848 2014-12-20 11:23 automatic\automatic\bin\Debug\automatic.exe
文件 30208 2014-12-20 11:23 automatic\automatic\bin\Debug\automatic.pdb
文件 6231 2014-12-20 11:23 automatic\automatic\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 180 2014-12-19 18:00 automatic\automatic\obj\x86\Debug\automatic.frmMatic.resources
文件 180 2014-12-18 08:45 automatic\automatic\obj\x86\Debug\automatic.Properties.Resources.resources
文件 196 2014-12-19 18:00 automatic\automatic\obj\x86\Debug\GenerateResource.read.1.tlog
文件 504 2014-12-19 18:00 automatic\automatic\obj\x86\Debug\GenerateResource.write.1.tlog
文件 30208 2014-12-20 11:23 automatic\automatic\obj\x86\Debug\automatic.pdb
文件 14848 2014-12-20 11:23 automatic\automatic\obj\x86\Debug\automatic.exe
文件 595 2014-12-20 11:30 automatic\automatic\obj\x86\Debug\automatic.csproj.FileListAbsolute.txt
文件 4440 2014-12-17 18:04 automatic\automatic\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
文件 7897 2014-12-17 18:08 automatic\automatic\obj\x86\Debug\ResolveAssemblyReference.cache
文件 6206 2014-12-19 18:00 automatic\automatic\Form1.resx
文件 1 2014-12-18 08:43 automatic\automatic\ClassDiagram1.cd
文件 869 2014-12-17 14:15 automatic\automatic.sln
..A..H. 18432 2014-12-20 11:41 automatic\automatic.suo
文件 230 2014-12-20 11:40 automatic\算术练习说明.txt
目录 0 2014-12-17 14:15 automatic\automatic\obj\x86\Debug\TempPE
目录 0 2014-12-17 14:15 automatic\automatic\obj\x86\Debug
............此处省略10个文件信息
- 上一篇:C#实现的 路由 距离矢量算法
- 下一篇:C# 西门子PLC ppi通讯程序
相关资源
- C# 西门子PLC ppi通讯程序
- C#实现的 路由 距离矢量算法
- C# 将照片存储到MySQL数据库
- ASP.NET 动态网站开发基础教程(C#篇)
- C# 简单反射实现winform左侧树形导航,
- WPF封装动画类,使用方便气泡动画、
- C#WinForm基于BS构架实现CS及源代码
- C#实现局域网文件传送
- c# 截取指定窗口图 根据指定坐标
- 传智播客24期最全视频
- C#控制IE浏览器
- C#对DataGridView进行添加、修改、删除数
- FTP上传、、创建目录、重命名、删除
- c# 游戏手柄控制 Joystick
- c# 调用百度地图API
- C#软件注册和注册机的实现源码
- c# 图片编辑方法集合
- c#五子棋游戏源代码200445
- c# 加密和解密相关代码
- C#编写txt小说阅读器()
- C#实现简洁的绘图界面
- C#实现的读取CAD表格文字
- C#高质量仿腾讯截图程序(改)
- 员工管理信息系统C#源代码
- c#连接sqlite简单
- WPF制作的取色器ColorPicker
- C#登录页面
- 11 如何在工具栏添加下拉菜单.rar
- C#把文件拖动到窗口上面 Q698507 问题的
- halcon联合C#车牌识别
评论
共有 条评论