1016万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > little endianの意味・解説 > little endianに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

little endianの部分一致の例文一覧と使い方

該当件数 : 27



例文

Two's complement, little-endian. 例文帳に追加

2 の補数、リトルエンディアン。 - JM

If the optional argument bigendian is false, the chunk size is assumed to be in little-endian order.例文帳に追加

もし省略可能な引数bigendianがfalseなら、チャンクサイズはlittle-endianであると想定します。 - Python

A 32-bit number in little-endian format. 例文帳に追加

32 ビットのリトルエンディアン形式の数。 - Python

Signed, 16-bit little-endian audio 例文帳に追加

符号なし 16 ビットリトルエンディアンオーディオ - Python

例文

The endian conversion circuit is provided with an endian discrimination register for discriminating the little endian type or the big endian type and an address conversion circuit for performing address conversion corresponding to either one of the endian types on the basis of the value of the endian discrimination register.例文帳に追加

リトルエンディアン形式かビッグエンディアン形式かを判別するエンディアン判別レジスタとエンディアン判別レジスタの値をもとにいすれかのエンディアン形式に対応してアドレス変換を行うアドレス変換回路を備えたエンディアン変換回路である。 - 特許庁


例文

Use this option to convert 32-bit integers between big-endian and little-endian machines. 例文帳に追加

本オプションは、ビッグエンディアンマシンとリトルエンディアンのマシンの間で32ビット整数を変換するために用います。 - JM

A memory system can store data, either in a big endian mode or in a little endian mode.例文帳に追加

メモリシステムは、ビッグエンディアンモードまたはリトルエンディアンモードのいずれにおいてもデータを記憶することができる。 - 特許庁

The switching circuit switches a data transfer mode of the external parallel interface between the big endian and a little endian.例文帳に追加

切換え回路は、外部とのパラレルインタフェースをビッグエンディアンとするかリトルエンディアンとするかを切換える。 - 特許庁

To enable connection of a common external circuit not only in a little endian type CPU but also in a big endian type CPU.例文帳に追加

リトルエンディアン方式CPUであってもビッグエンディアン方式CPUであっても、共通の外部回路を接続することを可能とする。 - 特許庁

例文

To generate a program capable of performing the same processing even when it is operated by any of a big endian and a little endian.例文帳に追加

ビッグエンディアン、リトルエンディアンのどちらのエンディアンで動作しても同一の処理を行えるプログラムを生成すること。 - 特許庁

例文

To provide the data processor which can switch endians during operation in a system where a big endian and a little endian are both prevent.例文帳に追加

ビッグエンディアンとリトルエンディアンが混在するシステムにおいて動作中にエンディアンの切り換えが可能なデータ処理装置を提供する。 - 特許庁

It is possible to be big-endian or little-endian about the bit order, but CPUs and programs are almost always designed for a big-endian bit order. 例文帳に追加

ビット順序に関してはビッグ・エンディアン、リトル・エンディアンのどちらも可能であるが、CPUやプログラムはほとんど常にビッグ・エンディアン・ビット順向けに設計されている。 - コンピューター用語辞典

To realize an endian conversion circuit applicable to both of a little endian type system and a big endian type system by simple constitution and to perform endian conversion processing without reducing the processing speed of the system.例文帳に追加

リトルエンディアン形式とビッグエンディアン形式の両方のシステムで両立し得るエンディアン変換回路を簡易な構成によって実現し、エンディアン変換処理をシステムの処理速度の低下することなく実行することを目的とする。 - 特許庁

These functions provide a conversion between 32-bit long integers and little-endian base-64 ASCII strings (of length zero to six). 例文帳に追加

これらの関数は 32 ビット long 整数とリトルエンディアン base-64 ASCII 文字列 (長さ 0 〜 6) の間の変換を行う。 a64l () - JM

Only big and little endian byte order is supported. 例文帳に追加

バイトオーダーとしてはビッグエンディアンとリトルエンディアンのみがサポートされている。 - JM

Only big and little endian byte order are supported. 例文帳に追加

バイトオーダーとしてはビッグエンディアンとリトルエンディアンのみがサポートされている。 - JM

byteorder == -1: little endianbyteorder == 0: native byte order (writes a BOM mark)byteorder == 1: big endian 例文帳に追加

byteorder == -1: リトルエンディアンbyteorder == 0: ネイティブ (BOM マーカを書き出します)byteorder == 1: ビッグエンディアン - Python

Unsigned, 16-bit audio, little-endian byte order (as used by Intel processors)例文帳に追加

符号つき 16 ビットオーディオ、リトルエンディアンバイトオーダ (Intelプロセッサで使われている形式) - Python

Namely, the least significant byte s0 of a mantissa is stored in the lowest memory address of a 128-bit memory field in Little Endian form 420.例文帳に追加

レジスタ形式の浮動小数点数は、メモリの1ワードより多くのバイトをもつ。 - 特許庁

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

To enable a code (for example, a compiler tool) to create information for which a first code part having a pointer value in a first Endian format (for example, big Endian) can be properly initialized and executed on a platform having a second Endian format (for example, little Endian).例文帳に追加

本発明の一実施形態においては、コード(例えば、コンパイラ、ツール)は、第1エンディアンフォーマット(例えば、ビッグエンディアン)でポインタ値を有する第1コード部分が第2エンディアンフォーマット(例えば、リトルエンディアン)を有するプラットホームで適切に初期化され、実行される情報を生成することが可能である。 - 特許庁

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 magic number should be present in the first four bytes of the bytecode file, in little-endian byte order.例文帳に追加

マジックナンバはバイトコードファイルの先頭 4 バイトにリトルエンディアン整列で配置されています。 - Python

The byte order character "=" chooses touse little- or big-endian ordering based on the host system. 例文帳に追加

"=" を指定した場合、ホスト計算機のバイトオーダに基づいてリトルエンディアンとビッグエンディアンのどちらを使うかを決めます。 - Python

To provide a system and a method accessing to a system event resister present in a processor or another memory location as a big endian register or a little endian register depending on an operating system (OS) accessible bit for endian selection.例文帳に追加

プロセッサ又は他のメモリロケーションに存在するシステムイベントレジスタに対し、エンディアン選択のためにオペレーティングシステム(OS)によりアクセスすることが可能なビットに依存してビッグエンディアンレジスタ又はリトルエンディアンレジスタとしてアクセスすることを可能とする、システム及び方法を提供すること。 - 特許庁

In multi-instruction length executing method for supporting multi-instruction length in two modes, that is, a big endian mode and a little endian mode, continuous short instructions are always stored in an instruction storage area as a pair of former and later instructions according to the log instructions in the area regardless of the two endian modes, and the order of reading is executed as the order of former and later instructions.例文帳に追加

複数命令長実行方法は、複数命令長をビッグエンディアンとリトルエンディアンの2つのモードでサポートする命令実行方法において、命令記憶領域にこれら2つのエンディアンのモードに関わらず、連続する短命令を常に領域の長命令に合わせた、先・後の組として格納し、かつ読み出し順序をこの先・後の順に実行するようにした。 - 特許庁

例文

At this time, the mantissa in the Little Endian form is stored in a 1st memory word between word borders 430 and 432 and the exponent and sign are stored in a 2nd memory word between word borders 432 and 434.例文帳に追加

エンディアン制御ビットの第2状態に応じて、浮動小数点数は、仮数が完全に第1メモリワードに含まれ、符号および指数が完全に第2メモリワードに含まれるよう、リトル・エンディアン形式で第1および第2の連続するメモリワードに記憶される。 - 特許庁

索引トップ用語の索引



  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS