{$cfg_webname}
主页 > 计算机 > Delphi >

超市销售系统的设计与实现

来源:wenku163.com  资料编号:WK1632225 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK1632225
资料介绍

摘要  真正的程序员用c,聪明的程序员用Delphi”,这句话是对Delphi最经典、最实在的描述。Delphi被称为第四代编程语言,它具有简单、高效、功能强大的特点。和VC相比,Delphi更简单、更易于掌握,而在功能上却丝毫不逊色;和VB相比,Delphi则功能更强大、更实用。可以说Delphi同时兼备了VC功能强大和VB简单易学的特点。它一直是程序员至爱的编程工具。
关键词  窗体 对象 数据库 组件 函数 工程
外文摘要
Title         Super municipal sale system                                                             
Abstract "the real procedure member uses the c, the intelligent procedure member uses the Delphi", this words is most classic and most actual to the Delphi .The Delphi were called the fourth on Plait distance language, it’s simple, efficiently, mighty characteristics in function.Compare with the VC, the Delphi is  much easier on control, but on the function, it’s mighty characteristics too;Compare with the VB, the Delphi is stronger and biger and more practical.It’s can say that the Delphi have the mighty characteristics function of VC , at the same time it’s have easy to learn characteristics of VB.It is always the favorite plait distance tool to people 
Keywords  window  object  Database  Module  Function  project


超市销售系统目前国内外做得较多,比较成熟,这个系统是毕业生毕业前的最后一次模拟,对毕业生的软件开发能力有很大帮助。本系统主要由以下几个功能组成:
•商品入库,用于将进来的商品录入到库里。
•商品销售,用于售货员销售商品。
•商品信息管理,现有库存、库存警报、商品报表三部分。
•查询,管理员根据自己的需要进行查询,可按商品代号和商品名称查询。
•口令更改,用于员工更改自己的口令。
•员工信息维护,用于管理员修改员工的信息。







推荐资料