特级做A爰片毛片免费69,永久免费AV无码不卡在线观看,国产精品无码av地址一,久久无码色综合中文字幕

學(xué)生檔案管理系統(tǒng)的設(shè)計(jì).doc

約18頁DOC格式手機(jī)打開展開

學(xué)生檔案管理系統(tǒng)的設(shè)計(jì),全文18頁7267字 敘述詳盡摘要 abstract前言 第一章 為什么要開發(fā)一個學(xué)生檔案管理系統(tǒng)? 第二章 計(jì)算機(jī)已經(jīng)成為我們學(xué)習(xí)和工作的得力助手 1.1 在中小學(xué)中用計(jì)算機(jī)管理學(xué)生檔案的意義 1.2 為將來學(xué)校上網(wǎng)做好準(zhǔn)備 1.4 學(xué)生檔案的設(shè)計(jì)分析 第三章 怎樣開發(fā)一個學(xué)生檔案管理系統(tǒng)? 2...
編號:10-32594大小:98.00K
分類: 論文>計(jì)算機(jī)論文

內(nèi)容介紹

此文檔由會員 周伯通 發(fā)布

學(xué)生檔案管理系統(tǒng)的設(shè)計(jì)
全文18頁7267字 敘述詳盡
摘要
ABSTRACT
前言
第一章 為什么要開發(fā)一個學(xué)生檔案管理系統(tǒng)?
第二章 計(jì)算機(jī)已經(jīng)成為我們學(xué)習(xí)和工作的得力助手
1.1 在中小學(xué)中用計(jì)算機(jī)管理學(xué)生檔案的意義
1.2 為將來學(xué)校上網(wǎng)做好準(zhǔn)備
1.4 學(xué)生檔案的設(shè)計(jì)分析
第三章 怎樣開發(fā)一個學(xué)生檔案管理系統(tǒng)?
2.1 編程環(huán)境的選擇
2.2 關(guān)系型數(shù)據(jù)庫的實(shí)現(xiàn)
2.3 二者的結(jié)合(DBA)
第四章 Windows下的Visual Basic 編程環(huán)境簡介
3.1 告別“hello world”的年代
3.2 面對對象的編程
3.3 實(shí)現(xiàn)菜單選項(xiàng)
3.4 實(shí)現(xiàn)工具欄
3.5 幫助
3.6關(guān)于系統(tǒng)
第五章 使用Access2000 實(shí)現(xiàn)關(guān)系型數(shù)據(jù)庫
4.1 數(shù)據(jù)庫的概念
4.2 新建一個數(shù)據(jù)庫
4.3 修改已建的數(shù)據(jù)庫
4.4 實(shí)現(xiàn)數(shù)據(jù)庫之間的聯(lián)系
第五章 系統(tǒng)總體規(guī)劃
5.1 系統(tǒng)功能
5.2 流程圖
第六章 系統(tǒng)具體實(shí)現(xiàn)
6.1 用戶界面的實(shí)現(xiàn)
6.1.1 封面
6.1.2 主界面
6.1.3 幫助系統(tǒng)
6.2 數(shù)據(jù)庫的實(shí)現(xiàn)
6.2.1 學(xué)籍?dāng)?shù)據(jù)庫
6.2.2 學(xué)生成績庫
6.2.3 課程庫
6.3 與VB的連接
第七章 結(jié)束語
第八章 主要參考文獻(xiàn)
附錄 -------------摘要--------------

學(xué)生檔案管理系統(tǒng)是典型的信息管理系統(tǒng)(MIS),其開發(fā)主要包括后臺數(shù)據(jù)庫的建立和維護(hù)以及前端應(yīng)用程序的開發(fā)兩個方面。對于前者要求建立起數(shù)據(jù)一致性和完整性強(qiáng)、數(shù)據(jù)安全性好的庫。而對于后者則要求應(yīng)用程序功能完備,易使用等特點(diǎn)。
經(jīng)過分析,我們使用 MICROSOFT公司的 VISUAL BASIC開發(fā)工具,利用其提供的各種面向?qū)ο蟮拈_發(fā)工具,尤其是數(shù)據(jù)窗口這一能方便而簡潔操縱數(shù)據(jù)庫的智能化對象,首先在短時間內(nèi)建立系統(tǒng)應(yīng)用原型,然后,對初始原型系統(tǒng)進(jìn)行需求迭代,不斷修正和改進(jìn),直到形成用戶滿意的可行系統(tǒng)。

關(guān)鍵字:控件、窗體、域。

--------------ABSTRACT--------------

The system of managing student file is a typical application of managing information system (know as MIS),which mainly includes building up data-base of back-end and developing the application interface of front-end. The former required consistency and integrality and security of data. The later should make the application powerful and easily used.
By looking up lots of datum, we selected Visual Basic presented by Microsoft because of its objective tools in Win32. VB offered a series of ActiveX operating a data-base. It can give you a short-cut to build up a prototype of system application. The prototype could be modified and developed till users are satisfied with it.

Keywords: ActiveX , Form , Field .