CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - student-grade

搜索资源列表

  1. xuejie

    0下载:
  2. 学生学籍管理系统在c语言环境下的程序,可以正常实现学生管理系统的所有功能并且正常运行-Student Grade Management System environment in c language program can be a normal student management system to achieve all of the features up and running
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:2617
    • 提供者:晨曦
  1. student

    0下载:
  2. 有10个学生,每个学生的数据包括学好,姓名,3门课程的成绩,从键盘输入10个学生数据,要求输出三门课程总平均成绩,以及最高分的学生的数据(包括学号,姓名,3门课程成绩,平均分数)。要求利用指向数组的指针的方法,用一个input函数输入5个学生数据,用一个average函数求总平均分,用max函数找出最高分学生数据,总平均分和最高分的学生数据都在主函数中输出-There are 10 students, each student s data, including master, name, 3
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2563
    • 提供者:yanyan
  1. student

    0下载:
  2. 有一学生成绩管理数据库如下表,要求建立一SAS数据集score,并输出显示 创建一个新的数据集class,新增平均成绩aver变量和等级考评grade变量,grade的值是根据aver值的大小给出A、B、C、D四个等级,并显示新数据集cla-A student achievement management database as the table, called for the establishment of a SAS data set score, and output display
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:991429
    • 提供者:yansha
  1. StudentsPerformanceManagementSystem

    0下载:
  2. 数据库的数据项主要数据包括:学号、姓名、年级、专业、成绩1、成绩2、成绩3、平均成绩、总成绩。 要求具有以下功能: (1)添加、删除任意个记录。 (2)修改任意个记录。 (3)显示、保存记录。 (4)排序功能:打开学生数据库,计算每个学生的平均成绩和总成绩,用冒泡法或选择排序法将平均成绩和总成绩排序后生成两个新文件(从大到小),存盘并显示这两个文件的全部记录。 (5)查询功能:打开总成绩排序文件,用折半查找法统计出给定分数的人数并显示。 -Database of d
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3772
    • 提供者:杨辉
  1. xuesheng-chengji-tongji-2

    0下载:
  2. 这是学生成绩统计的另一部分,实现功能是有班级30个学生5门课,在主函数中输入、输出数据: (1)函数average()求第一门课的平均分; (2)函数findfail()找出有2门或2门以上课程不及格学生,输出其学号和全部课程成绩及平均成绩; (3)函数findgood()找出平均成绩在90分以上或全部课程成绩在85分以上的学生。 -This is another part of student achievement statistics, to achieve functio
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:1598
    • 提供者:caiyuan
  1. 10.15

    0下载:
  2. 有一个班4个学生,5门课。(1)求第一门课的平均分 (2)找出有2门以上课程不及格的学生,输出他们的学号和全部 课程成绩和平均成绩;(3)找出平均成绩在90分以上或者全部 课程成绩在85分以上的学生。分别编写3个函数实现以上3个要求-There is a class four student, 5 course. (1) Find the first course of the average (2) to identify two or more students failed t
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:950
    • 提供者:weiyanyu
  1. exp2_1

    0下载:
  2. 定义一个score类,其中包括私有数据成员和公有成员函数,即 num 学号 Math 高等数学成绩 English 英语成绩 Programming 程序设计成绩 inscore() 输入学号和各科成绩,并且计算平均成绩 showscore(时) 输出学号和各科成绩 使用score类,输入某班n(事先不能确定)个学生的学号和各科成绩,然后求各个学生的平均成绩,并列表输出学生的学号、各科成绩和平均成绩。 -Define a score class, includin
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:82599
    • 提供者:jacky
  1. exe7_x14

    0下载:
  2. 可以用于教学管理,对学生成绩进行排序,求平均成绩-Can be used for teaching management, sort of student achievement, grade point average requirements
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:813
    • 提供者:程纣
  1. student-information

    0下载:
  2. 用链式存储结构实现对一个班级学生信息管理。设计程序求出每个人的平均成绩并按平均成绩由高到底排序后输出学生记录。-Chain storage structure of a class student information management. Design process to calculate each person s average score according to grade point average output from the high in the end sort s
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:698
    • 提供者:isaac
  1. 2010011179_e6

    0下载:
  2. 学生成绩管理系统 数据结构二叉树实现。C++编程语言-the manage of the student s grade.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:957430
    • 提供者:chenjiu
  1. Student-grade-MIS

    0下载:
  2. 学生成绩管理系统,具有良好的操作界面,功能完善-Student thesis grade management system
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1424685
    • 提供者:黄虫
  1. define--m--4

    0下载:
  2. 1、 构造一个学生结构体数组,成员包括学号,姓名,四门成绩,以及平均成绩; 2、 从键盘上输入学生的学号,姓名和四门成绩; 3、 找出学生中考试没有通过的学生姓名并输出;找出考试在90分以上的学生并输出。 -1, construct a student array of structures, members of the Student ID, name, four score and grade point average from the keyboard to enter
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:13402
    • 提供者:lx
  1. HUIBIAN

    0下载:
  2. 接收从键盘输入的一个班的学生成绩,并存放于50字的grade数组中,其中grade+i保存为i+1的学生的成绩。然后根据grade中的学生成绩,把学生名次填入50字的rank数组中,其中rank+i的内容是学号为i+1学生的名次。再按学号顺序把名次从终端上显示出来。-Receiving input from the keyboard of a class of student achievement, and stored in the array of 50 words grade, whic
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:761
    • 提供者:施鑫楠
  1. students

    0下载:
  2. 用C语言计算学生的平均成绩和不及格的人数,实现对学生信息的统计。-Using C language to calculate the student' s grade point average and number of people failing to realize the statistics of student information.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2832
    • 提供者:嘻嘻
  1. xuescjglxt

    0下载:
  2. 1、 成绩的录入:包括学生学号、姓名、性别和各门课程成绩的录入。\n" <<" 2、 成绩的查询:可以根据学号或姓名查询某个学生的成绩。\n" <<" 3、 成绩的修改:可以根据学号或姓名来修改相应的学生的成绩。\n" <<" 4、 数据的删除:可以根据学号或姓名指定删除某个学生的数据。\n" <<" 5、 成绩的统计分析:平均成绩。\n" <<" 6、 总成绩和平均成绩的查询:可以根据学号或姓名查询。\n" &
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:638377
    • 提供者:莫宇
  1. 13.8

    0下载:
  2. 将一个学生的3门课成绩文件进行插入处理,程序先计算插入学生的平均成绩,然后将它按照平均分的高低顺序插入。插入后建立一个新的文件。-Insert processing of a student' s course grades file inserted into the student' s grade point average, the program first calculated, and then insert it in accordance with the aver
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:927
    • 提供者:武彬
  1. e

    0下载:
  2. 本次实验需要建立一个关于学生姓名及其若干课程成绩的数据处理 系统,在满足基本的数据存储功能以外,还需要向用户提供添加新学生信息、删除已有学生信息、按某一门成绩对学生信息进行排序、按要求查询学生信息、输出学生信息到文件等功能 -The experiment requires the establishment of a data processing system on the students name and certain of its course grade to meet th
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:2696
    • 提供者:liqian
  1. Student-achievement-management-code

    0下载:
  2. 学生可以随时查询自己的成绩,分析学习的情况,教师可以查询学生的基本情况和成绩,按学期课程对学生的成绩进行管理,成绩要包含平时成绩,其中成绩,期末成绩。系统能过滤出需要补考的学生名单。能对学生成绩进行排序并定出奖学金的等级,系统能提供基本信息的查询。-Students can check their results at any time to analyze the situation of learning, teachers can check the students basic inf
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1429
    • 提供者:李志
  1. read-grade-calculate-average-grade

    0下载:
  2. 可以从一个txt文件中读取出若干个学生的各科成绩,并且计算出每科的平均成绩。对学生的成绩进行排序,还可以显示出每科的最高分。并且可以生成txt文件把这些结果用储存起来。-It can read a number of students grades in all subjects a txt file, and calculate the average score for each subject. Sort on student achievement, but also can sho
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1382
    • 提供者:唐欢
  1. Student-grade-managment-System

    0下载:
  2. C语言编写的学生成绩管理系统 运行通过,可做课程设计-C language student achievement management system to run through, do curriculum design
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:54033
    • 提供者:管志成
« 12 »
搜珍网 www.dssz.com