検索結果- 英語 - 多言語
検索内容:
header guard
(programming) Synonym of include guard
C/C++などのプログラミングにおいて、ヘッダーファイルの多重インクルード(重複読み込み)を防止するための仕組み(include guardの同義語)
header files
plural of header file
ヘッダーファイル(複数形)
pin header
(electronics) A type of electrical connector, consisting of one or more rows of male pins evenly spaced apart.
電子部品の一種で、1列または複数列に並んだオスのピン(端子)が均等間隔に配置され、基板などと接続するために利用される電気コネクタ。
quadruple-header
Four sporting events, one after the other, at a single venue. / Four sporting events, one after the other, broadcast on the same television channel.
同一会場で連続して開催される4つのスポーツイベント / 同一テレビチャンネルで連続放送される4つのスポーツイベント
header guards
plural of header guard
「header guard」の複数形。つまり、複数のヘッダーガードを指す表現です。
Gay Header
(possibly dated) A native or resident of Gay Head (now Aquinnah), a town on Martha's Vineyard with a significant Wampanoag population.
「ゲイヘッダー」とは、(現:アクイナ)と呼ばれる町、マーサズ・ヴィンヤードに位置し、ワンパノアグ族が多く住む地域の出身者または住民を指す(時代遅れの表現)。
diving header
(soccer) A ball struck near ground level by the head of a diving player.
サッカーにおいて、ダイビングしてヘディングするプレー。具体的には、地面近くのボールを、飛びながら頭で打つ行為を指す。
triple-header
(sports) Three games played one after another between the same teams. / Three sporting events, one after the other, at a single venue.
(スポーツ)同一チーム間で連続して行われる3試合のセット / (スポーツ)単一会場にて連続して開催される3つの競技イベントのセット
header file
(programming) A file, usually in the form of source code, that is automatically included in another source file by the compiler. / (programming) A file that contains declarations but no implementations.
プログラミングにおけるヘッダーファイルとは、通常、ソースコード形式で記述され、コンパイラが別のソースファイルに自動的にインクルードするファイルで、宣言(変数、関数、クラスなど)を含むが、実装は含まないファイルです。