在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 整套软件工程课设文档和程序

整套软件工程课设文档和程序

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:9.20M
  • 下载次数:35
  • 浏览次数:181
  • 发布时间:2020-09-26
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
软件工程课程设计全部东西,包括数据流图、结构图、ER图、数据库脚本和代码还有完整文档,满分课程设计。图都有visio格式。
【实例截图】
【核心代码】
wr8tgy
└── 课设
├── E—R图.cdb
├── E—R图.cdm
├── E-R 模型图.vsdx
├── E-R 模型图(改).vsdx
├── 数据库脚本2.sql
├── 数据库脚本.sql
├── 数据库逻辑结构图.vsdx
├── 数据流图.vsdx
├── 数据流图(改).vsdx
├── 结构图.vsdx
├── 编程
│   ├── abc
│   │   ├── abc.csproj
│   │   ├── abc.v11.suo
│   │   ├── App.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── abc.exe
│   │   │   ├── abc.exe.config
│   │   │   ├── abc.pdb
│   │   │   ├── abc.vshost.exe
│   │   │   ├── abc.vshost.exe.config
│   │   │   └── abc.vshost.exe.manifest
│   │   ├── DBHelper.cs
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── abc.csproj.FileListAbsolute.txt
│   │   │   ├── abc.csproj.GenerateResource.Cache
│   │   │   ├── abc.csprojResolveAssemblyReference.cache
│   │   │   ├── abc.exe
│   │   │   ├── abc.pdb
│   │   │   ├── abc.Properties.Resources.resources
│   │   │   ├── abc.办事员.resources
│   │   │   ├── abc.办事员_事务办理_包车安排.resources
│   │   │   ├── abc.办事员_事务办理_学员入学.resources
│   │   │   ├── abc.办事员_事务办理_教练安排.resources
│   │   │   ├── abc.办事员_事务办理_测试安排.resources
│   │   │   ├── abc.办事员_事务办理_班级开设.resources
│   │   │   ├── abc.办事员_事务管理_考试安排.resources
│   │   │   ├── abc.办事员_信息查询_学员信息查询.resources
│   │   │   ├── abc.办事员_登记_教练.resources
│   │   │   ├── abc.办事员_登记_车辆.resources
│   │   │   ├── abc.登陆界面.resources
│   │   │   ├── abc.财务.resources
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── 办事员.cs
│   │   ├── 办事员.Designer.cs
│   │   ├── 办事员.resx
│   │   ├── 办事员 事务办理 包车安排.cs
│   │   ├── 办事员 事务办理 包车安排.Designer.cs
│   │   ├── 办事员 事务办理 包车安排.resx
│   │   ├── 办事员 事务办理 学员入学.cs
│   │   ├── 办事员 事务办理 学员入学.Designer.cs
│   │   ├── 办事员 事务办理 学员入学.resx
│   │   ├── 办事员 事务办理 教练安排.cs
│   │   ├── 办事员 事务办理 教练安排.Designer.cs
│   │   ├── 办事员 事务办理 教练安排.resx
│   │   ├── 办事员 事务办理 测试安排.cs
│   │   ├── 办事员 事务办理 测试安排.Designer.cs
│   │   ├── 办事员 事务办理 测试安排.resx
│   │   ├── 办事员 事务办理 班级开设.cs
│   │   ├── 办事员 事务办理 班级开设.Designer.cs
│   │   ├── 办事员 事务办理 班级开设.resx
│   │   ├── 办事员 事务管理 考试安排.cs
│   │   ├── 办事员 事务管理 考试安排.Designer.cs
│   │   ├── 办事员 事务管理 考试安排.resx
│   │   ├── 办事员 信息修改 学员信息修改.cs
│   │   ├── 办事员 信息修改 学员信息修改.Designer.cs
│   │   ├── 办事员 信息修改 教练信息修改.cs
│   │   ├── 办事员 信息修改 教练信息修改.Designer.cs
│   │   ├── 办事员 信息修改 车辆信息修改.cs
│   │   ├── 办事员 信息修改 车辆信息修改.Designer.cs
│   │   ├── 办事员 信息查询 学员信息修改.cs
│   │   ├── 办事员 信息查询 学员信息修改.Designer.cs
│   │   ├── 办事员 信息查询 学员信息查询.cs
│   │   ├── 办事员 信息查询 学员信息查询.Designer.cs
│   │   ├── 办事员 信息查询 学员信息查询.resx
│   │   ├── 办事员 信息查询 教练信息查询.cs
│   │   ├── 办事员 信息查询 教练信息查询.Designer.cs
│   │   ├── 办事员 信息查询 测试信息查询.cs
│   │   ├── 办事员 信息查询 测试信息查询.Designer.cs
│   │   ├── 办事员 信息查询 班级信息查询.cs
│   │   ├── 办事员 信息查询 班级信息查询.Designer.cs
│   │   ├── 办事员 信息查询 班级信息查询.resx
│   │   ├── 办事员 信息查询 考试信息查询.cs
│   │   ├── 办事员 信息查询 考试信息查询.Designer.cs
│   │   ├── 办事员 信息查询 车辆信息查询.cs
│   │   ├── 办事员 信息查询 车辆信息查询.Designer.cs
│   │   ├── 办事员 登记 教练.cs
│   │   ├── 办事员 登记 教练.Designer.cs
│   │   ├── 办事员 登记 教练.resx
│   │   ├── 办事员 登记 车辆.cs
│   │   ├── 办事员 登记 车辆.Designer.cs
│   │   ├── 办事员 登记 车辆.resx
│   │   ├── 财务.cs
│   │   ├── 财务.Designer.cs
│   │   └── 财务.resx
│   ├── abc.sln
│   ├── abc.v11.suo
│   └── 驾校管理
│   └── JXGL
│   ├── App.config
│   ├── Form1.cs
│   ├── Form1.Designer.cs
│   ├── Form1.resx
│   ├── JXGL
│   │   ├── App.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── abc.exe
│   │   │   ├── abc.exe.config
│   │   │   ├── abc.pdb
│   │   │   ├── abc.vshost.exe
│   │   │   ├── abc.vshost.exe.config
│   │   │   ├── abc.vshost.exe.manifest
│   │   │   ├── EntityFramework.dll
│   │   │   ├── EntityFramework.xml
│   │   │   ├── JXGL.exe
│   │   │   ├── JXGL.exe.config
│   │   │   ├── JXGL.pdb
│   │   │   ├── JXGL.vshost.exe
│   │   │   ├── JXGL.vshost.exe.config
│   │   │   ├── JXGL.vshost.exe.manifest
│   │   │   └── zh-Hans
│   │   │   └── EntityFramework.resources.dll
│   │   ├── DBHelper.cs
│   │   ├── Form10.cs
│   │   ├── Form10.Designer.cs
│   │   ├── Form10.resx
│   │   ├── Form11.cs
│   │   ├── Form11.Designer.cs
│   │   ├── Form11.resx
│   │   ├── Form12.cs
│   │   ├── Form12.Designer.cs
│   │   ├── Form12.resx
│   │   ├── Form13.cs
│   │   ├── Form13.Designer.cs
│   │   ├── Form13.resx
│   │   ├── Form14.cs
│   │   ├── Form14.Designer.cs
│   │   ├── Form14.resx
│   │   ├── Form15.cs
│   │   ├── Form15.Designer.cs
│   │   ├── Form15.resx
│   │   ├── Form16.cs
│   │   ├── Form16.Designer.cs
│   │   ├── Form16.resx
│   │   ├── Form17.cs
│   │   ├── Form17.Designer.cs
│   │   ├── Form17.resx
│   │   ├── Form18.cs
│   │   ├── Form18.Designer.cs
│   │   ├── Form18.resx
│   │   ├── Form19.cs
│   │   ├── Form19.Designer.cs
│   │   ├── Form19.resx
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── Form20.cs
│   │   ├── Form20.Designer.cs
│   │   ├── Form20.resx
│   │   ├── Form21.cs
│   │   ├── Form21.Designer.cs
│   │   ├── Form21.resx
│   │   ├── Form22.cs
│   │   ├── Form22.Designer.cs
│   │   ├── Form22.resx
│   │   ├── Form23.cs
│   │   ├── Form23.Designer.cs
│   │   ├── Form23.resx
│   │   ├── Form2.cs
│   │   ├── Form2.Designer.cs
│   │   ├── Form2.resx
│   │   ├── Form3.cs
│   │   ├── Form3.Designer.cs
│   │   ├── Form3.resx
│   │   ├── Form4.cs
│   │   ├── Form4.Designer.cs
│   │   ├── Form4.resx
│   │   ├── Form5.cs
│   │   ├── Form5.Designer.cs
│   │   ├── Form5.resx
│   │   ├── Form6.cs
│   │   ├── Form6.Designer.cs
│   │   ├── Form6.resx
│   │   ├── Form7.cs
│   │   ├── Form7.Designer.cs
│   │   ├── Form7.resx
│   │   ├── Form8.cs
│   │   ├── Form8.Designer.cs
│   │   ├── Form8.resx
│   │   ├── Form9.cs
│   │   ├── Form9.Designer.cs
│   │   ├── Form9.resx
│   │   ├── JXGL.csproj
│   │   ├── JXGLDataSet1.Designer.cs
│   │   ├── JXGLDataSet1.xsc
│   │   ├── JXGLDataSet1.xsd
│   │   ├── JXGLDataSet1.xss
│   │   ├── JXGLDataSet2.Designer.cs
│   │   ├── JXGLDataSet2.xsc
│   │   ├── JXGLDataSet2.xsd
│   │   ├── JXGLDataSet2.xss
│   │   ├── JXGLDataSet3.Designer.cs
│   │   ├── JXGLDataSet3.xsc
│   │   ├── JXGLDataSet3.xsd
│   │   ├── JXGLDataSet3.xss
│   │   ├── JXGLDataSet4.Designer.cs
│   │   ├── JXGLDataSet4.xsc
│   │   ├── JXGLDataSet4.xsd
│   │   ├── JXGLDataSet4.xss
│   │   ├── JXGLDataSet5.Designer.cs
│   │   ├── JXGLDataSet5.xsc
│   │   ├── JXGLDataSet5.xsd
│   │   ├── JXGLDataSet5.xss
│   │   ├── JXGLDataSet6.Designer.cs
│   │   ├── JXGLDataSet6.xsc
│   │   ├── JXGLDataSet6.xsd
│   │   ├── JXGLDataSet6.xss
│   │   ├── JXGLDataSet.cs
│   │   ├── JXGLDataSet.Designer.cs
│   │   ├── JXGLDataSet.xsc
│   │   ├── JXGLDataSet.xsd
│   │   ├── JXGLDataSet.xss
│   │   ├── Model1.Context.cs
│   │   ├── Model1.Context.tt
│   │   ├── Model1.cs
│   │   ├── Model1.Designer.cs
│   │   ├── Model1.edmx
│   │   ├── Model1.edmx.diagram
│   │   ├── Model1.tt
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── abc.csproj.FileListAbsolute.txt
│   │   │   ├── abc.csproj.GenerateResource.Cache
│   │   │   ├── abc.csprojResolveAssemblyReference.cache
│   │   │   ├── abc.exe
│   │   │   ├── abc.pdb
│   │   │   ├── abc.Properties.Resources.resources
│   │   │   ├── abc.办事员.resources
│   │   │   ├── abc.办事员_事务办理_包车安排.resources
│   │   │   ├── abc.办事员_事务办理_学员入学.resources
│   │   │   ├── abc.办事员_事务办理_教练安排.resources
│   │   │   ├── abc.办事员_事务办理_测试安排.resources
│   │   │   ├── abc.办事员_事务办理_班级开设.resources
│   │   │   ├── abc.办事员_事务管理_考试安排.resources
│   │   │   ├── abc.办事员_信息查询_学员信息查询.resources
│   │   │   ├── abc.办事员_登记_教练.resources
│   │   │   ├── abc.办事员_登记_车辆.resources
│   │   │   ├── abc.登陆界面.resources
│   │   │   ├── abc.财务.resources
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── edmxResourcesToEmbed
│   │   │   │   ├── Model1.csdl
│   │   │   │   ├── Model1.msl
│   │   │   │   └── Model1.ssdl
│   │   │   ├── JXGL.adminmain.resources
│   │   │   ├── JXGL.baochemain.resources
│   │   │   ├── JXGL.bchsmain.resources
│   │   │   ├── JXGL.carsetmain.resources
│   │   │   ├── JXGL.csproj.FileListAbsolute.txt
│   │   │   ├── JXGL.csproj.GenerateResource.Cache
│   │   │   ├── JXGL.csprojResolveAssemblyReference.cache
│   │   │   ├── JXGL.exe
│   │   │   ├── JXGL.Form15.resources
│   │   │   ├── JXGL.Form16.resources
│   │   │   ├── JXGL.Form17.resources
│   │   │   ├── JXGL.Form18.resources
│   │   │   ├── JXGL.jldengjimain.resources
│   │   │   ├── JXGL.jlupdate.resources
│   │   │   ├── JXGL.login.resources
│   │   │   ├── JXGL.newuser2.resources
│   │   │   ├── JXGL.newuser3.resources
│   │   │   ├── JXGL.newuser5.resources
│   │   │   ├── JXGL.parentmain.resources
│   │   │   ├── JXGL.pdb
│   │   │   ├── JXGL.Properties.Resources.resources
│   │   │   ├── JXGL.ruxuemain.resources
│   │   │   ├── JXGL.searchjlmain.resources
│   │   │   ├── JXGL.searchmain.resources
│   │   │   ├── JXGL.searchstumain.resources
│   │   │   ├── JXGL.stuff1.resources
│   │   │   ├── JXGL.stuff.resources
│   │   │   ├── JXGL.stu_updatemain.resources
│   │   │   ├── JXGL.testset.resources
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   └── TempPE
│   │   │   ├── JXGLDataSet1.Designer.cs.dll
│   │   │   ├── JXGLDataSet2.Designer.cs.dll
│   │   │   ├── JXGLDataSet3.Designer.cs.dll
│   │   │   ├── JXGLDataSet4.Designer.cs.dll
│   │   │   ├── JXGLDataSet5.Designer.cs.dll
│   │   │   ├── JXGLDataSet6.Designer.cs.dll
│   │   │   ├── JXGLDataSet.Designer.cs.dll
│   │   │   ├── Model1.cs.dll
│   │   │   └── Model1.Designer.cs.dll
│   │   ├── packages.config
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── 教练.cs
│   ├── JXGL.sln
│   ├── JXGL.v11.suo
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   ├── packages
│   │   ├── EntityFramework.5.0.0
│   │   │   ├── Content
│   │   │   │   ├── App.config.transform
│   │   │   │   └── Web.config.transform
│   │   │   ├── EntityFramework.5.0.0.nupkg
│   │   │   ├── lib
│   │   │   │   ├── net40
│   │   │   │   │   ├── EntityFramework.dll
│   │   │   │   │   ├── EntityFramework.xml
│   │   │   │   │   └── zh-Hans
│   │   │   │   │   ├── EntityFramework.resources.dll
│   │   │   │   │   └── EntityFramework.xml
│   │   │   │   └── net45
│   │   │   │   ├── EntityFramework.dll
│   │   │   │   ├── EntityFramework.xml
│   │   │   │   └── zh-Hans
│   │   │   │   ├── EntityFramework.resources.dll
│   │   │   │   └── EntityFramework.xml
│   │   │   └── tools
│   │   │   ├── about_EntityFramework.help.txt
│   │   │   ├── EntityFramework.PowerShell.dll
│   │   │   ├── EntityFramework.PowerShell.Utility.dll
│   │   │   ├── EntityFramework.PS3.psd1
│   │   │   ├── EntityFramework.psd1
│   │   │   ├── EntityFramework.psm1
│   │   │   ├── init.ps1
│   │   │   ├── install.ps1
│   │   │   ├── migrate.exe
│   │   │   ├── Redirect.config
│   │   │   └── Redirect.VS11.config
│   │   ├── EntityFramework.zh-Hans.5.0.0
│   │   │   ├── EntityFramework.zh-Hans.5.0.0.nupkg
│   │   │   └── lib
│   │   │   ├── net40
│   │   │   │   └── zh-Hans
│   │   │   │   ├── EntityFramework.resources.dll
│   │   │   │   └── EntityFramework.xml
│   │   │   └── net45
│   │   │   └── zh-Hans
│   │   │   ├── EntityFramework.resources.dll
│   │   │   └── EntityFramework.xml
│   │   └── repositories.config
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── 软件工程国家标准文档
│   ├── 中华人民共和国国家标准a.doc
│   ├── 可行性研究报告(GB8567——88).doc
│   ├── 数据库设计说明书(GB8567——88).doc
│   ├── 数据要求说明书(GB856T——88).doc
│   ├── 概要设计说明书(GB8567——88).doc
│   ├── 测试分析报告(GB8567——88).doc
│   ├── 测试计划(GB8567——88).doc
│   ├── 详细设计说明书(GB8567——88).doc
│   ├── 软件工程国家标准文档.rar
│   ├── 软件工程系列模板
│   │   ├── SE10.dot
│   │   ├── SE1.dot
│   │   ├── SE2.dot
│   │   ├── SE3.dot
│   │   ├── SE4.dot
│   │   ├── SE5.dot
│   │   ├── SE6.dot
│   │   ├── SE7.dot
│   │   ├── SE8.dot
│   │   ├── SE9.dot
│   │   ├── 图1.doc
│   │   ├── 开发进度月报(GB8567——88).doc
│   │   ├── 操作手册(GB8567——88).doc
│   │   ├── 文件给制实施规定的实例(GB8567-88).doc
│   │   ├── 模块开发卷宗(GB8567——88).doc
│   │   ├── 用户手册(GB8567——88).doc
│   │   └── 项目开发总结报告(GB8567——88).doc
│   ├── 软件需求说明书(GB856T——88).doc
│   └── 项目开发计划(GB856T——88).doc
├── 《软件工程》课程设计任务指导-软件工程2011级.doc
└── 软件文档
├── E-R 模型图(改).vsdx
├── 数据流图(改).vsdx
├── 测试计划.doc
├── 软件设计说明书.doc
├── 软件需求说明书.doc
└── 项目开发计划.doc

40 directories, 381 files

标签:

实例下载地址

整套软件工程课设文档和程序

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警