「DIV」を含む例文一覧(58)

1 2 次へ>
  • without dividend―ex div.
    配当落ち - 斎藤和英大辞典
  • with dividend―cum div.
    (株券の)配当付 - 斎藤和英大辞典
  • Using CSS classes and divs
    CSS のクラスと div の使用 - NetBeans
  • In the JSP Editor, remove the text Footer from between the footer div tags.
    JSP エディタで、footer div の内容 Footer を削除します。 - NetBeans
  • In the JSP Editor, remove the text Left Bar from between the leftBar div tags.
    JSP エディタで、leftBar div の内容 Left Bar を削除します。 - NetBeans
  • In the JSP Editor, remove the text Right Bar from between the rightBar div tags.
    JSP エディタで、rightBar div の内容 Right Bar を削除します。 - NetBeans
  • In the JSP Editor, remove the text Main Content from between the content div tags.
    JSP エディタで、content div の内容 Main Content を削除します。 - NetBeans
  • Drag and drop a Grid Panel component on to the leftBar div.
    leftBar div に「グリッドパネル」コンポーネントをドラッグ&ドロップします。 - NetBeans
  • Open the JSP Editor and remove the text Header from between the header div tags.
    JSP エディタを開き、header div の内容 Header を削除します。 - NetBeans
  • Username: input type=text name=user/ Password: input type=password name=userpassword/br/ div class=error ?php if (!logonSuccess) echo Invalid name and/or password; ? /div input type=submit value=Edit My Wish List/ /form/div The class "logon" is applied to the entire form, and the class "error" is applied to an error message within the form.
    div class=logon input type=submit name=myWishList value=My Wishlist onclick=javascript:showHideLogonForm()/ form name=logon action=index.php method=POST style=visibility:?php if (logonSuccess) echo hidden; else echo visible;? Username: input type=text name=user/ Password: input type=password name=userpassword/br/ div class=error ?php if (!logonSuccess) echo Invalid name and/or password; ? /div input type=submit value=Edit My Wish List/ /form/div クラス「logon」がフォーム全体に適用され、クラス「error」がフォーム内のエラーメッセージに適用されます。 - NetBeans
  • Note: The width is same as width of the container div as specified in layout.css.
    注: この幅は、layout.css で指定した container div の幅と同じです。 - NetBeans
  • Now the Layout Panel should cover the entire Main Content div
    これでレイアウトパネルがメインコンテンツ div 全体をカバーします。 - NetBeans
  • DIV carries out an unsigned division on the accumulator
    DIVは,符号なしの除算をアキュムレータ(累算器)で実行する - コンピューター用語辞典
  • Insert the div element that is shown in bold in the following code sample.
    次のコード例にボールドで示している div 要素を挿入します。 - NetBeans
  • Implementing the Design Using HTML Divs
    HTML Div を使用したデザインの実装 - NetBeans
  • Be sure you select the div elements themselves and not just their jsp:directive.include child elements.
    このとき、jsp:directive.include 子要素だけでなく、必ず div 要素自体を選択してください。 - NetBeans
  • From the Layout section of the Palette, drag and drop a Group Panel component onto the rightBar div.
    パレットの「レイアウト」セクションから、「グループパネル」コンポーネントを rightBar div にドラッグ&ドロップします。 - NetBeans
  • From the Layout section of the Palette, drag and drop a Group Panel component onto the footer div.
    パレットの「レイアウト」セクションから、「グループパネル」コンポーネントを footer div にドラッグ&ドロップします。 - NetBeans
  • Ftom the Layout section of the Palette, drag and drop a Layout Panel component on to the content div.
    パレットの「レイアウト」セクションから、「レイアウトパネル」コンポーネントを content div にドラッグ&ドロップします。 - NetBeans
  • 2. Why are the hidden form elements put into a div with style display: none?
    2. フォームの hidden 要素が divタグの内部に配置され、スタイル display: noneが指定されている理由は? - PEAR
  • Implement the application design using divs.
    div を使用してアプリケーションのデザインを実装する - NetBeans
  • From the Layout section of the Palette, drag and drop a Layout Panel component onto the header div in the Visual Designer.
    パレットの「レイアウト」セクションから、「レイアウトパネル」コンポーネントをビジュアルデザイナ内の header div にドラッグ&ドロップします。 - NetBeans
  • In the Outline window, hold down the Control key and select both div elements and the Static Text component.
    「アウトライン」ウィンドウで、Ctrl キーを押しながら、div 要素と「静的テキスト」コンポーネントの両方を選択します。 - NetBeans
  • From the Page 1 - Navigator window, hold down the Control key and select both div elements and the Static Text component.
    Page 1 の「ナビゲータ」ウィンドウで、Ctrl キーを押しながら、div 要素と「静的テキスト」コンポーネントの両方を選択します。 - NetBeans
  • In the case of q[i]≥div+p-1 in a step 33, p-1 is added to a value of div in a step 34.
    ステップ33で、q[i]≧div+p−1の場合、ステップ34で、divの値にp−1を加算する。 - 特許庁
  • In addition, the page fragment is added to the Projects window and to a div block in the Navigator window.
    ページフラグメントがページに表示されます。 ページフラグメントは、「プロジェクト」ウィンドウと、「ナビゲータ」ウィンドウの div ブロックにも追加されます。 - NetBeans
  • In addition, the page fragment is added to the Projects window and to a div block in the Outline window.
    ページフラグメントがページに表示されます。 ページフラグメントは、「プロジェクト」ウィンドウと、「アウトライン」ウィンドウの div ブロックにも追加されます。 - NetBeans
  • And as form is not a block element, but div is a block element, this trick is used to make the output XHTML valid.
    form はブロック要素ではありませんがdiv はブロック要素です。 そこで、このような記述をすることで、妥当な XHTML にしているのです。 - PEAR
  • Then, y[i] is determined from y[i]=q[i]-div in a step 35.
    ステップ35で、y[i]=q[i]−divから、y[i]を求める。 - 特許庁
  • In the case of q[i]<div+p-1, processing is moved to a step 35 as it is.
    q[i]<div+p−1の場合、そのままステップ35に進む。 - 特許庁
  • A parameter calculation apparatus initializes (i) and div into 0 in a step 32.
    パラメータ演算装置は、ステップ32で、i、divを0に初期化する。 - 特許庁
  • The rugby club had belonged to League A (Div. 1) of Kansai Collegiate Rugby Football Association, but was relegated to League B after losing the play-off for the ticket of Div. 1 against Setsunan University's team in 2007.
    龍谷大学ラグビー部は、関西大学Aリーグ(1部)に所属していたが、2007年、摂南大学との入れ替え戦に負けBリーグに降格。 - Wikipedia日英京都関連文書対訳コーパス
  • The American football club,"SEA HORSE", had been in Division 1 (Div. 1) of Kansai Collegiate American Football Association, but was relegated to Division 2 after losing the play-off for the ticket of Div. 1 against Konan University's team in 2007.
    アメリカンフットボール部「シーホース」は関西学生ディヴィジョンI(1部リーグ)に所属していたが、2007年、甲南大との入れ替え戦に負け2部に降格。 - Wikipedia日英京都関連文書対訳コーパス
  • According to the output signal level detected in the detection circuit, the carrier leak suppression is performed by controlling the gain of the DIV circuit and the LoAmp circuit.
    前記検出回路で検出された出力信号レベルに応じて、DIV回路およびLoAmp回路の利得を制御することにより、キャリアリークの抑圧を行う。 - 特許庁
  • Noise induced by the power voltage of a frequency divider is reduced by the periodical preloading operation of the up/down counters L1 to LN in the frequency divider DIV.
    本発明は、周波数分周器DIVのアップ/ダウン・カウンタL1〜LNの周期的なプリロード動作により、周波数分周器の電源電圧に誘起されたノイズを低減させる。 - 特許庁
  • In this case, that division candidate position is regarded as the final division position Div and the content data 2 is dubbed, from the head to the division position Div, to the recording medium 3A.
    この場合、その分割候補位置を最終的な分割位置Divとして、コンテンツデータ2の先頭から分割位置Divまでを記録媒体3Aにダビングする。 - 特許庁
  • The parameters are, e.g., a network divider (DIV), a time correction (TCR), and an equalizer (EQ).
    パラメータは、例えば、ネットワークディバイダ(DIV)、タイムコレクション(TCR)およびイコライザ(EQ)である。 - 特許庁
  • The number of emission sites required for each pixel or sub-pixel is estimated by measuring a distribution characteristic of emission current density, and by using a statistical technique from its average value av and a standard deviation div.
    エミッション電流密度の分布特性を測定し、その平均値avと標準偏差divから統計的手法を用いて、ピクセルあるいはサブピクセル当たりに必要なエミッションサイト数を見積もる。 - 特許庁
  • Tokyo Office (Div. 566, Level 5, Nippon Building, 2-6-2 Otemachi, Chiyoda Ward, Tokyo, 100-0004)
    東京オフィス(〒100-0004東京都千代田区大手町2丁目6番2号日本ビルヂング5階566区) - Wikipedia日英京都関連文書対訳コーパス
  • The divider DIV performs division operation (÷(sum of a_k), k=0 to (n-1)), and a filter output Y is obtained.
    除算器DIVでは、除算演算(÷(a_kの総和),k=0〜(n−1))が行われ、フィルタ出力Yが得られる。 - 特許庁
  • An agent control part 6 makes the expert agent exhibit the expert comment about an expertise division Div, related to the expertise division Div consistent with a matter-of-concern division Int of the user concern matter stored in a matter-of-concern part 5, out of the expertise divisions Div wherein the selected information Ch is classified in an expertise part 4.
    エージェント制御部6は、選択情報Chが専門知識部4において分類された専門知識区分Divの内、関心事部5に記憶されたユーザの関心事である関心事区分Intと一致する専門知識区分Divに対して、当該専門知識区分Divに関する専門的コメントを専門家エージェントに提示させる。 - 特許庁
  • A control circuit 23 provided to a reset circuit 21 outputs a set signal S or a reset signal R to a delay circuit 22 to make an output signal SGC of the delay circuit 22 in matching with a level of a frequency setting signal DIV at that time when a power save signal PS is released.
    リセット回路21に設けられた制御回路23は、パワーセーブ信号PSが解除されると、遅延回路22の出力信号SGCをその時の周波数設定信号DIVのレベルと一致させるためのセット信号S又はリセット信号Rを遅延回路22に出力する。 - 特許庁
  • A discrimination circuit 24 does not output an L level output signal OUT to stop a phase comparator since the level of the frequency setting signal DIV matches the level of the output signal SGC of the delay circuit 22 in the case of releasing the power save signal PS.
    判定回路24は、パワーセーブ信号PSが解除された時には周波数設定信号DIVのレベルと遅延回路22の出力信号SGCのレベルが一致していることから、位相比較器を停止させるためのLレベルの出力信号OUTに出力することはない。 - 特許庁
  • An amplitude value (detected amplitude value Areal) of current changes diu, div and diw based on a norm of a two-dimensional vector which is thus converted.
    そして、こうして変換された2次元ベクトルのノルムに基づき、電流変化diu,div,diwの振幅値(検出振幅値Areal)を検出する。 - 特許庁
  • The detector/demodulator 9 receives the RF signal from the DIV 8, demodulates the signal, acquires a transport stream, and gives it to a TS decoder 10.
    検波・復調部9は、DIV8からRF信号を受け取って、復調してトランスポートストリームを取得して、TSデコーダ10に渡す。 - 特許庁
  • A clock frequency divider circuit (DIV) 110 outputs a signal MPR resulting from applying 1/2 frequency division to a clock signal CLK to a programmable delay line (DL-MTX) 140.
    クロック分周回路(DIV)110は、クロック信号CLKを2分周した信号MPRを、プログラマブル・ディレイライン(DL_MTX)140へ出力する。 - 特許庁
  • Signals output from the multipliers A_0 to A_n-1 are input to an adder SUM, and the added result is input to a divider DIV.
    乗算器A_0〜A_n−1からそれぞれ出力された信号は加算器SUMに入力され、その加算結果は除算器DIVに入力される。 - 特許庁
  • The frequency divider DIV generates the clock with low frequency CLKL from the clock with high frequency CLKH, and the bus interface BSIF is provided with a level shifting function, a data width converting function, a hand shaking function between the bus BS and the bus interface, and the like.
    DIVは、CLKHからCLKLを生成し、BSIFは、レベルシフト機能、データ幅変換機能、およびBSとの間のハンドシェイク機能などを備える。 - 特許庁
  • Each of the processor cores PE0-PE63 is provided with a bus interface BSIF and a frequency divider DIV in order to absorb a power supply voltage difference and a frequency difference between the bus BS and each of them.
    PE0〜PE63のそれぞれは、BSとの間の電源電圧差および周波数差を吸収するため、バスインタフェースBSIFおよび分周器DIVを備える。 - 特許庁
  • Two mul commands and one add command corresponding to a program is loaded, and a sub command, div command, and add command corresponding to another program are loaded in a vacant region.
    あるプログラムに対応するふたつのmul命令とひとつのadd命令をロードし、空き領域に別のプログラムに対応するsub命令、div命令、add命令をロードする。 - 特許庁
1 2 次へ>

例文データの著作権について