1153万例文収録!

「dev in」に関連した英語例文の一覧と使い方(3ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

dev inの部分一致の例文一覧と使い方

該当件数 : 139



例文

We can get around that problem by linking (symbolically) a temporary file name (one that ends in .dvi) to /dev/fd/0, thereby forcing dvilj2p to read from standard input. 例文帳に追加

この問題は、(.dvi で終わる) 一時的なファイル名から/dev/fd/0 に (シンボリックな) リンクを張ることで回避することができます。 これで、 dvilj2pに強制的に標準入力からデータを読み込ませることができます。 - FreeBSD

(Standard error is redirected to /dev/null to prevent the warnings about the directories that are not empty.) /var/tmp/root now contains all the files that should be placed in appropriate locations below /. 例文帳に追加

(空でないディレクトリに関する警告を避けるために、 標準エラー出力は /dev/null に リダイレクトされます)この段階の /var/tmp/root には、 本来 / 以下にあるべきファイルが すべて含まれています。 - FreeBSD

The key role of /dev/initrd in the above is to re-use the configuration data during normal system operation without requiring initial kernel selection, a large generic kernel or, recompiling the kernel. 例文帳に追加

上記の動作での/dev/initrdの役割のキーポイントは、初期カーネルの選択や大きなジェネリックカーネル、カーネルの再構築なしに、通常のシステム操作で再利用可能な設定データを利用することにある。 - JM

Note: If you are still prompted to give the root password when entering the Single User mode, it means that the console has been marked as insecure in /etc/ttys. 例文帳に追加

これで、すべてのユーザは フロッピー /dev/fd0 を自身の所有するディレクトリへマウントすることができます。 - FreeBSD

例文

This can be determined by looking at the boot messages while FreeBSD is booting (or in /var/log/messages after booting), where you will see a line something like this:This means that the ZIP drive is represented by the file /dev/da1. 例文帳に追加

ZIPドライブのデバイスファイルは起動時に表示されるブートメッセージか、 /var/log/messages の中からというメッセージを見つけることで特定できます。 上の例の場合、 ZIPドライブのデバイスファイルは /dev/da1であるということを表しています。 - FreeBSD


例文

To do this, type n to create a new partition, then p to tell fdisk that you want a primary partition. Then type 2 to create the second primary partition, /dev/sda2 in our case.例文帳に追加

この作業のためには、新規パーティションを作成するのにn、基本パーティションを選択するのにpを入力します. そして2番目の基本パーティション、この例では/dev/hda2を作成するのに2と入力します。 - Gentoo Linux

To do this, type n to create a new partition, then p to tell fdisk that you want a primary partition. Then type 2 to create the second primary partition,/dev/sda2 in our case.例文帳に追加

この作業のためには、新規パーティションを作成するのにn、基本パーティションを選択するのにpを入力します. そして2番目の基本パーティション、この例では/dev/sda2を作成するのに2と入力します。 - Gentoo Linux

To do this, type n to create a new partition, then p to tell fdisk that you want a primary partition. Then type 3 to create the third primary partition, /dev/sda3 in our case.例文帳に追加

この作業のためには、新規パーティションを作成するのにn、基本パーティションを選択するのにpを入力します. そして3番目の基本パーティション、この例では/dev/sda3を作成するのに3と入力します。 - Gentoo Linux

In the example configuration we want to install GRUB so that it reads itsinformation from the boot partition /dev/sda1, andinstalls the GRUB boot record on the hard drive's MBR (master boot record) sothat the first thing we see when we turn on the computer is the GRUB prompt. 例文帳に追加

次の例では、GRUBが/bootパーティションの/dev/sda1から情報を読むように、そして、コンピュータの電源を入れた後、最初にGRUBプロンプトが出現するように、ハードディスクのMBR(master boot record、マスターブートレコード)にGRUBをインストールしています。 - Gentoo Linux

例文

In the past, Gentoo has instructed users to use devfs for managing the /dev directory, which contains a series of device interfaces to allow system applications to communicate with hardware (through the kernel).例文帳に追加

従来、Gentooはユーザーに/devディレクトリを管理するためにdevfsを使うよう指示していました。 それは(カーネルを通して)システムアプリケーションがハードウェアと通信できるために一連のデバイスインタフェースを含んでいます。 - Gentoo Linux

例文

When Linux-users talk about the hardware on their system in the vicinity of people who believe Linux is some sort of virus or brand of coffee, the use of"slash dev slash foo" will return a strange look for sure.例文帳に追加

Linuxはウィルスの一種かコーヒーのブランドの何かかな思う人たちの中で、Linuxユーザがシステムのハードウェアについて話すとき、「スラッシュdevスラッシュ何とか」という言葉を使うと、確かに奇妙に映るでしょう。 - Gentoo Linux

filename is the filename to be substituted for "%s" in the command line; the default value is'/dev/null' which is almost certainly not what you want, so usually you'll override it by specifying a filename.例文帳に追加

filename はコマンドライン中で "%s" に代入されるファイル名です; 標準の値は '/dev/null' で、たいていこの値を使いたいわけではないはずです。 従って、ファイル名を指定してこのフィールドを上書きする必要があるでしょう。 - Python

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

In the example configuration we want to install GRUB so that it reads its information from the boot partition /dev/sda1, and installs the GRUB boot record on the hard drive's MBR (master boot record) so that the first thing we see when we turn on the computer is the GRUB prompt.例文帳に追加

次の例では、GRUBが/bootパーティションの/dev/hda1から情報を読むように、そして、コンピュータの電源を入れた後、最初にGRUBプロンプトが出現するように、ハードディスクのMBR(master boot record、マスターブートレコード)にGRUBをインストールしています。 - Gentoo Linux

A layout of the liquid processing unit BARC, RESIST (DEV) in a side view, is approximately the same in the respective cells 11, 13 (12, 14).例文帳に追加

液処理ユニットBARC、RESIST(DEV)の側面視におけるレイアウトは、各セル11、13(12、14)の間で略同じである。 - 特許庁

One such example is the kern.maxvnodes sysctl, which controls the maximum number of vnodes allowed in the kernel. 例文帳に追加

スクリプトの実行が終ったら /devに acd0c と racd0cエントリがあることを確認してください。 これによ り正しく実行されたことがわかります。 - FreeBSD

The second field is the device group, starting from /dev. It is a regular expression, meaning you can select several device files in one rule.例文帳に追加

これは正規表現で、ひとつのルールでいくつかのデバイスを選択可能です。 4番目の欄は、デバイス・ファイルの所有権です。 - Gentoo Linux

In the case of Ds<Dev (YES in S130), battery electric power is positively used by shifting to an EV travel mode (S140).例文帳に追加

そして、Ds<Devとなると(S130がYES)、EV走行モードへ移行することによって、バッテリ電力が積極的に使用される(S140)。 - 特許庁

Three development processing units DEV are arranged side by side in a line at the same height in a common housing 50 with atmospheres thereof made to communicate with one another.例文帳に追加

共通の筐体50内に、相互に雰囲気を連通させた状態にて3つの現像処理ユニットDEVが同じ高さ位置に一列に並設されている。 - 特許庁

The controller sets the time width Lt of the low level signal at the second period in the pulse train signal by the timing deviation Dev.例文帳に追加

そして、コントローラは、パルス列信号における2周期目のローレベル信号の時間幅LtをタイミングずれDevだけ短く設定する。 - 特許庁

A slit nozzle 610 and a porous nozzle 620 for supplying a developer are arranged for the three development processing units DEV in common.例文帳に追加

現像液を供給するスリットノズル610および多孔ノズル620は、3つの現像処理ユニットDEVに共用に設けられている。 - 特許庁

Since reads from /dev/random may block, users will usually want to open it in non-blocking mode (or perform a read with timeout), and provide some sort of user notification if the desired entropy is not immediately available. 例文帳に追加

/dev/randomからの読み出しは停止 (block) する可能性があるので、ユーザは普通このファイルを非停止 (non-blocking) モードで開こうとし(もしくはタイムアウトを指定して読み出しを実行し)、希望するレベルのエントロピーはすぐには利用できない場合には、何らかの通知を行うことだろう。 - JM

Each of a plurality of semiconductor devices DEV[1]-DEV[n] includes a trigger input terminal TRG_-IN, a trigger output terminal TRG_-OUT, and a timer circuit TM which delays a pulse signal input from TRG_-IN and outputs it to TRG_-OUT.例文帳に追加

例えば、複数の半導体デバイスDEV[1]〜DEV[n]のそれぞれが、トリガ入力端子TRG_IN、トリガ出力端子TRG_OUT、およびTRG_INから入力されたパルス信号を遅延させてTRG_OUTに出力するタイマ回路TMを備える。 - 特許庁

Note: Other files relating to the boot process, such as the boot loader(8) and configuration are stored in /boot. Third party or custom modules can be placed in /boot/kernel, although users should be aware that keeping modules in sync with the compiled kernel is very important. 例文帳に追加

Note: FreeBSD4.X 以前のバージョンを使っていて、 (サウンドカードなど)新しいデバイスを追加した場合は、 使う前に /devディレクトリにデバイスノードを追加しなければならないかもしれません。 - FreeBSD

More information regarding these lines can be found in the devfs(8) manual page. 例文帳に追加

/etc/devfs.rules で設定した内容についての詳細は、devfs(8)のマニュアルページをご覧ください。 なお、FreeBSD4.X では、初期設定では、 operator グループに所属するメンバが /dev/uscanner0 を読み書きすることができます。 - FreeBSD

Among the development processing units DEV adjacent to one another, standby pods 70 each receiving the slit nozzle 610 and the porous nozzle 620 in a standby state are arranged.例文帳に追加

また、隣接する現像処理ユニットDEVの間には、待機状態のスリットノズル610および多孔ノズル620を受け入れる待機ポッド70が設けられている。 - 特許庁

To provide an information processing system in which AP processing and the switching of static pictures are simultaneously operated at low costs without need of any special memory in a picture display device, and a display dev ice to be used in the system.例文帳に追加

画像表示装置内に、特殊なメモリを必要とせずに、低コストでAP処理と静止画像の切り替えを瞬時に行えるようにした情報処理システムおよびそれに用いる表示装置を提供すること。 - 特許庁

Gradation data Dod and Dev are sampled by corresponding horizontal driving circuits 23O and 23E in timing corresponding to sampling in distribution of gradation data D11 to a plurality of systems.例文帳に追加

本発明は、階調データD11を複数系統に振り分ける際のサンプリングに対応するタイミングで、各系統の階調データDod、Devを対応する水平駆動回路23O、23Eでサンプリングする。 - 特許庁

Jamal Malik (Dev Patel), an 18-year-old boy from the slums of Mumbai in India, is only one question away from winning 20 million rupees (about 40 million yen) on the Indian version of the quiz show "Who Wants to Be a Millionaire?" 例文帳に追加

インド・ムンバイのスラム街出身の18歳の少年,ジャマール・マリク(デーヴ・パテル)は,クイズ番組「クイズ$ミリオネア」のインド版で2000万ルピー(約4000万円)を獲得できるまであとたった1問のところにいる。 - 浜島書店 Catch a Wave

The voltage in which the DC voltage is superimposed with the AC voltage is outputted to an output terminal 5 as an output voltage Dev through a resistor R10 and is given to a developing roller of a printer.例文帳に追加

このDC電圧に上記AC電圧が重畳された電圧が抵抗R10を通じて出力端子5に出力電圧Devとして出力され、プリンタの現像ローラに与えられる。 - 特許庁

The air flowing in the high temperature passage of the heat exchanger 62 is cooled by the air flowing in the low temperature passage and then heated by a heater 66 to feed an air at a specified temperature to a developing unit (DEV).例文帳に追加

また、熱交換器62の高温側流路を通流し、低温側流路を通流する空気により冷やされた外気を加温器66によって加温して所定温度の空気を現像処理ユニット(DEV)に供給する。 - 特許庁

Resist film forming conditions for a resist application processing unit (COT) and development processing conditions for a development processing unit (DEV) are controlled on the basis of the function models in the manufacturing stage of actual wafer products.例文帳に追加

そして、実際の製品ウェハの製造段階においてこの関数モデルに基づきレジスト塗布処理ユニット(COT)におけるレジスト膜形成条件、現像処理ユニット(DEV)の現像処理条件等を制御する。 - 特許庁

An ECU calculates travel distance Ds to a destination (S110) in vehicle travel during route guidance by a navigation device (YES in S100), and calculates EV travelable distance Dev with the current battery accumulated power (S120).例文帳に追加

ECUは、ナビゲーション装置によるルート案内中の車両走行では(S100がYES)、目的地までの走行距離Dsを算出する(S110)とともに、現在のバッテリ蓄積電力によってEV走行可能な距離Devを算出する(S120)。 - 特許庁

When it is not in the predetermined variation state, variable valve control is conducted in each cylinder on the basis of the inter-cylinder intake air quantity variation rate DEV to perform inter-cylinder variation change control in which the state of the intake air quantity variation of each cylinder is temporarily changed to the predetermined variation state.例文帳に追加

所定ばらつき状態でないときには、気筒間吸入空気量ばらつき率DEVに基づいて気筒別可変バルブ制御を行って各気筒の吸入空気量ばらつきの状態を所定ばらつき状態に一時的に変更する気筒間ばらつき変更制御を実行する。 - 特許庁

After that, variable valve control is conducted in each cylinder on the basis of the good-accuracy inter-cylinder intake air quantity variation rate DEV calculated in the predetermined variation state, thereby performing inter-cylinder variation correction control for correcting the intake air quantity variation between the cylinders.例文帳に追加

この後、所定ばらつき状態のときに算出した精度の良い気筒間吸入空気量ばらつき率DEVに基づいて気筒別可変バルブ制御を行って気筒間の吸入空気量ばらつきを補正する気筒間ばらつき補正制御を実行する。 - 特許庁

If you want to be able to use your serial ports, you will have to build a new kernel with the following modification: in /usr/src/sys/dev/sio/sio.c (or in /usr/src/sys/pc98/cbus/sio.c for pc98) find the one occurrence of the string 0x2e8 and remove that string and the preceding comma (keep the trailing comma). 例文帳に追加

もしシリアルポートを有効にしたいのであれば以下の変更を行なって新しいカーネルを作る必要があります。 /usr/src/sys/i386/isa/sio.c の中で 1 ヵ所ある 0x2e8 という文字列を探し、この文字列とその手前にあるコンマを削除します (後ろのコンマは残します)。 - FreeBSD

When the value of Dev run is lower than the threshold Th (N in step S23), since the image is considered to be a natural image, the image data are quantized by a truncated pattern for a natural image, and is encoded by the JPEG2000 algorithm (step S25).例文帳に追加

DevRunの値が閾値Thより小さい場合は(ステップS23のN)、画像は自然画像的なものとみなされるため、画像データは自然画像用のトランケートパターンで量子化し、JPEG2000アルゴリズムで符号化する(ステップS25)。 - 特許庁

When the value of Dev run is equal to or higher than a threshold Th (Y in step S23), since the image is considered to be an artificial image, the image data are quantized for each sub-band by a truncated pattern for an artificial image, and is encoded by JPEG 2000 algorithm (step S24).例文帳に追加

そして、DevRunの値が閾値Th以上である場合には(ステップS23のY)、画像は人工画像的なものとみなされるため、画像データをサブバンド毎に人工画像用のトランケートパターンで量子化し、JPEG2000アルゴリズムで符号化する(ステップS24)。 - 特許庁

例文

Afterwards, in a state of being unable to realize the variation learning execution condition, the inter-cylinder suction air quantity variation rate DEV (#i) according to a present average suction valve lift quantity VLL is calculated on the basis of the inter-cylinder variation learning value GDEV (#i), a reference suction valve lift quantity GVVL and a present average suction valve lift quantity VLL.例文帳に追加

その後、ばらつき学習実行条件が不成立となる運転状態のときには、気筒間ばらつき学習値GDEV(#i)と基準吸気バルブリフト量GVVLと現在の平均吸気バルブリフト量VLLとに基づいて、現在の平均吸気バルブリフト量VLLに応じた気筒間吸入空気量ばらつき率DEV(#i)を算出する。 - 特許庁




  
Copyright © Japan Patent office. All Rights Reserved.
  
浜島書店 Catch a Wave
Copyright © 1995-2026 Hamajima Shoten, Publishers. 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 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
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
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS