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

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

      機動車租賃管理系統

       本文ID:LWGSW13907 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 機動車租賃管理系統 (收費:1000 積分)  

      論文字數:27456,頁數:76

      摘  要
      近年來,計算機技術日趨成熟,數據庫技術不斷發展,管理信息系統的應用已延伸到社會的各個領域。結合管理信息系統的開發方法及步驟,以此為理論基礎,開發出一個小型的信息管理系統——機動車租賃管理系統。
      機動車租賃管理是汽車租賃公司開展日常運營活動的必須的環節。傳統的手工管理方式不但浪費人力、時間,而且管理復雜,易出差錯;谟嬎銠C技術的完備的機動車租賃管理系統把一些繁瑣的數據計算、信息處理化為簡單的指令操作。完全實現數據信息的電算化管理,徹底把人從手工管理中解放出來。經過艱苦的努力,我終于實現了預期的設計目標,開發出這套具有一定實用價值的機動車租賃管理系統,使用這套系統有利于提高汽車租賃公司的勞動生產率,節約生產成本,增加經濟效益。
      本文主要介紹了該系統生成的背景及Visual Basic 6.0和Access的一般原理。闡述了整個機動車租賃管理系統的結構及工作原理;分析了系統實現中的特殊性、難點和重點;設計實現了系統用戶管理、基本信息管理、業務管理、會員管理等程序模塊;分析并解決了現實中的若干技術問題。

      關鍵詞 數據庫  Visual Basic6.0  機動車租賃管理

      Abstract
      In recent years, the computer technique has become more and more ripe; the database technique develops constantly and the application of the information management system has stretched into every field of our society. Combining the methods and steps of the information management system and basing on the theory of it, I developed a small information management system-- the automobile lend-lease management system.
      The management of automobile lending and leasing is a necessary part of the company's daily operation. Traditional way is a waste of human resources and time, and it is complicated and often runs with mistakes. Based on the computer technique, the perfect automobile lend-lease management turns those complicated data calculation and information processing into simple instructions.
      It realized the electronic management of data information completely. It liberates people from the human management entirely. After hard work, I finally realized my design as expected, and developed this practical and valuable automobile lend-lease management system. Using it will raise the working rate, reduce the cost and raise the economic benefit of the company.
      This paper mainly introduces the develop background of the system and the basic theory of Visual Basic 6.0 and Access Visual. It tells the structure of the automobile lend-lease management system and its working theory; it analyzes the specialty, difficulty and important things in system realization. The design realizes the management of the system users, the basic information, the business, and the members' management.

      Keywords: Database   Visual Basic6.0   The automobile lend-lease management

      目錄

      摘  要 I
      Abstract II
      第1章  緒論 - 1 -
      1.1  課題研究背景及意義 - 1 -
      1.2  課題實現的基本功能 - 2 -
      1.3  編程環境介紹 - 2 -
      1.3.1  軟件工程概述 - 2 -
      1.3.2  數據庫管理系統簡介 - 4 -
      1.3.3  SQL語言簡介 - 4 -
      1.3.4  Access2003簡介 - 5 -
      1.3.5  Visual Basic 6.0 - 6 -
      1.4  數據庫設計基礎 - 7 -
      1.4.1  Visual Basic中的數據訪問 - 7 -
      1.4.2  Visual Basic數據庫體系結構 - 8 -
      第2章  系統的需求分析與可行性研究 - 10 -
      2.1  組織結構及職能分析 - 10 -
      2.2  業務流程分析 - 11 -
      2.3  功能分析 - 13 -
      2.4  數據結構分析 - 13 -
      第3章  系統總體設計 - 16 -
      3.1  系統目標設計 - 16 -
      3.2  系統功能分析 - 16 -
      3.2.1  系統功能模塊設計 - 16 -
      3.2.2  系統功能模塊圖 - 18 -
      3.3  數據庫邏輯結構設計 - 19 -
      3.3.1  數據字典 - 19 -
      3.3.2  數據庫中表的設計 - 21 -
      第4章  系統詳細設計與實現 - 26 -
      4.1  主控程序流程設計 - 26 -
      4.2  登錄模塊設計 - 27 -
      4.3  主界面設計 - 28 -
      4.4  基本信息管理菜單設計 - 30 -
      4.4.1  類型信息窗體設計 - 30 -
      4.4.2  銷售商信息窗體設計 - 32 -
      4.4.3  保險公司信息窗體設計 - 33 -
      4.4.4  車輛信息窗體設計 - 35 -
      4.5  客戶會員管理菜單實現 - 36 -
      4.5.1  客戶信息窗體實現 - 37 -
      4.5.2  會員信息窗體實現 - 38 -
      4.5.3  會員類型定義窗體實現 - 40 -
      4.6  日常業務管理菜單實現 - 41 -
      4.6.1  汽車租賃窗體實現 - 42 -
      4.6.2  汽車歸還窗體實現 - 44 -
      4.7  系統用戶管理菜單實現 - 45 -
      4.7.1  用戶信息窗體實現 - 46 -
      4.8  系統幫助信息菜單實現 - 47 -
      4.8.1  幫助的實現 - 48 -
      4.8.2  關于的實現 - 49 -
      第5章  系統測試 - 50 -
      5.1  軟件測試的目的及測試方案 - 50 -
      5.1.1  軟件測試的目的 - 50 -
      5.1.2  軟件測試的方案 - 51 -
      5.2  軟件測試過程 - 51 -
      結論 - 58 -
      致謝 - 59 -
      參考文獻 - 60 -
      附錄1 - 62 -
      附錄2 - 67 -


      相關論文
      本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:社會福利保障系統 下一篇:IC卡管理系統
      Tags:機動車 租賃 管理系統 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機論文
      推薦文章

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

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

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

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

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