目 录
目 录
摘 要
Abstract
第一章 前言
第二章 关于Visual Basic
2.1 Visual Basic的历史
2.2 Visual Basic常用术语解释
2.3 Visual Basic的特点
第三章 Visual Basic技术
3.1Visual Basic常用函数介绍
3.2编写高质量的vb
第四章 使用Visual Basic开发排课系统
4.1开发使用的过程模型
4.2系统的基本组成及使用
4.3系统功能的实现
4.3.1储存数据形式
4.3.2添加删除数据
4.3.3课表设置功能
4.3.4生成课表
第五章 开发总结
参考文献:
摘 要
随着现代计算机科学的发展,计算机信息系统越来越受到重视,在学校管理中的许多工作都由计算机完成。由于对课程的排列时一项繁琐的工作,所以它已经逐渐改为由计算机完成。本文就是讲解基于Visual Basic的排课系统。首先介绍开发工具Visual Basic,接着介绍了Visual Basic的常用函数和怎样编写高质量的Visual Basic,最后详细讲解了用Visual Basic开发排课系统,这一部分主要讲解系统功能的实现,在最后做了开发总结。
关键词:排课系统,Visual Basic
Abstract
With the development of modern computer science, computer information systems take more attention, in school many administration works worked by the computer. Because curriculum arrangement time is a tedious work, therefore it already gradually changed by the computer completes. This article is the explanation based on the Visual Basic Arrangement curriculum system. First introduced development kit Visual Basic, then introduced how to use the Visual Basic function and how to compile high grade Visual Basic, finally in detail explained with Visual the Basic development the arrangement curriculum system, this part of main explanations system function realization, finally has been making the development summary.
Keywords: Arrangement curriculum system, Visual Basic
第一章 前言
学校的课程安排工作是每一个学校必须完成的工作,它是一项繁琐的工作,涉及到老师,教师,时间,班级的安排工作,以前都由人工来完成,随着计算机科学技术的飞速发展,计算机的应用在全球范围内日益普及,安排课程已经由人工管转变为自动化,机器化。
由计算机进行排课的方式于传统的方式相比较,优势是显而易见的,首先,可以省去大量人工,加速现代化的进程;其次,避免了人工排课出错,使排课过程可以轻松进行。第三,可以充分发挥计算机在信息处理方面的优势,可以让繁琐的工作由计算机处理。因此,开发一个排课系统是很有必要的。本文意在说明用微软的Visual Basic和Access数据库技术如何进行排课系统的开发。