1153万例文収録!

「8-bits」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > 8-bitsに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

8-bitsの部分一致の例文一覧と使い方

該当件数 : 395



例文

8 Maurer's Universal Statistical Test (for block size=8 bits) 例文帳に追加

8. Maurer's Universal Statistical Test(ブロックサイズ = 8 ビット) - FreeBSD

there are 8 bits in a byte 例文帳に追加

1バイトには8ビットある - 日本語WordNet

#RGB(4 bits each)#RRGGBB(8 bits each)#RRRGGGBBB(12 bits each)#RRRRGGGGBBBB(16 bits each) 例文帳に追加

#RGB (それぞれ 4 ビット)#RRGGBB (それぞれ 8 ビット)#RRRGGGBBB (それぞれ 12 ビット)#RRRRGGGGBBBB (それぞれ 16 ビット) - XFree86

64 K bits equals 8 K bytes. 例文帳に追加

64 キロビットは 8 キロバイトに等しい - 研究社 英和コンピューター用語辞典

例文

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


例文

Note that h indicates the value scaled in 4 bits, hh the value scaled in 8 bits, hhh the value scaled in 12 bits, and hhhh the value scaled in16 bits, respectively.例文帳に追加

e h は4ビットの値、hh は8ビットの値、hhh は12ビットの値、hhhh は16ビットの値をそれぞれ示す。 - XFree86

The MM protocol uses 1 start bit, 8 data bits, odd parity and one stop bit at the speed of 1200 bits/sec. 例文帳に追加

MM プロトコルは 1200 bits/sec で 1 スタートビット、8 データビット、奇数パリティ、 1 ストップビットを使う。 - JM

Redundant bits of 4 bits are given to inputted data bits of 8 bits and data width 2 bits are constituted.例文帳に追加

入力される8ビットのデータビットに4ビットの冗長ビットを付与してデータ幅12ビットを構成する。 - 特許庁

which carries 8 bits for BoardID/ChipID/Register address, 8 bits for data, and a few additional bits for controls . 例文帳に追加

このバスには、基板ID/チップID/レジスタ・アドレス用に8ビット、データ用に8ビット、そしてその他制御用に何ビットかが使われている。 - Electronic Frontier Foundation『DESのクラック:暗号研究と盗聴政策、チップ設計の秘密』

例文

Set character size to 5, 6, 7, or 8 bits. 例文帳に追加

文字のサイズをそれぞれ 5, 6, 7, 8 ビットに設定する。 - JM

例文

File's permission bits (in octal). 例文帳に追加

ファイルの許可属性ビット (8 進表示)。 - JM

Choose 7 or 8 data bits; none, even, or odd parity; and 1 or 2 stop bits. 例文帳に追加

そして、データビット (7 または 8)、 パリティ(偶/奇/なし)、ストップビット (1 または 2) を選んでください。 - FreeBSD

By default, all 8 bits per color component are used.例文帳に追加

デフォルトでは、色要素ごとに 8 ビット全てが使われる。 - XFree86

The exposure device is provided with a separation section 41 for separating the image data of N bits (for example, 12 bits) to upper A bits (for example, 4 bits) and lower B bits (for example, 8 bits).例文帳に追加

Nビット(例えば12ビット)の画像データを上位Aビット(例えば4ビット)と下位Bビット(例えば8ビット)とに分離する分離部42を設ける。 - 特許庁

It uses 1 byte to code 7 bits, 2 bytes for 11 bits, 3 bytes for 16 bits, 4 bytes for 21 bits, 5 bytes for 26 bits, 6 bytes for 31 bits. 例文帳に追加

UTF-8 は 7 ビットを符号化するのに 1 バイトを、 11 ビットでは 2 バイトを、16 ビットでは 3 バイトを、21 ビットでは 4 バイトを、26 ビットでは 5 バイトを、31 ビットでは 6 バイトを用いる。 - JM

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側のビットとに分離する。 - 特許庁

When the sensor data are 8 bits (1 byte), the difference data are 9 bits.例文帳に追加

センサデータが8ビット(1バイト)とすると、差分データは9ビットである。 - 特許庁

red, green, blue := h | hh | hhh | hhhh h := single hexadecimal digitsNote that h indicates the value scaled in 4 bits, hh the value scaledin 8 bits, hhh the value scaled in 12 bits, and hhhh the value scaled in16 bits, respectively. 例文帳に追加

\\fI\\fP, \\fI\\fP, \\fI\\fP := \\fIh\\fP | \\fIhh\\fP | \\fIhhh\\fP | \\fIhhhh\\fP\\fIh\\fP := 一桁の 16 進数\\fIh\\fP は 4 ビットの値、\\fIhh\\fP は 8 ビットの値、\\fIhhh\\fP は 12 ビットの値、\\fIhhhh\\fP は 16 ビットの値をそれぞれ表す。 - XFree86

