小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > 日英・英日専門用語 > エスケープコードの英語・英訳 

エスケープコードの英語

ピン留め

追加できません

(登録数上限)

単語を追加

英訳・英語 escape code


日英・英日専門用語辞書での「エスケープコード」の英訳

エスケープコード


「エスケープコード」を含む例文一覧

該当件数 : 18



例文

TERMCAP 種々の端末の機能を実現する端末のエスケープコードの データベースのエントリ。例文帳に追加

Database entry of the terminal escape codes to perform various terminal functions.発音を聞く  - FreeBSD

LF 文字の扱いを一時的に変更するための エスケープコードをプリンタに送る方法。例文帳に追加

Send an escape code to the printer to have it temporarily treat LF characters differently.発音を聞く  - FreeBSD

次に、Hewlett Packard 社の PCL エスケープコードに対応しているプリンタのためのテキストフィルタの例を示します。例文帳に追加

Here is an example text filter for printers that understand the Hewlett-Packard PCL escape codes.発音を聞く  - FreeBSD

エスケープコードによる例外処理をプロセッサで処理する可変長復号装置において、エスケープコードが頻発するようなビットストリームでは、一つのエスケープシーケンスのコードを検出するのに、割り込み処理のオーバーヘッドがあるので、多数のエスケープコードが頻発すると、例外処理のサイクルが増大し、ハフマンデコード全体の処理性能が低下してしまう。例文帳に追加

To provide a variable-length decoding device that enables a processor to perform exceptional processing of variable-length decoding fast by reducing an overhead of interruption processing. - 特許庁

プリンタがサポートしているかもしれないエスケープコード については、プリンタのマニュアルを参照してください。例文帳に追加

Consult your printer's manual for escape codes that your printer might support.発音を聞く  - FreeBSD

適切なエスケープコードが見つかったら、最初にそのコードを送り、次にプリントジョブを送信するようにテキストフィルタを変更してください。例文帳に追加

When you find the proper escape code, modify the text filter to send the code first, then send the print job.発音を聞く  - FreeBSD

例文

leftcode と rightcode の目的は、単に必要な打ち込む回数を減らす(さらに、見苦しいエスケープコードをユーザーに隠す) ことにある。例文帳に追加

The purpose of the left- and rightcodes is merely to reduce the amount of typing necessary (and to hide ugly escape codes away from the user).発音を聞く  - JM

>>例文の一覧を見る


調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

「エスケープコード」を含む例文一覧

該当件数 : 18



例文

プログラムは termcap を読み込んで、実際に使用している端末に個別のエスケープコード群を取得する。例文帳に追加

Programs can read termcap to find the particular escape codes needed to control the visual attributes of the terminal actually in use.発音を聞く  - JM

\\+hfこのオプションは、ファンクションキーに対して、HP のファンクションキーのエスケープコードを生成してはならないことを指定する。例文帳に追加

+hf This option indicates that HP FunctionKey escape codes should not be generated for function keys.発音を聞く  - XFree86

\\+sfこのオプションを指定すると、ファンクションキーが押された時に標準のエスケープコードが生成される。例文帳に追加

This option indicates that the standard escape codesshould be generated for function keys.発音を聞く  - XFree86

\\+spこのオプションを指定すると、テンキーとファンクションキーが標準のエスケープコードを生成するようになる。例文帳に追加

This option indicates thatthe standard escape codes should be generated for keypad and function keys. -t発音を聞く  - XFree86

"hpFunctionKeys (class HpFunctionKeys)"ファンクションキーに対して、標準のエスケープシーケンスでなく HP のファンクションキーのエスケープコードを生成するかどうかを指定する。例文帳に追加

hpFunctionKeys (classHpFunctionKeys) Specifies whether or not HP Function Key escape codes shouldbe generated for function keys instead of standard escape sequences.発音を聞く  - XFree86

"sunFunctionKeys (class SunFunctionKeys)"標準のエスケープシーケンスではなく、Sunのファンクションキーエスケープコードを用いるかどうかを指定する。例文帳に追加

sunFunctionKeys (class SunFunctionKeys) Specifies whether or not Sun FunctionKey escape codes should be generated for function keys instead of standardescape sequences.発音を聞く  - XFree86

e あるいは E は、エスケープコードで設定される通常フォントとボールド体フォント、倍角文字フォントを示す(それぞれ2番目、3番目、4 番目の引き数として指定された場合)。例文帳に追加

The first argument is a single character that specifies the font to be used: d or D indicate the default font (the font initially used when xterm was started), 1 through 6 indicate the fonts specified by the font1 through font6 resources, e or E indicate the normal, bold and wide fonts that have been set through escape codes (or specified as the second, third and fourth action arguments, respectively), and sor S indicate the font selection (as made by programs such as - XFree86

例文

可変長復号部のハフマンテーブルメモリには、エスケープコードは例外処理を実行するための識別コードになり、復号データ領域を、プロセッサの命令メモリの例外処理の開始番地としておく。例文帳に追加

An escape code in a Huffman table memory in a variable-length decoding section is an identification code for performing exceptional processing, and a decoded data area includes a start address for the exceptional processing of an instruction memory of the processor. - 特許庁

>>例文の一覧を見る

「エスケープコード」の英訳に関連した単語・英語表現

エスケープコードのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
日中韓辭典研究所日中韓辭典研究所
Copyright © 2024 CJKI. All Rights Reserved

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS