論文格式
          電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業(yè)管理 信息計算科學 電氣自動化 歷史論文
          機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
          制藥工程 生物工程 包裝工程 模具設計 測控專業(yè) 工業(yè)工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
          通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業(yè) 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
          • 首頁 |
          • 畢業(yè)論文 |
          • 論文格式 |
          • 個人簡歷 |
          • 工作總結 |
          • 入黨申請書 |
          • 求職信 |
          • 入團申請書 |
          • 工作計劃 |
          • 免費論文 |
          • 合作期刊 |
          • 論文同學網 |
          搜索 高級搜索

          當前位置:論文格式網 -> 畢業(yè)論文 -> 計算機論文
          畢業(yè)論文標題:

          基于Java的智能網吧管理系統的設計與實現

           本文ID:LWGSW14476 價格:收費積分/100
          掃一掃 掃一掃
          本站會員可自行下載:下載地址 基于Java的智能網吧管理系統的設計與實現 (收費:1000 積分)  

          論文字數:15425,頁數:44

          摘要
           
           隨著信息時代的來臨,internet和網絡游戲的發(fā)展,大大小小的網吧已經遍及全國,無論是大中城市還是小城市甚至是很小的縣城。但一直以來人們使用傳統人工的方式管理網吧即工作人員人工記時,結算的方式來進行管理,這種管理方式存在著許多缺點,如:效率低、保密性差、容易出錯,另外時間一長,將產生大量的文件和數據,這對于查找、更新和維護都帶來了不少的困難。
           使用計算機對網吧收費,計帳,上機,查找管理,具有手工管理所無法比擬的優(yōu)點.例如:檢索迅速、查找方便、可靠性高、存儲量大、保密性好、壽命長、成本低等。
           本文介紹了一種在JAVA平臺下設計并實現智能卡網吧管理系統的全過程。通過分析比較流行的智能卡網吧管理系統的開發(fā)技術,結合網吧管理的一系列特點,java語言基礎上使用Eclipse開發(fā)工具實現智能卡網吧管理系統的解決方案。
           本文經過實際的需求分析,闡述了智能卡網吧管理系統支撐的相關技術,以及數據庫設計,最后闡述系統的總體結構與系統的各個功能模塊。
           
           關鍵詞:智能卡,JAVA平臺,網吧管理

          ABSTRACT
           
           Along with the advent of information age and the continuous development of internet and online games, a lot of net bars have been distributed all over the whole country, not only distributed in the large cities but also in the small cities and even in the small counties. But people have always used the traditional methods to manage the net bars, which methods are that adopting the artificial remembering time way and the artificial settling accounts way to manage the net bars. Such management methods exist many shortcomings, such as low efficiency, poor security, easy to generate error, besides, after many years later will produce a large number of documents and date ,which will bring a lot of difficulties to find, update and maintain the date.
            Use computer to manage net bars must be much more convenient than User the traditional methods to manage the net bars. Use computer to manage net bars is beyond compare which has a lot of advantages. Such as high efficiency, good security, low cost and so on.
           This paper introduces all processes about design and implementation of the net bars smart card management system in the JAVA platform. By analyzing and comparing the popular net bars smart card management system development technology, combined net bars management System features, bringing forward achieving net bars smart card management system using of the Eclipse development tool on the basis of the java.
           This paper is described the system analysis and design using the relevant technology and its features, and described the overall system structure and the function of the various system modules
           
           Keywords: smart card,JAVA platform,net bars manage
          目錄
          摘要 I
          ABSTRACT II
          第1章 緒論 1
          1.1 智能卡網吧管理系統 1
          1.1.1 智能卡網吧管理的概念及特點 1
          1.1.2 國內網吧管理的現狀 2
          1.2 課題的背景及意義 3
          1.3 系統簡介 3
          1.4 課題的主要工作及論文的組織 3
          第2章 系統相關技術 4
          2.1 JAVA語言的特點 4
          2.2 SWT/JFace簡介 4
          2.2.1 SWT/JFace的特點 4
          2.2.2 SWT/JFace的優(yōu)缺點 5
          2.3 Socket簡介 5
          2.4 URL與URLConnection 6
          2.5 java鏈表的實現 7
          2.6 C/S結構概述 7
          2.7 本章小結 9
          第3章 系統分析 10
          3.1 系統分析概述 10
          3.2 系統主要功能 10
          3.3 數據流圖 12
          3.4 數據字典 13
          3.5 本章小結 14
          第4章 數據庫設計 15
          4.1 數據庫設計原則 15
          4.2 概念結構設計 15
          4.3 邏輯結構設計 17
          4.4 本章小結 19
          第5章 系統實現 ..20
          5.1 插件的導入 20
          5.2 配置數據庫 20
          5.3 界面的實現 20
          5.3.1 Java VE實現系統服務端主界面 20
          5.3.2 Java VE實現系統客戶端主界面 22
          5.4 具體功能的實現 22
          5.4.1 卡片管理模塊 22
          5.4.2 系統管理模塊 26
          5.4.3 服務端聊天管理模塊 29
          5.4.4 客戶端聊天服務模塊 31
          5.4.5 系統其它功能模塊 33
          5.5 本章小結 37
          第6章 結論 38
          致謝 39
          參考文獻 40


          相關論文
          本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
          上一篇:基于BS架構的購物一條街網站設計.. 下一篇:基于PB架構的年豐紙箱生產銷售系..
          Tags:基于 Java 智能 網吧 管理系統 設計 實現 【收藏】 【返回頂部】
          最新文章
          熱門文章
          計算機論文
          推薦文章

          本站部分文章來自網絡,如發(fā)現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

          論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業(yè)論文格式,論文格式范文,畢業(yè)論文范文

          Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

          感谢您访问我们的网站,您可能还对以下资源感兴趣:

          论文格式网:毕业论文格式范文