实例介绍
本资源里包含了 基于的uml学生档案管理系统设计c#+数据库+实验报告,适合大学生的课程设计,里面代码齐全,可以运行,有数据库,还有完整的实验报告,实验报告完全符合标准,还有Uml图,另外,也有viso制图的原文件,可以对图进行改动。 学生档案管理系统里面有登录界面,还有管理系统可实现对档案的增删改查功能,代码易懂,界面很好。
【实例截图】
【核心代码】
16359648037162011636.zip
└── 基于的uml学生档案管理系统设计c#+数据库+实验报告
├── C#+sql学生档案管理系统
│ └── 学生档案管理系统
│ ├── SIMS
│ │ ├── Backup
│ │ │ ├── SIMS
│ │ │ │ ├── Add.cs
│ │ │ │ ├── Add.Designer.cs
│ │ │ │ ├── Add.resx
│ │ │ │ ├── App.config
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Mysqlserver.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Resources
│ │ │ │ │ ├── Female.gif
│ │ │ │ │ └── Male.gif
│ │ │ │ ├── SIMS.csproj
│ │ │ │ ├── updata.cs
│ │ │ │ ├── updata.Designer.cs
│ │ │ │ └── updata.resx
│ │ │ ├── SIMS.sln
│ │ │ └── SIMS.suo
│ │ ├── image
│ │ │ ├── 1.png
│ │ │ ├── login2.jpg
│ │ │ ├── login.jpg
│ │ │ ├── 登录.png
│ │ │ ├── 进入.png
│ │ │ ├── 退出.png
│ │ │ └── 重置.png
│ │ ├── MSSCCPRJ.SCC
│ │ ├── SIMS
│ │ │ ├── Add.cs
│ │ │ ├── Add.Designer.cs
│ │ │ ├── Add.resx
│ │ │ ├── App.config
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Debug.rar
│ │ │ │ │ ├── _sgbak
│ │ │ │ │ │ ├── SIMS.exe.2008-03-11.17-42-26.1093
│ │ │ │ │ │ └── SIMS.exe.2008-03-11.17-42-35.8593
│ │ │ │ │ ├── SIMS.exe
│ │ │ │ │ ├── SIMS.exe.config
│ │ │ │ │ ├── SIMS.pdb
│ │ │ │ │ └── StrongSoft.Elf.dll
│ │ │ │ └── Release
│ │ │ │ ├── SIMS.exe.config
│ │ │ │ ├── SIMS.vshost.exe
│ │ │ │ └── SIMS.vshost.exe.config
│ │ │ ├── ClassDiagram1.cd
│ │ │ ├── ClassDiagram2.cd
│ │ │ ├── ClassDiagram3.cd
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.Designer.cs
│ │ │ ├── Form2.resx
│ │ │ ├── MSSCCPRJ.SCC
│ │ │ ├── Mysqlserver.cs
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ │ ├── Refactor
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── SIMS.Add.resources
│ │ │ │ │ ├── SIMS.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SIMS.csproj.GenerateResource.Cache
│ │ │ │ │ ├── SIMS.exe
│ │ │ │ │ ├── SIMS.Form1.resources
│ │ │ │ │ ├── SIMS.Form2.resources
│ │ │ │ │ ├── SIMS.pdb
│ │ │ │ │ ├── SIMS.Properties.Resources.resources
│ │ │ │ │ ├── SIMS.updata.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── Release
│ │ │ │ │ ├── SIMS.Add.resources
│ │ │ │ │ ├── SIMS.csproj.GenerateResource.Cache
│ │ │ │ │ ├── SIMS.Form1.resources
│ │ │ │ │ ├── SIMS.Properties.Resources.resources
│ │ │ │ │ ├── SIMS.updata.resources
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── SIMS.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources
│ │ │ │ ├── Female.gif
│ │ │ │ └── Male.gif
│ │ │ ├── _sgbak
│ │ │ │ ├── Add.cs.2008-03-10.11-53-34.1406
│ │ │ │ ├── Add.cs.2008-03-12.09-29-35.4843
│ │ │ │ ├── Add.resx.2007-03-07.20-20-57.5625
│ │ │ │ ├── Add.resx.2007-03-07.20-59-00.1875
│ │ │ │ ├── Add.resx.2007-03-08.14-48-48.3750
│ │ │ │ ├── Add.resx.2007-03-08.16-04-35.8281
│ │ │ │ ├── Add.resx.2008-03-07.16-06-05.6093
│ │ │ │ ├── Add.resx.2008-03-14.13-41-02.2343
│ │ │ │ ├── Form1.cs.2008-03-12.14-51-10.5468
│ │ │ │ ├── Form1.Designer.cs.2008-03-10.14-58-24.2031
│ │ │ │ ├── Form1.Designer.cs.2008-03-12.14-51-10.4531
│ │ │ │ ├── Form1.resx.2005-03-14.08-22-02.2968
│ │ │ │ ├── Form1.resx.2007-03-07.20-58-57.5156
│ │ │ │ ├── Form1.resx.2007-03-08.16-04-35.8593
│ │ │ │ ├── Form1.resx.2007-03-08.18-17-17.7187
│ │ │ │ ├── Form1.resx.2008-03-07.10-47-19.9531
│ │ │ │ ├── Form1.resx.2008-03-07.16-06-08.7656
│ │ │ │ ├── Form1.resx.2008-03-10.08-21-33.0312
│ │ │ │ ├── Form1.resx.2008-03-10.11-53-36.4531
│ │ │ │ ├── Form1.resx.2008-03-10.14-58-24.3125
│ │ │ │ ├── Form1.resx.2008-03-10.20-39-35.1718
│ │ │ │ ├── Form1.resx.2008-03-12.14-51-10.5312
│ │ │ │ ├── Form1.resx.2008-03-12.17-31-36.8281
│ │ │ │ ├── Form1.resx.2008-03-14.13-40-53.9843
│ │ │ │ ├── Form1.resx.2008-03-14.14-09-03.3906
│ │ │ │ ├── Form1.resx.2008-03-14.17-07-18.4310
│ │ │ │ ├── updata.cs.2008-03-10.08-21-39.0000
│ │ │ │ ├── updata.cs.2008-03-11.08-39-20.5625
│ │ │ │ ├── updata.cs.2008-03-12.21-00-06.8281
│ │ │ │ ├── updata.Designer.cs.2008-03-10.14-58-36.6875
│ │ │ │ ├── updata.resx.2008-03-10.08-21-38.9687
│ │ │ │ ├── updata.resx.2008-03-10.11-53-39.2031
│ │ │ │ ├── updata.resx.2008-03-10.20-39-39.8750
│ │ │ │ ├── updata.resx.2008-03-12.21-00-06.7656
│ │ │ │ ├── updata.resx.2008-03-14.13-41-11.6093
│ │ │ │ └── updata.resx.2008-03-14.17-07-20.7904
│ │ │ ├── SIMS.csproj
│ │ │ ├── SIMS.csproj.user
│ │ │ ├── SIMS.csproj.vspscc
│ │ │ ├── SIMS.sln
│ │ │ ├── SIMS.suo
│ │ │ ├── updata.cs
│ │ │ ├── updata.Designer.cs
│ │ │ └── updata.resx
│ │ ├── SIMS.sln
│ │ ├── SIMS.suo
│ │ ├── SIMS.vssscc
│ │ ├── SqlServerDataBase
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ ├── Class1.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ └── TempPE
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── SqlServerDataBase.csproj
│ │ ├── UpgradeLog.XML
│ │ └── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ ├── 数据库
│ │ ├── Student_Data.MDF
│ │ └── Student_Log.LDF
│ ├── 数据库设计.doc
│ ├── 系统配置说明书.doc
│ ├── 说明.txt
│ └── 需要说明书.doc
├── 基于uml的学生档案管理系统.doc
└── 课程设计
├── 10.jpg
├── 10.vsd
├── 11.jpg
├── 11.vsd
├── 12.jpg
├── 12.vsd
├── 13.jpg
├── 14.jpg
├── 1.png
├── 1整体.jpg
├── 2.jpg
├── 4.jpg
├── 7.jpg
├── 8.jpg
├── 9.jpg
├── login2.jpg
├── 绘图1.vsd
├── 绘图2.vsd
├── 绘图3.vsd
├── 绘图6.vsd
├── 绘图7.vsd
└── 绘图8.vsd
33 directories, 168 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论