Description: Scoring talent show is divided into expert judges and the public judges, score [] array inside the store each fight judges scores, judge_type [] in storage and score [] array corresponding to the judges category, judge_type [i] = = 1, which means that expert judges, judge_type [i] == 2, said public judges, n represents the total number of judges. Scoring rules are as follows: expert judges and the public judges scores were taken before an average (mean score rounded), then expert judges score = average* 0.4* 0.6+ public judges, Rounding out. If there is no public judges, the expert judges score = average points score rounding. Function eventually return players to score.
To Search:
File list (Check if you may need any files):
cal_score\cal_score\cal_score.cpp
.........\.........\cal_score.vcxproj
.........\.........\cal_score.vcxproj.filters
.........\.........\cal_score.vcxproj.user
.........\.........\Debug\cal_score.exe.embed.manifest
.........\.........\.....\cal_score.exe.embed.manifest.res
.........\.........\.....\cal_score.exe.intermediate.manifest
.........\.........\.....\cal_score.lastbuildstate
.........\.........\.....\cal_score.log
.........\.........\.....\cal_score.obj
.........\.........\.....\cal_score.vcxprojResolveAssemblyReference.cache
.........\.........\.....\cal_score.write.1.tlog
.........\.........\.....\cal_score_manifest.rc
.........\.........\.....\CL.read.1.tlog
.........\.........\.....\CL.write.1.tlog
.........\.........\.....\link.7000.read.1.tlog
.........\.........\.....\link.7000.write.1.tlog
.........\.........\.....\link.7588.read.1.tlog
.........\.........\.....\link.7588.write.1.tlog
.........\.........\.....\link.read.1.tlog
.........\.........\.....\link.write.1.tlog
.........\.........\.....\mt.read.1.tlog
.........\.........\.....\mt.write.1.tlog
.........\.........\.....\rc.read.1.tlog
.........\.........\.....\rc.write.1.tlog
.........\.........\.....\vc100.idb
.........\.........\.....\vc100.pdb
.........\cal_score.sdf
.........\cal_score.sln
.........\cal_score.suo
.........\Debug\cal_score.exe
.........\.....\cal_score.exe.manifest
.........\.....\cal_score.ilk
.........\.....\cal_score.pdb
.........\ipch\cal_score-61c1d516\cal_score-f096d037.ipch
.........\cal_score\Debug
.........\ipch\cal_score-61c1d516
.........\cal_score
.........\Debug
.........\ipch
cal_score