小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > コンピューター用語 > Most Significant Byteの意味・解説 

Most Significant Byteとは 意味・読み方・使い方

発音を聞く
プレーヤー再生
ピン留め

追加できません

(登録数上限)

単語を追加

コンピューター用語辞典での「Most Significant Byte」の意味

most significant byte<MSB>


「Most Significant Byte」の部分一致の例文検索結果

該当件数 : 18



例文

On the i386 the host byte order is Least Significant Byte first (little endian), whereas the network byte order, as used on the Internet, is Most Significant Byte first (big endian).発音を聞く 例文帳に追加

i386 ではホストバイトオーダは Least Significant Byte (LSB) first(リトルエンディアン) だが、インターネットで使われるネットワークバイトオーダはMost Significant Byte (MSB) first (ビッグエンディアン)である点に注意すること。 - JM

The pointer searches for a most significant non-zero bit of a divisor and outputs a most significant byte value.例文帳に追加

ポインタは除数の最上位ノンゼロビットを求めて、最上位バイト値を出力する。 - 特許庁

On the i386 the host byte order is Least Significant Byte first, whereas the network byte order, as used on the Internet, is Most Significant Byte first.発音を聞く 例文帳に追加

i80x86 のホストバイトオーダーでは最下位バイトが若いアドレスに配置されるが、インターネットで用いられるネットワークバイトオーダーでは最上位バイトが先に配置される。 - JM

For 2-byte matrix fonts, the 16-bit value should be formed with the byte1 member in the most significant byte and the byte2 member in the least significant byte.例文帳に追加

2バイト行列形式のインデックスを持つフォントについては、16ビットの値は byte1 メンバが最上位バイトで byte2 が最下位ビットとなるようにしなければならない。 - XFree86

Class A This address type is indicated by the value 0 in the most significant bit of the (network byte ordered) address.発音を聞く 例文帳に追加

Class A(ネットワークバイトオーダの) アドレスの最上位ビットが 0 の場合、このアドレス種別となる。 - JM

The network address is contained in the most significant byte, and the host address occupies the remaining three bytes.発音を聞く 例文帳に追加

このアドレス種別では、最上位バイトがネットワークアドレスを表し、残りの 3 バイトがホストアドレスを表す。 - JM

例文

The network address is contained in the three most significant bytes, and the host address occupies the remaining byte.発音を聞く 例文帳に追加

このアドレス種別では、上位 3 バイトがネットワークアドレスを表し、残りの 1 バイトがホストアドレスを表す。 - JM

>>例文の一覧を見る

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

電気制御英語辞典での「Most Significant Byte」の意味

most significant byte


日英・英日専門用語辞書での「Most Significant Byte」の意味

most significant byte


Wiktionary英語版での「Most Significant Byte」の意味

most significant byte

出典:『Wiktionary』 (2010/02/24 23:23 UTC 版)

使用する際の注意点

「Most Significant Byte」の部分一致の例文検索結果

該当件数 : 18



例文

The second left shifter performs a shift operation according to the most significant byte value, so as to generate a second exponential coefficient.例文帳に追加

第二の左シフタは、第二の指数係数を生ずる為に最上位バイト値に従ってシフト操作を行う。 - 特許庁

The first left shifter performs a shift operation according to the most significant byte value, so as to generate a first exponential coefficient.例文帳に追加

第一の左シフタは、第一の指数計数を生ずる為に最上位バイト値に従ってシフト操作を行う。 - 特許庁

This will have the value'big' on big-endian (most-signigicant byte first) platforms,and 'little' on little-endian (least-significant byte first)platforms.New in version 2.0.発音を聞く 例文帳に追加

ビッグエンディアン(最上位バイトが先頭)のプラットフォームでは'big'、リトルエンディアン(最下位バイトが先頭)では'little'となります。 バージョン 2.0 で 新たに追加 された仕様です。 - Python

The carry flag indicates that the result of an operation has caused an overflow of the most significant digit of the byte発音を聞く 例文帳に追加

桁上げフラグ(標識)は,演算の結果によって,このバイトの最上位桁のあふれ(オーバフロー)が起ったことを示す - コンピューター用語辞典

A synchronous pattern arithmetic means 5 assumes the heads of fixed-length short cells in the arrival order of the byte data and performs synchronous pattern operation using the most significant bits of the byte data.例文帳に追加

同期パターン演算手段5は、バイトデータの到着順に固定長ショートセルの先頭と仮定し、該バイトデータの最上位ビットを用いた同期パターン演算を行う。 - 特許庁

For fonts defined with linear indexing rather than 2-byte matrix indexing, each XChar2b structure is interpreted as a 16-bit number with byte1 as the most significant byte.例文帳に追加

2バイトの行列形式のインデックスでなく線形インデックスで定義されたフォントに対しては、各XChar2b構造体は最上位バイトが byte1 である16ビットの数として解釈される。 - XFree86

For fonts defined with linear indexing rather than 2-byte matrix indexing, each XChar2b structure is interpreted asa 16-bit number with byte1 as the most significant byte.例文帳に追加

2バイトの行列形式のインデックスではなく、線形インデックスで定義されたフォントについては、各XChar2b 構造体は byte1 が最上位バイトである16ビットの数と解釈される。 - XFree86

例文

When the scanning mode is transmitted to the imaging system 10, least significant nibble is loaded to a first latch register 88 and most significant nibble is loaded to a second latch register 90 so as to receive one byte of information in the position of a decoder 82.例文帳に追加

イメージング・システム(10)にスキャンモードを送信するに際し、デコーダ(82)の位置で1バイトの情報が受信されるように、第1のラッチ・レジスタ(88)に最下位のニブルをロードしかつ第2のラッチ・レジスタ(90)に最上位のニブルをロードすること。 - 特許庁

>>例文の一覧を見る


Most Significant Byteのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
日外アソシエーツ株式会社日外アソシエーツ株式会社
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
安藤設計事務所安藤設計事務所
Copyright (C) 2026 安藤設計事務所 All rights reserved.
日中韓辭典研究所日中韓辭典研究所
Copyright © 2026 CJKI. All Rights Reserved
Text is available under Creative Commons Attribution-ShareAlike (CC-BY-SA) and/or GNU Free Documentation License (GFDL).
Weblio英和・和英辞典に掲載されている「Wiktionary英語版」の記事は、Wiktionaryのmost significant byte (改訂履歴)の記事を複製、再配布したものにあたり、Creative Commons Attribution-ShareAlike (CC-BY-SA)もしくはGNU Free Documentation Licenseというライセンスの下で提供されています。

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

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS