検索結果- 英語 - 多言語
検索内容:
chi-by-eye
Bolton-by-Bowland
by Jiminy
deaths by a thousand cuts
saving by the bell
present participle of save by the bell
「saving by the bell」は「save by the bell」の現在分詞です。
saves by the bell
Third-person singular simple present indicative form of save by the bell
これは活用形の説明で、'save by the bell' の三人称単数現在形 (simple present indicative) です。
Goring-by-Sea
sail-by salute
(nautical) A close passage by a nautical vessel to a fixed point (on shore), to "salute" the location or persons assembled at the location.
(海上)船舶が岸に固定された地点の付近を通過する際、その地点やそこに集まった人々に対して挨拶や敬意を表する行為(またはその様式)
call by sharing
(programming) An evaluation strategy where arguments passed to a function can be mutated in a way that is visible to the caller (unlike call-by-value) but access is not given to the specific variables passed as arguments (unlike call-by-reference).
プログラミングにおける評価戦略の一種で、関数に渡された引数が、関数内部で変更された場合にその変更が呼び出し元に反映される。ただし、その引数が特定の変数そのものではなく、参照するオブジェクトの値として渡されるため、関数内での変更は呼び出し側にも影響を与えるが、直接的な変数へのアクセスは許されない。