freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

基于dw的成績(jī)?cè)u(píng)定系統(tǒng)設(shè)計(jì)軟件工程碩士論文-資料下載頁(yè)

2025-06-27 21:56本頁(yè)面
  

【正文】 { //開始逐一查出考試科目 while (()) { (classReader[ClassID])。 } } } return classList。 } //求參考人數(shù)(單科或班級(jí)單科) public static int funGetStrength(int ExamTimeID, int CourseID, int ClassID) { string getStrengthSQL。 if (ClassID == 0) { getStrengthSQL = select count(PrimeScore) from View_Performance_Class_Course where ExamTimeID= + () + and CourseID= + ()。 } else { getStrengthSQL = select count(PrimeScore) from View_Performance_Class_Course where ExamTimeID= + () + and CourseID= + () + and ClassID= + ()。 } using (SqlConnection getConnection = new SqlConnection(context connection=true)) { SqlCommand getStrengthCmd = new SqlCommand(getStrengthSQL, getConnection)。 ()。 return (int)()。 } } //求總分(求單科總分或班上的) public static float funTotalScore(int ExamTimeID, int CourseID, int ClassID) { string totalScoreSQL。 if (ClassID == 0) { totalScoreSQL = select Sum(PrimeScore) from View_Performance_Class_Course where ExamTimeID= + () + and CourseID= + ()。 } else { totalScoreSQL = select Sum(PrimeScore) from View_Performance_Class_Course where ExamTimeID= + () + and CourseID= + () + and ClassID= + ()。 } using (SqlConnection getConnection = new SqlConnection(context connection=true)) { SqlCommand totalScoreCmd = new SqlCommand(totalScoreSQL, getConnection)。 ()。 return (())。 } } //求平均分(全部或班上的)(還有針對(duì)學(xué)生的) public static float funAverageScore(int ExamTimeID, int CourseID, int ClassID) { string averageScoreSQL。 if (ClassID == 0) { averageScoreSQL = select Avg(PrimeScore) from View_Performance_Class_Course where ExamTimeID= + () + and CourseID= + ()。 } else { averageScoreSQL = select Avg(PrimeScore) from View_Performance_Class_Course where ExamTimeID= + () + and CourseID= + () + and ClassID= + ()。 } using (SqlConnection getConnection = new SqlConnection(context connection=true)) { SqlCommand averageScoreCmd = new SqlCommand(averageScoreSQL, getConnection)。 ()。 return (())。 } } //求最高分 public static float funMaxScore(int ExamTimeID, int CourseID, int ClassID) { string maxScoreSQL。 if (ClassID == 0) { maxScoreSQL = select Max(PrimeScore) from View_Performance_Class_Course where ExamTimeID= + () + and CourseID= + ()。 } else { maxScoreSQL = select Max(PrimeScore) from View_Performance_Class_Course where ExamTimeID= + () + and CourseID= + () + and ClassID= + ()。 } using (SqlConnection getConnection = new SqlConnection(context connection=true)) { SqlCommand maxScoreCmd = new SqlCommand(maxScoreSQL, getConnection)。 ()。 return (())。 } } //求最低分 public static float funMinScore(int ExamTimeID, int CourseID, int ClassID) { string minScoreSQL。 if (ClassID == 0) { minScoreSQL = select Min(PrimeScore) from View_Performance_Class_Course where ExamTimeID= + () + and CourseID= + ()。 } else { minScoreSQL = select Min(PrimeScore) from View_Performance_Class_Course where ExamTimeID= + () + and CourseID= + () + and ClassID= + ()。 } using (SqlConnection getConnection = new SqlConnection(context connection=true)) { SqlCommand minScoreCmd = new SqlCommand(minScoreSQL, getConnection)。 ()。 return (())。 } } //求校準(zhǔn)差(全部或班上的) public static float funGetStdevp(int ExamTimeID, int CourseID, int ClassID) { string getStdevpSQL。 if (ClassID == 0) { getStdevpSQL = select Stdevp(PrimeScore) from View_Performance_Class_Course where ExamTimeID= + () + and CourseID= + ()。 } else { getStdevpSQL = select Stdevp(PrimeScore) from View_Performance_Class_Course where ExamTimeID= + () + and CourseID= + () + and ClassID= + ()。 } using (SqlConnection getConnection = new SqlConnection(context connection=true)) { SqlCommand getStdevpCmd = new SqlCommand(getStdevpSQL, getConnection)。 ()。 return (())。 } } //求等級(jí)(低于此分的個(gè)數(shù)) public static int funGetRank(float PrimeScore, int ExamTimeID, int CourseID, int ClassID) { string getRankSQL。 if (ClassID == 0) { getRankSQL = select count(PrimeScore) from View_Performance_Class_Course where ExamTimeID= + () + and CourseID= + () + and PrimeScore + ()。 } else { getRankSQL = select count(PrimeScore) from View_Performance_Class_Course where ExamTimeID= + () + and CourseID= + () + and ClassID= + () + and PrimeScore + ()。
點(diǎn)擊復(fù)制文檔內(nèi)容
范文總結(jié)相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1