タグ

プログラミング

4 件の記事

📖

剰余(あまり)の数学的定義と計算手法整数から多項式まで

剰余あまり整数除法剰余演算
Douglas Crockford at the Yahoo Building (2007)

JSONの基礎知識データ交換フォーマットの仕組みと歴史

JSONデータ交換フォーマットJavaScript Object NotationAPI
Blue highlights show the match results of the regular expression pattern: /r[aeiou]+/g (lowercase r followed by one or more lowercase vowels).

正規表現(Regex)の仕組みと歴史テキスト処理を効率化するパターンマッチング

正規表現Regexパターンマッチング文字列操作
Quotient (q) and remainder (r) as functions of dividend (a), using truncated division

剰余演算(モジュロ)の仕組みとプログラミングにおける定義の違い

剰余演算モジュロmodプログラミング