1. Integrated circuits with a resolution of 8 bits or more 例文帳に追加

(一) 分解能が八ビット以上のもの - 日本法令外国語訳データベースシステム

She's an eightyearold who got chopped to bits in england back in 1867.例文帳に追加

8才でバラバラにされた 1867年、英国で - 映画・海外ドラマ英語字幕翻訳辞書

These 8 bits are used to indicate the branch condition 例文帳に追加

これらの8ビットは,分岐条件を指示するのに使われる - コンピューター用語辞典

Header 8 bits of a pack are separated into high 4 bits and low 4 bits to form a hierarchical structure.例文帳に追加

パックのヘッダー8ビットは、上位4ビット、下位4ビットに分かれ、階層構造を形成する。 - 特許庁

Reproduced data of 14 bits are converted to 8 bits at a reproduction side.例文帳に追加

再生された14ビットのデータは、再生側で8ビットに変換される。 - 特許庁

Specifically, the tester has the parallel DI interface 7 of several tens bits and the parallel DO interface 8 of several tens bits.例文帳に追加

すなわち、数十ビットのパラレルDIインタフェース7を持つ。 - 特許庁

Two bits indicate one of four data sizes including a byte (8 bits), a half word (16 bits), a word (32 bits), and a double word (64 bits).例文帳に追加

2つのビットがバイト(8ビット),ハーフ・ワード(16ビット),ワード(32ビット)およびダブル・ワード(64ビット)を含む4つのデータ・サイズのうちの1つを示す。 - 特許庁

If the lowest eight bits are >= 18, bits from the extended sense data are used. 例文帳に追加

低位側の 8 ビットが 18 以上だと、拡張状態データ (extended sense data)が用いられる。 - JM

The bottom8 bits are the character proper, and upper bits are the attributes. 例文帳に追加

下位 8 ビットが常に文字となり、それより上のビットは属性を表します。 - Python

In the 2.6 kernel, the bits above the eight lowermost bits are concatenated to the five lowermost bits to form the tape number. 例文帳に追加

カーネル 2.6 では、低位側 8 ビットよりも上位にあるビット群がこの 5 ビットに連結 (concatenate)され、テーブ番号となる。 - JM

One multi-frame consists of 80 frames and 80 frame synchronous bits are divided into 8 groups (group 1-8) each having 10-bits.例文帳に追加

80フレームを1マルチフレームとして構成し、その80ビットのフレーム同期ビットを10ビットずつ8グループ(group1〜8)に分割する。 - 特許庁

The 8-bit width of image data is expanded into 12 bits of {image data (8 bits) + matrix size (4 bits)} by the γ-conversion table 1.例文帳に追加

そして、γ変換テーブル1で、画像データのビット幅8ビットを、画像データ(8ビット)+マトリックスサイズ(4ビット)の12ビットに拡張する。 - 特許庁

Therefore, the pixel signal is converted from 10 bits into 8 bits (step S316).例文帳に追加

したがって画素信号は10ビットから8ビットに変換される(ステップS316)。 - 特許庁

A packing part 203 collects data of eight bits into data of a 16 bits unit and transfers them to a printer.例文帳に追加

パッキング部203は、8ビットのデータを16ビット単位のデータにまとめてプリンタへ転送する。 - 特許庁

A data compression part 202 collects the codes of four bits by three pixels and converts them into the codes of eight bits.例文帳に追加

データ圧縮部202は、4ビットのコードを三画素分集めて、8ビットのコードに変換する。 - 特許庁

By default, the serial port settings are: 9600 baud, 8 bits, no parity, and 1 stop bit. 例文帳に追加

デフォルトのシリアルポート通信速度は、9600 ボー、 8ビット、パリティなし、ストップビット 1 です。 - FreeBSD

This consists of the least significant 8 bits of the status argument that the child specified in a call to exit (3) 例文帳に追加

終了ステータスはstatus引き数の下位 8ビットで構成されており、exit (3) - JM

To efficiently compress and encode image data in which the number of quantization bits of pixel data exceeds 8 bits and is less than 16 bits.例文帳に追加

画素データの量子化ビット数が8ビットを超え16ビット未満の画像データを効率的に圧縮符号化する。 - 特許庁

As a result, a bandwidth of the print bus 120 has eight bits per each of YMCK colors, that is, the total is 8 bits ×4=32 bits.例文帳に追加

そのため、プリントバス120の帯域幅は、YMCK各色毎に8ビット、つまり8ビット×4=32ビットですむ。 - 特許庁

