| 例文 |
binary numbersの部分一致の例文一覧と使い方
該当件数 : 51件
Also, the month symbol 13 means 16 kinds of four- digit binary numbers, and the day symbol 14 means 32 kinds of five-digit binary numbers.例文帳に追加
また、月記号13は16種類の4桁の2進数を、日記号14は32種類の5桁の2進数をそれぞれ表す。 - 特許庁
any member of the standard code for representing characters by binary numbers 例文帳に追加
2進数で文字を表すための標準的なコードの総称 - 日本語WordNet
Binary numbers(0s and 1s) are used to simplify computer design 例文帳に追加
設計を簡素化するためにコンピュータでは2進数(0と1)が用いられている - コンピューター用語辞典
Most computers work with digital data, usually in binary form to represent numbers 例文帳に追加
ほとんどのコンピュータは,二進法で数を表わすディジタルデータで作動する - コンピューター用語辞典
Because binary numbers are so well suited to electronic devices, computers are at their most efficient when working with pure binary 例文帳に追加
2進数は電子機器に非常に向いているため,コンピュータは純2進法で作動するときにその(処理)効率が最大になる - コンピューター用語辞典
Because binary numbers are so well suited to electronic devices, computers are at their most efficient when working with pure binary. 例文帳に追加
2進数は電子機器に非常に向いているため,コンピュータは純2進法で作動するときにその(処理)効率が最大になる - コンピューター用語辞典
These padding binary numbers (e.g., a byte 10100101_2) are encoded in the video data signal.例文帳に追加
これらのパディング用2進数(バイト10100101_2など)はビデオデータ信号で符号化される。 - 特許庁
The binary information relating to the sector address comprises zone numbers to which each sector belongs.例文帳に追加
該セクタアドレスに関連する2値情報としては、該各セクタの属するゾーン番号を含む。 - 特許庁
A two-bit binary adder takes two 2-bit numbers and adds them together to get a 3-bit result. 例文帳に追加
2ビット2進加算器は2ヶの2ビット数を取ってそれらを足し合わせ、3ビットの結果を得る。 - コンピューター用語辞典
Because a partition number of the image is four, label numbers of four areas I-IV are represented by four-bit binary data.例文帳に追加
画像の分割数は4であるため、4つの領域I〜IVのラベル番号は4ビットの2値データにより表される。 - 特許庁
Large/small comparison between the result of a mathematical operation A-B (A and B are signed binary number, and A, B>0) and A as unsigned binary numbers is performed, and the smaller one is selectively output.例文帳に追加
符号付き2進数 A、B (A,B > 0) において、演算結果 A−B 及び A を符号無し2進数として大小比較を行い、小さいほうを選択出力する。 - 特許庁
To provide a method for compensating a phase deviation of a light passing through regions with mutually different phase level numbers in a binary optics element with the mixed phase level numbers.例文帳に追加
位相レベル数が混在したバイナリオプティクス素子において、位相レベル数が異なる領域を通過する光の位相ずれを補正するための方法を提供する。 - 特許庁
The return value is ``approximate'' because binary floating point numbers are approximate; it is not possible to represent all real numbers in base two.例文帳に追加
全ての実数を 2 を基数として表現するのは不可能なため、二進の浮動小数点数は``近似値'' しか表現できません。 このため、戻り値も近似になります。 - Python
Only by preparing a logical circuit according to a method of subtraction of binary numbers, high-speed subtraction is achieved with a NOT gate and an adder.例文帳に追加
2進数の引き算の方法に従って論理回路をつくればNOTゲートと加算器で高速の引き算ができる。 - 特許庁
An operation process part 101 supplies a sensor part 102 for obtaining the total count numbers of pixels of a binary image with luminance threshold th_1 to th_n.例文帳に追加
演算処理部101は、2値画像の画素の総カウント数を求めるセンサ部102に輝度閾値th_1〜th_nを供給する。 - 特許庁
function converts the Internet host address cp from IPv4 numbers-and-dots notation into binary data in network byte order. 例文帳に追加
関数は、インターネットホストのアドレス cp を、IPv4 の数値とドットによる表記からネットワークバイトオーダでのバイナリ値へ変換して返す。 - JM
Each binary data includes single '1', and a digit number position of '1' doesn't overlap '1' in the label numbers of other areas.例文帳に追加
各2値データは、「1」を1つのみ含み、「1」の桁位置が他の領域のラベル番号における「1」と重ならないようになっている。 - 特許庁
Because extraction areas are III, IV, a logical sum of the label numbers [0100], [1000] is carried out to generate decision reference binary data Z [1100].例文帳に追加
抽出領域はIII,IVであるため、これらのラベル番号〔0100〕,〔1000〕の論理和を取って判別基準用2値データZ〔1100〕を作成する。 - 特許庁
Then a data correction means 33 corrects the binary data 200 of the pixel under question in order to relax noise due to random numbers.例文帳に追加
次に、乱数によるノイズを緩和するため、データ補正手段33により、注目画素の2値データ200に対し補正を行なう。 - 特許庁
The controller drives the head 110 to discharge the liquid droplets from nozzles of the head 110 to form the columns of dots for determining discharge, whose nozzle numbers are binary numbers.例文帳に追加
液滴吐出ヘッド制御手段は、液滴吐出ヘッド110の各ノズルから、そのノズルの番号を二進法で表す吐出判定ドット列を形成するための液滴を吐出させる。 - 特許庁
In contrast, numbers like1.1 do not have an exact representation in binary floating point.End users typically would not expect 1.1 to display as1.1000000000000001 as it does with binary floating point. 例文帳に追加
1.1 のような数は、2 進数の浮動小数点型では正しく表現できません。 エンドユーザは普通、2 進数における1.1 の近似値が1.1000000000000001 だからといって、そのように表示してほしいとは考えないものです。 - Python
The device is provided with means (12, M, SE1) for providing a series of binary numbers which are prime numbers of the large number, means (Ga, 14) for dividing the number into two groups at random, and means (Mu, 16, 18) for executing the products of the numbers of each group.例文帳に追加
装置は、該大きな数の素数である一連の二進数を提供するための手段(12,M,SE1)と、該数をランダムに2つのグループに分ける手段(Ga,14)と、各グループの数の積を実行するための手段(Mu,16,18)と、を具備する。 - 特許庁
In the method of multi-level spatial light modulation, by using a weighted bit plane technology where n-digit binary number represents an intended gray level of each pixel location in an array of binary pixels, representative binary numbers are altered to closely adjacent values such as to reduce the inequality of 1s and 0s therein.例文帳に追加
n桁2進数が、2値画素のアレイにおける各ピクセルの場所の予定されたグレイ・レベルを表す、重み付けビット・プレーン技術を使用して、代表的な2進数が、そこにある1及び0の不均等性を低減するために、近接する値に変えられる。 - 特許庁
Then, a filter coefficient for only a value at the time when '1' expressed by binary numbers is bit-shifted to the left side by the set value of the register T is prepared.例文帳に追加
次に、2進数で表わされた「1」をレジスタTの設定値だけ左へビットシフトしたときの、値分だけのフィルタ係数を作成する。 - 特許庁
The data within the sectors is the data obtained as the results scrambled by scramble data strings with the values changeable in correspondence to the value above the leftmost n bit (n is an integer above 2) of the value indicating the sector numbers by binary numbers as an initial value.例文帳に追加
該セクタ内の該データは、該セクタ番号を2進数で表示した値の下位nビット以上の値(nは2以上の整数)に対応して変えられる値を初期値とするスクランブルデータ列によりスクランブルされた結果として得られたデータである。 - 特許庁
Outputted binary signals Bs and Bc are passed through gate circuits 34S and 34C only for a period of prescribed wave numbers of the sine wave signals Ss to control counters 35S and 35C.例文帳に追加
出力された2値信号Bs,Bcは、サイン波信号Ssの所定の波数期間だけゲート回路34S,34Cを通過しカウンタ35S,35Cを制御する。 - 特許庁
The information to be transmitted from the transmission source devices to the transmission destination device 100 ordinarily takes a form of an electronic product code "EPC" or identification "ID" information of binary numbers.例文帳に追加
送信元デバイスから送信先デバイス100に伝達される情報は、通常、2進数の電子製品コード「EPC」または識別「ID」情報の形をとる。 - 特許庁
A 4-bit binary coded decimal(BCD) coding system can be used to represent decimal numbers, but 6-,7-, or 8-bit codes are used to represent characters in alphanumeric versions of BCD 例文帳に追加
4ビットの2進化10進法を使って10進数を表現することができるが,BCDの英数字バージョンで文字を表現するには6ビット,7ビット,8ビットコードが使われている - コンピューター用語辞典
This encoder is featured in outputting output bits divided in a plurality of numbers, with respect to a binary series input and provided with a plurality of encoder sections that divide outputs bits, with respect to the input binary series and outputs the divided series.例文帳に追加
本発明にかかるエンコーダは、2値系列の入力に対する出力ビットを複数に分割して出力することを特徴とするものであり、2値系列の入力に対する出力ビットを分割して出力する複数のエンコーダ部を備えている。 - 特許庁
To provide a random number generating device for generating highly accurate random numbers by using an n bit multiplier when applying logistic mapping to binary digits of the arbitrary number of digits.例文帳に追加
任意の桁数の2進数に対してロジスティック写像を施す場合に、nビットの乗算器を用いて、精度の高い乱数を生成することができる乱数生成装置を提供する。 - 特許庁
The year symbol 12 corresponds to each digit of 24, 23, 22, 21 and 20, and each of them is formed of five sets of segment groups meaning '0' or '1', and means 32 kinds of five-digit binary numbers corresponding to '00'-'31'.例文帳に追加
年記号12は、2^4 ,2^3 ,2^2 ,2^1 ,2^0 の各桁に対応し、各々が「0」または「1」を表す5組のセグメント群によって形成され、「00」〜「31」に対応した32種類の5桁の2進数を表わす。 - 特許庁
To describe a false sync code protection (FSP) decoding technique by software for removing padding binary numbers from video data signals in electronic devices such as camera-phones.例文帳に追加
本発明は、カメラフォンなどの電子デバイスにおいてビデオデータ信号からパディング用2進数を取り除くための、ソフトウェアによる偽同期コード保護(FSP)の復号化を行う技法について記述するものである。 - 特許庁
When the binary image is subjected to expansion and contraction processes, the numbers of the expansion and contraction processes are determined according to the maximum frequency value of the histogram of an input image to create a look-up table.例文帳に追加
2値化画像に膨張処理と収縮処理を行う場合、膨張処理と収縮処理との回数を、入力画像のヒストグラムの最大頻度値に基づいて決定し、ルックアップテーブルを作成する。 - 特許庁
Next, a specified threshold is set to the random oscillating voltage, a number either 0 or 1 is allocated by a larger value or a smaller value than the threshold of the oscillation voltage, and random numbers of the binary system are generated.例文帳に追加
次いで、前記ランダムな発振電圧に対して所定の閾値を設定し、前記発振電圧の前記閾値に対する大小関係から0又は1の数字を割り当て、2進数的な乱数を発生させる。 - 特許庁
Moreover, when the drawing picture element is not binary and some gradations can be expressed by picture elements, in noise addition this grades random numbers and graduation values properly prior to addition, and makes the output value a new graduation value.例文帳に追加
また、描画画素が2値ではなく幾つかの階調を画素で表現できるときには、ノイズ付加において乱数値と階調値に適宜重みつけをして加算し、その出力値を新たな階調値とする。 - 特許庁
For the purpose of shift and mask operations,a binary representation is assumed, and negative numbers are represented in a variant of 2's complement which gives the illusion of an infinite string of sign bits extending to the left.例文帳に追加
長整数はシフト演算やマスク演算のためにバイナリ表現をもつものと仮定されます。 負の数は符号ビットが左に無限に延びているような錯覚を与える 2 の補数表現の変型で表されます。 - Python
Python fully supports mixed arithmetic: when a binary arithmetic operator has operands of different numeric types, the operand with the``narrower'' type is widened to that of the other, where plain integer is narrower than long integer is narrower than floating point is narrower than complex.Comparisons between numbers of mixed type use the same rule.例文帳に追加
Python は型混合の演算を完全にサポートします: ある 2 項演算子が互いに異なる数値型の被演算子を持つ場合、より ``制限された'' 型の被演算子は他方の型に合わせて広げられます。 - Python
To provide an image processing apparatus which enables processing of adding binary data such as page numbers to coded image data obtained by compression-coding image data of multi-value continuous-tone, without causing an increase in hardware and processing time.例文帳に追加
多値連続階調の画像データを圧縮符号化して得られる符号化画像データへのページ番号などの2値データの付加処理をハードウエアの増加及び処理時間の増加を招くことなく可能とする画像処理装置提供すること。 - 特許庁
The pseudo-random number pattern generating circuit is formed in an integrated circuit, and generates binary sequence pattern data of 2^7-1 pseudo-random numbers having a plurality of output bit widths by using not an exclusive-OR gate but shift resistors 20 interconnected like a ring.例文帳に追加
集積回路に形成され、排他的論理和ゲートを使用せずに、リング状に接続されたシフトレジスタ20を用いることにより、複数の出力ビット幅を有する2^7 -1擬似乱数2進シーケンスパターンデータを発生させる。 - 特許庁
For example, frame numbers (addresses) are recorded by using binary expression, which is suitable for a computer use, in a twenty-four bit relative time region and absolute time is expressed by using an eight bit zero data region ZERO and the twenty-four bit absolute time region.例文帳に追加
例えば、24ビットの相対時間領域に、コンピュータ用途等に親和性の良いバイナリ表現によってフレーム番号(アドレス)を記録し、また、8ビットのゼロデータ領域ZEROと24ビットの絶対時間領域とを用いて絶対時間を表現する。 - 特許庁
When an ECC code with respect to n-bit data is set as m-bit, a matrix table containing mutually different m-bit binary numbers arrayed in m+n columns is formed as a fixed data in a flash memory storage area (20Bb), and an ECC code generation program process is made to refer to it.例文帳に追加
nビットのデータに対してECCコードをmビットとするとき、mビットの相互に異なる2進数をm+n列に並べた行列テーブルをフラッシュメモリの記憶領域(20Bb)に固定データとして形成し、ECCコード生成プログラムの処理にその行列テーブルを参照させる。 - 特許庁
A method for processing data comprises the steps of converting a binary code aligned to a pixel value into a new code of a bit train in which values are aligned so that intervals of the values corresponding to the bit train of the same numbers of '0' or '1' become uniformly rough, conducting a bit swap for replacing the bits of the new code, and hence embedding data in the pixel value.例文帳に追加
画素値に割り当てられたバイナリコードが、0または1の数が同一のビット列に対応する値どうしの間隔が均一に粗になるように値が割り当てられたビット列である新コードに変換され、その新コードのビットを入れ替えるビットスワップを行うことにより、画素値に、データが埋め込まれる。 - 特許庁
An encoder detection circuit is provided with a mode conversion function, which converts an absolute value signal into a binary signal so as to encode it, a table part, which is mode-converted by the mode conversion function so as to store a plurality of set mode numbers, and a table selection function that selects a phase of each mode number set in the table part.例文帳に追加
エンコーダ検出回路に、前記絶対値信号を2値信号に変換してコード化するモード変換機能と、このモード変換機能によってモード変換され、設定された複数のモード番号が格納されるテーブル部と、このテーブル部に設定されたモード番号の位相を選択するテーブル選択機能とを設けたことを特徴とする。 - 特許庁
The method may be applied to a single frame for slightly modifying the gray scale, or a multi-frame method may be used in which at least some binary numbers are altered to different values in different frames for reducing the inequality of 1s and 0s over the set of frames while maintaining or approximating the gray scale value as a time average.例文帳に追加
前記方法は、グレイ・スケールをいくらか変更する単一のフレームに適用されてもよく、または少なくともいくつかの2進数が、前記フレームのセットに対して、1及び0の不均等性を低減するために、異なるフレームにおいて異なる値に変えられる一方で、前記グレイ・スケールを時間平均として維持しまたはそれに近似する、多重フレーム方法が使用されてもよい。 - 特許庁
| 例文 |
| 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) |
| Copyright (c) 1995-2026 Kenkyusha Co., Ltd. All rights reserved. |
| Copyright © National Institute of Information and Communications Technology. All Rights Reserved. |
| 日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2026 License. All rights reserved. WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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 (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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|

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

