【正文】
本科畢業(yè)論文(設(shè)計) 題 目 :基于 .NET試卷自動生成系統(tǒng)的設(shè)計與實現(xiàn) 姓 名: 彭克友 學(xué) 號: 1042152128 專 業(yè): 信息管理與信息系統(tǒng) 院 系: 信息工程學(xué)院 指導(dǎo)教師: 周園園 職稱學(xué)位: 講師 /碩士 完成時間: 20xx 年 5 月 5 日 教務(wù)處制 安徽新華學(xué)院本科畢業(yè)論文(設(shè)計)獨創(chuàng)承諾書 本人按照畢業(yè)論文(設(shè)計)進(jìn)度計劃積極開展實驗(調(diào)查)研究活動,實事求是地做好實驗(調(diào)查)記錄,所呈交的畢業(yè)論文(設(shè)計)是我個人在導(dǎo)師指導(dǎo)下進(jìn)行的研究工作及取得的研究成果。據(jù)我所知,除文中特別加以標(biāo)注引用參考文獻(xiàn)資料外,論文(設(shè)計)中所有數(shù)據(jù)均為自己研究成果,不包含其他人已經(jīng)發(fā)表或撰寫過的研究成果。與我一同工作的同志對本研究所做的工作已在論文中作了明確說明并表示謝意。 畢業(yè)論文(設(shè)計)作者簽名: 日期: 基于 .NET試卷自動生成系統(tǒng) 的設(shè)計與實現(xiàn) 摘 要 本設(shè)計主要研究 在 C.NET 平臺上,運用 C/S 系統(tǒng)結(jié)構(gòu),利用 C作為開發(fā)語言和使用 SQL Server 數(shù)據(jù)庫和 訪問數(shù)據(jù),設(shè)計出一個功能齊全合理、方便快捷的界面友好的試卷自動生成系統(tǒng)。將所學(xué)的知識用于實際的生活中,并且在實際的生活中發(fā)揮其主要的功能并獲得效益。本設(shè)計的內(nèi)容包括以下 7個功能模塊 : 系統(tǒng)用戶登錄模塊、身份驗證模塊、題庫添加刪除修改功能模塊、試卷生成模塊、用戶添加刪除修改功能模塊(管理者)、成績查詢模塊 、學(xué)生答卷模塊。 關(guān)鍵詞 : .、 自動生成、 Javascript、 C.NET Based on the .NET automatic examination paper generating system ABSTRACT The design of the main studies on C . NET platform, the use of C / S system architecture, using C as the development language and the use of SQL Server databases and to access data, to design a fully functional and reasonable, convenient and friendly interface, automatic paper generation system. The knowledge learned to real life, and its main function to play in real life and get benefits. Contents of this design include the following seven modules: system user login module, authentication modules, add delete modify the function module exam, paper generation module, add and delete users modify the function module (manager), scores query module, the student respondents module. 目 錄 1 緒 論 ........................................................................................................................ 6 課題研究的目的與意義 ....................................................................................... 6 課題研究的國內(nèi)外概況 ....................................................................................... 6 論文的組織結(jié)構(gòu) ................................................................................................ 7 2 開發(fā)工具及相關(guān)技術(shù) ..................................................................................................... 8 開發(fā)工具 ............................................................................................................ 8 Microsoft Visual Studio 20xx 開發(fā)工具簡介 .................................................. 8 SQL Server 數(shù)據(jù)庫 ..................................................................................... 8 運行環(huán)境 ............................................................................................................ 8 .NET Framework 框架 ............................................................................ 8 IIS 管理器 .................................................................................................. 9 相關(guān)技術(shù) .......................................................................................................... 10 Ajax 異步交互 .......................................................................................... 10 javascript 腳本語言 ................................................................................. 10 C模板 ..................................................................................................... 10 iframe 用法總結(jié) .........................................................................................11 B/S 結(jié)構(gòu) .................................................................................................11 三層架構(gòu) ...................................................................................................11 SQLHelper 類 ....................................................................................... 12 3 需求分析 .................................................................................................................... 12 可行性分析 ....................................................................................................... 12 系統(tǒng)的可行性 .......................................................................................... 12 系統(tǒng)的必要性 .......................................................................................... 12 系統(tǒng)需求 .......................................................................................................... 13 功能需求 ................................................................................................. 13 系統(tǒng)的性能需求 ..................................................................................... 13 4 系統(tǒng)設(shè)計 .................................................................................................................... 14 系 統(tǒng)數(shù)據(jù)庫設(shè)計 ................................................................................................ 14 數(shù)據(jù)庫概念 ............................................................................................. 14 系統(tǒng)實體 ER圖 ....................................................................................... 15 系統(tǒng)數(shù)據(jù)表設(shè)計 ...................................................................................... 18 系統(tǒng)設(shè)計 ........................................................................................................... 20 系統(tǒng)實現(xiàn)流程圖 ...................................................................................... 20 系統(tǒng)功能模塊設(shè)計 ................................................................................... 20 5 系統(tǒng)的功能實現(xiàn) .......................................................................................................... 22 登錄界面模塊設(shè)計概述 ...................................................................................... 22 登錄模塊實現(xiàn)過程 ................................................................................... 22 后臺管理員模塊設(shè)計概述 ............................................................................