登录
首页 » Education soft system » 网络考试系统,Delphi课程设计 本考试系统主要功能如下: 1. 学生可以在网上进行考试,考试结束后由计算机批改试题给出分数,并记录成绩。 2. 学生在还可以...

网络考试系统,Delphi课程设计 本考试系统主要功能如下: 1. 学生可以在网上进行考试,考试结束后由计算机批改试题给出分数,并记录成绩。 2. 学生在还可以...

于 2022-10-25 发布 文件大小:1.71 MB
0 41
下载积分: 2 下载次数: 1

代码说明:

网络考试系统,Delphi课程设计 本考试系统主要功能如下: 1. 学生可以在网上进行考试,考试结束后由计算机批改试题给出分数,并记录成绩。 2. 学生在还可以在网上查询自己的考试成绩,查看自己的考试情况,修改密码等个人资料。 3. 老师可以在网上建立并维护题库,按不同方式组卷,还可以查看学生各次的考试情况。 4. 管理员可以在网上建立学生、老师等用户。-network test systems, Delphi curriculum design of the main functions of the examination system is as follows : 1. Students can be conducted online examination, by the end of the computer is correcting papers score and record accomplishments. 2. Students in the Internet can also inquire about his examination results, check their examination of the revised personal information such as passwords. 3. The teacher can build and maintain online database Test Paper different way, students can also check the examination of the situation. 4. Administrators can establish online students, teachers and other users.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 本原代码是基于C语言的原程序。是用 C语言实现的图书馆管理系统...
    本原代码是基于C语言的原程序。是用 C语言实现的图书馆管理系统-primitive code is based on the C language of the original procedure. Yes C language library management system
    2022-03-16 22:41:46下载
    积分:1
  • Library management system code, is a good Dongdong Oh for the administrator user...
    图书管理系统的代码,是一个不错的东东哦 用户名为ADMIN为管理员-Library management system code, is a good Dongdong Oh for the administrator user name is ADMIN
    2023-09-04 19:40:03下载
    积分:1
  • 对现行管理业务进行详细调查是了解系统需求和进行系统分析和设计的重要基础工作,因此要对学校的学生成绩管理工作进行全面、细致而充分的调查研究。系统调研采取的主要方法...
    对现行管理业务进行详细调查是了解系统需求和进行系统分析和设计的重要基础工作,因此要对学校的学生成绩管理工作进行全面、细致而充分的调查研究。系统调研采取的主要方法是到现场去,通过座谈、询问、观察甚至直接参与管理活动,自上而下、逐步细化的进行了解。-the existing management business to conduct thorough investigation is understanding of the system requirements and system analysis and design of the basic work, to school students in performance management conducted a comprehensive, detailed and full investigation into the matter. The research system is mainly to the field, through the forum, asked to observe or even directly involved in management activities, from top to bottom, and gradually understood the details.
    2022-01-25 20:52:27下载
    积分:1
  • 本文介绍了一个基于Client/Server模式的高校图书管理系统的设计与实现。运用Visual Basic.Net结合Microsoft SQL Server...
    本文介绍了一个基于Client/Server模式的高校图书管理系统的设计与实现。运用Visual Basic.Net结合Microsoft SQL Server 2000开发的登录模块主要用于验证用户身份,进行有效的操作。从主界面模块在验证后进入每个子模块进行各个子系统的具体功能操作。在整个系统设计中充分利用了模块化的设计思想和开发方法-this paper based on a Client/Server model of the college library management system design and Implementation. Visual basic.Net with Microsoft SQL Server 200 0 logged in the development of the module is used to validate the identity of the owner to carry out effective operation. From the main interface module after verification in each sub-module into the various subsystems for the specific function operation. In the entire system design full advantage of the modular design and development methods
    2022-03-19 00:22:57下载
    积分:1
  • 这是一个小型画板系统,用vc++编写的,请大家放心下载
    这是一个小型画板系统,用vc++编写的,请大家放心下载-This is a small Sketchpad system, by vc++ Prepared, please rest assured that everyone download
    2023-04-02 21:20:03下载
    积分:1
  • 语言类建立一个绩效管理体系,包括10个圣..
    用C语言建立一个班级成绩管理系统,其中包括十名学生的相关数据(包括学号、姓名、三门课程的成绩、总成绩、平均成绩以及排名)。要求用单链表存储结构进行存储,能够实现对学生姓关数据的输入输出,并且能根据平均成绩对十名学生进行排序。-C language classes to establish a performance management system, including 10 students of relevant data (including school, names of the three courses results, with a total score, average scores and rankings). Single-Chain request storage structure for storage, can be achieved to students surnamed Guan data input and output, and based on the average results of 10 students ranking.
    2022-06-29 22:30:53下载
    积分:1
  • programming ideas : : use a single linked list to achieve the procedural requir...
    编程思路:①: 使用单链表实现本程序要求,单链表每个节点存储一个学生的信息。②: 创建一个链表类(List),链表类可实现如下功能:创建链表,插入节点,删除节点,编辑节点,显示节点,保存链表信息等功能,读入数据文件等功能(详细说明请查看源代码)。③: 创建一个操作类(Operater),操作类实现如下功能:显示菜单,操作链表。-programming ideas : : use a single linked list to achieve the procedural requirements of each node-Chain store a student information. : Creating a List category (List), objectlist can achieve the following functions : Create List, insert nodes, the nodes to delete, edit nodes, nodes showed that the preservation Chain information and other functions, read features such as data files (see detailed description of the source code). : creating a category of operation (Operater), the operation to achieve the following functional categories : display menu, operation List.
    2022-03-06 01:09:12下载
    积分:1
  • student records database
    学生档案系统数据库-student records database
    2023-01-21 20:25:04下载
    积分:1
  • 数据库采用的是结合java语言开发
    是一个用数据库结合JAVA语言的开发-database used is a combination of the Java language development
    2022-02-02 10:35:12下载
    积分:1
  • ssh学生信息管理系统,不错。
    ssh学生信息管理系统,不错。-ssh Student Information Management System
    2022-02-06 09:11:09下载
    积分:1
  • 696522资源总数
  • 104029会员总数
  • 31今日下载