「8-Bit」を含む例文一覧(784)

<前へ 1 2 3 4 5 6 7 8 9 10 11 .... 15 16 次へ>
  • These are the string methods which both 8-bit strings and Unicode objects support:
    以下は 8 ビット文字列および Unicode オブジェクトでサポートされるメソッドです: - Python
  • The 1 bit/dot print data is converted into 8 bit data and the dot to be interpolated is provided with 8 bit data subjected to heat quantity control.
    1ドット・1ビットの印刷データを8ビットデータに変換し、補間対象ドットに熱量制御された8ビットデータを与える。 - 特許庁
  • For 8-bit encodings, all states are equivalent to the initial state.
    8ビット符号においては全ての状態は初期状態と等価である。 - JM
  • Clear high (8th) bit of input characters.
    入力文字の高位ビット (8 番目のビット) をクリアする。 - JM
  • Convert a 8-bit deep greyscale image to a 1-bit deep image by thresholding all the pixels.
    全ピクセルを二値化することによって、深さ8ビットのグレースケール画像を深さ1ビットの画像へ変換します。 - Python
  • This is important with older 8-bit cards that only do 10 bit decoding, and for some cheap 16-bit cards as well.
    このオプションはアドレスを 10 ビットとしてのみ解釈するような、古い 8 ビットカードおよびいくつかの安価な 16 ビットカードに対して有効である。 - XFree86
  • Furthermore, the step of adding bit padding is specified by an expression of NPad=NSYM*NSD-(NMACBYTES*8+16+6).
    また、ビットパディングを付加する段階は、式NPad=NSYM*NSD−(NMACBYTES*8+16+6)で規定する。 - 特許庁
  • By default, the serial port settings are: 9600 baud, 8 bits, no parity, and 1 stop bit.
    デフォルトのシリアルポート通信速度は、9600 ボー、 8ビット、パリティなし、ストップビット 1 です。 - FreeBSD
  • Many 8-bit codes (such as ISO 8859-1, the Linux default character set) contain ASCII as their lower half.
    (ISO 8859-1 のような) 多くの 8 ビットのコードでは下半分にASCII を含んでいる。 - JM
  • For example, when the data D1 is one bit data, the value of "8/M" is "8".
    例えば、データD1が1ビットデータである場合、「8/M」の値は「8」となる。 - 特許庁
  • The quantization LUT 102 converts e.g. 8-bit data into 4-bit data.
    量子化LUT103はたとえば8ビットのデータを、4ビットのデータに変換する。 - 特許庁
  • A bit accuracy conversion part 3 converts the low frequency component signals to 8-bit accuracy.
    ビット精度変換部3は低周波成分信号を8ビット精度に変換する。 - 特許庁
  • Each pixel is composed of data having 8-bit length.
    各画素は8ビット長のデータから構成されている。 - 特許庁
  • A column decoder (10) selects eight bit lines per address.
    カラムデコーダ(10)は一アドレス当たりビット線を8本選択する。 - 特許庁
  • The pixel data is divided into 8 bits on an LSB (Least Significant Bit) side and bits on an MSB (Most Significant Bit) side except the 8 bits on the LSB side.
    画素データをLSB側の8ビットとLSB側の8ビットを除くMSB側のビットとに分離する。 - 特許庁
  • encoding for it (a sequence of 32-bit words) has the same problems. The UTF-8
    にも (32 ビット・ワードの列として) 同じ問題がある。 - JM
  • Convert an 8-bit greyscale image to a 1-bit monochrome image using a(simple-minded) dithering algorithm.
    (ばかばかしいほど単純な)ディザ処理アルゴリズムを用いて、8ビットグレースケール画像を1ビットのモノクロ画像に変換します。 - Python
  • The grouped words include four 8-bit operands.
    グループ化ロードは各々、四つの8ビットオペランドを含んでいる。 - 特許庁
  • To transmit 10-bit video signals while keeping the interchangeability with conventional 8-bit video signals by using the format of the conventional 8-bit video signals.
    汎用の8ビットの映像信号フォーマットを用い、汎用信号との互換性を保ちつつ10ビットの映像信号の伝送を可能にする。 - 特許庁
  • This will result in 8-bit, no parity connections.
    上記の例を利用した場合、FreeBSD 1.1.5 以降ではパリティなし、8ビットの接続が行われます。 - FreeBSD
  • Try dialing into the system; be sure to use 8 bits, no parity, and 1 stop bit on the remote system.
    この時、8ビット、パリティなし、 1ストップビットで接続するようにしてください。 - FreeBSD
  • EBCDIC is an 8-bit internal storage code used by most mainframe computers
    EBCDICは,大部分のメーンフレームコンピュータで使用されている8ビット内部記憶コードである - コンピューター用語辞典
  • By this process, 1 bit data are converted into 8 bit data required by a liquid crystal element.
    これにより、1ビットのデータが、液晶素子が要求する8ビットのデータに変換される。 - 特許庁
  • In decoding, a bit error rate calculator 18 in the decoder 8 calculates the bit error.
    復号時にビットエラーレートを復号部8のビットエラーレート算出部18が算出する。 - 特許庁
  • Since most computers don't include 20.1-bit integers, Unicode is usually encoded as 32-bit integers internally and either a series of 16-bit integers (UTF-16) (needing two 16-bit integers only when encoding certain rare characters) or a series of 8-bit bytes (UTF-8).
    ほとんどのコンピューターは 20.1 ビットの整数を扱えないので、Unicode は普通内部データとして 32 ビット整数にエンコードされ、16 ビット整数の列 (UTF-16)(ある種の珍しい文字をエンコードする場合にだけ2 つの 16 ビット整数が必要となる)か、8 ビットバイトの列 (UTF-8)として扱われる。 - JM
  • A γ-conversion table 1 with 9-bit input and 12-bit output and a dither conversion table 2 with 16-bit input and 8-bit output are arranged.
    8ビット入力−12ビット出力のγ変換テーブル1と、16ビット入力−8ビット出力のディザ変換テーブル2を有する。 - 特許庁
  • Thus, the LCD display control circuit capable of coping with plural kinds (a 4-bit single scanning, an 8-bit dual scanning, and an 8-bit single scanning) of interface systems is obtained.
    これにより、複数種類(4ビットシングルスキャン、8ビットデュアルスキャン、8ビットシングルスキャン)のインターフェース方式に対応したLCD表示制御回路が得られる。 - 特許庁
  • The 1 bit/dot print data is converted into 8 bit data and the dot to be interpolated is provided with 8 bit data of heat quantity control value subjected to heat-up record.
    1ドット・1ビットの印刷データを8ビットデータに変換し、補間対象ドットに熱履歴補正した熱量制御値の8ビットデータを与える。 - 特許庁
  • The CPU 6 receives the 8-bit parallel data via an input port 5 and performs protection processing on a state detection object bit in the 8-bit parallel data.
    CPU6はこの8ビットパラレルデータを入力ポート5を介して受け取り、その中から状態検出対象ビットについての保護処理を行う。 - 特許庁
  • "istrip or -istrip" Clear (or keep) the eight bit in each received byte.
    "istrip または -istrip"各受信バイトの 8 ビット目を消去 (保持) する。 - JM
  • Specifies that eight-bit ISO 8859 characters should be enabled by default.
    )デフォルトで 8 ビットの ISO 8859 文字を有効にするかを指定する。 - JM
  • The data can be sent or received in 8, 16, 24, or 32-bit quantities on the host side, but will always be seen as 24-bit quantities in the DSP56001.
    を使うこと。 ホスト側では、データは 8, 16, 24, 32 ビット単位で送受信できるが、DSP56001 内では、24 ビット単位で扱われる。 - JM
  • The I/O Interface is a general-purpose interface which provides 16-bit or dual 8-bit data exchange
    この入出力インタフェースは,汎用インタフェースで,データ交換を,16ビット又は双8ビット単位で行なう機能をもっている - コンピューター用語辞典
  • A least significant bit substitution method is used to embed the auxiliary information in the least significant bit of sound data represented with a 8-bit.
    最下位ビット置換法により、8ビットで表現される音声データの最下位ビットに補助情報を埋め込む。 - 特許庁
  • If the console is in UTF-8 mode, then the incoming bytes are first assembled into 16-bit Unicode codes.
    もし、コンソールが UTF-8 モードなら、入って来たバイト(byte)は16 ビットの Unicode に組み立てられる。 - JM
  • The Mousesystems protocol uses 1 start bit, 8 data bits, no parity and two stop bits at the speed of 1200 bits/sec.
    マウスシステムズプロトコルは、1200 bits/secで、1 スタートビット、8 データビット、パリティなし、2 ストップビットである。 - JM
  • Same as "es" except that 8-bit string objects are passedthrough without recoding them.
    "es" と同じです。 ただし、8 ビット幅の文字列オブジェクトをエンコードし直さずに渡します。 - Python
  • Return falseotherwise.For 8-bit strings, this method is locale-dependent.
    そうでない場合は偽を返します。 8ビット文字列では、メソッドはロケール依存になります。 - Python
  • Furthermore, synthesized image data consist of in total 8-bit data consisting of a 6-bit color pallet select signal CS and a 2-bit LUT page switching signal LS and allow a synthesis memory 12 to store the 8-bit data.
    また、合成画像データを、6ビットのカラーパレットセレクト信号CSと、2ビットのLUTページ切換信号LSとの計8ビットデータで構成し、合成メモリ12に記憶させる。 - 特許庁
  • The selection number is the 4-bit data, and smaller than the candidate value of the 8-bit data.
    選択番号は、4ビットのデータであって、8ビットデータの候補値よりも小さいデータである。 - 特許庁
  • A bit line contact 20 is formed in the contact hole 8 and moreover a bit line 21 is also formed therein.
    そのコンタクトホール8内に、ビットラインコンタクト部20を形成し、さらにビットライン21を形成する。 - 特許庁
  • IP Addresses are 32-bit values which are typically represented as 8-bit quadruplets (or "dotted quads").
    IPアドレスは32ビットの値であり、典型的には8ビットの四つ組(または「ドットつきクワッド」)で表される。 - コンピューター用語辞典
  • Also, chips are stored in a space portion 9 between a bore hole core bit 8 and the drilling bit 3.
    また、穿孔コアビット8と掘削ビット3との間の空間部9に切粉が収容される。 - 特許庁
  • If you have any 8-bit cards installed,you should add -mask10 to the list of options.
    なお 8 ビットのカードがインストールされている場合には、-mask10を上記のオプションに追加すると良い。 - XFree86
  • And it was five miles further back, I wouldn't be the least bit surprised.
    さらに8キロ後退していても、全く驚かないでしょう - 映画・海外ドラマ英語字幕翻訳辞書
  • Each coefficient circuit of the feedback circuits 103a, 103b increases coefficient- fold 8-bit user data to be input from an 8-bit bus 104.
    フィードバック回路103a,bの各係数回路は、8ビットバス104から入力される8ビットのユーザデータを係数倍する。 - 特許庁
  • In a bit extension unit, the low pass filter 21 eliminates a high frequency component from the 8-bit input signal Si to obtain an n-bit low frequency component.
    ローパスフィルタ21は、8ビットの入力信号Siから高周波成分を除去し、nビットの低周波成分を得る。 - 特許庁
  • where X and Y are any fixed 8-bit value that is repeated across each of the eight bytes of the block.
    このとき、XとYはそれぞれ任意の固定8ビット値で、それがブロックの8バイトすべてで繰り返されているわけだ。 - Electronic Frontier Foundation『DESのクラック:暗号研究と盗聴政策、チップ設計の秘密』
  • A 16/8-bit conversion unit 222 identifies an 8-bit value corresponding to a 16-bit value of the nonlinear digital signal 112 based on the linearization calculation logic 221, and outputs a linear digital signal 113 that expresses the identified 8-bit value.
    16/8ビット変換部222は非線形デジタル信号112の16ビット値に対応する8ビット値をリニアライズ計算ロジック221に基づいて特定し、特定した8ビット値を表す線形デジタル信号113を出力する。 - 特許庁
  • A register 11 comprises 8-bit registers 11a to 11d.
    レジスタ11は、8ビットのレジスタ11a〜11dによって構成される。 - 特許庁
<前へ 1 2 3 4 5 6 7 8 9 10 11 .... 15 16 次へ>

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