検索結果- 英語 - 多言語
検索内容:
breast augmentations
boob augmentations
augmented fifth
(music) A musical interval of the Western twelve-semitone system consisting of eight semitones and spanning five degrees of the diatonic scale. It is one semitone wider than a perfect fifth and enharmonically equivalent to a minor sixth.
増五度:音楽用語。西洋十二平均律における音程で、完全五度(7半音)より1半音広い8半音からなる。ダイアトニック音階の5番目の階度をまたぎ、強化された(増加した)完全五度として、小六度と同音(同音異名)とされる。
augmented fourth
(music) A type of tritone in musical composition comprising six semitones. It spans four diatonic scale degrees like a perfect fourth but with an extension of a semitone. The number of diatonic degrees it spans is what distinguishes it from a diminished fifth.
(音楽)増四度 - 半音6つからなる特殊な音程。これは完全四度に1半音を追加した形になっており、単に縮小五度とならない、ダイアトニックな度数の4を形成する音程である。
augmented reality
(computing) The merging of a view of the real-world environment upon a digital image in real time.
拡張現実:実世界の環境にデジタル画像や情報をリアルタイムで重ね合わせる技術
augmented fifths
plural of augmented fifth
「augmented fifth」は音楽理論用語で『増五度』を意味し、「augmented fifths」はその複数形、すなわち『増五度(複数形)』を指します。
augmented octaves
plural of augmented octave
増八度:音楽理論において、完全な八度に半音加えた(拡大された)八度の複数形
augmented octave
(music) A musical interval of the Western twelve-semitone system consisting of thirteen semitones and spanning eight degrees of the diatonic scale. It is one semitone wider than a perfect octave and enharmonically equivalent to a minor ninth/compound minor second.
(音楽用語)完全八度より半音分広い音程。すなわち、十二平均律において13半音から成り、ダイアトニック音階上で8度を跨ぐ音程。小さな9度または複合的な短二度と同一の音高を持つ。
augmented assignments
augmented assignment
(programming) An assignment by which an operator takes a variable as one of its arguments and then assigns the result back to this variable.
プログラミングにおいて、変数に対して演算子を適用し、その結果を同じ変数に再代入する処理全般を指します。例えば、a += b のような表記がこれに該当します。