单 位: ** 班 学 号:** 农业大学商学院本科课程设计(****)商品价格查询系统姓 名: *** 专 业: *** 指导老师: *** 农业大学商学院二○一二年六月摘 要主要实现四个方面的功能:1)输出相应的功能键对应的功能便于用户选择;2)商品信息管理;3)客户管理;4)查询商品,客户信息。本系统设置了“添加” 、“查询”、“修改”等功能方便了系统管理员对系统信息与时的更改更新。在该系统当中,系统开发平台是 Windows XP,程序设计设计语言采纳 Visual C++,程序运行平台为 Windows XP。程序通过调试运行,初步实现了设计目标,并且经过适当完善后,将可以在应用中解决实际问题。【关键词】 C++;面对对象;类;管理系统AbstractMainly realizes the four aspects of the function: 1) output corresponding function key corresponding function is convenient for the user to choose; 2) commodity information management; 3) the customer management; 4) inquires the goods, customer information. This system has set up "add", "search", "modify" functions, such as the convenient system administrators to system information in time to change the update. In this system, system developing platform of Windows XP, program design, design the Visual c + + language, and the program ran platform for Windows XP. Program through the test and operation, and then realized the design goal, and after appropriate perfect, will can in the application of solving practical problems.【Key Words】C++,Object oriented; Class; Management system目录摘要 IAbstractII目录 1前言 1第一章系统环境分析 11.1 Visual C++概述 1第二章设计平台搭建 12.1VC++6.0 的安装和配置 1第三章需求分析 13.1 管理要求分析 13.2 系统功能描述 13.3 功能模块划分 13.4 系统流程图分析 13.5 可行性分析 1第四章详细设计与实现 14.1 主界面设计 14.2 管理员界面 14.3 初始化商品信息 14.4 增加商品信息 14.5 修改商品信息 14.6 删除商品信息 14.7 按价格从高到低浏览商品信息 14.8 增加顾客信息 14.9 删除顾客信息 14.10 按从大到小浏览顾客的所...