搜索资源列表
pwpfxt
- 比赛活动评委计分系统 比赛活动评委计分系统 -competitions CRIC dollars subsystems competitions CRIC CNSCAT/M3RS
3
- 假设有13位评委参与评分工作。方法是:去掉一个最高分和一个最低 分,然后计算剩余11个分数的平均值,
delphi
- 我为某旅游局开发 的评委评估系统,里面用到了很深次的数据挖掘技术,以及delphi的统计分析表的制作,大家好好学习哦
test
- 自己编的一个小程序,可以用于在评比当中,公平的计算成绩以及评价评委。
tk20080601
- 通用题库组卷系统 1.本来是一个学生的本科毕业课题,学生作不来后只好老师代替其编程 2.支持工科的图文混排,本系统在组卷时能够判断试卷剩余空间能否容纳新题或新图 3.主要采用的是WORD的VBA二次开发技术 4.因为是一个通用框架,只要更换题库,就能改成其它学科之用,特别适合学生应付毕业论文,我的那个学生把老师为他编的系统换成土力学题库改给她女友毕业时用。 5.按照08年本科评估的新规范,在组卷上的纸型及试卷头上作了一点修改。 6.此软件非商业软件,可自由使用。
singers and scores 歌手投票打分系统
- 为歌手投票:1、检测出最高分和最低分,然后求出平均分 2、计算各个评委的打分与平均分的差的绝对值,绝对值大的为“差评委”,小的为“好评委”。 在求出最大值和最小值时还要捕获数组b的下标,即得到评委的序号
VC 十个评委评分系统
- 这个评分系统,用到了C++的 STL库,所以代码很少,只有30行左右就实现了全部功能,很有趣,不妨-Because of STL libary of C++ used in this grade system,it has little code.The system carries out all the function with just 30 rows code.It s very interesting,you d better have a look.
打分系统
- 评委给比赛者打分,去掉最高分和最低分之后的平均值
singer
- 歌星大奖赛 在歌星大奖赛中,有10个评委为参赛的选手打分,分数为1~100分。选手最后得分为:去掉一个最高分和一个最低分后其余8个分数的平均值。-Grand Prix Grand Prix in the star singer, 10 players scoring judges for the competition, a score of 1 to 100 points. Players final score is: get rid of a highest and lowest po
test2
- 在歌星大奖赛中,有10个评委为参赛的选手打分,分数为1~100分。选手最后得分为:去掉一个最高分和一个最低分后其余8个分数的平均值。请编写一个程序实现。 -Grand Prix at the singer, there are 10 judges for the competition players scoring, a score of 1 to 100 minutes. Players final score is: get rid of a maximum points and a
song
- 歌曲比赛打分、计分软件,带评委照片,去掉最高分、最低分,选题功能-Song Contest scoring, scoring software, with the judges photos, remove the highest score, lowest score, functional topics
311
- 对参赛结果分数进行处理:参赛选手n人(n>1),评委m人(m>2),评委给每一选手打一个分数score(分数score为小于等于10的一个正实数)。选手的最后得分lastScore为去掉一个最高分和一个最低分后另m-2个得分的平均值。 假设事先已经建立了text型的数据文件f1.txt,其中依次记录着n个选手的编号(一个正整数)、姓名(一个字符串)以及m个评委给出的得分。 请编制程序,依次从数据文件f1.txt中读入n个选手的有关信息,而后按上述规定方法计算出每一个选手
dfcx
- 模拟评委多人打分~很简单实用的东西,最多支持10人-Simulation of the judges scoring more than ~ very simple and practical things, supports up to 10 people
songshuang
- 一个简单的大赛评分系统,可以输入评委人数,然后根据每个选手的得分进行排名。-Contest a simple scoring system, can enter the number of judges, and then the score of each player ranked.
score
- 评委打分管理,C实现,n个评对M个player 分x组打分,-Management of the judges scoring, C to achieve, n assessment of a player on the M sub-group of points x,
value
- 试编制一个比赛得分程序。七个评委分别给分在10~20分之间的整数,七个评委中去掉一个最高分,去掉一个最低分,将剩下五个评分的平均值作为最后得分。程序要求: (1)评委给分以2位十进制数从键盘输入; (2)最后得分以十进制数形式在屏幕上显示; (3)最后得分取小数1~2位; (4)键盘输入和结果输出前应有提示符输出。-Test procedures for the preparation of a scoring game. Jury of seven points, respec
31
- 对参赛结果分数进行处理:参赛选手n人(n>1),评委m人(m>2),评委给每一选手打一个分数score(分数score为小于等于10的一个正实数)。选手的最后得分lastScore为去掉一个最高分和一个最低分后另m-2个得分的平均值。-The results of the scores of entries to process: players n people (n> 1), the judges m people (m> 2), the judges give sc
SimpleSingerGoalAnalyz
- 本程序的功能是计算某一批参赛选手最后得分的类实现:某地举办歌舞大赛,参赛选手共 n 个人,有9位评委,给每一选手打一个分数score(分数为小于等于10的一个正实数)。选手的最后得分 lastScore为去掉一个最高分以及去掉一个最低分后另 7 个得分的平均值。 -This procedure is the calculation of the functions of a certain group of players to achieve a final score of the cate
评委评分时算法
- 评委评分时,可以去掉一个最高分和一个最低分,其他分数求平均值-The judges score, you can remove a maximum points and a minimum score, the other scores are averaged
Contest
- 一个评委评分程序,用类实现,包括单向链表类模板(A judge score program, with the class, including a singly linked list class template)