コンテンツにスキップ

検索結果

  • age; double score; } Student; Student *p = malloc(sizeof(Student)); if (p != NULL) { strcpy(p->name, "Taro Yamada"); p->age = 20; p->score = 80.0; printf("名前:…
    21キロバイト (2,984 語) - 2024年6月13日 (木) 03:12
  • 点数・得点 point, score score も point も、スポーツや試験などの「得点」の意味がある。 違いとして、score は win a game by a score of five to three 「5対3で試合に勝つ」 のように両チームの得点結果の意味にも使える。 win a…
    10キロバイト (1,500 語) - 2024年6月8日 (土) 15:03
  • model.wv['orange'] # 単語の類似度計算 similarity_score = model.wv.similarity('apple', 'orange') print(similarity_score) from gensim import corpora from gensim…
    4キロバイト (518 語) - 2023年8月2日 (水) 03:38
  • ' Not演算(否定) 制御構文は、条件分岐や繰り返し処理を行うためのものです。以下に制御構文の例を示します。 Dim score As Integer = 80 If score >= 60 Then Console.WriteLine("合格") Else Console.WriteLine("不合格")…
    9キロバイト (702 語) - 2023年10月10日 (火) 04:50
  • name; int score; }; // scoreで昇順ソート std::sort(students.begin(), students.end(), [](const Student& a, const Student& b) { return a.score < b.score; });…
    20キロバイト (2,588 語) - 2024年5月21日 (火) 22:57
  • post_process_object_detection(outputs, threshold=0.9, target_sizes=target_sizes)[0] for score, label, box in zip(results["scores"], results["labels"], results["boxes"]):…
    12キロバイト (1,504 語) - 2023年9月22日 (金) 13:56
  • scores = cross_val_score(logreg, X, y, cv=5) print('Cross-validated scores:', scores) print('Average score:', scores.mean()) cross_val_score
    31キロバイト (4,476 語) - 2023年4月14日 (金) 09:51
  • scores($subject, $student, ...$scores) { $total = 0; foreach ($scores as $score) { $total += $score; } $average = $total / count($scores); echo "{$student} got an…
    40キロバイト (5,575 語) - 2023年4月24日 (月) 07:59
  • queryDatabase()) { auto [id, name, score] = record; std::cout << "ID: " << id << ", Name: " << name << ", Score: " << score << "\n"; } return 0; }…
    47キロバイト (6,536 語) - 2024年5月28日 (火) 22:32
  • を返すことができたり、オブジェクト指向の特性を活用することができます。 public Integer calculateTotalScore(List<Integer> scores) { // リスト内のスコアの合計を計算 return scores.stream().reduce(0…
    15キロバイト (1,841 語) - 2024年2月2日 (金) 13:36
  • $number") } 条件分岐とループ fun main() { val score = 75 // 条件分岐 if (score >= 80) { println("Great job!") } else if (score >= 60) { println("Good job!") } else…
    180キロバイト (28,649 語) - 2024年5月9日 (木) 23:08
  • pound, paradise, wilderness, column, assembly, clothing, deadly, universe, score, weeping, colonel, mort, covering, fourteen, hunger, reminded, daylight…
    153キロバイト (8,544 語) - 2023年2月21日 (火) 06:11
  • println "Count after decrement: " + count // 結果: 5 // 三項演算子 def score = 80 def result = (score >= 70) ? "Pass" : "Fail" println "Result: " + result // 結果:…
    92キロバイト (11,563 語) - 2024年2月5日 (月) 00:26
  • scores($subject, $student, ...$scores) { $total = 0; foreach ($scores as $score) { $total += $score; } $average = $total / count($scores); echo "{$student} got an…
    2キロバイト (40,455 語) - 2022年12月7日 (水) 00:06
  • OpenMath, and some small sized systems. 51 webOrigami http://weborigami.score.cs.tsukuba.ac.jp/webOrigami/jsp/ Origami assistant on a web. 52 ORMS http://orms…
    30キロバイト (0 語) - 2024年3月28日 (木) 10:21