文件名称:NextGenPOS_2April_4.28pm
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-05-27
- 文件大小:
- 36kb
- 下载次数:
- 0次
- 提 供 者:
- 火**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个模拟的销售点程序。程序获取产品信息从数据库(mysql),初始化产品并将它们存储到一个列表中。然后给一个输入从用户(id和数量)它创建销售行项目。数据库连接实现了使用单例模式。策略和组合也被用来调整程序对不同定价策略。定价策略可以修改运行时使它的用户的灵活性。-This is a point of sale program simulated. Procedures to obtain product information from the database (mysql), initialize the product and store them into a list. Then give an input from the user (id and quantity) it creates a sales line item. Database connection implemented using the Singleton pattern. Strategy and combination are also used to adjust the program to different pricing strategy. Pricing strategy can be modified to make it user runtime flexibility.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
NextGenPOS
NextGenPOS.sln
NextGenPOS.userprefs
..........\AbsoluteDiscountOverThresholdPricingStrategy.cs
..........\AssemblyInfo.cs
..........\bin
..........\...\Debug
..........\...\.....\NextGenPOS.pdb
..........\CompositePricingStrategies.cs
..........\CompositePricingStrategyImplementation.cs
..........\DatabaseHandler.cs
..........\Factory.cs
..........\gtk-gui
..........\.......\generated.cs
..........\.......\gui.stetic
..........\.......\MainWindow.cs
..........\Main.cs
..........\MainWindow.cs
..........\NextGenPOS.csproj
..........\NextGenPOS.pidb
..........\NextGenPOS.sln
..........\NextGenPOS.userprefs
..........\PercentageDiscountPricingStrategy.cs
..........\Product.cs
..........\ProductSpecification.cs
..........\Sale.cs
..........\SalePricingStrategy.cs
..........\SalesLineItem.cs