登录
首页 » C# » C#+access学生成绩管理系统完整版

C#+access学生成绩管理系统完整版

于 2019-12-20 发布
0 262
下载积分: 1 下载次数: 2

代码说明:

C# access学生成绩管理系统完整版,在上一期的基础上增加了一些功能,例如增加了学生端和管理员端,学生端只能对自己的信息进行修改和查看,管理员可以对全部学生的信息进行增删改查。

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

发表评论

0 个回复

  • C# 收发短信例子源码下载(SMS短信二次开发)
    C# 收发短信例子源码下载(SMS短信二次开发)
    2015-05-20下载
    积分:1
  • program
    通过OPENCV实现图片缩放功能,可以不丢失图片的效果 (OPENCV to achieve through the picture zoom feature, they do not have the effect of the loss of picture)
    2009-07-09 11:01:16下载
    积分:1
  • setwindowstime
    我自己弄的小东西,C#设置系统时间源代码(I get the little things C# to set the system time source code)
    2012-12-03 19:04:52下载
    积分:1
  • cputime
    此程序主要用于计算算法中CPU运行时间的长短,这样可以判断算法的优劣(This procedure the main algorithm used to calculate the CPU to run the length of this algorithm can determine the merits of)
    2009-02-24 16:29:38下载
    积分:1
  • C# 显示中的进信息(进ID号、进名称、进优先级、虚拟内存、物理内存、总处理器时间、启动时间)
    显示进程信息,包括进程ID号、进程名称、进程优先级、虚拟内存、物理内存、总处理器时间、启动时间
    2013-02-11下载
    积分:1
  • WPF 圆形菜单(仅UI实现,需自定义事件)
    圆形的菜单很漂亮很好用
    2016-06-22下载
    积分:1
  • 67212769
    一个用VC实现的动态LED控件,简单但很好用()
    2017-09-17 03:01:24下载
    积分:1
  • C#自动更新服务(本地服务安装)
    using System;using System.Collections.Generic;using System.Linq;using System.Text;using Common.WinService;using Common.Log;using System.Threading;using Common.Net;using System.Text.RegularExpressions;namespace Collection.AutoRunner{    //获取学生信息    public class Service_Update_Data : IWindowsService    {        private ILogWriter _logWriter = null;        private const string logCategory = "Services.Info";        private string logInfoSource = "Update_Data";        private const string logErrorCategory = "Services.Error";        private const string logErrorSource = "Update_Data_Error";        private bool BeStop = true;        private System.Timers.Timer timer = null;        public void Start(Common.Log.ILogWriter logWriter, string gameCode)        {            gameCode = gameCode.ToUpper();            logInfoSource = gameCode;            _logWriter = logWriter;            BeStop = false;            StartRequestData();        }        int stata = 0;        private void StartRequestData()        {            try            {                #region 配置                //时间频率                var UpdateStudentSpan = ServiceHelper.GetInterval("UpdateData");                //更新学生开始时间                var studentbegintime = ServiceHelper.GetInterval("StudentBeginTime");                //更新学生结束时间                var studentendtime = ServiceHelper.GetInterval("StudentEndTime");                    //是否更新学生基本信息:true为更新 false为不更新                var IsUpdateStudnet =Convert.ToBoolean(ServiceHelper.GetSystemConfig("IsUpdateStudnet"));                                #endregion                timer = ServiceHelper.ExcuteByTimer(UpdateStudentSpan, () =>                {                    int timeHour = DateTime.Now.Hour;                    if (timeHour == 3)                        stata = 0;                    #region 更新学生基本信息                    if (studentbegintime
    2015-03-11下载
    积分:1
  • ga
    说明:  ga算法的源码解连续空间.遗传算法解最优化问题的计算效率比较高、适用范围相当广(ga algorithm for continuous space-source solutions. Genetic Algorithm optimization problem for calculating the efficiency is relatively high, considerable scope to apply)
    2008-03-11 12:21:41下载
    积分:1
  • changereg
    用vc++编写的修改注册表示例程序源码,适用于windows 2000系统(vc++ modify the registry sample program applies to windows 2000 system)
    2012-10-30 10:32:21下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载