网站地图| 免费获取|
免费论文网
  • 网站首页|
  • 论文范文|
  • 修改降重|
  • 职称论文|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 原创论文|
  • 开题报告论文
搜索

当前位置:免费论文网 -> 论文下载 -> 电气工程论文 -> 基于DDE技术的Matlab语言上机考试平台的开发
自动化论文范文| 电子机电论文| 测控技术论文| 通信专业论文| 电气工程论文| 通信工程论文| 电子信息工程论文| 免费自动化论文| 免费电子论文| 免费电气论文| 免费通信论文

基于DDE技术的Matlab语言上机考试平台的开发

本文ID:LW23966 字数:21399,页数:90 价格:¥118.00 → 信用说明

扫一扫 扫一扫
本站会员可自行下载:下载地址 基于DDE技术的Matlab语言上机考试平台的开发 (收费:11800 积分)  如何获取积分?
基于DDE技术的Matlab语言上机考试平台的开发

论文编号:DQ310   论文字数:21399,页数:90

基于DDE技术的Matlab语言上机考试平台的开发

摘要
 随着科学技术在各个领域的深入发展,Matlab语言、LabVIEW编程系统等课程在高校的开设也越来越普遍。得益于计算机的普及和网络技术的发展,这些课程在教学过程中已开始实现理论与实际应用的结合,进入实验室和更多的实际运用领域。但是旨在检验教学成果的考试在无纸化的道路上却是举步维艰。在国外,一些发达国家网上考试己经得到蓬勃发展,已成为现代教育的有力补充,非常适合个性化学习。在国内,网上考试还处于试点阶段。目前进行的网上考试系统大体采用B/S(浏览器/服务器)和C/S(客户/服务器)两种模式。
 本文介绍基于Visual Basic语言、采用C/S方式的Matlab语言上机考试系统的设计与实现。在这个系统中,学生使用基于VB的专用网上考试软件进行答题。考试软件的职能是负责与数据库的通讯和管理各种考试操作。我们所开发的Matlab上机考试平台是一个功能强大的平台。考生所有的抽题、编程、调试、保存和交卷都在上机考试平台上完成,简化了考生的操作。教师平台可以实现阅卷、运行代码、组卷和成绩统计等功能,方便教师对学生考试的管理。该系统将应用于我校的Matlab语言课程考试,目的在于提高教学效果和教学质量,并且该系统对于程序设计类课程的考试改革具有极其重要的意义。

关键词:网上考试系统、Matlab、自动组卷、Visual Basic


Abstract

 With the development of science and technology in various fields in-depth, it is increasingly common that programming language courses, such as Matlab, Labview, and so on, are set up in colleges and universities With the popularity of computer and the development of network technology, the theories have been combined with the practice in the teaching process of these courses And it is applied not only in the laboratory, but also in more practical fields But, the paperless process of the examination aiming to test the teaching effectiveness is very slow The Online Test System has flourished in some developed countries Meanwhile, it has become necessary complements in the modern education And it is also very suitable for individual learning In domestic, the Online Test System is still trial period Currently, the online examination system is usually based on B/S (Browser /Server) or C/S (Client/Server) mode
 In this thesis, we will describe the design and implements of a Matlab Language Online Test System, which based on Visual Basic programming language and C/S mode In this system, candidates will use the above-mentioned, network-based test software to take the exam The functions of the test software are to response for communication with the database and management of the operation of the candidates The Matlab Language Online Test System we had developed is a powerful platform All procedures of an examination can be done, including randomly extracting questions, programming, debugging, saving and submitting the test paper, which simplifies the operation of the candidates On the teacher’s marking platform, teachers can mark papers, generate papers, run the code and record scores Therefore, it is convenient for teachers to manage the examination The system will be used to the Matlab Language Examination in our school aiming to improve teaching effectiveness and quality Meanwhile, it is extremely important to the reform of the Examination Process for the programming language courses

Keywords:  Online Test System, Visual Basic/VB, Matlab, automatic generation
目 录
摘要 ……………………………………………………………………………………………I
1  前言 ………………………………………………………………………………………1
 11  课题研究背景与意义………………………………………… ………………………1
 12  研究内容与成果…………………………………………………………………………2
 121  主要研究内容与目标…………………………………………………………2
 122  主要研究成果…………………………………………………………………3
2  相关技术背景  ……………………………………………………………………………3
 21  Visual Basic60 …………………………………………………………………………3
 211  Visual Basic60的语言特性 …………………………………………………3
 212  Visual Basic60的属性、方法和事件…………………………………………4
 22  C/S模式考试系统及其特点……………………………………………………………5
 23  DDE技术…………………………………………………………………………………5
 24  ADO技术………………………………………………………………………………6
 25  自动组卷算法 …………………………………………………………………………7
3  系统总体设计………………………………………………………………………………8
 31  系统概述…………………………………………………………………………………8
 311  系统研究的必要性 ……………………………………………………………8
 312  系统的软硬件平台 ……………………………………………………………9
 32  系统功能模块……………………………………………………………………………9
 321  系统应完成的主要功能介绍……………………………………………………9
 322  系统模块划分…………………………………………………………………10
4  Matlab语言与应用上机考试平台设计…………………………………………12
 41  数据库分析设计 ………………………………………………………………………12
 42  系统登录总界面设计 …………………………………………………………………16
 43  学生上机考试平台设计 ………………………………………………………………16
 431  学生考试登录界面设计………………………………………………………17
 432  学生信息核实界面设计………………………………………………………18
 433  学生考试界面设计……………………………………………………………19
 44  教师阅卷平台设计 ……………………………………………………………………21
 441  教师登录界面设计……………………………………………………………21
 442 教师阅卷界面设计 ……………………………………………………………23
 443  试卷生成界面设计……………………………………………………………25
 45  帮助信息界面 …………………………………………………………………………26
5  Matlab上机考试系统的调试 …………………………………………………………28
 51  系统登录总界面 ………………………………………………………………………28
 52  学生上机考试平台的调试………………………………………………………………29
 521 学生考试登录界面的调试………………………………………………………29
 522 学生信息核实界面的调试………………………………………………………32
 523 学生考试界面的调试……………………………………………………………33
 53  教师阅卷平台的调试 …………………………………………………………………33
 531 教师登录界面的调试……………………………………………………………33
 532教师阅卷界面的调试 ……………………………………………………………35
 533 教师组卷界面的调试………………………………………………………………36
6  Matlab上机考试系统应用与实践 ……………………………………………………38
 51  Matlab语言上机考试平台学生考试模块应用 …………………………………………38
 52  Matlab语言上机考试平台教师阅卷模块应用 ………………………………………40
7  总结……………………………………………………………………………………………42
致谢………………………………………………………………………………………………43
参考文献 ………………………………………………………………………………………44
附录 …………………………………………………………………………………………………45

基于DDE技术的Matlab语言上机考试平台的开发由免费论文网(www.jaoyuw.com)会员上传。
原创论文流程 相关论文
上一篇:基于PLC的恒压供水系统的设计 下一篇:电力参数监测仪上位机界面设计
推荐论文 本专业最新论文
Tags:基于 DDE 技术 Matlab 语言 上机 考试 平台 开发 2012-03-02 09:09:59【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文


免费论文网提供论文范文,论文代发,原创论文

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2020 免费论文网 版权所有 湘ICP备19027999