When 24 bits corresponding to the interval d of a nozzle string are divided by 16 bits, the quotient is 1 and the remainder is 8 bits.例文帳に追加

ノズル列の間隔dに相当する24ビットを16ビットで除算すると、商は1で余りが8ビットとなる。 - 特許庁

The bus width of the CPU bus is 8 bits and it is different from the number of bits (6 bits) needed for performing the gradation display of respective colors.例文帳に追加

CPUバスのバス幅は、8ビットであり、各色を階調表示するために必要なビット数(6ビット)と異なる。 - 特許庁

Even if it is possible that 2 bits or 3 bits among the 8 bits are simultaneously at high level, it is not considered that all bits are unanimously at a high level.例文帳に追加

これら8ビット中の2ビットとか3ビットが同時にハイレベルとなることはあり得るとしても、全てのビットが一斉にハイレベルになることは考えられない。 - 特許庁

The BIOS interface used to read the hard disk during this period (INT 13H, Subfunction 2) allocates 10 bits to the Cylinder Number, 8 bits to the Head Number, and 6 bits to the Sector Number. 例文帳に追加

このプロセスの間、ハードディスクを読み込むために使用された BIOS インタフェース (INT13H、Subfunction 2) は、 シリンダ番号へ 10 ビット、ヘッド番号へ 8 ビット、 セクタ番号へ 6ビット割り当てます。 - FreeBSD

The image processor 1 carries out processing for determining the number of bits, the processing being used for expressing each primary color in the number of bits less than 8 bits by decreasing the number of bits of each primary color which is ordinarily expressed in 8 bits each.例文帳に追加

画像処理装置1は、通常8ビットずつで表される各原色のビット数を低減して、8ビット未満のビット数で各原色を表現する際に用いる、当該ビット数を決定する処理を行なう。 - 特許庁

Try dialing into the system; be sure to use 8 bits, no parity, and 1 stop bit on the remote system. 例文帳に追加

この時、8ビット、パリティなし、 1ストップビットで接続するようにしてください。 - FreeBSD

A composite processing section 8 composes the encoded significant bits, refinement bits and encoded bits and outputs the result as encoded data.例文帳に追加

合成処理部8は、符号化された有意ビット、既有意ビット、および符号ビットを合成して符号化データとして出力する。 - 特許庁

A bit converter 1 adds 7-bits whose value is '0' as the low-order bits of a binary image to convert the binary bit into 8 bits (the value is 0 or 255).例文帳に追加

ビット変換器1では、二値画像の下位に値が0の7ビットを付加して8ビット(0または255の値)に変換する。 - 特許庁

Six bits per pixel produce 64 distinct shades on a gray scale,and eight bits produce 256 例文帳に追加

ピクセルごとに6ビットならば64種類を, 8ビットならば256種類のグレーの陰影を生成することになる - コンピューター用語辞典

Six bits per pixel produce 64 distinct shades on a gray scale, and eight bits produce 256. 例文帳に追加

ピクセルごとに6ビットならば64種類を、8ビットならば256種類のグレーの陰影を生成することになる - コンピューター用語辞典

A round processing arithmetic section 22 rounds the n-bit low frequency component into 10-bits and 8-bits.例文帳に追加

丸め処理演算部22は、nビットの低周波成分を10ビットと8ビットに四捨五入する。 - 特許庁

The 0, 8, 16, or 32 specifies how many bits per field there are in the property.例文帳に追加

0, 8, 16, 32 の数字はプロパティにおいてフィールドごとにいくつビットがあるかを指定する。 - XFree86

例文

In this case, the group 1 consists of 10 consecutive 0 bits, the initial and final frame synchronous bits among the 10 consecutive frame synchronous bits of the groups 2-8 are made to be '1' and the other frame synchronous bits are left optional.例文帳に追加

この際、group1は連続10ビットの「0」で構成し、group2〜8は連続10ビットのフレーム同期ビットのうち最初と最後のフレーム同期ビットを「1」とし、それ以外のフレーム同期ビットは任意とする。 - 特許庁




  
Copyright © Japan Patent office. All Rights Reserved.
  
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います:
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
日本語WordNet
日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2026 License. All rights reserved.
WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License
  
日本法令外国語訳データベースシステム
※この記事は「日本法令外国語訳データベースシステム」の2010年9月現在の情報を転載しております。
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
この対訳コーパスは独立行政法人情報通信研究機構の集積したものであり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
原題:”Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design ”

邦題:『DESのクラック:暗号研究と盗聴政策、チップ設計の秘密』
This work has been released into the public domain by the copyright holder. This applies worldwide.

日本語版の著作権保持者は ©1999
山形浩生<hiyori13@alum.mit.edu>である。この翻訳は、全体、部分を問わず、使用料の支払いなしに複製が認められる。
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS