補数 英語 意味 - 英語訳 - 日本語の例文 S

名詞
complement
補完する
補完
補数
補足
引き立てる
補う
補足する
補完します
補完するものです
補完するものである

日本語 での 補数 の使用例とその 英語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
FIELD()はELT()の補数です。
ELT() is the complement of FIELD().
我々は補数レゴのなら私たちは一緒にご希望に合わせ。
We fit together like if we were twos lego's.
ELT()はFIELD()の補数です。
FIELD() is the complement of ELT().
言い換えれば、彼らは補数あなたの既存のブログのスキルと仕事を簡単にするのに役立ちます。
In other words, they complement your existing blogging skills and help make your job easier.
FIELD()はELT()の補数です。
FIELD() is the complement of ELT().
Plustelkiモジュールでは、今のプログラムCT1とCT2を見ることができます,そして、RTVS-ユニットиの補数
With Plustelki module can now watch programs CT1 and CT2, and RTVS-Unit и twos.
ELT()はFIELD()の補数です。
ELT() is the complement of FIELD().
COBは、1バイトのパラメータEEPROMメモリブロックに保存された8ビット、2の補数値です。
COB is an 8-bit, two's complement value stored in 1 byte of the parameter EEPROM memory block.
負数は2の補数で表わされます。
Negative numbers are expressed as complements of 2.
しかし、私はあなたがこれを扱うことができるように、これまでに2の補数の核心を説明したと思います。
However, I think I have explained the core of two's complement enough so far that you can handle this.
負数を2の補数表現で表している場合、…。
Consider the representation of six-bit numbers by two's complement,….
ギリシャの精神に専用の艦隊に加え、最新は、それが双子「オリンピックチャンピオン」の補数
Dedicated to the Hellenic Spirit the latest addition to the fleet complements it's twin"Olympic Champion".
補数より,ほかの高級腕時計を持つことの喜びとなり,投資で!
More than a complement, Having a luxury watch besides becomes a pleasure, In an investment!
ディジタル出力フォーマットは、単一制御ピンにより2の補数またはストレートオフセットバイナリに設定されます。
The digital output format is set to two's complement or straight offset binary through a single control pin.
符号と絶対値または1の補数の場合この表現が通常の値であるならば、これを負の0と呼ぶ。
In the case ofsign and magnitude and one'' complement, if this representation is a normal value it is called a negative zero.
このコンバータのディジタル出力はLVDS対応であり、2の補数またはオフセットバイナリのデータ形式を選択することができます。
The converter's digital outputs are LVDS compatible and the data format canbe selected to be either two's complement or offset binary.
符号-仮数部表現のように、1の補数でも0には二種類の表現がある(00000000(+0),11111111(-0))。
Like sign-and-magnitude representation, ones' complement has two representations of 0: 00000000(+0) and 11111111(- 0).
SenselMorphのコントローラアサインメントを登録する際に、値のフォーマットが「2の補数」ではなく「符号なし」に設定されるようになりました。
When learning controller assignments from the Sensel Morph, Logic now reliably sets theValue Format to Unsigned rather than 2's Complement.
データは、1-Wire®シリアルバスにより2の補数形式で読み出され、分解能は9~12ビット(ユーザプログラマブル)です。
Thermometer data isread out over a 2-wire serial bus in 2's complement format with 9 to 12 bits of resolution user-programmable.
単純に言えば、2の補数における負の表現は、同じ負の数の1の補数表現よりも大きいものである。
Put simply, a negative representation in two's complement is one greater than the one's complement representation of the same negative number.
Int32で2の補数表現された32bitintegerをあらわすこれはよく使われる計算機でのC言語のintの 内部表現。
In the sequel, int32 means the signed32 bit integer expressed by two's complement internal expressions of int of the language C usually use this expression.
Arduinoのintでは、最上位ビットが1のとき、その数値は負数となり、残りの15ビットが2の補数として解釈される。
In the Arduino int type, if the high bit is a"1", the number is interpreted as a negative number andthe other 15 bits are interpreted with 2's complement math.
負の形の数値は、-0から減算することもできるため、これは1の補数と呼ばれます(11111111ゼロの1の補数表現)。
It's called one's complement because the negative form of a number can also be subtracted from from -0 11111111 the one's complement representation of zero.
ブラジルの食糧需要を処理成長でありアルゼンチン乳製品の需要が高いと相まって期待補数中南米市場の成長予測期間中。
Growing processed food demand in Brazil and Argentina coupled with highdemand for dairy products is expected complement Central& South America market growth over the forecast period.
ボブStashak,エレガントなを作成するための情熱を持って、業界のベテランワインその補数グルメ,ガイドサーモンクリークは、ワインメーカーとして成功に転送します。
Bob Stashak,an industry veteran with a passion for creating elegant wines that complement fine food, guides Salmon Creek forward to success as winemaker.
進数の1の補数表現では、正の数の負の表現は、正の数に適用されたビットごとのNOT演算子の結果です。
In one's complement representation of binary numbers, you have it that the negative representation of a positive number is the result of the bitwise NOT operator applied to the positive number.
Bitキーに関しては、キーKの左端128bitがKLとして使われ、Kの右端64bitと、Kの右端64bitの補数の連結がKRとして使われる。
For 192-bit keys, the leftmost 128-bits of key K are used as KL andthe concatenation of the rightmost 64-bits of K and the complement of the rightmost 64-bits of K are used as KR.
年製の「Pascaline(パスカリーヌ、パスカルの計算機)」は二つの数字を加算、減算することができ、乗算、除算は今でもコンピューターで使われている9の補数表現を使っていた。
The"Pascaline" of 1652 could add and subtract two numbers together;multiplication and division relied on the 9's complements principal still used in computers today!!
ADC変換の結果は、12ビットCMOS互換パラレル出力のバス経由で出力し、出力フォーマットは、2の補数またはグレイコードのいずれかをピンによって選択可能です。
ADC conversion results are available through a 12-bit, parallel, CMOS-compatible output bus. The digital output format ispin selectable to be either two's complement or Gray code.
ただし、負の温度を測定してデータを2の補数フォーマットに保存するMAX1617とは異なり、MAX6642はMSBを使用して最大+150°Cまでの温度を測定しますが、負の温度は測定しません。
However, unlike the MAX1617,which measures negative temperatures and stores the data in two's complement format, the MAX6642 uses the MSB to allow measurement of temperatures up to +150°C but does not measure negative temperatures.
結果: 63, 時間: 0.0298
S

補数の同義語

トップ辞書のクエリ

日本語 - 英語