意味 | 例文 (102件) |
standard input and outputの部分一致の例文一覧と使い方
該当件数 : 102件
The input stream is referred to as "standard input"; the output stream is referred to as "standard output"; and the error stream is referred to as "standard error". 例文帳に追加
入力ストリームは "standard input" と呼ばれる。 出力ストリームは"standard output"、エラーストリームは "standard error" と呼ばれる。 - JM
will redirect standard input, standard output and standard error to /dev/null. 例文帳に追加
は、標準入力・標準出力・標準エラーを /dev/null にリダイレクトする。 - JM
Discuss how it interacts with files and standard input, and what it produces on standard output or standard error. 例文帳に追加
ファイルや標準入力をどのように処理し、標準出力や標準エラー出力をどのように生成するかといったことについて述べる。 - JM
These descriptors are 0, 1, 2, more commonly known as standard input , standard output , and standard error , respectively. 例文帳に追加
それらの記述子は、0、1、2 で、それぞれ一般的には、 標準入力、 標準出力、 標準エラー出力として知られています。 - FreeBSD
Thus, a program can read what the user types by reading standard input, and the program can send output to the user's screen by writing to standard output. 例文帳に追加
すなわち、キーボードからの入力を標準入力として受け取り、標準出力への出力は端末の画面に表示されます。 - FreeBSD
To reduce a crosstalk when distances are long among input-output terminals in a hard macro and a standard cell connected to the input-output terminals.例文帳に追加
ハードマクロの入出力端子とこの入出力端子に接続するスタンダードセルとの距離が長い場合にクロストークノイズを低減させる。 - 特許庁
DESCRIPTION Copy standard input to each FILE, and also to standard output. 例文帳に追加
もしすでに存在しているファイルに書き出す時は、以前に書き込まれた内容は\\-aオプションを使わない限り上書きされる。 - JM
In the program design, a standard pattern and an input and output file are selected for a program definition, and program generation is executed.例文帳に追加
プログラム設計時は、プログラム定義書に標準パターンと入出力ファイルを選択して、プログラム生成を実行する。 - 特許庁
For backwards compatibility, a string containing a pathname is also accepted, and the corresponding file will be opened for reading and writing; the pathname '-' is understood to mean the standard input or output.例文帳に追加
後方互換性のために、パス名を含む文字列も利用できるようにしていて、対応するファイルを開いて読み書きします。 - Python
To provide a device satisfying an input/output AC standard by performing the automatic correction of a logic synthesis script and the automatic correction of a layout limit.例文帳に追加
論理合成スクリプトの自動修正、レイアウト制約の自動修正を行うことで入出力AC規格を満たすしくみを提案する。 - 特許庁
To extend the communication distance and to increase the number of input output points in the wiring-saving system in compliance with a prescribed communication standard.例文帳に追加
所定の通信規格に準拠した省配線システムにおいて、通信距離を長くするとともに、入出力点数を増加させる。 - 特許庁
An optical disk device 1 is a so-called DVD recorder, and has an input/output port 15 with an interface standard of ATAPI.例文帳に追加
光ディスク装置1は、所謂DVDレコーダであり、インタフェースの規格がATAPIの入出力ポート15を備えている。 - 特許庁
Furthermore, the TEG provides an input section, a memory section, an output section, and a power supply circuit to approximate its configuration to that of the standard semiconductor device product.例文帳に追加
さらに、通常の半導体装置の製品と構成が近くなるように、入力部と、記憶部と、出力部と、電源回路とを有する。 - 特許庁
A target value memory section 3 that stores a target value for an input and output characteristic value when a standard original 2 is read is provided.例文帳に追加
基準原稿2を読み取ったときの、入出力特性値の目標値を格納する目標値メモリ部3aを設ける。 - 特許庁
A comparison section 3 that generates a new input and output characteristic value, comparing image data of the standard original 2 with the target value is provided.例文帳に追加
基準原稿2の画像データと、上記目標値とを比較して新たな入出力特性値を生成する比較部3を設ける。 - 特許庁
To provide an information processing apparatus that decodes input image data coded by a first coding standard and then converts its resolution, which is coded by a second coding standard and output therefrom, and to provide an image processing method and an image processing program.例文帳に追加
第1の符号化規格で符号化された入力画像データを復号し解像度変換後、第2の符号化規格で符号化して出力する情報処理装置、画像処理方法および画像処理プログラムを提供する。 - 特許庁
This signal processing device 10 has streamlike input and output having a relation between input and output signals is linear in a standard condition in which any special processing is not done.例文帳に追加
信号処理装置10は、特別な処理をしない標準状態で入出力信号の関係が線形なストリーム状の入力と出力を有する。 - 特許庁
In the second, addr2line reads hexadecimal addresses from standard input, and prints the file name and line number for each address on standard output. 例文帳に追加
二つめのモードでは、addr2lineは 16 進数のアドレスを標準入力から読み込み、それぞれのアドレスに対応するファイル名と行番号を標準出力に表示する。 - JM
In this stop determination method, an output signal from a gyro sensor and an output signal from an acceleration sensor are input, output signals are sampled at a certain interval, the standard deviation of each of the sampled output signals is calculated, each standard deviation is compared with a threshold, and the stop is determined when both standard deviations are not higher than the threshold.例文帳に追加
本発明に係る停車判定方法は、ジャイロセンサからの出力信号および加速度センサからの出力信号を入力し、一定間隔で出力信号をサンプリングし、サンプリングされた出力信号のそれぞれの標準偏差を算出し、それぞれの標準偏差をしきい値と比較し、標準偏差がともにしきい値以下であるとき、停車していると判定する。 - 特許庁
When LPD runs the text filter for a printer, it sets the filter's standard input to the job to print, and its standard output to the printer device specified with the lp capability. 例文帳に追加
LPD がプリンタのためにテキストフィルタを起動するとき、 LPD はフィルタの標準入力からプリントするジョブを入力し、フィルタの標準出力に項目 lpで指定されたプリンタデバイスを接続します。 - FreeBSD
The filter is expected to read the job from standard input, perform any necessary translation for the printer, and write the results to standard output, which will get printed. 例文帳に追加
フィルタは、 標準入力からジョブを読み込み、プリンタのための必要な変換をおこなった後、 その結果を標準出力に出力する、これにより印字がなされることを期待されています。 - FreeBSD
This is the default if xauth is reading commands from its standard input and its standard output is directed to a terminal.例文帳に追加
xauth のコマンドが標準入力から与えられている場合と、標準出力が端末にリダイレクトされている場合は、このオプションがデフォルトで有効になる。 - XFree86
It sets the filter's standard input to the file to print, its standard output to the printer, and its standard error to the error logging file (specified in the lf capability in /etc/printcap, or /dev/console by default). 例文帳に追加
このとき、フィルタの標準入力を印字するファイルに、 標準出力をプリンタに、そして、標準エラー出力をエラーログファイル (/etc/printcap 内の lf 項目で指定されたファイル、または、指定されていない場合は、デフォルトとして /dev/console)にセットします。 - FreeBSD
A standard cell used to logic synthesis and layout wiring is composed of an output side logic circuit and an input side logic circuit, the drive capability of the output side logic circuit is enlarged and the gate input capacitance of the input side logic circuit is reduced.例文帳に追加
論理合成及び配置配線に用いるスタンダードセルを、出力側の論理回路と入力側の論理回路とから構成し、出力側の論理回路の駆動能力を大きくし、入力側の論理回路のゲート入力容量を小さくする。 - 特許庁
In contrast, the input image data of a device non-dependent color space is subjected to a color space conversion as necessary in a device non-dependent color space converter 4, and then, subjected to color gamut compression from a color region corresponding to a standard input color reproduction gamut to a color region corresponding to a standard output color reproduction gamut in the processor 5.例文帳に追加
一方、デバイス非依存色空間の入力画像データは、デバイス非依存色空間変換部4で適宜色空間変換された後、色処理部5で標準入力色再現域に対応する色領域から標準出力色再現域に対応する色領域に色域圧縮される。 - 特許庁
Concerning a file, to which the input profile is attached, an output device 16 executes output processing by transforming the C, N, Y and K of the file to the colors of a standard table color system while using the input profile and further by transforming these colors of the standard table color system to C, M, Y and K while using an output profile.例文帳に追加
出力装置16は、入力プロファイルが添付されているファイルについては、入力プロファイルを用いて、ファイルのC,M,Y,Kを標準表色系の色に色変換し、更に出力プロファイルを用いて、その標準表色系の色をC,M,Y,Kに色変換して出力処理を実行する。 - 特許庁
A video selection circuit 25 selects and outputs a standard output video signal 36 or the signal 37 in accordance with a control input 40 inputted from an input device 26.例文帳に追加
映像選択回路25は、入力装置26から入力された制御入力40に従い、標準出力映像信号36または拡大映像信号37のいずれかを選択して出力する。 - 特許庁
According to an embodiment of the present invention, a CPU 11 generates an input value adjustment table based on the difference between output L^*a^*b^* values with respect to an input CMYK value specified from a standard profile and a first LUT, and generates an output value adjustment table obtained by inverting input and output values of the input value adjustment table.例文帳に追加
本発明の実施の形態によれば、CPU11は、標準プロファイルと、第1のLUTとから特定される入力CMYK値に対する出力L^*a^*b^*値の差分に基づいて入力値調整テーブルを生成するとともに、入力値調整テーブルの入出力値を反転させた出力値調整テーブルを生成する。 - 特許庁
The virtual CF card 2 constituting the CF card system 1 comprises an input and output device 11 having a connecting system according to the standard of input and output part of known CF cards, and an inserting and drawing emulate circuit 16 capable of virtually executing insertion to and drawing from a PC 4.例文帳に追加
CFカードシステム1を構成する仮想CFカード2は、接続方式が公知のCFカードの入出力部の規格に準拠する接続方式である入出力装置11と、PC4に対する挿抜を仮想的に実行できる挿抜エミュレート回路16とを備える。 - 特許庁
When opened, the standard error stream is not fully buffered; the standard input and output streams are fully buffered if and only if the streams do not to refer to an interactive device. 例文帳に追加
オープンされたときには、標準エラーストリームは完全にはバッファリングされていない。 標準入力ストリームと標準出力ストリームは、ストリームがインタラクティブなデバイスを参照していなければ、完全にバッファリングされている。 - JM
Individual verification setting data according to each verification content are loaded to an input file generation device 200 to reconfigure one input file DF 20, and inputted to an emulator device 5 through a data input and output PC 86 and a standard interface such as PCI bus.例文帳に追加
各検証内容に応じた個々の検証設定データを入力ファイル生成装置200に取り込んで1つの入力ファイルDF20を再構成し、データ入出力用PC86とPCIバスなどの標準インタフェースを介してエミュレータ装置5に入力する。 - 特許庁
An output control circuit for the inverter main circuit determines whether or not the cooking ware is of a standard material (iron and iron family) based on whether or not the regenerated current detecting voltage is over a standard value B before the input current detecting voltage reaches a judging value A.例文帳に追加
インバータ主回路のための出力制御回路は、入力電流検出電圧が判断値Aに到達する前に、回生電流検出電圧が標準値Bを越えたか否かに基づいて、調理器具が標準材質(鉄及び鉄系)であるか否かを判断する。 - 特許庁
A large-scale superconducting logic integrated circuit which does not need adjustment of the element parameters of individual superconducting circuit blocks, after connection, can be constituted by merely connecting superconducting circuit blocks, including the standard output parts 23, and the standard input parts 24 adjusted as above with one another.例文帳に追加
以上のように調整された標準出力部23と標準入力部24とを含む超伝導回路ブロックを単に相互に接続することにより、接続後、個々の超伝導回路ブロックの素子パラメータの調整を必要としない大規模な超伝導論理集積回路を構成することができる。 - 特許庁
The output of a highly stable standard oscillator 28 is divided by a divider 27, and the resultant output is input to the synchronous detector 25 as a reference signal, then a signal which corresponds to the reference signal in frequency and phase of the electric signal is output and the signal is recorded in a recording unit 26.例文帳に追加
同期検波器25には、高安定な標準発振器28の出力を分周器27で分周した出力が参照信号として入力されており、前記電気信号の中から参照信号と周波数および位相の一致した信号を出力し、これを記録装置26に記録する。 - 特許庁
On the transmitting side, the output of a highly stable standard oscillator 11 is divided by a divider 12, and the resultant output is input to an optical transmitter 13 having a driving circuit 131 and a light source 132, then a measuring light 3 modulated by the output of the divider 12 is emitted.例文帳に追加
送信側には、高安定な標準発振器11の出力を分周器12で分周して駆動回路131と光源132を有する光送信器13に入力し、分周器12の出力で変調された測定用光3を放射する。 - 特許庁
locale has been selected and whether therefore all plaintext standard input and output, terminal communication, plaintext file content, filenames and environment variables are encoded in UTF-8 . 例文帳に追加
ロケールが選択されていて、プレーンテキストの標準入出力・端末間通信・プレーンテキストファイルの内容・ファイル名・環境変数がUTF-8 - JM
The parent'sreturn value is the pid of the child, and fd is a filedescriptor connected to the child's controlling terminal (and also to the child's standard input and output).例文帳に追加
親プロセスはpidとして子プロセスのPID、fdとして子プロセスの制御端末(子プロセスの標準入出力に接続されている)のファイルディスクリプタを受けとります。 - Python
To provide a method and system for data input and output using non-standard I/O devices for Web and other applications.例文帳に追加
ウェブおよび他のアプリケーション用の非標準I/Oデバイスを使用してデータを入力および出力するための方法およびシステムを提供すること。 - 特許庁
To provide a wiring saving routing connector in which connection of the input and output terminals of the industrial controller with a standard connector can be made, and work efficiency and work quality are improved while realizing small sizing of the product.例文帳に追加
産業用コントローラの入出力端子と標準コネクタとの接続ができ、作業効率,作業品質を向上し、製品の小型化が可能な省配線型中継コネクタを提供する。 - 特許庁
by creating a new session, making fd the controlling terminal for the calling process, setting fd to be the standard input, output, and error streams of the current process, and closing fd . 例文帳に追加
具体的には、新しいセッションを作成し、fdを呼び出し元のプロセスの制御端末とし、呼び出し元の標準入力・標準出力・標準エラーのストリームをfdに設定した後、fdをクローズする。 - JM
To achieve data transfer with streaming by even a CPU having a low speed and low processing capability, in an audio data input device and an audio data output device connected in USB standard or the like.例文帳に追加
USB等の規格で接続するオーディオデータの入力装置や出力装置において、低速で処理能力の低いCPUであってもストリーミングによるデータ転送が実現できるようにすることを目的とする。 - 特許庁
METHOD, SYSTEM AND COMPUTER READABLE MEDIUM FOR DATA INPUT AND OUTPUT USING NON-STANDARD I/O DEVICE FOR WEB APPLICATIONS例文帳に追加
ウェブ・アプリケーション用の非標準I/Oデバイスを使用したデータの入力および出力のための方法、システムおよびコンピュータ読み取り可能媒体 - 特許庁
METHOD AND DEVICE FOR AVOIDING DISPLACEMENT OF STANDARD POSITION OF CLUTCH OPERATED BY ACTUATOR, CAUSED BY AXIAL DISPLACEMENT BETWEEN CLUTCH INPUT SHAFT AND CLUTCH OUTPUT SHAFT例文帳に追加
クラッチ入力軸とクラッチ出力軸との間の軸方向のずれに起因する、アクチュエータにより操作されるクラッチの基準位置のずれを回避するための方法及び装置 - 特許庁
To provide correction system input and output/maintenance data in order to support the operation capacity and economical standard related to the setting of a medical device or the like.例文帳に追加
医用機器などの設定に関する動作性能及び経済的標準を支援するために修正システム入出力/メンテナンス情報を提供する。 - 特許庁
Multiple input and output characteristic values can be set by reading only at a time the standard original 2 because the fixed value memory section 4a and the adding section 4 are provided.例文帳に追加
固定値メモリ部4aと加算部4とを設けたことにより、1度の基準原稿2の読取りによって、複数の入出力特性値を設定できる。 - 特許庁
Terminals support the standard system I/O operations, as well as a collection of terminal-specific operations to control input-character editing and output delays. 例文帳に追加
端末は、標準的なシステム I/O 操作はもちろんのこと、入力文字の編集や出力のディレイの制御をするための端末固有の操作をひととおりサポートしています。 - FreeBSD
意味 | 例文 (102件) |
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 1994-2010 The FreeBSD Project. All rights reserved. license |
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) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
ログイン |
Weblio会員(無料)になると 検索履歴を保存できる! 語彙力診断の実施回数増加! |
ログイン |
Weblio会員(無料)になると 検索履歴を保存できる! 語彙力診断の実施回数増加! |