搜索资源列表
score.cpp
- 题目: 已知全班有65人,期末考共8门课,每门功课成绩均用百分制(整数)计分,请输入全班同学成绩,在A盘上生成全班成绩文件:A:\\allscore.dat。输入形式为: 学号 成绩1 成绩2 ··· 成绩8 long int int int 从全班成绩文件中读出同学成绩资料,统计出至少有4门课成绩>=85分,其余>=70分的同学及其资料,在D盘上生成D:\\score.dat文件;从全班成绩文件中找出需要参加补考(有一门或
SCORE类学生学号
- (1) 定义一个score类,其中包括私有数据成员和公有成员函数,即 num 学号 Math 高等数学成绩 English 英语成绩 Programming 程序设计成绩 inscore() 输入学号和各科成绩,并且计算平均成绩 showscore(时) 输出学号和各科成绩 使用score类,输入某班n(事先不能确定)个学生的学号和各科成绩,然后求各个学生的平均成绩,并列表输出学生的学号、各科成绩和平均成绩。
score.cpp
- 题目: 已知全班有65人,期末考共8门课,每门功课成绩均用百分制(整数)计分,请输入全班同学成绩,在A盘上生成全班成绩文件:A:\allscore.dat。输入形式为: 学号 成绩1 成绩2 ··· 成绩8 long int int int 从全班成绩文件中读出同学成绩资料,统计出至少有4门课成绩>=85分,其余>=70分的同学及其资料,在D盘上生成D:\score.dat文件;从全班成绩文件中找出需要参加补考(有一门或一门
futureim
- 任何一种棋类游戏其关键是对当前棋局是否有正确的评分,评分越准确则电脑的AI越高。五子棋游戏也是如此,但在打分之前,我们先扫描-any board games key is whether the current scenario is the correct score, score more accurate then the computer AI higher. 331 games is the case, but the poi
stu-score
- 简单的学生管理系统,比较全面,适于初学者-simple student management system, a more comprehensive and suitable for beginners
score-statics
- 运动会分数统计的课题的设计-Games Score statistical design issues
score
- 学生成绩管理系统 -Student achievement management system for student achievement management system
svm_perf.tar
- New training algorithm for linear classification SVMs that can be much faster than SVMlight for large datasets. It also lets you direcly optimize multivariate performance measures like F1-Score, ROC-Area, and the Precisi
score
- 用JSP开发一个基于Internet的学生成绩管理系统的全部源码-Using JSP to develop an Internet-based performance management system for students of all source
score
- 学生成绩管理系统C#源程序 开发环境:Windows Visual C# 2005-Student achievement management system C# Source development environment: Windows Visual C# 2005
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
studentscoresystem
- 简单的学生成绩管理系统~实现了学生成绩的登记,查询,修改等功能。不同人人员有不同的权限操作。-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, joys
Score
- 成绩统计,可以以饼状图显示.这是课程的一个作业,呵呵,希望对大家有用-score statistic. results can be displayed in pie chart
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
score
- 高校开发一学生课绩管理系统,该系统由登陆模块,学生模块,教师模块,管理员模块,四部分组成。-College students develop a class performance management system, which by the landing module, module students, teachers, modules, administrator module, composed of four parts.
score
- 定义一个Student类,在该类定义中包括:一个数据成员score(分数)及两个静 态数据成员total(总分)和学生人数count;成员函数scoretotalcount(float s) 用于设置分数、求总分和累计学生人数;静态成员函数sum()用于返回总分;静态成-Define a Student class, the class definition including: a data member score (point
基于极限学习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)