在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 毕业设计之台球厅计时收费管理系统

毕业设计之台球厅计时收费管理系统

一般编程问题

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

实例介绍

【实例简介】
偶的毕业设计,纯属原创 写的很详细,代码也很规范 希望对大家有用
【实例截图】
【核心代码】
台球厅计时收费软件
└── 07057435 谢宁波 软件
├── 台球厅计时收费管理系统说明书.doc
└── 软件程序
├── TimingChargeSystem
│   ├── Demo.DataAccess
│   │   ├── BillingWayDac.cs
│   │   ├── BillsDac.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Demo.DataAccess.dll
│   │   │   ├── Demo.DataAccess.pdb
│   │   │   ├── Demo.Entity.dll
│   │   │   ├── Demo.Entity.pdb
│   │   │   ├── en-us
│   │   │   │   └── NG.resources.dll
│   │   │   ├── NG.Aop.dll
│   │   │   ├── NG.Data.dll
│   │   │   ├── NG.dll
│   │   │   ├── NG.Log.dll
│   │   │   ├── NG.Log.xml
│   │   │   ├── NG.UP.DataServices.dll
│   │   │   ├── NG.xml
│   │   │   └── zh-cn
│   │   │   └── NG.resources.dll
│   │   ├── ConnString.cs
│   │   ├── CustomerDac.cs
│   │   ├── Demo.DataAccess.csproj
│   │   ├── GoodsDac.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Demo.DataAccess.csproj.FileListAbsolute.txt
│   │   │   ├── Demo.DataAccess.dll
│   │   │   ├── Demo.DataAccess.pdb
│   │   │   ├── Refactor
│   │   │   │   └── Demo.DataAccess.dll
│   │   │   └── ResolveAssemblyReference.cache
│   │   ├── PrePaidDac.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── SystemUserDac.cs
│   ├── Demo.Entity
│   │   ├── BillingWayEntity.cs
│   │   ├── BillsEntity.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Demo.Entity.dll
│   │   │   └── Demo.Entity.pdb
│   │   ├── ClassDiagram1.cd
│   │   ├── CustomerEntity.cs
│   │   ├── Demo.Entity.csproj
│   │   ├── GoodsEntity.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Demo.Entity.csproj.FileListAbsolute.txt
│   │   │   ├── Demo.Entity.dll
│   │   │   ├── Demo.Entity.pdb
│   │   │   └── Refactor
│   │   │   └── Demo.Entity.dll
│   │   ├── PrepaidEntity.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── SystemUserEntity.cs
│   ├── Demo.Facade
│   │   ├── BillingWayFacade.cs
│   │   ├── BillsFacade.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Demo.DataAccess.dll
│   │   │   ├── Demo.DataAccess.pdb
│   │   │   ├── Demo.Entity.dll
│   │   │   ├── Demo.Entity.pdb
│   │   │   ├── Demo.Facade.dll
│   │   │   ├── Demo.Facade.pdb
│   │   │   ├── Demo.Rules.dll
│   │   │   ├── Demo.Rules.pdb
│   │   │   ├── en-us
│   │   │   │   └── NG.resources.dll
│   │   │   ├── NG.Aop.dll
│   │   │   ├── NG.Data.dll
│   │   │   ├── NG.dll
│   │   │   ├── NG.Log.dll
│   │   │   ├── NG.Log.xml
│   │   │   ├── NG.UP.DataServices.dll
│   │   │   ├── NG.xml
│   │   │   └── zh-cn
│   │   │   └── NG.resources.dll
│   │   ├── CustomerFacade.cs
│   │   ├── Demo.Facade.csproj
│   │   ├── GoodsFacade.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Demo.Facade.csproj.FileListAbsolute.txt
│   │   │   ├── Demo.Facade.dll
│   │   │   ├── Demo.Facade.pdb
│   │   │   ├── Refactor
│   │   │   │   └── Demo.Facade.dll
│   │   │   └── ResolveAssemblyReference.cache
│   │   ├── PrepaidFacade.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── SystemUserFacade.cs
│   ├── Demo.Helper
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Demo.Helper.dll
│   │   │   └── Demo.Helper.pdb
│   │   ├── Config.cs
│   │   ├── ConfigTableNumber.cs
│   │   ├── Demo.Helper.csproj
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Demo.Helper.csproj.FileListAbsolute.txt
│   │   │   ├── Demo.Helper.dll
│   │   │   ├── Demo.Helper.pdb
│   │   │   └── Refactor
│   │   │   └── Demo.Helper.dll
│   │   ├── Pick.cs
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── Demo.Rules
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Demo.Rules.dll
│   │   │   └── Demo.Rules.pdb
│   │   ├── Demo.Rules.csproj
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Demo.Rules.csproj.FileListAbsolute.txt
│   │   │   ├── Demo.Rules.dll
│   │   │   ├── Demo.Rules.pdb
│   │   │   └── Refactor
│   │   │   └── Demo.Rules.dll
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── SystemUserRules.cs
│   ├── Demo.WinControls
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Demo.DataAccess.dll
│   │   │   ├── Demo.DataAccess.pdb
│   │   │   ├── Demo.Entity.dll
│   │   │   ├── Demo.Entity.pdb
│   │   │   ├── Demo.Facade.dll
│   │   │   ├── Demo.Facade.pdb
│   │   │   ├── Demo.WinControls.dll
│   │   │   ├── Demo.WinControls.pdb
│   │   │   ├── DotNetSpeech.dll
│   │   │   ├── en-us
│   │   │   │   └── NG.resources.dll
│   │   │   ├── NG.Aop.dll
│   │   │   ├── NG.Data.dll
│   │   │   ├── NG.dll
│   │   │   ├── NG.Log.dll
│   │   │   ├── NG.Log.xml
│   │   │   ├── NG.UP.DataServices.dll
│   │   │   ├── NG.xml
│   │   │   └── zh-cn
│   │   │   └── NG.resources.dll
│   │   ├── CustomerTableControl.cs
│   │   ├── CustomerTableControl.Designer.cs
│   │   ├── CustomerTableControl.resx
│   │   ├── Demo.WinControls.csproj
│   │   ├── FrmCheckOut.cs
│   │   ├── FrmCheckOut.Designer.cs
│   │   ├── FrmCheckOut.resx
│   │   ├── FrmOpenTable.cs
│   │   ├── FrmOpenTable.Designer.cs
│   │   ├── FrmOpenTable.resx
│   │   ├── MessageForm.cs
│   │   ├── MessageForm.Designer.cs
│   │   ├── MessageForm.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Demo.WinControls.csproj.FileListAbsolute.txt
│   │   │   ├── Demo.WinControls.csproj.GenerateResource.Cache
│   │   │   ├── Demo.WinControls.CustomerTableControl.resources
│   │   │   ├── Demo.WinControls.dll
│   │   │   ├── Demo.WinControls.FrmCheckOut.resources
│   │   │   ├── Demo.WinControls.FrmOpenTable.resources
│   │   │   ├── Demo.WinControls.MessageForm.resources
│   │   │   ├── Demo.WinControls.pdb
│   │   │   ├── Demo.WinControls.Properties.Resources.resources
│   │   │   ├── Refactor
│   │   │   │   └── Demo.WinControls.dll
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   └── Resources.resx
│   │   └── Resources
│   │   ├── 台球桌1.jpg
│   │   ├── 台球桌2.jpg
│   │   ├── 台球桌3.jpg
│   │   └── 台球桌4.jpg
│   ├── Demo.WindowsControl
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Demo.WindowsControl.dll
│   │   │   └── Demo.WindowsControl.pdb
│   │   ├── CustomerTableControl.cs
│   │   ├── CustomerTableControl.Designer.cs
│   │   ├── CustomerTableControl.resx
│   │   ├── Demo.WindowsControl.csproj
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Demo.WindowsControl.csproj.FileListAbsolute.txt
│   │   │   ├── Demo.WindowsControl.csproj.GenerateResource.Cache
│   │   │   ├── Demo.WindowsControl.CustomerTableControl.resources
│   │   │   ├── Demo.WindowsControl.dll
│   │   │   ├── Demo.WindowsControl.pdb
│   │   │   ├── Demo.WindowsControl.Properties.Resources.resources
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   └── Resources.resx
│   │   └── Resources
│   │   ├── 台球桌1.jpg
│   │   ├── 台球桌2.jpg
│   │   └── 台球桌3.jpg
│   ├── TimingChargeSystem
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Config.dat
│   │   │   ├── ConfigTableNumber.dat
│   │   │   ├── Demo.DataAccess.dll
│   │   │   ├── Demo.DataAccess.pdb
│   │   │   ├── Demo.Entity.dll
│   │   │   ├── Demo.Entity.pdb
│   │   │   ├── Demo.Facade.dll
│   │   │   ├── Demo.Facade.pdb
│   │   │   ├── Demo.Helper.dll
│   │   │   ├── Demo.Helper.pdb
│   │   │   ├── Demo.WinControls.dll
│   │   │   ├── Demo.WinControls.pdb
│   │   │   ├── DotNetSpeech.dll
│   │   │   ├── EnhancedGlassButton.dll
│   │   │   ├── en-us
│   │   │   │   └── NG.resources.dll
│   │   │   ├── NG.Aop.dll
│   │   │   ├── NG.Data.dll
│   │   │   ├── NG.dll
│   │   │   ├── NG.Log.dll
│   │   │   ├── NG.Log.xml
│   │   │   ├── NG.UP.DataServices.dll
│   │   │   ├── NG.xml
│   │   │   ├── TimingChargeSystem.exe
│   │   │   ├── TimingChargeSystem.pdb
│   │   │   ├── TimingChargeSystem.vshost.exe
│   │   │   ├── TimingChargeSystem.vshost.exe.manifest
│   │   │   └── zh-cn
│   │   │   └── NG.resources.dll
│   │   ├── Demo.WinUI.csproj
│   │   ├── FrmBillingWayManage.cs
│   │   ├── FrmBillingWayManage.Designer.cs
│   │   ├── FrmBillingWayManage.resx
│   │   ├── FrmChangePassword.cs
│   │   ├── FrmChangePassword.Designer.cs
│   │   ├── FrmChangePassword.resx
│   │   ├── FrmLogin.cs
│   │   ├── FrmLogin.Designer.cs
│   │   ├── FrmLogin.resx
│   │   ├── FrmMain.cs
│   │   ├── FrmMain.Designer.cs
│   │   ├── FrmMain.resx
│   │   ├── FrmSetUI.cs
│   │   ├── FrmSetUI.Designer.cs
│   │   ├── FrmSetUI.resx
│   │   ├── FrmUIStyleSetting.cs
│   │   ├── FrmUIStyleSetting.Designer.cs
│   │   ├── FrmUIStyleSetting.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Demo.WinUI.csproj.FileListAbsolute.txt
│   │   │   ├── Demo.WinUI.csproj.GenerateResource.Cache
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── TimingChargeSystem.exe
│   │   │   ├── TimingChargeSystem.FrmAddCustomer.resources
│   │   │   ├── TimingChargeSystem.FrmAlterCustomer.resources
│   │   │   ├── TimingChargeSystem.FrmBillingWayManage.resources
│   │   │   ├── TimingChargeSystem.FrmBillsManage.resources
│   │   │   ├── TimingChargeSystem.FrmChangePassword.resources
│   │   │   ├── TimingChargeSystem.FrmCustomerManage.resources
│   │   │   ├── TimingChargeSystem.FrmGoodsSell.resources
│   │   │   ├── TimingChargeSystem.FrmList.resources
│   │   │   ├── TimingChargeSystem.FrmLogin.resources
│   │   │   ├── TimingChargeSystem.FrmMain.resources
│   │   │   ├── TimingChargeSystem.FrmPrepaid.resources
│   │   │   ├── TimingChargeSystem.FrmSetUI.resources
│   │   │   ├── TimingChargeSystem.FrmUIStyleSetting.resources
│   │   │   ├── TimingChargeSystem.pdb
│   │   │   └── TimingChargeSystem.Properties.Resources.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Resources
│   │   │   ├── defultgrund1.jpg
│   │   │   ├── defultgrund2.jpg
│   │   │   ├── defultgrund3.jpg
│   │   │   ├── defultgrund4.jpg
│   │   │   ├── defultgrund5.jpg
│   │   │   ├── defultgrund6.jpg
│   │   │   ├── defultgrund7.jpg
│   │   │   ├── defultgrund8.jpg
│   │   │   ├── LoginFromBack.png
│   │   │   ├── 会员管理.jpg
│   │   │   ├── 关于.jpg
│   │   │   ├── 商品外卖.jpg
│   │   │   ├── 工具栏背景.bmp
│   │   │   ├── 排队.jpg
│   │   │   ├── 注销.jpg
│   │   │   ├── 生日提醒.jpg
│   │   │   ├── 管理.jpg
│   │   │   ├── 统计.jpg
│   │   │   ├── 视图按钮.jpg
│   │   │   ├── 设置.jpg
│   │   │   └── 退出.jpg
│   │   ├── 会员管理
│   │   │   ├── FrmAddCustomer.cs
│   │   │   ├── FrmAddCustomer.Designer.cs
│   │   │   ├── FrmAddCustomer.resx
│   │   │   ├── FrmAlterCustomer.cs
│   │   │   ├── FrmAlterCustomer.Designer.cs
│   │   │   ├── FrmAlterCustomer.resx
│   │   │   ├── FrmCustomerManage.cs
│   │   │   ├── FrmCustomerManage.Designer.cs
│   │   │   ├── FrmCustomerManage.resx
│   │   │   ├── FrmPrepaid.cs
│   │   │   ├── FrmPrepaid.Designer.cs
│   │   │   └── FrmPrepaid.resx
│   │   ├── 商品管理
│   │   │   ├── FrmGoodsSell.cs
│   │   │   ├── FrmGoodsSell.Designer.cs
│   │   │   └── FrmGoodsSell.resx
│   │   ├── 排队管理
│   │   │   ├── FrmList.cs
│   │   │   ├── FrmList.Designer.cs
│   │   │   └── FrmList.resx
│   │   └── 账单查看
│   │   ├── FrmBillsManage.cs
│   │   ├── FrmBillsManage.Designer.cs
│   │   └── FrmBillsManage.resx
│   ├── TimingChargeSystem.sln
│   ├── TimingChargeSystem.suo
│   └── WindowsFormsControlLibrary1
│   ├── bin
│   │   └── Debug
│   │   ├── WindowsFormsControlLibrary1.dll
│   │   └── WindowsFormsControlLibrary1.pdb
│   ├── obj
│   │   └── Debug
│   │   ├── WindowsFormsControlLibrary1.csproj.FileListAbsolute.txt
│   │   ├── WindowsFormsControlLibrary1.csproj.GenerateResource.Cache
│   │   ├── WindowsFormsControlLibrary1.dll
│   │   ├── WindowsFormsControlLibrary1.pdb
│   │   └── WindowsFormsControlLibrary1.UserControl1.resources
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── UserControl1.cs
│   ├── UserControl1.Designer.cs
│   ├── UserControl1.resx
│   └── WindowsFormsControlLibrary1.csproj
└── 数据库文件
├── TimingChargeSystem_log.ldf
└── TimingChargeSystem.mdf

82 directories, 292 files

标签:

实例下载地址

毕业设计之台球厅计时收费管理系统

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警