【正文】
房屋租賃管理系統(tǒng)設(shè)計與開發(fā)作者:日期:獨 創(chuàng) 聲 明本人鄭重聲明:所呈交的畢業(yè)設(shè)計(論文),是本人在指導(dǎo)老師的指導(dǎo)下,獨立進行研究工作所取得的成果,成果不存在知識產(chǎn)權(quán)爭議。盡我所知,除文中已經(jīng)注明引用的內(nèi)容外,本設(shè)計(論文)不含任何其他個人或集體已經(jīng)發(fā)表或撰寫過的作品成果。對本文的研究做出重要貢獻的個人和集體均已在文中以明確方式標明。本聲明的法律后果由本人承擔。 作者簽名: 年 月 日畢業(yè)設(shè)計(論文)使用授權(quán)聲明本人完全了解濱州學(xué)院關(guān)于收集、保存、使用畢業(yè)設(shè)計(論文)的規(guī)定。本人愿意按照學(xué)校要求提交學(xué)位論文的印刷本和電子版,同意學(xué)校保存學(xué)位論文的印刷本和電子版,或采用影印、數(shù)字化或其它復(fù)制手段保存設(shè)計(論文);同意學(xué)校在不以營利為目的的前提下,建立目錄檢索與閱覽服務(wù)系統(tǒng),公布設(shè)計(論文)的部分或全部內(nèi)容,允許他人依法合理使用。(保密論文在解密后遵守此規(guī)定)作者簽名: 年 月 日房屋租賃管理系統(tǒng)設(shè)計與開發(fā)摘 要隨著我國經(jīng)濟的迅猛發(fā)展和人們生活水平的不斷提高,傳統(tǒng)的房屋租賃方式已不能適應(yīng)社會的需要。如何利用先進的管理手段來提高房屋租賃管理水平,是當今社會所面臨的一個重要問題。房屋租賃管理系統(tǒng)為需求房屋的人群提供了一個平臺,使得房屋租賃的管理更加智能化和高效化。房屋租賃管理系統(tǒng)能夠?qū)崿F(xiàn)房屋信息的錄入,房屋出租者信息的錄入,房屋租賃者信息的錄入,房屋狀態(tài)的查詢等基本功能。管理員和用戶可以根據(jù)不同的權(quán)限,對房屋信息進行不同的操作。本文是基于C的應(yīng)用程序設(shè)計,運用了Microsoft Visual Studio 2008和Microsoft SQL Server 2005數(shù)據(jù)庫開發(fā)工具。該系統(tǒng)的開發(fā)主要包括后臺數(shù)據(jù)庫的建立和維護以及前端應(yīng)用程序的開發(fā)兩個方面,實現(xiàn)了房屋租賃管理的自動化和信息化。通過該系統(tǒng)顧客可以快速的找到滿意的住房,從而提高了房屋租賃工作的效率。關(guān)鍵詞:數(shù)據(jù)庫;程序設(shè)計;房屋租賃管理Design and Development of the Housing Lease Management System AbstractWith the rapid development of China’s economy and the improvement of people’s living standard, the traditional housing lease pattern has not been able to meet the needs of the society. How to use the advanced management method to improve the housing lease management is one of the important issues facing society today. The Housing Lease management system provides a platform for the demand for housing people, making the management of housing rental more intelligent and efficient. Housing lease management system can realize the housing information input, housing lesser rental housing information input, information entry, query and other basic functions of housing condition. According to different powers, administrator and users can do different operation of the housing information.This paper is the application design based on C, using Microsoft Visual Studio 2008 and Microsoft SQL Server 2005 database as development tools. The development of this system mainly includes two aspects: the establishment and the maintenance of the database as well as the frontend application procedure’s development. The system realizes the automation and informatization of the management of rental housing. Through this system, customers can find satisfactory housing quickly, so as to increase the efficiency of the rental housing work.Key words: Database。 Program Design。 Housing Lease Management目 錄引言 1第一章 緒論 2 問題定義 2 系統(tǒng)開發(fā)背景和開發(fā)目標 2 可行性分析 3 經(jīng)濟可行性分析 3 技術(shù)可行性分析 3 操作可行性分析 3 社會因素可行性分析 4第二章 需求分析 5 5 5 5 6第三章 開發(fā)工具和開發(fā)語言介紹 7 Microsoft SQL Server 2005 7 Microsoft Visual Studio 2008 7 C語言簡介 8第四章 系統(tǒng)總體設(shè)計 9 9 9第五章 數(shù)據(jù)庫設(shè)計 11 11 11 12 13第六章 程序設(shè)計 14 14 14 管理員角度 14 房屋出租者角度 16 房屋租賃者角度 19第七章 軟件測試 22