CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 行业应用软件 搜索资源 - student-grade

搜索资源列表

  1. xueshengxinxiguanli

    0下载:
  2. 通过c语言编写的一个学生信息管理系统,包括添加、删除学生信息及最高成绩、平均成绩的计算等-C language written by a student information management system, including adding, deleting information and the highest student achievement, the calculation of grade point average
  3. 所属分类:Education soft system

    • 发布日期:2017-04-06
    • 文件大小:219883
    • 提供者:yjt
  1. practise

    0下载:
  2. 查询某课程最近考试的一次成绩,并显示每个学生的等级,若有不及格的学生循环加2分,直到所有的学生都及格为止。-Query a course at a recent test results, and display each student s grade, if students fail cycle plus 2 minutes, until all students pass up.
  3. 所属分类:Education soft system

    • 发布日期:2017-05-15
    • 文件大小:3724501
    • 提供者:jenny
  1. cjfx

    1下载:
  2. 1.学生基本信息及成绩所选科目成绩的录入修改和删除。 2.基本信息的查询(分系、班级;分科目)。 3.对每系或每班各科成绩进行分析(即求单科平均成绩、及格率和优秀率); 4.所开课程的成绩分析(求其平均成绩,最高分和最低分); 对学生考试成绩进行排名(单科按系别或班级进行排名,对每一个班级,同一学期学生总体成绩进行排名,并显示各科成绩信息) -1 Basic information and student achievement results entry selected
  3. 所属分类:Education soft system

    • 发布日期:2017-03-30
    • 文件大小:66177
    • 提供者:薛家湾
  1. xueshengguanlixitong

    2下载:
  2. 设计题目:学生信息管理系统 设计要求: 设计要求实现如下功能: (1)建立学生信息数据,包括学号、姓名、性别、三科成绩、出生时间、年龄(必须计算得到)。 (2)使用继承的方法构造至少3个类,(即学生类——虚基类,本科生和研究生类——派生类)使用相应的对象放置10个学生信息。 (3)编写同名display()成员函数,用来输出数组的内容。 (4)按不同类别输出学生信息,比如按性别。(可选功能) (5)要求对“<<”和“>>”运算符进行重载。 (6)抽取并计算学生的平
  3. 所属分类:Education soft system

    • 发布日期:2017-04-16
    • 文件大小:234622
    • 提供者:黄成
  1. StudentSystem

    0下载:
  2. 一个学生成绩管理系统,其中包括学生总成绩及平均成绩的计算-A student achievement management system, including student achievement and grade point average calculation
  3. 所属分类:Education soft system

    • 发布日期:2017-04-25
    • 文件大小:54202
    • 提供者:yufei
  1. acb

    0下载:
  2. 有五个学生,每个学生有3门课的成绩,从键盘输入以上数据(包括学生号,姓名,三门课成绩),计算出 平均成绩,况原有的数据和计算出的平均分数存放在磁盘文件"stud"中.-There are five students, each student will have a 3 course results from more than keyboard input data (including student number, name, course grades), calculated
  3. 所属分类:Education soft system

    • 发布日期:2017-04-16
    • 文件大小:9538
    • 提供者:黄沛键
  1. cPP

    0下载:
  2. 定义一个Score类,其中包括私有数据成员和公有成员函数,即 num 学号 Math 高等数学成绩 English 英语成绩 Programming 程序设计成绩 getScore() 输入学号和各科成绩, calculateScore() 计算平均成绩 showScore() 输出学号和各科成绩 使用Score类,输入某班n个学生的学号和各科成绩,然后求各个学生的平均成绩,并列表输出学生的学号、各科成绩和平均成绩。 -Define a Score class
  3. 所属分类:Education soft system

    • 发布日期:2017-03-30
    • 文件大小:60538
    • 提供者:梁伟斌
  1. xueshengchengjiguanlixitong

    1下载:
  2. 成绩管理系统,从键盘输入至少10个学生的信息,包括:ID,名字,4门成绩;计算每个学生的总成绩和平均成绩;以ID查询学生的总成绩和平均成绩,并显示;对学生的成绩进行排序并分级,级别为A、B、C......,并显示在屏幕上;插入一个或多个学生成绩,自动排序并显示在屏幕上;删除一个或多个学生成绩;创建学生信息的结构体:-Performance management system, at least 10 students from the keyboard to enter information,
  3. 所属分类:Education soft system

    • 发布日期:2016-10-13
    • 文件大小:1024
    • 提供者:mcrry
  1. paiming

    0下载:
  2. 首先随机生成一个存放着50个学生成绩记录的数据文件RecordIn.DAT。 然后读取这个存放着50个学生成绩记录的数据文件RecordIn.DAT。 每个记录长为28个字节,其内容依次为:学号(XH)4字节,姓名(XM)6字节,数学成绩(SX)3字节,语文成绩(YW)3字节,外语成绩(WY)3字节,物理成绩(WL)3字节,化学成绩(HX)3字节,政治成绩(ZZ)3字节。 要求计算出总分,并按学号为偶数的记录,总分从高到低排序,相同成绩按学号从大到小排序,把学号、
  3. 所属分类:Education soft system

    • 发布日期:2017-05-01
    • 文件大小:549832
    • 提供者:sun rongju
  1. CPP

    0下载:
  2. C++实现学生成绩管理系统,查看成绩,按科目成绩大小排序-C++ student achievement management system to view the results, according to the size of the sort of subjects at Grade
  3. 所属分类:Education soft system

    • 发布日期:2017-05-03
    • 文件大小:1193675
    • 提供者:林云
  1. java26

    0下载:
  2. 录入班级人数和学员成绩,计算班级学员的平均成绩,和总分数 -Entry class size and student achievement, and calculate the average grade of the class participants, and the total score
  3. 所属分类:Home Personal application

    • 发布日期:2017-11-08
    • 文件大小:559
    • 提供者:祝洪彬
  1. 简答学生管理系统

    0下载:
  2. 对学生成绩的统计计算,成绩排名,学号查找(Statistical calculation of students' grades,grade ranking, student number search)
  3. 所属分类:教育系统应用

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:xiamo789
  1. laravel5.4学校管理系案例

    0下载:
  2. 可以增加班级,年级,学生,学科。可以对学生的成绩进行记录,管理,只做了后台,适合laravel5.4初学者(It can increase class, grade, student and discipline. Can record the students' achievements, manage, only do the background, suitable for laravel5.4 beginners)
  3. 所属分类:教育系统应用

    • 发布日期:2018-01-09
    • 文件大小:13444096
    • 提供者:村村
« 1 2 3 4 5»
搜珍网 www.dssz.com