嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
用c#做的学生成绩管理系统
本系统为一次课程设计的小作品,实现了学生成绩的管理,教师、学生的注册等功能,用的是精致小巧的access数据库,很适合与初学者研究。
.
├── EntityCreator.suo
├── 用c#做的学生成绩管理系统_学生成绩管理系统.rar
└── 学生成绩管理系统
├── 学生成绩管理系统
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── app.config
│ ├── bin
│ │ └── Debug
│ │ ├── app.publish
│ │ │ ├── Application Files
│ │ │ │ └── 学生成绩管理系统_1_0_0_0
│ │ │ │ ├── image
│ │ │ │ │ ├── 1.jpg.deploy
│ │ │ │ │ ├── 2.jpg.deploy
│ │ │ │ │ └── 3.jpg.deploy
│ │ │ │ ├── score.mdb.deploy
│ │ │ │ ├── 学生成绩管理系统.exe.config.deploy
│ │ │ │ ├── 学生成绩管理系统.exe.deploy
│ │ │ │ └── 学生成绩管理系统.exe.manifest
│ │ │ ├── setup.exe
│ │ │ └── 学生成绩管理系统.application
│ │ ├── score.ldb
│ │ ├── score.mdb
│ │ ├── 学生成绩管理系统.application
│ │ ├── 学生成绩管理系统.exe
│ │ ├── 学生成绩管理系统.exe.config
│ │ ├── 学生成绩管理系统.exe.manifest
│ │ ├── 学生成绩管理系统.pdb
│ │ ├── 学生成绩管理系统.vshost.application
│ │ ├── 学生成绩管理系统.vshost.exe
│ │ └── 学生成绩管理系统.vshost.exe.config
│ ├── charu.Designer.cs
│ ├── charu.cs
│ ├── charu.resx
│ ├── image
│ │ ├── 1.jpg
│ │ ├── 2.jpg
│ │ └── 3.jpg
│ ├── img
│ │ ├── 1.jpg
│ │ ├── 2.jpg
│ │ └── 3.jpg
│ ├── obj
│ │ └── Debug
│ │ ├── Refactor
│ │ ├── TempPE
│ │ │ ├── scoreDataSet.Designer.cs.dll
│ │ │ └── scoreDataSet1.Designer.cs.dll
│ │ ├── 学生成绩管理系统.Form1.resources
│ │ ├── 学生成绩管理系统.Properties.Resources.resources
│ │ ├── 学生成绩管理系统.application
│ │ ├── 学生成绩管理系统.charu.resources
│ │ ├── 学生成绩管理系统.csproj.FileListAbsolute.txt
│ │ ├── 学生成绩管理系统.csproj.GenerateResource.Cache
│ │ ├── 学生成绩管理系统.exe
│ │ ├── 学生成绩管理系统.exe.manifest
│ │ ├── 学生成绩管理系统.pdb
│ │ ├── 学生成绩管理系统.shanchu.resources
│ │ ├── 学生成绩管理系统.student.resources
│ │ ├── 学生成绩管理系统.studentreg.resources
│ │ ├── 学生成绩管理系统.teacherreg.resources
│ │ ├── 学生成绩管理系统.techer.resources
│ │ ├── 学生成绩管理系统.xg.resources
│ │ └── 学生成绩管理系统.xianshi.resources
│ ├── score.mdb
│ ├── scoreDataSet.Designer.cs
│ ├── scoreDataSet.xsc
│ ├── scoreDataSet.xsd
│ ├── scoreDataSet.xss
│ ├── shanchu.Designer.cs
│ ├── shanchu.cs
│ ├── shanchu.resx
│ ├── student.Designer.cs
│ ├── student.cs
│ ├── student.resx
│ ├── studentreg.Designer.cs
│ ├── studentreg.cs
│ ├── studentreg.resx
│ ├── teacherreg.Designer.cs
│ ├── teacherreg.cs
│ ├── teacherreg.resx
│ ├── techer.Designer.cs
│ ├── techer.cs
│ ├── techer.resx
│ ├── xg.Designer.cs
│ ├── xg.cs
│ ├── xg.resx
│ ├── xianshi.Designer.cs
│ ├── xianshi.cs
│ ├── xianshi.resx
│ ├── 学生成绩管理系统.csproj
│ ├── 学生成绩管理系统.csproj.user
│ └── 学生成绩管理系统_TemporaryKey.pfx
├── 学生成绩管理系统.sln
└── 学生成绩管理系统.suo
15 directories, 89 files