WORD题库插件论文 VB开发
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
密 惠 保
编写试题、排版试卷一直以来都是一项繁重的工作。手工录入试题然后排版试卷工作量大且容易出错,试题的收集保存也是以文件的形式,这使得查找试题变得相当困难。改用数据库存储试题将使试题的存储和查找得到优化,这是大部分试题库软件的优势,但是这些试题库软件都使用软件自身的文本编辑器,功能十分有限,在数据的存储方面也只能存储纯文本的试题,不能存储图片、表格等。这使得用户在编辑试题时十分不便,在数据的存储方面也有很大限制。如果结合数据库的存储功能、结构化查询语言的查询功能和Word的文本编辑功能,利用Word进行试题编写、试卷排版,利用数据库存储试题,利用结构化查询语言查找试题、过滤显示同类试题,那么编写试题、排版试卷等工作将变得方便快捷。为了实现Word与数据库之间的试题存取(能够支持图片、表格、公式的存取)以及其他一些功能编写的Word试题库工具插件以COM组件的形式嵌入Word程序中,通过它将Word与试题数据库有效的结合到一起,使用户既能够方便的编辑试题又能够将试题存入数据库或从数据库中取出,还能够通过结构化查询语句搜索试题。
关键词:COM组件;Word 插件;二进制字段;结构化查询语言 [版权所有:http://think58.com]
Abstract
Editing test questions and typesetting examination papers is always an arduous work, which is tedious and easy to make mistake. Besides, the collection of the test questions is in the form of files that makes it difficult to search proper test questions. Using the database to store test questions can improve the searching function for the test questions, but such softwares almost use their own text editors with limited format control functions. At the aspect of their storage form, they commonly only save test questions in plain text, which means they can hardly store the pictures or tables that may be nesscesary in the test question. Considering that large part of test questions are edited in MSWord, if we can utilize the powerful format control function combined with the binary data storage function of the database to provide a localized test question management tool, the work of editing test questions and typesetting examination papers would become more effective and convinent. With the help of COM component technology, such a tool can be implemented in the form of Word Addin that can integrate MSWord and the test question bank seamlessly and facilitate the users to store the test question into the bank and retrieve test questions selectively by the Structural Query Language (SQL).
[资料来源:http://THINK58.com]
Key words: COM; Word Addin; Binary Field; SQL
目 录
1 引言 1
[来源:http://www.think58.com]
1.1 课题背景 1
1.2 国内外研究现状 1
1.3 本课题研究的意义 1
2 理论基础 1
2.1 COM组件技术 1
[资料来源:www.THINK58.com]
[资料来源:http://www.THINK58.com]
2.2 Word对象模型 6
2.3 数据库技术 7
2.4 ODL文件语法 8
[资料来源:http://THINK58.com]
2.5 ADO技术 11
[来源:http://think58.com]
[来源:http://think58.com]
2.6 插件技术 20
3 需求分析与方案设计 21
3.1 什么是Word试题库工具插件 21
3.2 Word试题库工具插件的功能需求分析 21
[来源:http://think58.com]
[来源:http://think58.com]
3.3 Word试题库工具插件的结构设计 23
4 详细设计与实现 23
4.1 已实现的功能 23
4.2 在Word中添加按钮的实现过程 24
[来源:http://www.think58.com]
4.3 试题存储的实现过程 25
[资料来源:http://www.THINK58.com]
[资料来源:www.THINK58.com]
4.4 试题提取的实现过程 28
5 测试和分析 30
[资料来源:http://think58.com]
结 论 30
参考文献 31
致 谢 32
声 明 33
上一篇:企业生产管理系统论文 VB开发
下一篇:采购系统论文 VB开发