在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 影碟租赁管理系统C# 可视化

影碟租赁管理系统C# 可视化

一般编程问题

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

实例介绍

【实例简介】
有数据库 有文档 有代码 有任务书 你要的都有! 该系统主要包括以下功能: 1. 影碟入库管理 2. 影碟出租管理 3. 碟片回收管理 4. 影碟查询处理
【实例截图】
【核心代码】
计算机综合课程设计
└── 计算机综合课程设计
├── 代码
│   ├── HosGoods
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── DataBase
│   │   │   │   └── Data.mdb
│   │   │   ├── HosGoods.exe
│   │   │   ├── HosGoods.exe.config
│   │   │   ├── HosGoods.pdb
│   │   │   ├── HosGoods.vshost.exe
│   │   │   ├── HosGoods.vshost.exe.config
│   │   │   └── HosGoods.vshost.exe.manifest
│   │   ├── ClassFolder
│   │   │   ├── cls_Conn.cs
│   │   │   ├── cls_PinYin.cs
│   │   │   └── vssver2.scc
│   │   ├── DataBase
│   │   │   ├── Data.mdb
│   │   │   ├── DataSet2.Designer.cs
│   │   │   ├── DataSet2.xsc
│   │   │   ├── DataSet2.xsd
│   │   │   ├── DataSet2.xss
│   │   │   ├── ddsAccount.cs
│   │   │   ├── ddsAccount.Designer.cs
│   │   │   ├── ddsAccount.xsc
│   │   │   ├── ddsAccount.xsd
│   │   │   ├── ddsAccount.xss
│   │   │   ├── ddsBuyGoods.cs
│   │   │   ├── ddsBuyGoods.Designer.cs
│   │   │   ├── ddsBuyGoods.xsc
│   │   │   ├── ddsBuyGoods.xsd
│   │   │   ├── ddsBuyGoods.xss
│   │   │   ├── ddsData.cs
│   │   │   ├── ddsData.Designer.cs
│   │   │   ├── ddsData.xsc
│   │   │   ├── ddsData.xsd
│   │   │   ├── ddsData.xss
│   │   │   ├── ddsDate.Designer.cs
│   │   │   ├── ddsSendGoods.cs
│   │   │   ├── ddsSendGoods.Designer.cs
│   │   │   ├── ddsSendGoods.xsc
│   │   │   ├── ddsSendGoods.xsd
│   │   │   ├── ddsSendGoods.xss
│   │   │   ├── vssver2.scc
│   │   │   ├── 宽屏墙纸 (126).jpg
│   │   │   └── 宽屏墙纸 (29).JPG
│   │   ├── Frm_Login.cs
│   │   ├── Frm_Login.Designer.cs
│   │   ├── Frm_Login.resx
│   │   ├── Frm_Main.cs
│   │   ├── Frm_Main.Designer.cs
│   │   ├── Frm_Main.resx
│   │   ├── Frm_Super.cs
│   │   ├── Frm_Super.Designer.cs
│   │   ├── Frm_Super.resx
│   │   ├── GoodsManagement
│   │   │   ├── cls_OutMaterial.cs
│   │   │   ├── Frm_BuyGoods.cs
│   │   │   ├── Frm_BuyGoods.Designer.cs
│   │   │   ├── Frm_BuyGoods.resx
│   │   │   ├── Frm_ManagementGoods.cs
│   │   │   ├── Frm_ManagementGoods.Designer.cs
│   │   │   ├── Frm_ManagementGoods.resx
│   │   │   ├── Frm_SendGoods.cs
│   │   │   ├── Frm_SendGoods.Designer.cs
│   │   │   ├── Frm_SendGoods.resx
│   │   │   ├── Frm_ShowGoods.cs
│   │   │   ├── Frm_ShowGoods.Designer.cs
│   │   │   ├── Frm_ShowGoods.resx
│   │   │   ├── Frm_TypeGoods.cs
│   │   │   ├── Frm_TypeGoods.Designer.cs
│   │   │   ├── Frm_TypeGoods.resx
│   │   │   ├── Report1.rdlc
│   │   │   ├── Report6.rdlc
│   │   │   └── vssver2.scc
│   │   ├── HosGoods.csproj
│   │   ├── HosGoods.csproj.user
│   │   ├── HosGoods.csproj.vspscc
│   │   ├── mssccprj.scc
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── HosGoods.csproj.FileListAbsolute.txt
│   │   │   │   ├── HosGoods.csproj.GenerateResource.Cache
│   │   │   │   ├── HosGoods.exe
│   │   │   │   ├── HosGoods.Frm_Login.resources
│   │   │   │   ├── HosGoods.Frm_Main.resources
│   │   │   │   ├── HosGoods.Frm_Super.resources
│   │   │   │   ├── HosGoods.GoodsManagement.Frm_BuyGoods.resources
│   │   │   │   ├── HosGoods.GoodsManagement.Frm_ManagementGoods.resources
│   │   │   │   ├── HosGoods.GoodsManagement.Frm_SendGoods.resources
│   │   │   │   ├── HosGoods.GoodsManagement.Frm_ShowGoods.resources
│   │   │   │   ├── HosGoods.GoodsManagement.Frm_TypeGoods.resources
│   │   │   │   ├── HosGoods.GoodsManagement.Report1.rdlc
│   │   │   │   ├── HosGoods.GoodsManagement.Report6.rdlc
│   │   │   │   ├── HosGoods.pdb
│   │   │   │   ├── HosGoods.Properties.Resources.resources
│   │   │   │   ├── HosGoods.SearchAndCount.Frm_GoodsCount.resources
│   │   │   │   ├── HosGoods.SearchAndCount.Frm_GoodsInCount.resources
│   │   │   │   ├── HosGoods.SearchAndCount.Frm_GoodsOutCount.resources
│   │   │   │   ├── HosGoods.SearchAndCount.Frm_InDonor.resources
│   │   │   │   ├── HosGoods.SearchAndCount.Frm_InTime.resources
│   │   │   │   ├── HosGoods.SearchAndCount.Frm_NeedsCount.resources
│   │   │   │   ├── HosGoods.SearchAndCount.Frm_OutDisaster.resources
│   │   │   │   ├── HosGoods.SearchAndCount.Frm_SearchInGoods.resources
│   │   │   │   ├── HosGoods.SearchAndCount.Frm_SearchSendGoods.resources
│   │   │   │   ├── HosGoods.SearchAndCount.Frm_SendCount1.resources
│   │   │   │   ├── HosGoods.SearchAndCount.Frm_SendCount2.resources
│   │   │   │   ├── HosGoods.SearchAndCount.Frm_SendCount3.resources
│   │   │   │   ├── HosGoods.SearchAndCount.Frm_SendTime.resources
│   │   │   │   ├── HosGoods.SearchAndPrint.Report2.rdlc
│   │   │   │   ├── HosGoods.SearchAndPrint.Report3.rdlc
│   │   │   │   ├── HosGoods.SearchAndPrint.Report4.rdlc
│   │   │   │   ├── HosGoods.SearchAndPrint.Report5.rdlc
│   │   │   │   ├── HosGoods.SystemManagement.Frm_Admin_Add.resources
│   │   │   │   ├── HosGoods.SystemManagement.Frm_Admin_Change.resources
│   │   │   │   ├── HosGoods.SystemManagement.Frm_Admin_Del.resources
│   │   │   │   ├── HosGoods.SystemManagement.Frm_ChangePwd.resources
│   │   │   │   ├── HosGoods.SystemManagement.Frm_ReceiveDept.resources
│   │   │   │   ├── HosGoods.SystemManagement.Frm_SavePeople.resources
│   │   │   │   ├── RdlCompile.cache
│   │   │   │   ├── RdlCompile.compiled
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   │   ├── DataBase.DataSet1.Designer.cs.dll
│   │   │   │   ├── DataBase.DataSet2.Designer.cs.dll
│   │   │   │   ├── DataBase.ddsAccount.Designer.cs.dll
│   │   │   │   ├── DataBase.ddsBuyGoods.Designer.cs.dll
│   │   │   │   ├── DataBase.ddsData.Designer.cs.dll
│   │   │   │   ├── DataBase.ddsDate.Designer.cs.dll
│   │   │   │   ├── DataBase.ddsSendGoods.Designer.cs.dll
│   │   │   │   ├── DateBase.ddsDate.Designer.cs.dll
│   │   │   │   ├── ddsBuyGood1.Designer.cs.dll
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── HosGoods.csproj.FileList.txt
│   │   ├── pink_2.ico
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   ├── Settings.settings
│   │   │   └── vssver2.scc
│   │   ├── SearchAndCount
│   │   │   ├── Frm_Count1.cs
│   │   │   ├── Frm_Count1.Designer.cs
│   │   │   ├── Frm_Count1.resx
│   │   │   ├── Frm_GoodsCount.cs
│   │   │   ├── Frm_GoodsCount.Designer.cs
│   │   │   ├── Frm_GoodsCount.resx
│   │   │   ├── Frm_GoodsInCount.cs
│   │   │   ├── Frm_GoodsInCount.Designer.cs
│   │   │   ├── Frm_GoodsInCount.resx
│   │   │   ├── Frm_GoodsOutCount.cs
│   │   │   ├── Frm_GoodsOutCount.Designer.cs
│   │   │   ├── Frm_GoodsOutCount.resx
│   │   │   ├── Frm_InDonor.cs
│   │   │   ├── Frm_InDonor.Designer.cs
│   │   │   ├── Frm_InDonor.resx
│   │   │   ├── Frm_InTime.cs
│   │   │   ├── Frm_InTime.Designer.cs
│   │   │   ├── Frm_InTime.resx
│   │   │   ├── Frm_NeedsCount.cs
│   │   │   ├── Frm_NeedsCount.Designer.cs
│   │   │   ├── Frm_NeedsCount.resx
│   │   │   ├── Frm_OutDisaster.cs
│   │   │   ├── Frm_OutDisaster.Designer.cs
│   │   │   ├── Frm_OutDisaster.resx
│   │   │   ├── Frm_SearchInGoods.cs
│   │   │   ├── Frm_SearchInGoods.Designer.cs
│   │   │   ├── Frm_SearchInGoods.resx
│   │   │   ├── Frm_SearchSendGoods.cs
│   │   │   ├── Frm_SearchSendGoods.Designer.cs
│   │   │   ├── Frm_SearchSendGoods.resx
│   │   │   ├── Frm_SendCount1.cs
│   │   │   ├── Frm_SendCount1.Designer.cs
│   │   │   ├── Frm_SendCount1.resx
│   │   │   ├── Frm_SendCount2.cs
│   │   │   ├── Frm_SendCount2.Designer.cs
│   │   │   ├── Frm_SendCount2.resx
│   │   │   ├── Frm_SendCount3.cs
│   │   │   ├── Frm_SendCount3.Designer.cs
│   │   │   ├── Frm_SendCount3.resx
│   │   │   ├── Frm_SendTime.cs
│   │   │   ├── Frm_SendTime.Designer.cs
│   │   │   ├── Frm_SendTime.resx
│   │   │   ├── Report2.rdlc
│   │   │   ├── Report3.rdlc
│   │   │   ├── Report4.rdlc
│   │   │   ├── Report5.rdlc
│   │   │   ├── Report7.rdlc
│   │   │   ├── Report8.rdlc
│   │   │   └── vssver2.scc
│   │   ├── SystemManagement
│   │   │   ├── Frm_Admin_Add.cs
│   │   │   ├── Frm_Admin_Add.Designer.cs
│   │   │   ├── Frm_Admin_Add.resx
│   │   │   ├── Frm_Admin_Change.cs
│   │   │   ├── Frm_Admin_Change.Designer.cs
│   │   │   ├── Frm_Admin_Change.resx
│   │   │   ├── Frm_Admin_Del.cs
│   │   │   ├── Frm_Admin_Del.Designer.cs
│   │   │   ├── Frm_Admin_Del.resx
│   │   │   ├── Frm_ChangePwd.cs
│   │   │   ├── Frm_ChangePwd.Designer.cs
│   │   │   ├── Frm_ChangePwd.resx
│   │   │   ├── Frm_DisasterName.cs
│   │   │   ├── Frm_DisasterName.Designer.cs
│   │   │   ├── Frm_DisasterName.resx
│   │   │   ├── Frm_SavePeople.cs
│   │   │   ├── Frm_SavePeople.Designer.cs
│   │   │   ├── Frm_SavePeople.resx
│   │   │   └── vssver2.scc
│   │   ├── Thumbs.db
│   │   └── vssver2.scc
│   ├── HosGoods.sln
│   ├── HosGoods.suo
│   ├── UpgradeLog.XML
│   └── _UpgradeReport_Files
│   ├── UpgradeReport.css
│   ├── UpgradeReport_Minus.gif
│   ├── UpgradeReport_Plus.gif
│   └── UpgradeReport.xslt
├── 数据库
│   ├── Data.mdb
│   ├── DataSet2.Designer.cs
│   ├── DataSet2.xsc
│   ├── DataSet2.xsd
│   ├── DataSet2.xss
│   ├── ddsAccount.cs
│   ├── ddsAccount.Designer.cs
│   ├── ddsAccount.xsc
│   ├── ddsAccount.xsd
│   ├── ddsAccount.xss
│   ├── ddsBuyGoods.cs
│   ├── ddsBuyGoods.Designer.cs
│   ├── ddsBuyGoods.xsc
│   ├── ddsBuyGoods.xsd
│   ├── ddsBuyGoods.xss
│   ├── ddsData.cs
│   ├── ddsData.Designer.cs
│   ├── ddsData.xsc
│   ├── ddsData.xsd
│   ├── ddsData.xss
│   ├── ddsDate.Designer.cs
│   ├── ddsSendGoods.cs
│   ├── ddsSendGoods.Designer.cs
│   ├── ddsSendGoods.xsc
│   ├── ddsSendGoods.xsd
│   ├── ddsSendGoods.xss
│   ├── vssver2.scc
│   ├── 宽屏墙纸 (126).jpg
│   └── 宽屏墙纸 (29).JPG
├── 计算机应用技术综合设计任务书(8.影碟租赁管理系统).doc
└── 课程设计报告模版
├── 课程设计样本封面目录摘要.doc
├── 课程设计正文.doc
└── 课程设计说明书规范化要求.doc

18 directories, 242 files

标签:

实例下载地址

影碟租赁管理系统C# 可视化

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警