VBA在培训考试中的应用研究与实现

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:


摘  要:随着计算机技术的发展,社会信息化程度不断提高。计算机应用能力的普及培训考核已成为一个产业,传统手工阅卷已不能适应目前的发展情况。本课题对VBA在培训考试中的应用进行了研究,目的是探索出一个较通用的自动阅卷系统,以满足现代考试的需要。在此基础之上,对word操作题的自动阅卷进行了重点研究并初步实现了此功能。本系统使用了VBA和Word对象模型进行开发。
  本论文对目前VBA在培训考试中的应用作了详细的分析,并对word操作题自动阅卷的基本原理、功能设计、实现方法等进行了阐述。

关键词:VBA  自动阅卷  word操作题  word对象模型

毕业设计(论文)外文摘要

The research and implementation of VBA applications in training examinations

Abstract: With the development of computer technology, the level of social information is continuously improved. The training and assessment of the computer application capabilities have become an industry. And traditional handcrafted paper-reading has not been adapted to current developments. This paper researches on VBA applications in the training of examinations. The purpose is exploring a more universal automatic system to meet the needs of modern examinations, based on which I studied deeply in automatic operating subject of word, and achieved the primary function. This system was developed by using VBA and Word object model.
    This paper analyzes currently VBA applications in training examinations in details, and it details the basic principles, functional design as well as the methods in operating subject of word.

Keywords: VBA; auto-judge; word operation-questions; the object model of word

目    录

1  引言 1
1.1 课题定义与系统内容简介 1
1.2 研究背景与研究意义 1
1.3 可行性分析 1
1.4  各章节内容简介 2
VBA应用研究 2
2.1  VBA研究现状 2
2.2  VBA介绍 3
2.2.1  什么是VBA 3
2.2.2  VBA编程环境 3
2.2.3  VBA与宏的关系 3
2.2.4  VBA与Visual Basic的关系 4
2.2.5  录制简单的宏 4
2.2.6  执行宏 4
2.2.7  查看录制的代码 5
2.2.8  编辑录制的代码 5
2.2.9  录制宏的局限性 6
2.3  OLE对象模型 6
2.4  Word对象模型 7
2.4.1  Application对象 7
2.4.2  Document对象 9
2.4.3  Range对象 11
2.4.5  Bookmark对象 14
2.4.6  Find 和Replacement对象 15
2.5  Excel对象模型 15
2.5.1  Application对象 15
2.5.2  Workbook对象 17
2.5.3  WorkSheet对象 17
2.5.4  Range对象 18
3  系统需求分析 18
3.1  概述 18
3.2  系统功能需求说明 18
4  系统设计 20
4.1  系统总体结构设计 20
4.2  系统数据库设计 21
4.3  系统开发与运行环境确定 22
4.3.1  系统开发环境 22
4.3.2  系统运行环境 23
5  系统详细设计 23
5.1  系统设计简介 23
5.2  阅卷关键技术 24
5.3  阅卷内容介绍 25
5.4  程序主要代码设计 25
6  用户使用手册 27
6.1  系统功能及用户环境简介 27
6.1.1  系统功能简介 27
6.1.2  运行环境简介 27
7  系统评价 28
7.1  系统主要特色及优点介绍 28
7.2  系统存在的不足与改进方案 28
7.3  毕业设计心得与收获 28
结 论 29
致  谢 30
参 考 文 献 31

各章节内容简介
  第1章主要内容:课题定义与系统内容简介,课题的研究背景与研究意义,可行性分析。
  第2章主要内容:VBA应用研究,包括研究现状和VBA技术介绍。
  第3章主要内容:概述,系统功能需求说明。
  第4章主要内容:系统设计,包括系统总体结构设计,系统数据模型设计,系统开发与运行环境确定。
  第5章主要内容:详细设计,包括系统设计简介,阅卷关键技术,阅卷内容介绍,程序主要代码设计。
  第6章主要内容:用户使用手册,包括系统功能简介、运行环境简介、系统运行与操作指南。
  第7章主要内容:系统评价,包括系统主要特色/优点介绍、系统存在的不足与改进方案、毕业设计心得与收获。

系统功能简介
    本系统是基于单机版的,利用面向对象和VBA技术实现对操作题的自动阅卷。其主要功能是实现对Word操作题的自动批改,主要对常考的字体,段落,页面设置,边框和底纹等知识点的批改,并给出得分信息。