-
使用 C# 的简单打分系统
这是使用 Visual Studio 2010 有一个 C# 语言和 Microsoft Access 2007 创建一个程序。这是一个简单的分级系统,创建和保存学生的新数据和其等级的他们的学期和学年。
此系统的特点是:
-计算成绩的学生,并确定他们是否失败或通过
-添加、 保存、 更新和删除记录的学生的成绩
-在 datagrid 中查看学生的记录和他们的具体成绩
-它有一个导航面板,允许用户以导航学生的纪录,
-此系统可以计算的等效等级和百分比测验、 出勤、 项目和考试。
如果你将一个完整的分级系统,你必须包括到最后年级获得 GWA 分级。它必须有具体学期学年,并完成有自己特定的科目学生的记录。
- 2022-08-16 03:23:44下载
- 积分:1
-
VC was a CMFECToolTip categories to achieve the floating mouse suggest function,...
用VC写了一个CMFECToolTip类来实现浮动的鼠标提示功能,它能捕捉鼠标信息,当鼠标在设定的控件上停留时会显示彩色文本。-VC was a CMFECToolTip categories to achieve the floating mouse suggest function, it can catch mice information, when the mouse in the control set to stay on the text color will be displayed.
- 2022-03-20 05:31:45下载
- 积分:1
-
报考与章
此代码允许您捕获图像并将它转换为二进制为您能够保存数据的数据库内,
- 2023-07-03 09:35:04下载
- 积分:1
-
suitable for beginners vc familiar with the use ide
适合初学vc,熟悉ide之用-suitable for beginners vc familiar with the use ide
- 2022-03-12 10:49:45下载
- 积分:1
-
系统托盘的源代码!将程序最小化到系统托盘中!
系统托盘的源代码!将程序最小化到系统托盘中!-System tray of the source code! Program minimized to system tray!
- 2022-01-26 00:16:32下载
- 积分:1
-
程序运行前等待时间的跳转画面编程,停留时会根据程序的启动时间的长短而发生变化....
程序运行前等待时间的跳转画面编程,停留时会根据程序的启动时间的长短而发生变化.-running the waiting time before the Jump screen programming will stay the commencement of proceedings and the length of time change.
- 2022-03-03 22:35:44下载
- 积分:1
-
项目在 Atmega16 带液晶显示 SED1520
项目在 Atmega16 带液晶显示 SED1520 源代码。用西里尔文字体免费软件,为评价和非商业用途。
- 2022-05-31 02:57:02下载
- 积分:1
-
基于c#的时钟
资源描述本源程序是基于C#的时钟设计,能为初学者提供参考价值,为初学者提供基本的编写代码思路,
namespace Clock
{
public partial class MainForm : Form
{
private PointF center;
private float r;
private Pen hourPen;
private Pen minutePen;
private Pen secondPen;
private Thread timeThread;
public MainForm()
{
InitializeComponent();
ShowInTaskbar = false;//不在任务栏中显示
SetStyle(ControlStyles.DoubleBuffer, true);
SetStyle(ControlStyles.UserPaint,true);
SetStyle(ControlStyles.AllPaintingInWmPaint,true);
center = new PointF(ClientSize.Width/ 2.0f, ClientSize.Height/ 2.0f);
r = Math.Min(ClientSize.Width / 2.0f, ClientSize.Height / 2.0f);
hourPen = new Pen(Color.Black, 2.5f);
minutePen = new Pen(Color.Black, 1.5f);
secondPen = new Pen(Color.Black, 0.5f);
timeThread=new Thread(new ThreadStart(DrawTime));
timeThread.Start();
}
protected override void OnPaint(PaintEventArgs e)
{
Graphics g = e.Graphics;
g.Clear(BackColor);
//g.SmoothingMode =
- 2022-01-26 05:22:52下载
- 积分:1
-
一个跨平台界面开发包fltk(UNIX® /Linux® (X11), Microsoft® Windows® , and MacOS&...
一个跨平台界面开发包fltk(UNIX® /Linux® (X11), Microsoft® Windows® , and MacOS® X.)-a cross-platform interface development kit fltk (UNIXreg/Linuxreg (X11), Microsoftreg Windows , and MacOSreg X.)
- 2022-06-19 14:38:04下载
- 积分:1
-
很好的BMP转JPG,有VB原代码及操作界面
很好的BMP转JPG,有VB原代码及操作界面-good JPG, VB source code and user interface
- 2022-01-25 14:30:02下载
- 积分:1