基本信息
源码名称:基于C#学生成绩管理系统
源码大小:5.64M
文件格式:.rar
开发语言:C#
更新时间:2023-04-18
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
基于C#学生成绩管理系统
本学生成绩管理系统包括三个模块: 1. 用户登录子模块 主要保护系统的数据安全是,在用户登录时分配不同权限,并且拒绝非法登录。 2. 系统维护子模块 用于系统的维护。数据库备份还原,添加系统用户。 3. 成绩管理子...
文件清单
└── 学生成绩管理系统
├── 学生成绩管理系统(改)
│ ├── code
│ │ └── StudentResultManage
│ │ ├── StudentResultManage
│ │ │ ├── Administrator.cs
│ │ │ ├── Administrator.Designer.cs
│ │ │ ├── Administrator.resx
│ │ │ ├── BIN
│ │ │ │ └── Debug
│ │ │ │ ├── chen.bak
│ │ │ │ ├── chenyu2.bak
│ │ │ │ ├── IrisSkin2.dll
│ │ │ │ ├── MacOS.ssk
│ │ │ │ ├── MP10.ssk
│ │ │ │ ├── StudentResultManage.exe
│ │ │ │ ├── StudentResultManage.pdb
│ │ │ │ ├── StudentResultManage.vshost.exe
│ │ │ │ ├── StudentResultManage.vshost.exe.manifest
│ │ │ │ └── 图标2.ico
│ │ │ ├── ICO
│ │ │ │ ├── 1.GIF
│ │ │ │ ├── 2.GIF
│ │ │ │ ├── 7.ico
│ │ │ │ ├── 8.ico
│ │ │ │ ├── ARW09LT.ICO
│ │ │ │ ├── Delete1.ico
│ │ │ │ ├── DRAG1PG.ICO
│ │ │ │ ├── DRAG2PG.ICO
│ │ │ │ ├── groupH.ico
│ │ │ │ ├── Help File HLP.ico
│ │ │ │ ├── MISC1056.ICO
│ │ │ │ ├── MISC18.ICO
│ │ │ │ ├── SearchButton.ico
│ │ │ │ ├── tabicon_face.ico
│ │ │ │ ├── W95MBX01.ICO
│ │ │ │ ├── W95MBX02.ICO
│ │ │ │ ├── YELLOW~6.ICO
│ │ │ │ └── 机会.gif
│ │ │ ├── Login.cs
│ │ │ ├── Login.Designer.cs
│ │ │ ├── Login.resx
│ │ │ ├── OBJ
│ │ │ │ └── Debug
│ │ │ │ ├── Refactor
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── StudentResultManage.Administrator.resources
│ │ │ │ ├── StudentResultManage.csproj.FileListAbsolute.txt
│ │ │ │ ├── StudentResultManage.csproj.GenerateResource.Cache
│ │ │ │ ├── StudentResultManage.exe
│ │ │ │ ├── StudentResultManage.Login.resources
│ │ │ │ ├── StudentResultManage.pdb
│ │ │ │ ├── StudentResultManage.Properties.Resources.resources
│ │ │ │ ├── StudentResultManage.ResultManage.resources
│ │ │ │ ├── StudentResultManage.sbimfrm.resources
│ │ │ │ ├── StudentResultManage.Student.resources
│ │ │ │ ├── StudentResultManage.Teacher.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── ResultManage.cs
│ │ │ ├── ResultManage.Designer.cs
│ │ │ ├── ResultManage.resx
│ │ │ ├── sbimfrm.cs
│ │ │ ├── sbimfrm.Designer.cs
│ │ │ ├── sbimfrm.resx
│ │ │ ├── SQLHelp.cs
│ │ │ ├── Student.cs
│ │ │ ├── Student.Designer.cs
│ │ │ ├── StudentResultManage.csproj
│ │ │ ├── Student.resx
│ │ │ ├── Teacher.cs
│ │ │ ├── Teacher.Designer.cs
│ │ │ └── Teacher.resx
│ │ ├── StudentResultManage.sln
│ │ └── StudentResultManage.suo
│ ├── database
│ │ ├── StudentResultManage_log.ldf
│ │ └── StudentResultManage.mdf
│ └── file
│ └── 学生成绩管理系统需求分析.doc
└── 学生成绩管理系统(改).rar
15 directories, 72 files
基于C#学生成绩管理系统
本学生成绩管理系统包括三个模块: 1. 用户登录子模块 主要保护系统的数据安全是,在用户登录时分配不同权限,并且拒绝非法登录。 2. 系统维护子模块 用于系统的维护。数据库备份还原,添加系统用户。 3. 成绩管理子...
文件清单
└── 学生成绩管理系统
├── 学生成绩管理系统(改)
│ ├── code
│ │ └── StudentResultManage
│ │ ├── StudentResultManage
│ │ │ ├── Administrator.cs
│ │ │ ├── Administrator.Designer.cs
│ │ │ ├── Administrator.resx
│ │ │ ├── BIN
│ │ │ │ └── Debug
│ │ │ │ ├── chen.bak
│ │ │ │ ├── chenyu2.bak
│ │ │ │ ├── IrisSkin2.dll
│ │ │ │ ├── MacOS.ssk
│ │ │ │ ├── MP10.ssk
│ │ │ │ ├── StudentResultManage.exe
│ │ │ │ ├── StudentResultManage.pdb
│ │ │ │ ├── StudentResultManage.vshost.exe
│ │ │ │ ├── StudentResultManage.vshost.exe.manifest
│ │ │ │ └── 图标2.ico
│ │ │ ├── ICO
│ │ │ │ ├── 1.GIF
│ │ │ │ ├── 2.GIF
│ │ │ │ ├── 7.ico
│ │ │ │ ├── 8.ico
│ │ │ │ ├── ARW09LT.ICO
│ │ │ │ ├── Delete1.ico
│ │ │ │ ├── DRAG1PG.ICO
│ │ │ │ ├── DRAG2PG.ICO
│ │ │ │ ├── groupH.ico
│ │ │ │ ├── Help File HLP.ico
│ │ │ │ ├── MISC1056.ICO
│ │ │ │ ├── MISC18.ICO
│ │ │ │ ├── SearchButton.ico
│ │ │ │ ├── tabicon_face.ico
│ │ │ │ ├── W95MBX01.ICO
│ │ │ │ ├── W95MBX02.ICO
│ │ │ │ ├── YELLOW~6.ICO
│ │ │ │ └── 机会.gif
│ │ │ ├── Login.cs
│ │ │ ├── Login.Designer.cs
│ │ │ ├── Login.resx
│ │ │ ├── OBJ
│ │ │ │ └── Debug
│ │ │ │ ├── Refactor
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── StudentResultManage.Administrator.resources
│ │ │ │ ├── StudentResultManage.csproj.FileListAbsolute.txt
│ │ │ │ ├── StudentResultManage.csproj.GenerateResource.Cache
│ │ │ │ ├── StudentResultManage.exe
│ │ │ │ ├── StudentResultManage.Login.resources
│ │ │ │ ├── StudentResultManage.pdb
│ │ │ │ ├── StudentResultManage.Properties.Resources.resources
│ │ │ │ ├── StudentResultManage.ResultManage.resources
│ │ │ │ ├── StudentResultManage.sbimfrm.resources
│ │ │ │ ├── StudentResultManage.Student.resources
│ │ │ │ ├── StudentResultManage.Teacher.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── ResultManage.cs
│ │ │ ├── ResultManage.Designer.cs
│ │ │ ├── ResultManage.resx
│ │ │ ├── sbimfrm.cs
│ │ │ ├── sbimfrm.Designer.cs
│ │ │ ├── sbimfrm.resx
│ │ │ ├── SQLHelp.cs
│ │ │ ├── Student.cs
│ │ │ ├── Student.Designer.cs
│ │ │ ├── StudentResultManage.csproj
│ │ │ ├── Student.resx
│ │ │ ├── Teacher.cs
│ │ │ ├── Teacher.Designer.cs
│ │ │ └── Teacher.resx
│ │ ├── StudentResultManage.sln
│ │ └── StudentResultManage.suo
│ ├── database
│ │ ├── StudentResultManage_log.ldf
│ │ └── StudentResultManage.mdf
│ └── file
│ └── 学生成绩管理系统需求分析.doc
└── 学生成绩管理系统(改).rar
15 directories, 72 files