c语言自主学习系统.rar
c语言自主学习系统,c语言自主学习系统【开题报告+论文正文+任务书+外文翻译+外文原文+文献综述】摘 要本系统采用目前普遍的c / s结构,主要形式是学生和管理员操作各种数据库,服务器端的客户端的运行结果送回显示在客户端的数据库服务器,使得人机交互更方便,更快捷。本学习系统的主要任务是把各种题目按c语言知识点一一分类,然后分别按各个知识点...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 guansheng 发布
C语言自主学习系统
【开题报告+论文正文+任务书+外文翻译+外文原文+文献综述】
摘 要
本系统采用目前普遍的C / S结构,主要形式是学生和管理员操作各种数据库,服务器端的客户端的运行结果送回显示在客户端的数据库服务器,使得人机交互更方便,更快捷。本学习系统的主要任务是把各种题目按C语言知识点一一分类,然后分别按各个知识点和题型入库,最后通过可视化编程语言设计界面,并与数据库进行连接,从而达到使用户学习C语言、掌握知识点的最终目的。本系统采用现在较为流行的C/S模式,即客户端/服务器模式。用户的数据库由服务器进行管理,利用可视化编程工具进行界面设计,操作结果又由服务器的数据库将数据在客户端显示,从而完成对数据的入库、出库、修改等操作。基于上机学习支撑平台就是以C语言知识为基础,以学生上机自主学习为中心,为学生提供学习服务的一个平台系统。
关键词: C语言 试卷生成 自主学习
ABSTRACT
At present, the system uses common C / S structure, mainly in the form of students and administrators to operate a variety of databases, server-side client of the results shows that the client back to the database server, making human-computer interaction more convenient and more efficient. The main task of learning system is subject to a variety of points according to C-11 classification of knowledge, and knowledge, respectively, according to various storage points and questions, and finally through the design of visual programming language interface, and connect with the database, thus to achieve learning C language allows the user to grasp the ultimate goal of knowledge points. The system is now more popular C / S mode, that is, client / server model. Users from the database server management, the use of visual programming tools, interface design, operation results from the database server will be displayed on the client data in order to complete the data storage, a library, modify such operation. Computer-based learning platform is to support knowledge-based computer, the machine independent student learning centers, learning services to provide students with a platform for the system.
Key words:C language Papers generated Self-study
目录
1前言 4
1.1背景 4
1.2 数据库技术 5
1.3系统的优点 5
2 系统的需求分析 6
2.1可行性分析 6
2.2编写目的 7
2.3任务概述 8
2.4处理流程 9
2.5运行环境规定 17
3 系统的概要设计 18
3.1分析 18
3.2总体设计 18
3.3接口设计 21
3.4系统数据结构设计 23
3.5运行设计 26
3.6出错处理设计 27
3.7安全保密设计 27
3.8维护设计 27
4 系统的详细设计与实现 28
4.1说明 28
4.2程序系统的结构 28
4.3程序设计说明 29
5 系统测试 34
6 总结 35
参考文献 36
致谢 37
【开题报告+论文正文+任务书+外文翻译+外文原文+文献综述】
摘 要
本系统采用目前普遍的C / S结构,主要形式是学生和管理员操作各种数据库,服务器端的客户端的运行结果送回显示在客户端的数据库服务器,使得人机交互更方便,更快捷。本学习系统的主要任务是把各种题目按C语言知识点一一分类,然后分别按各个知识点和题型入库,最后通过可视化编程语言设计界面,并与数据库进行连接,从而达到使用户学习C语言、掌握知识点的最终目的。本系统采用现在较为流行的C/S模式,即客户端/服务器模式。用户的数据库由服务器进行管理,利用可视化编程工具进行界面设计,操作结果又由服务器的数据库将数据在客户端显示,从而完成对数据的入库、出库、修改等操作。基于上机学习支撑平台就是以C语言知识为基础,以学生上机自主学习为中心,为学生提供学习服务的一个平台系统。
关键词: C语言 试卷生成 自主学习
ABSTRACT
At present, the system uses common C / S structure, mainly in the form of students and administrators to operate a variety of databases, server-side client of the results shows that the client back to the database server, making human-computer interaction more convenient and more efficient. The main task of learning system is subject to a variety of points according to C-11 classification of knowledge, and knowledge, respectively, according to various storage points and questions, and finally through the design of visual programming language interface, and connect with the database, thus to achieve learning C language allows the user to grasp the ultimate goal of knowledge points. The system is now more popular C / S mode, that is, client / server model. Users from the database server management, the use of visual programming tools, interface design, operation results from the database server will be displayed on the client data in order to complete the data storage, a library, modify such operation. Computer-based learning platform is to support knowledge-based computer, the machine independent student learning centers, learning services to provide students with a platform for the system.
Key words:C language Papers generated Self-study
目录
1前言 4
1.1背景 4
1.2 数据库技术 5
1.3系统的优点 5
2 系统的需求分析 6
2.1可行性分析 6
2.2编写目的 7
2.3任务概述 8
2.4处理流程 9
2.5运行环境规定 17
3 系统的概要设计 18
3.1分析 18
3.2总体设计 18
3.3接口设计 21
3.4系统数据结构设计 23
3.5运行设计 26
3.6出错处理设计 27
3.7安全保密设计 27
3.8维护设计 27
4 系统的详细设计与实现 28
4.1说明 28
4.2程序系统的结构 28
4.3程序设计说明 29
5 系统测试 34
6 总结 35
参考文献 36
致谢 37