搜索资源列表
score.cpp
- 题目: 已知全班有65人,期末考共8门课,每门功课成绩均用百分制(整数)计分,请输入全班同学成绩,在A盘上生成全班成绩文件:A:\\allscore.dat。输入形式为: 学号 成绩1 成绩2 ··· 成绩8 long int int int 从全班成绩文件中读出同学成绩资料,统计出至少有4门课成绩>=85分,其余>=70分的同学及其资料,在D盘上生成D:\\score.dat文件;从全班成绩文件中找出需要参加补考(有一门或一门以上课程成绩<60分)的同学及其资料在C盘上生成补
SCORE类学生学号
- (1) 定义一个score类,其中包括私有数据成员和公有成员函数,即 num 学号 Math 高等数学成绩 English 英语成绩 Programming 程序设计成绩 inscore() 输入学号和各科成绩,并且计算平均成绩 showscore(时) 输出学号和各科成绩 使用score类,输入某班n(事先不能确定)个学生的学号和各科成绩,然后求各个学生的平均成绩,并列表输出学生的学号、各科成绩和平均成绩。
742project_kai_lin
- bowling score keeper
MSSIM
- Source code of the MSSIM (Mean Structure Similitary Index). MSSIM is a measure of distortion static images. It s comparing distorted image with reference image and as the result return value between 0 and 1. The quality criteria is one of the most cl
SCORE
- 气象上常用的(score检验),用fortran写的 可直接用-Commonly used in meteorology (score test), written by fortran directly with
score
- linux平台下基于sqlite数据库的学生成绩管理系统程序-linux platform based on student achievement sqlite database management system procedures
students core system
- 简单的学生成绩管理系统~实现了学生成绩的登记,查询,修改等功能。不同人人员有不同的权限操作。-Students easy score management system ~ realize the students score registration, query, modify functions. Different people have different permissions to operate.
score
- 成绩管理系统,能统计班级人数,计算平均分总分,个人成绩统计等等。-score---manage
VisualCPP
- 写的很不错,里面的游戏引擎不错,编程思想也不错,包括游戏引擎的创建,游戏杆的编程,子画面及外观动画,┣━━━★ 声音和音乐,AI(人工智能),闪屏,演示模式,高分记录,滚动背景等-Writing is very good, there' s a good game engine, programming is also a good idea, including the game engine creation, joystick programming, sub-picture
Score
- 成绩统计,可以以饼状图显示.这是课程的一个作业,呵呵,希望对大家有用-score statistic. results can be displayed in pie chart
score
- 高校开发一学生课绩管理系统,该系统由登陆模块,学生模块,教师模块,管理员模块,四部分组成。-College students develop a class performance management system, which by the landing module, module students, teachers, modules, administrator module, composed of four parts.
CPP_StuCouProj
- 编写一个VC++工程实现如下信息的处理:在一个成绩管理信息系统中,需要对学生(Student)和选修的课程(Course)及取得的成绩(Score)信息进行处理-The preparation of a VC++ projects to achieve the following information processing: results in a management information system, the need for students (Student) and elect
studentscore
- this is a code about student s score searching,which used by csharp
score
- 加权计算的小程序,采用文件读写,一次输入,一劳永逸,输入格式为分数,学分和绩点-The weighted small programs, using the file read and write, one input, once and for all input format for the score, credits and Grade Point Average
score
- 输入每位学生的信息并显示这些信息;同时计算每位学生的总分即英语、语文、数学成绩之和,并对输入的若干学生按总分排名,按总分名次输出每位学生及其信息;最后计算这些学生的英语平均分、语文平均分和数学平均分,并输出结果。-Enter the information for each student and display the information also calculated the total score for each student that is in English, langua
Score
- Simple Score board in java
larssg-score-keeper-e37b5330a0eea3cfe10e6b76a7cd9b
- A simple Rails-app for keeping score, rankings, etc
score
- 这是一个简单的计分软件,输入评委数,评委的计分系数,以及各评委的打分,去掉一个最低,一个最高分,最后算出选手的最后得分。-This is a simple scoring software, enter the number of judges, the judges scoring factor, as well as the judges scoring, removing a minimum, a maximum hours, the last player s final score c
score
- 定义一个Student类,在该类定义中包括:一个数据成员score(分数)及两个静 态数据成员total(总分)和学生人数count;成员函数scoretotalcount(float s) 用于设置分数、求总分和累计学生人数;静态成员函数sum()用于返回总分;静态成-Define a Student class, the class definition including: a data member score (points) and two static data members
基于极限学习G-score
- G-score是一个特征排序的准则,极限学习机结合G-score是一种filter+wrapper的混合特征选择算法(G-score is a criterion of feature sorting. Limit learning machine combined with G-score is a hybrid feature selection algorithm of filter+wrapper)