在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → C#宿舍管理系统

C#宿舍管理系统

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:2.80M
  • 下载次数:98
  • 浏览次数:659
  • 发布时间:2022-05-25
  • 实例类别:C#语言基础
  • 发 布 人:KKKK86
  • 文件格式:.zip
  • 所需积分:2

实例介绍

【实例简介】C#宿舍管理系统

1、功能性需求:是为了完成宿舍信息管理系统以及向其用户提供有用的功能所    需执行的动作,需要与用户进行沟通交流,核实用户需求。从软件帮助用户完成所需要的行为。

2非功能性需求:作为对功能性的补充主要包括软件使用时对性能使用方面的需求,运行环境的需求。软件设计必须遵循相关标准、规范、用户界面设计的具体细节、未来可能的扩充方案等



【实例截图】

from clipboard
【核心代码】

.
├── C#宿舍管理系统
│   ├── Backup
│   │   ├── 登陆管理
│   │   │   ├── DBHelper.cs
│   │   │   ├── HolidayInfo.cs
│   │   │   ├── MyMD5.cs
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── StudentManager.Designer.cs
│   │   │   ├── StudentManager.cs
│   │   │   ├── StudentManager.resx
│   │   │   ├── User.cs
│   │   │   ├── WFDetailedInfo.Designer.cs
│   │   │   ├── WFDetailedInfo.cs
│   │   │   ├── WFDetailedInfo.resx
│   │   │   ├── WFDormSch.Designer.cs
│   │   │   ├── WFDormSch.cs
│   │   │   ├── WFDormSch.resx
│   │   │   ├── WFFix.Designer.cs
│   │   │   ├── WFFix.cs
│   │   │   ├── WFFix.resx
│   │   │   ├── WFHld.Designer.cs
│   │   │   ├── WFHld.cs
│   │   │   ├── WFHld.resx
│   │   │   ├── WFHoliday.Designer.cs
│   │   │   ├── WFHoliday.cs
│   │   │   ├── WFHoliday.resx
│   │   │   ├── WFLog.Designer.cs
│   │   │   ├── WFLog.cs
│   │   │   ├── WFLog.resx
│   │   │   ├── WFLogin.Designer.cs
│   │   │   ├── WFLogin.cs
│   │   │   ├── WFLogin.resx
│   │   │   ├── WFManager.Designer.cs
│   │   │   ├── WFManager.cs
│   │   │   ├── WFManager.resx
│   │   │   ├── WFMessage.Designer.cs
│   │   │   ├── WFMessage.cs
│   │   │   ├── WFMessage.resx
│   │   │   ├── WFStudentTable.Designer.cs
│   │   │   ├── WFStudentTable.cs
│   │   │   ├── WFStudentTable.resx
│   │   │   ├── Web References
│   │   │   │   └── cn.com.webxml.webservice
│   │   │   │       ├── Reference.cs
│   │   │   │       ├── Reference.map
│   │   │   │       ├── WeatherWebService.disco
│   │   │   │       └── WeatherWebService.wsdl
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── DBHelper.dll
│   │   │   │       ├── 事物表.xml
│   │   │   │       └── 用户登录表.xml
│   │   │   ├── 弹窗.Designer.cs
│   │   │   ├── 弹窗.cs
│   │   │   ├── 弹窗.resx
│   │   │   ├── 修改密码.Designer.cs
│   │   │   ├── 修改密码.cs
│   │   │   ├── 修改密码.resx
│   │   │   ├── 宿舍管理系统.csproj
│   │   │   └── 宿舍管理系统.csproj.user
│   │   └── 宿舍管理系统.sln
│   ├── SQL
│   │   └── script.sql
│   ├── UpgradeLog.htm
│   ├── 登陆管理
│   │   ├── DBHelper.cs
│   │   ├── HolidayInfo.cs
│   │   ├── MyMD5.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── StudentManager.Designer.cs
│   │   ├── StudentManager.cs
│   │   ├── StudentManager.resx
│   │   ├── User.cs
│   │   ├── WFDetailedInfo.Designer.cs
│   │   ├── WFDetailedInfo.cs
│   │   ├── WFDetailedInfo.resx
│   │   ├── WFDormSch.Designer.cs
│   │   ├── WFDormSch.cs
│   │   ├── WFDormSch.resx
│   │   ├── WFFix.Designer.cs
│   │   ├── WFFix.cs
│   │   ├── WFFix.resx
│   │   ├── WFHld.Designer.cs
│   │   ├── WFHld.cs
│   │   ├── WFHld.resx
│   │   ├── WFHoliday.Designer.cs
│   │   ├── WFHoliday.cs
│   │   ├── WFHoliday.resx
│   │   ├── WFLog.Designer.cs
│   │   ├── WFLog.cs
│   │   ├── WFLog.resx
│   │   ├── WFLogin.Designer.cs
│   │   ├── WFLogin.cs
│   │   ├── WFLogin.resx
│   │   ├── WFManager.Designer.cs
│   │   ├── WFManager.cs
│   │   ├── WFManager.resx
│   │   ├── WFMessage.Designer.cs
│   │   ├── WFMessage.cs
│   │   ├── WFMessage.resx
│   │   ├── WFStudentTable.Designer.cs
│   │   ├── WFStudentTable.cs
│   │   ├── WFStudentTable.resx
│   │   ├── Web References
│   │   │   └── cn.com.webxml.webservice
│   │   │       ├── Reference.cs
│   │   │       ├── Reference.map
│   │   │       ├── WeatherWebService.disco
│   │   │       └── WeatherWebService.wsdl
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── CSkin.dll
│   │   │       ├── CSkin.xml
│   │   │       ├── DBHelper.dll
│   │   │       ├── DormitoryInfo.mdf
│   │   │       ├── DormitoryInfo_log.ldf
│   │   │       ├── ICO
│   │   │       │   ├── angel2.ico
│   │   │       │   ├── apple.ico
│   │   │       │   ├── bat.ico
│   │   │       │   ├── light bulb.ico
│   │   │       │   └── moon_ie.ico
│   │   │       ├── 事物表.xml
│   │   │       ├── 登陆管理.exe
│   │   │       ├── 登陆管理.exe.config
│   │   │       ├── 登陆管理.pdb
│   │   │       ├── 登陆管理.vshost.exe
│   │   │       ├── 登陆管理.vshost.exe.config
│   │   │       ├── 登陆管理.vshost.exe.manifest
│   │   │       ├── 登陆管理.vshost2018-03-06(08-09-39).dmp
│   │   │       ├── 登陆管理.vshost2018-03-06(09-31-40).dmp
│   │   │       ├── 登陆管理.vshost2018-03-06(09-33-27).dmp
│   │   │       ├── 登陆管理.vshost2018-03-07(10-39-07).dmp
│   │   │       ├── 登陆管理.vshost2018-03-07(14-58-50).dmp
│   │   │       ├── 登陆管理.vshost2018-03-07(15-05-10).dmp
│   │   │       ├── 登陆管理.vshost2018-03-08(09-09-21).dmp
│   │   │       ├── 登陆管理.vshost2018-03-08(14-22-58).dmp
│   │   │       ├── 登陆管理.vshost2018-03-08(14-28-19).dmp
│   │   │       ├── 登陆管理.vshost2018-03-08(14-36-45).dmp
│   │   │       ├── 登陆管理.vshost2018-03-08(14-53-12).dmp
│   │   │       ├── 登陆管理.vshost2018-03-08(14-53-56).dmp
│   │   │       ├── 登陆管理.vshost2018-03-08(14-57-09).dmp
│   │   │       ├── 登陆管理.vshost2018-03-08(15-04-57).dmp
│   │   │       ├── 登陆管理.vshost2018-03-08(15-07-47).dmp
│   │   │       ├── 登陆管理.vshost2018-03-09(08-17-57).dmp
│   │   │       ├── 登陆管理.vshost2018-03-09(08-51-22).dmp
│   │   │       ├── 登陆管理.vshost2018-03-09(08-53-51).dmp
│   │   │       ├── 登陆管理.vshost2018-03-09(08-56-10).dmp
│   │   │       ├── 登陆管理.vshost2018-03-09(10-29-00).dmp
│   │   │       ├── 用户登录表
│   │   │       └── 用户登录表.xml
│   │   ├── obj
│   │   │   └── Debug
│   │   │       ├── DesignTimeResolveAssemblyReferences.cache
│   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       ├── ResolveAssemblyReference.cache
│   │   │       ├── TempPE
│   │   │       │   ├── Properties.Resources.Designer.cs.dll
│   │   │       │   └── Web References.cn.com.webxml.webservice.Reference.cs.dll
│   │   │       ├── 登陆管理.csproj.FileListAbsolute.txt
│   │   │       ├── 登陆管理.csproj.GenerateResource.Cache
│   │   │       ├── 登陆管理.exe
│   │   │       ├── 登陆管理.pdb
│   │   │       ├── 宿舍管理系统.Properties.Resources.resources
│   │   │       ├── 宿舍管理系统.StudentManager.resources
│   │   │       ├── 宿舍管理系统.UpdataPwd.resources
│   │   │       ├── 宿舍管理系统.WFDetailedInfo.resources
│   │   │       ├── 宿舍管理系统.WFDormSch.resources
│   │   │       ├── 宿舍管理系统.WFFix.resources
│   │   │       ├── 宿舍管理系统.WFHld.resources
│   │   │       ├── 宿舍管理系统.WFHoliday.resources
│   │   │       ├── 宿舍管理系统.WFLog.resources
│   │   │       ├── 宿舍管理系统.WFLogin.resources
│   │   │       ├── 宿舍管理系统.WFManager.resources
│   │   │       ├── 宿舍管理系统.WFMessage.resources
│   │   │       ├── 宿舍管理系统.WFPop.resources
│   │   │       ├── 宿舍管理系统.WFStudentTable.resources
│   │   │       ├── 宿舍管理系统.csproj.AssemblyReference.cache
│   │   │       ├── 宿舍管理系统.csproj.CopyComplete
│   │   │       ├── 宿舍管理系统.csproj.CoreCompileInputs.cache
│   │   │       ├── 宿舍管理系统.csproj.FileListAbsolute.txt
│   │   │       ├── 宿舍管理系统.csproj.GenerateResource.cache
│   │   │       └── 宿舍管理系统.csprojAssemblyReference.cache
│   │   ├── 弹窗.Designer.cs
│   │   ├── 弹窗.cs
│   │   ├── 弹窗.resx
│   │   ├── 修改密码.Designer.cs
│   │   ├── 修改密码.cs
│   │   ├── 修改密码.resx
│   │   ├── 宿舍管理系统.csproj
│   │   └── 宿舍管理系统.csproj.user
│   ├── 宿舍管理系统.sln
│   ├── 宿舍管理系统.suo
│   └── 宿舍信息管理项目开发文档.doc
└── 好例子网_C#宿舍管理系统.zip

19 directories, 190 files


实例下载地址

C#宿舍管理系统

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警