| 例文 |
32ビットの部分一致の例文一覧と使い方
該当件数 : 409件
32 ビットのリトルエンディアン形式の数。例文帳に追加
A 32-bit number in little-endian format. - Python
32 ビットのビッグエンディアン形式の数。例文帳に追加
A 32-bit number in big-endian format. - Python
format 1iデータを 8ビット、16ビット、32ビットいずれの単位のリストとみなすかを指定。例文帳に追加
format Specifies whether the data should be viewed as a list of 8-bit, 16-bit,or 32-bit quantities. - XFree86
これは 32 ビットアーキテクチャ上では 32 ビット符号付き型である。例文帳に追加
This is a 32-bit signed type on 32-bit architectures, unless one compiles with +4n - JM
基本情報は 16か32ビットか?例文帳に追加
Original information 16 or 32bit word length? - 映画・海外ドラマ英語字幕翻訳辞書
は、Xi の上位32ビットを引数 seedval に設定する。例文帳に追加
sets the high order 32-bits of Xi to the argument seedval. - JM
32 ビット版 Intel Mac での JDK6 および JavaFX と NetBeans IDE の設定例文帳に追加
Setting Up NetBeans IDE with JDK 6 and JavaFX on 32-bit Intel Macs - NetBeans
最下位ビットの位置は 1、最上位ビットの位置は例えば 32 や 64 である。例文帳に追加
The least significant bit is position 1 and the most significant position is, for example, 32 or 64. - JM
16 ビット, 32 ビットプラットフォームのいずれにも対応している例文帳に追加
be cross-compatible across 16-bit and 32-bit platforms - 研究社 英和コンピューター用語辞典
短精度は32ビットの短浮動小数点数である例文帳に追加
Single-percision is a short floating-point number of 32 bits - コンピューター用語辞典
64ビットのソフトは32ビット環境では動かないだろう。例文帳に追加
Sixty-four-bit software will not run on 32-bit architecture. - Tatoeba例文
にも (32 ビット・ワードの列として) 同じ問題がある。例文帳に追加
encoding for it (a sequence of 32-bit words) has the same problems. The UTF-8 - JM
Linux の UID と GID は 32 ビットであるが、16 ビットの UID と GID しかサポートしないファイルシステムもある。例文帳に追加
Some file systems only support 16-bit UIDs and GIDs, although in Linux UIDs and GIDs are 32 bits. - JM
"\\-S, \\-\\-swap-halfwords"コピーインモードにおいて、ファイル中のデータの32ビットの上位16ビットと下位16ビットを入れ換えます。例文帳に追加
In copy-in mode, swap the halfwords of each word (4 bytes) in the files. - JM
これらは 32 ビット単位の読み書きができる。例文帳に追加
These are read-write files that operate on four-byte words. - JM
data メンバは、メンバ b, s, l を含む共用体である。 b, s, l メンバは 20 個の 8ビット値、10個の 16ビット値、5個の 32ビット値を含むデータである。例文帳に追加
The b,s, and l members represent data of twenty 8-bit values, ten 16-bit values,and five 32-bit values. - XFree86
IPアドレスは32ビットの値であり、典型的には8ビットの四つ組(または「ドットつきクワッド」)で表される。例文帳に追加
IP Addresses are 32-bit values which are typically represented as 8-bit quadruplets (or "dotted quads"). - コンピューター用語辞典
24 ビットカラーモードは 32 ビットのフレームバッファを使用する(24 ビット packed ピクセルフレームバッファには対応していない)。例文帳に追加
The 24 bit color mode uses a 32 bit framebuffer(it has no support for 24 bit packed-pixel framebuffers). - XFree86
32 bpp を使っているほとんどのハードウェアは、色情報を格納するのに32 ビットのうちの 24 ビットしか使っていない。 つまり、色の深さは 24 であり、32 ではないのである。例文帳に追加
Most hardware that uses 32 bits per pixel only uses 24 of them to hold the colour information, which means that the colour depth is 24, not 32. - XFree86
32ビット・アーキテクチャと64ビット・アーキテクチャの間の変換をサポートするために32ビットおよび64ビット・コンピューティングを扱うことのできるコンパイラを開発すること。例文帳に追加
To develop a compiler capable of handling 32-bit and 64-bit computing for supporting conversion between 32-bit architecture and 64-bit architecture. - 特許庁
32ビットまたは64ビットの外部メモリ・バス間の切り替えを可能にする。例文帳に追加
To allow for switching between 32-bit and 64-bit external memory/buses. - 特許庁
2つのビットがバイト(8ビット),ハーフ・ワード(16ビット),ワード(32ビット)およびダブル・ワード(64ビット)を含む4つのデータ・サイズのうちの1つを示す。例文帳に追加
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). - 特許庁
32ビット整数のバイトオーダを、ネットワークバイトオーダからホストバイトオーダに変換します。例文帳に追加
Convert 32-bit integers from network to host byte order. - Python
32ビット整数のバイトオーダを、ホストバイトオーダからネットワークバイトオーダに変換します。例文帳に追加
Convert 32-bit integers from host to network byte order. - Python
こうすることで、32ビットと64ビットのアプリケーションで、 データファイルと共有メモリを共有することができるようになる。例文帳に追加
memory to be shared between 32- and 64-bit applications. - JM
レジスタR0〜R31は、それぞれ上位32ビットの領域と下位32ビットの領域に分かれている。例文帳に追加
Each of registers R0 to R31 is divided into the upper 32-bit area and the lower 32-bit area. - 特許庁
レジスタR0〜R31は、それぞれ上位32ビットの領域と下位32ビットの領域に分かれている。例文帳に追加
Registers R0 to R31 are respectively divided into an upper 32-bit area and a lower 32-bit area. - 特許庁
このオープン・アーキテクチャは、64ビット、100MHzのプロセッサ・ローカルバス(PLB)と、32ビット、50MHzのオンチップ周辺バス(OPB)とからなっている。例文帳に追加
This open architecture consists of a 64-bit, 100MHz Processor Local Bus (PLB) and a 32-bit, 50MHz On-Chip Peripheral Bus (OPB). - コンピューター用語辞典
現在使用しているホストに固有の 32 ビットの識別子を取得/設定する。例文帳に追加
Get or set a unique 32-bit identifier for the current machine. - JM
32 ビットの仮想アドレス空間は, 4 GB までのメモリーをアドレス指定できる《1 G=230》例文帳に追加
The 32-bit virtual address space enables addressing up to 4 GB of memory. - 研究社 英和コンピューター用語辞典
この32ビットの数は次に予期されるTCPオクテットのピギーバック肯定応答である。例文帳に追加
This 32 bit number is a piggyback acknowledgment of the next expected TCP octet. - コンピューター用語辞典
剰余レジスタを被除数で初期化し,32ビット商レジスタを0に初期化します.例文帳に追加
Initialise the remainder register with dividend, initialize the 32 bit quotient register to 0. - コンピューター用語辞典
メモリ制御ユニット(MCU)は32ビット及び64ビット両方のモードをサポートする。例文帳に追加
A memory control unit (MCU) supports both the 32-bit and 64-bit modes. - 特許庁
レジスタR0〜R31は、それぞれ上位32ビットの領域と下位32ビットの領域に分かれている。例文帳に追加
Registers R0 to R31 are respectively divided into the area of high-order 32 bits and the area of low-order 32 bits. - 特許庁
たとえば、32 ビット OS が載っているあなたのシステムでは正しく動くけれども64 ビット OS が載っている別のシステムでは動作しない。例文帳に追加
IEEE-754 規格の 32 ビットと 64 ビットの浮動小数では、指数部の最大値はそれぞれ 128 と 1024 であり、仮数部のビット数はそれぞれ 24 と 53 である。例文帳に追加
For the IEEE-754 standard 32-bit and 64-bit floating-point numbers the maximum value of the exponent is 128 (respectively, 1024), and the number of mantissa bits is 24 (respectively, 53). ) - JM
1セクタの先頭のビット32(a1)とビット33(a2)を暗号化制御として使用する。例文帳に追加
The leading bits 32 (a1) and bits 33 (a2) of one sector are used for encryption control. - 特許庁
32ビット値乗算法は、各被乗数を16ビット成分に分解することを含む。例文帳に追加
A 32-bit value multiplication method includes the decomposition of respective multiplicands into 16-bit components. - 特許庁
変換部C1ないしC8には、先頭ビット開始位置を1ビットづつずらしながら、32ビットのビット長を有する、8通りのビット列BS1ないしBS8が入力される。例文帳に追加
To converters C1-C8, eight kinds of bit streams BS1-BS8 each having a bit length of 32 bits are inputted while shifting a top bit start position for each bit. - 特許庁
これはわかりやすくするためで、実際には、IPアドレスは32ビット(0と1の列)です。例文帳に追加
Well, at least that is how we perceive it. In reality, such an IP address consists of 32 bits (ones and zeros). - Gentoo Linux
| 例文 |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) |
Tatoebaのコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution (CC-BY) 2.0 France |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
| Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
| 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 © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
| 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. |
| この対訳コーパスは独立行政法人情報通信研究機構の集積したものであり、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会員(無料)になると
|

Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
Creative Commons Attribution (CC-BY) 2.0 France