题目:银行个人账户信息管理系统银行个人账户管理系统摘要账户管理是现在每个银行的业务流程中的最重要的一项,在银行的各项业务流程中起着承上启下的作用,可谓是银行业务的重中之重。本文针对上述问题,采用软件工程的开发原理,依据软件工程的流程过程规范,按照需求分析、概要设计、详细设计、程序编码、测试、软件应用、软件维护等过程开发了一个银行个人账户信息管理系统。采用Linux平台作为开发环境,QT、C++作为开发工具,面向对象化设计,主要设计了管理员的登录、新用户的开户、存取款、转账、查询业务,解决了银行目前操作的繁琐流程,方便快捷的实现了银行账户管理的基本任务。本设计设计的银行个人账户信息管理系统,能使银行工作人员轻松快捷的完成对账户管理的任务,使银行的账目管理工作系统化、快捷化、规范化、自动化、高效化。关键词:个人信息管理;QT;C++;面向对象;PersonalbankaccountmanagementsystemABSTRACTAccountmanagementisoneofthemostimportantforeachbank'sbusinessprocesses,whichplaysaconnectingroleinthebank'svariousbusinessprocesses.Itcanbedescribedasthetopmostimportanttransactioninbanking.Fortheaboveproblems,inthispaper,adoptedthedevelopmentofsoftwareengineeringprinciples,basedonthesoftwareengineeringprocessspecificationprocess,inaccordancewiththeneedsanalysis,outlinedesign,detaileddesign,programcoding,testing,softwareapplications,andsoftwaremaintenanceprocess,wedevelopedapersonalbankaccountinformationmanagementsystems.UsedtheLinuxplatformasadevelopmentenvironment,andusedQT,C++asadevelopmenttool,object-orienteddesign,thispapermajordesignedoftheadministrator'slogin,newuseraccounts,withdrawals,transfers,businessinquiries,itsolvedthecumbersomeoperatingprocessofbanks,andachieveabasicbankaccountmanagementtasksconvenient.Thisdesigndesignedapersonalbankaccountinformationmanagementsystem,whichenablesthebankstafftocompletetheaccountmanagementtasksquicklyandeasily,sothemanagementofthebankaccountscanbecomesystematic,efficient,standardized,automatedandefficient.Keywords:PersonalInformationManagement(PIM);QT;C++;Object-oriented目录1本课题的研究意义和目的....................................11.1开发背景....................................................11.2国内外现状..................................................11.3自动化管理银行竞争优势的分析................................22系统需求分析..............................................32.1开发设计思想.............................................32.2可行性研究..................................................32.3需求分析....................................................42.4系统流程图的设计............................................52.5用例描述....................................................63设计过程及编码...........................................103.1数据库的创建与使用.........................................103.2建立Bank工程方法步骤.......................................143.3添加QT设计界面类的设计.....................................153.4管理员登陆的设计...........................................153.5主操控界面设计.............................................173.6开户的设计.................................................183.7查询的设计.................................................203.8存款的设计.................................................213.9取款的设计.................................................233.10转账的设计................................................263.11修改密码的设计............................................284功能测试..............