基于vc++ 60校園一卡通系統(tǒng)畢業(yè)設(shè)計.doc
約45頁DOC格式手機(jī)打開展開
基于vc++ 60校園一卡通系統(tǒng)畢業(yè)設(shè)計,摘要ic卡應(yīng)用系統(tǒng)在日漸成熟為校園一卡通系統(tǒng)的建立提供了技術(shù)保障,校園內(nèi)實(shí)現(xiàn)一卡通管理已成為校園管理發(fā)展的必然趨勢。學(xué)校內(nèi)各部門根據(jù)自己的需求,分別建立本系統(tǒng)的管理卡應(yīng)用系統(tǒng),由于其采取的技術(shù)與規(guī)格不統(tǒng)一,造成了各種校園卡應(yīng)用系統(tǒng)無法兼容的問題,學(xué)生手中學(xué)生證卡、食堂飯卡、圖書館借閱卡、銀行消費(fèi)卡少則三四張,多則六七張...
內(nèi)容介紹
此文檔由會員 wanli1988go 發(fā)布
摘要
IC卡應(yīng)用系統(tǒng)在日漸成熟為校園一卡通系統(tǒng)的建立提供了技術(shù)保障,校園內(nèi)實(shí)現(xiàn)一卡通管理已成為校園管理發(fā)展的必然趨勢。學(xué)校內(nèi)各部門根據(jù)自己的需求,分別建立本系統(tǒng)的管理卡應(yīng)用系統(tǒng),由于其采取的技術(shù)與規(guī)格不統(tǒng)一,造成了各種校園卡應(yīng)用系統(tǒng)無法兼容的問題,學(xué)生手中學(xué)生證卡、食堂飯卡、圖書館借閱卡、銀行消費(fèi)卡……少則三四張,多則六七張,給學(xué)生帶來了不便,也給學(xué)校的統(tǒng)一管理造成了很大困難。
校園一卡通管理系統(tǒng)主要實(shí)現(xiàn)以下功能:學(xué)生卡管理、圖書館管理、校醫(yī)院管理、食堂管理、機(jī)房管理。可替代校園傳統(tǒng)的日常生活所需的學(xué)生證、借書證、食堂就餐飯卡、醫(yī)療證、上機(jī)證等證件和現(xiàn)金交易。
本文第一章介紹了該校園一卡通管理系統(tǒng)的項目概況,包括問題的提出、現(xiàn)狀分析及系統(tǒng)概述等。第二章介紹了開發(fā)項目中所涉及到的相關(guān)技術(shù)簡介:Visual C++提供的ADO數(shù)據(jù)庫訪問技術(shù)、SQL Server、卡的選擇、權(quán)限問題及安全問題。第三章為具體的系統(tǒng)實(shí)現(xiàn)文檔資料。第四章則附上了參考文獻(xiàn)、英文資料翻譯及致謝。
關(guān)鍵詞:IC卡、校園一卡通管理系統(tǒng)、Visual C++、ADO、SQL Server
Abstract
IC card application systems are gradually mature and provide the technique to guarantee the establishing of card system in campus. The each section of school establish the card management application system respectively according to the own needs., It is resulted that the every kind of campus card applied system can't unite because of its technique and specification's disunify . The student hand student ID card, dining room card, library borrow card , consuming card and so on.There is at lest three or four .It is inconvenient to the student and also make the unifying management of school very big difficult.
The card management system of the campus primarily realizes the below functions:Student card management, library management, school's hospital management, dining room management, computer room management.It can be used for the student ID, library card, dining card,medical treatment card and cash transactions for the needs of campus'daily life .
The first chapter introduces the general situation of this project,and include the bringing up of the problem, present condition analysis and the general station of system etc..The second chapter related brief technique introduction in the development items: Visual C++,ADO, SQL Server, card choice, legal power problem and safe problem.Chapter 3 is the concretely realizes text file of this project.Chapter 4 introduces the reference books,English translation and the gratitude letter.
Keywords: IC card
card management system of the campus
Visual C++
ADO
SQL Server
目錄
摘要 -------------------------------------------------------- 1 -
ABSTRACT - 2 -
目錄 -------------------------------------------------------- 3 -
第一章 項目概況------------------------------------------------- 4 -
1.1 問題的提出 - 4 -
1.2 校園卡管理現(xiàn)狀分析 - 4 -
1.3 系統(tǒng)概述 - 5 -
1.4 開發(fā)環(huán)境和開發(fā)工具 - 5 -
1.5 系統(tǒng)運(yùn)行環(huán)境 - 5 -
第二章 相關(guān)技術(shù)簡介-------------------------------------------- 6 -
2.1 VISUAL C++數(shù)據(jù)庫編程 - 6 -
2.1.1 Visual C++開發(fā)數(shù)據(jù)庫的優(yōu)勢 - 6 -
2.1.2 Visual C++提供的ADO數(shù)據(jù)庫訪問技術(shù) - 6 -
2.2 SQL SERVER技術(shù)簡介 - 8 -
2.2.1 SQL Server基礎(chǔ)知識 - 8 -
2.2.2 SQL Server中權(quán)限分配問題 - 10 -
2.3 卡的選擇 - 11 -
2.4 系統(tǒng)安全問題 - 12 -
第三章 具體實(shí)現(xiàn)方案-------------------------------------------- 13 -
3.1 系統(tǒng)設(shè)計 -- 13 -
3.1.1 功能需求分析 --- 13 -
3.1.2 系統(tǒng)功能模塊結(jié)構(gòu)設(shè)計 ---- 14 -
3.1.3 系統(tǒng)功能分析 - 15 -
3.2 數(shù)據(jù)庫設(shè)計 - 17 -
3.2.1 數(shù)據(jù)庫概念結(jié)構(gòu)設(shè)計(E-R圖) - 17 -
3.2.2 數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計(表結(jié)構(gòu)) - 20 -
3.3 各功能模塊程序流程圖 - 23 -
3.4 界面設(shè)計 - 30 -
第四章 附錄---------------------------------------------------- 36 -
4.1 參考文獻(xiàn) - 36 -
4.2 英文資料翻譯 - 36 -
4.2.1 英文原文 - 36 -
4.3 致謝 - 45 -
4.1 參考文獻(xiàn)
1、Visual C++ 技術(shù)內(nèi)幕 [美] David J. Kruglinski 著
2、Visual C++ 6.0 從入門到精通 [美] Michael J. Young 著
3、Visual C++ 6.0 數(shù)據(jù)庫系統(tǒng)開發(fā)實(shí)例導(dǎo)航 吳繼剛 等編著
4、Visual C++ 6.0 數(shù)據(jù)庫高級編程 夏云慶 著
IC卡應(yīng)用系統(tǒng)在日漸成熟為校園一卡通系統(tǒng)的建立提供了技術(shù)保障,校園內(nèi)實(shí)現(xiàn)一卡通管理已成為校園管理發(fā)展的必然趨勢。學(xué)校內(nèi)各部門根據(jù)自己的需求,分別建立本系統(tǒng)的管理卡應(yīng)用系統(tǒng),由于其采取的技術(shù)與規(guī)格不統(tǒng)一,造成了各種校園卡應(yīng)用系統(tǒng)無法兼容的問題,學(xué)生手中學(xué)生證卡、食堂飯卡、圖書館借閱卡、銀行消費(fèi)卡……少則三四張,多則六七張,給學(xué)生帶來了不便,也給學(xué)校的統(tǒng)一管理造成了很大困難。
校園一卡通管理系統(tǒng)主要實(shí)現(xiàn)以下功能:學(xué)生卡管理、圖書館管理、校醫(yī)院管理、食堂管理、機(jī)房管理。可替代校園傳統(tǒng)的日常生活所需的學(xué)生證、借書證、食堂就餐飯卡、醫(yī)療證、上機(jī)證等證件和現(xiàn)金交易。
本文第一章介紹了該校園一卡通管理系統(tǒng)的項目概況,包括問題的提出、現(xiàn)狀分析及系統(tǒng)概述等。第二章介紹了開發(fā)項目中所涉及到的相關(guān)技術(shù)簡介:Visual C++提供的ADO數(shù)據(jù)庫訪問技術(shù)、SQL Server、卡的選擇、權(quán)限問題及安全問題。第三章為具體的系統(tǒng)實(shí)現(xiàn)文檔資料。第四章則附上了參考文獻(xiàn)、英文資料翻譯及致謝。
關(guān)鍵詞:IC卡、校園一卡通管理系統(tǒng)、Visual C++、ADO、SQL Server
Abstract
IC card application systems are gradually mature and provide the technique to guarantee the establishing of card system in campus. The each section of school establish the card management application system respectively according to the own needs., It is resulted that the every kind of campus card applied system can't unite because of its technique and specification's disunify . The student hand student ID card, dining room card, library borrow card , consuming card and so on.There is at lest three or four .It is inconvenient to the student and also make the unifying management of school very big difficult.
The card management system of the campus primarily realizes the below functions:Student card management, library management, school's hospital management, dining room management, computer room management.It can be used for the student ID, library card, dining card,medical treatment card and cash transactions for the needs of campus'daily life .
The first chapter introduces the general situation of this project,and include the bringing up of the problem, present condition analysis and the general station of system etc..The second chapter related brief technique introduction in the development items: Visual C++,ADO, SQL Server, card choice, legal power problem and safe problem.Chapter 3 is the concretely realizes text file of this project.Chapter 4 introduces the reference books,English translation and the gratitude letter.
Keywords: IC card
card management system of the campus
Visual C++
ADO
SQL Server
目錄
摘要 -------------------------------------------------------- 1 -
ABSTRACT - 2 -
目錄 -------------------------------------------------------- 3 -
第一章 項目概況------------------------------------------------- 4 -
1.1 問題的提出 - 4 -
1.2 校園卡管理現(xiàn)狀分析 - 4 -
1.3 系統(tǒng)概述 - 5 -
1.4 開發(fā)環(huán)境和開發(fā)工具 - 5 -
1.5 系統(tǒng)運(yùn)行環(huán)境 - 5 -
第二章 相關(guān)技術(shù)簡介-------------------------------------------- 6 -
2.1 VISUAL C++數(shù)據(jù)庫編程 - 6 -
2.1.1 Visual C++開發(fā)數(shù)據(jù)庫的優(yōu)勢 - 6 -
2.1.2 Visual C++提供的ADO數(shù)據(jù)庫訪問技術(shù) - 6 -
2.2 SQL SERVER技術(shù)簡介 - 8 -
2.2.1 SQL Server基礎(chǔ)知識 - 8 -
2.2.2 SQL Server中權(quán)限分配問題 - 10 -
2.3 卡的選擇 - 11 -
2.4 系統(tǒng)安全問題 - 12 -
第三章 具體實(shí)現(xiàn)方案-------------------------------------------- 13 -
3.1 系統(tǒng)設(shè)計 -- 13 -
3.1.1 功能需求分析 --- 13 -
3.1.2 系統(tǒng)功能模塊結(jié)構(gòu)設(shè)計 ---- 14 -
3.1.3 系統(tǒng)功能分析 - 15 -
3.2 數(shù)據(jù)庫設(shè)計 - 17 -
3.2.1 數(shù)據(jù)庫概念結(jié)構(gòu)設(shè)計(E-R圖) - 17 -
3.2.2 數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計(表結(jié)構(gòu)) - 20 -
3.3 各功能模塊程序流程圖 - 23 -
3.4 界面設(shè)計 - 30 -
第四章 附錄---------------------------------------------------- 36 -
4.1 參考文獻(xiàn) - 36 -
4.2 英文資料翻譯 - 36 -
4.2.1 英文原文 - 36 -
4.3 致謝 - 45 -
4.1 參考文獻(xiàn)
1、Visual C++ 技術(shù)內(nèi)幕 [美] David J. Kruglinski 著
2、Visual C++ 6.0 從入門到精通 [美] Michael J. Young 著
3、Visual C++ 6.0 數(shù)據(jù)庫系統(tǒng)開發(fā)實(shí)例導(dǎo)航 吳繼剛 等編著
4、Visual C++ 6.0 數(shù)據(jù)庫高級編程 夏云慶 著