计算机应用 | 古代文学 | 市场营销 | 生命科学 | 交通物流 | 财务管理 | 历史学 | 毕业 | 哲学 | 政治 | 财税 | 经济 | 金融 | 审计 | 法学 | 护理学 | 国际经济与贸易
计算机软件 | 新闻传播 | 电子商务 | 土木工程 | 临床医学 | 旅游管理 | 建筑学 | 文学 | 化学 | 数学 | 物理 | 地理 | 理工 | 生命 | 文化 | 企业管理 | 电子信息工程
计算机网络 | 语言文学 | 信息安全 | 工程力学 | 工商管理 | 经济管理 | 计算机 | 机电 | 材料 | 医学 | 药学 | 会计 | 硕士 | 法律 | MBA
现当代文学 | 英美文学 | 通讯工程 | 网络工程 | 行政管理 | 公共管理 | 自动化 | 艺术 | 音乐 | 舞蹈 | 美术 | 本科 | 教育 | 英语 |

抽奖系统的JAVA实现

2013-11-16 02:03
导读:数学论文毕业论文,抽奖系统的JAVA实现论文模板,格式要求,科教论文网免费提供指导材料: 摘

摘 要
某公司采用电脑抽奖的方式来销售自己的产品,其中要求用1小系统来自动产生幸运用户。系统要求有可视化的用户信息输入界面,中奖的用户信息能够以表格的方式打印,可以保存中奖用户的信息等主要功能。经分析,JAVA中丰富的窗口类可以产生可视化的用户信息输入界面,文件操作可以方便的以多种文件格式保存用户信息,JDBC-ODBC桥技术能够实现GUI同数据库的交互,事件监听器可以实现某些输入信息的检测。因此决定使用JAVA语言实现。通过1段时间的设计,系统基本功能已实现:能可视化输入用户信息,保存中奖用户信息,打印中奖用户信息。在抽奖过程中实现用户编号的滚动,给人以动态的感觉。
关键词:窗口;数据;事件;文件


Abstract
  A company want to sale it’s goods by lottery-drawing,it needs a system to produce some lucky user.The system needs a visible window for inputting the user’s information,lucky user’s information can be printed in a table and can be saved in a database.Through analysis ,the Java programming language has a lot of classes which are used to design visible window,.By usingthe JDBC-ODBC bridge we can make the GUI and the database alternately.We can detect some input information by event listener.We can save user’s information easily by document operation.So,I decide to design this system using java programming language.Through a period of time design the system’s function totally realized:input uer’s information visibly,save lucky user’s information,print lucky user’s information.The user’s ID can move in the process of the lottery-drawing.
Key-words:window;data;event;file

 

    上一篇:基于Struts框架的BBS论坛系统 下一篇:没有了