1016万例文収録!

「OBJ」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

OBJを含む例文一覧と使い方

該当件数 : 134



例文

24.4.6 Remove /usr/obj 例文帳に追加

17.4.6. /usr/obj の削除 - FreeBSD

This uses the type of obj to determine which formatting method to call,passing it obj and level.例文帳に追加

これはどの書式化メソッドを呼び出すかを決定するためにobjの型を使い、それをobjとlevelに渡します。 - Python

Can I remove /usr/obj when I have finished?24.4.14.4. 例文帳に追加

17.4.16.3. 終了したら /usr/objを削除しても かまいませんか? - FreeBSD

24.4.14.3. Can I remove /usr/obj when I have finished? 例文帳に追加

17.4.16.3. 終了したら /usr/obj を削除しても かまいませんか? - FreeBSD

例文

Set the panel's user pointer to obj. 例文帳に追加

パネルのユーザポインタを obj に設定します。 - Python


例文

Writes object obj to file object p. 例文帳に追加

オブジェクト obj をファイルオブジェクト p に書き込みます。 - Python

Returns true if obj is an instance. 例文帳に追加

obj がインスタンスの場合に真を返します。 - Python

Respective object (obj) are given priority levels, and when an object with high activity is generated, a rate control means 117 performs control so that objects obj of high priority are not lowered in image quality or improved by moving bits among the respective objects obj.例文帳に追加

各オブジェクト(obj) に対して優先度をつけ、高アクティビティなobj が発生したとき各obj の間でビットを移動させ、優先度の高いobj は画質を低下させずまたは向上させるべくレート制御部117 で制御する。 - 特許庁

Since they're mutable, you can change a single character by doing obj[index] = 'a', or change a substring by assigning to a slice:obj[i1:i2] = '...'.例文帳に追加

それらは可変なので、 obj[index] = 'a' のように文字を変換できますし、スライスを使うことでobj[i1:i2] = '...' のように部分文字列を変換することができます。 - Python

例文

Specify what object to draw. 例文帳に追加

-obj object描画するオブジェクトを指定する。 - XFree86

例文

If the second argument is an object, isinstance(obj, type) must be true.例文帳に追加

二つめの引数がオブジェクトの場合、isinstance(obj, type) は真でなくてはなりません。 - Python

/usr/obj contains all the object files that were produced during the compilation phase. 例文帳に追加

/usr/obj には、 コンパイルの段階で生成されたすべてのオブジェクトファイルが含まれています。 - FreeBSD

Put the /usr/src and /usr/obj directories on separate file systems held on separate disks. 例文帳に追加

/usr/src と /usr/objディレクトリを、 異なるディスク上の別のファイルシステムに置いてください。 - FreeBSD

The file system holding /usr/obj can be mounted (or remounted) with the async option. 例文帳に追加

/usr/obj のあるファイルシステムを、 async オプションをつけてマウント (もしくは 再マウント)してください。 - FreeBSD

If /usr/obj is the only thing on this file system then it is not a problem. 例文帳に追加

もし、/usr/obj 自身が独立したファイルシステムであるならば、これは問題になりません。 - FreeBSD

The main record required is IMDATA but it must be proceeded by a OBJ record to define its position. 例文帳に追加

主な必須レコードはIMDATA ですが、その前に、位置を決定するための OBJ レコードが必要です。 - PEAR

Name of the decorator object $obj [optional] Object to decorate (the default object being $this) 例文帳に追加

デコレータの名前。 object$obj [optional] デコレートするオブジェクト (デフォルトのオブジェクトは $this です)。 - PEAR

The obj argument must support the single-segmentcharacter buffer interface. 例文帳に追加

obj 引数は単一セグメントからなる文字バッファインタフェースをサポートしていなければなりません。 - Python

The obj argument must support the single-segment readable buffer interface.例文帳に追加

obj 引数は単一セグメントからなる読み出し可能バッファインタフェースをサポートしていなければなりません。 - Python

The obj parameter is passed to the function as its first parameter, and may be any Python object, or NULL.例文帳に追加

obj パラメタは関数の第一パラメタとして渡され、何らかの Python オブジェクトかまたはNULLになります。 - Python

This option allows you to specify another suffix, such as ``.b'' with -o.b or ``:obj'' with -o:obj and so forth.例文帳に追加

このオプションを使って別のサフィックスを指定することができる。 - XFree86

As the names imply, buildworld builds a complete new tree under /usr/obj, and installworld, another target, installs this tree on the current machine. 例文帳に追加

その名前が示すように、buildworld は /usr/obj 以下に新しい完全な ディレクトリツリーを構築し、 installworld は、そのツリーを現在のマシンにインストールします。 - FreeBSD

Warning: As above, if /usr/obj is not on its own file system, replace it in the example with the name of the appropriate mount point. 例文帳に追加

Warningもし /usr/obj 自身がファイルシステムでない場合には、適切なマウントポイントを指すように、上の例の名前を置き換えてください。 - FreeBSD

All the machines in this build set need to mount /usr/obj and /usr/src from the same machine, and at the same point. 例文帳に追加

このビルドセットのマシンはすべて /usr/obj と /usr/src を同じマシンの同じ場所からマウントする必要があります。 - FreeBSD

BothSet and ImmutableSet derive from BaseSet, an abstract class useful for determining whether something is a set:isinstance(obj, BaseSet).The set classes are implemented using dictionaries.例文帳に追加

SetとImmutableSetは、何が集合(isinstance(obj, BaseSet))であるか決めるのに役立つ抽象クラスBaseSetから派生します。 集合クラスは辞書を使用して実装されます。 - Python

The target reaction force torque basic value T_obj is multiplied by a torque gain K_T, and target reaction force torque Tm^* is obtained.例文帳に追加

この目標反力トルク基本値T_objにトルクゲインK_Tが乗じられて、目標反力トルクTm^*が求められる。 - 特許庁

The target reaction force torque basic value T_obj includes yaw rate reaction force components and yaw acceleration reaction force components.例文帳に追加

目標反力トルク基本値T_objは、操作角反力成分、ヨーレート反力成分およびヨー加速度反力成分を含む。 - 特許庁

A reaction force setting portion 37 sets a target reaction force torque basic value T_obj according to an operation angle θ, a yaw rate γ, and yaw acceleration γ'.例文帳に追加

反力設定部37は、操作角θ、ヨーレートγおよびヨー加速度γ′に基づいて目標反力トルク基本値T_objを設定する。 - 特許庁

The basic target current Ib is corrected based on this torque differential value Tdif to obtain the target current I_-obj (R5).例文帳に追加

このトルク微分値Tdifに基づいて基本目標電流値Ibが補正されて、目標電流値I_objが求められる(R5)。 - 特許庁

A light flux transmitted through a correction functional part SE1 is incident on the objective optical element OBJ by the tracking of the objective optical element OBJ.例文帳に追加

対物光学素子OBJのトラッキングにより、補正機能部SE1を通過した光束が対物光学素子OBJに入射するようになる。 - 特許庁

In a step 580, ORE OBJ is set to 'reverse guide' and the target information I is stored rewriting the current target candidate K(N).例文帳に追加

ステップ580では、PRE OBJを「案内逆」に設定し、目標物情報Iを今回の目標物候補K(N)に書き換えて記憶する。 - 特許庁

In a step 550, PRE OBJ is set to the 'center' and target information I is stored rewriting the current target candidate K(N).例文帳に追加

ステップ550では、PRE OBJを「中心」に設定し、目標物情報Iを今回の目標物候補K(N)に書き換えて記憶する。 - 特許庁

The controlling operation amount of a wheel body 5 is decided by using characteristics parameters Ki_x, Ki_y(i=1, 2, 3) and θb_x_obj, θb_y_obj which changes its values according to an action mode decided on the basis of a folding state of the seats 15R, 15L and the steps 25R, 25L.例文帳に追加

シート15R,15L及びステップ25R,25Lの折り畳み状態に基づき決定された動作モードを応じて値が変化する特性パラメータKi_x,Ki_y(i=1,2,3)及びθb_x_obj,θb_y_objを用いて車輪体5の制御用操作量が決定される。 - 特許庁

This endoscope processor displays a part of a subject image (obj) on a monitor.例文帳に追加

内視鏡プロセッサはモニタに被写体像objの一部を表示させる。 - 特許庁

The numerical aperture NAimg of the image forming lens 26 and that NAobj of the objective lens 34 satisfy the relation of 0.45<NAimg/NAobj<0.8; the numerical apertures are, for example, NAobj=0.6 and NAimg=0.313.例文帳に追加

結像レンズ26の開口数NA__imgと対物レンズ34の開口数NA_objは、0.45<NA_img/NA_obj<0.8の関係を満たしており、例えば、NA_obj=0.6、NA_img=0.313である。 - 特許庁

When the pertinent OBJ is OBJ which should not be reduced, the attributes including non-reduction OBJ(=ON) are stored in the layer attribute DB 601 as the attributes of the pertinent layer.例文帳に追加

また、元の電子文書の処理対象のページにおけるレイヤー内のOBJを解析し、当該OBJが縮小してはいけないOBJである場合には、当該レイヤーの属性として、非縮小OBJ(=ON)を含む属性をレイヤー属性DB601に記憶する。 - 特許庁

An OBJ placement positioning part 22 of the Web server 20 inputs the product evaluation point or the like, inputs a product evaluation value from an OBJ evaluation DB 51, determines a positions of the object on the display screen on the basis of the product evaluation value, and alters contents of an OBJ contents file 53.例文帳に追加

Webサーバ20のOBJ配置位置決定部22は、商品評価点等を入力し、OBJ評価DB51から商品評価値を入力し、商品評価値に基づいてそのオブジェクトについて表示画面上の配置位置を決定し、OBJコンテンツファイル53の内容を変更する。 - 特許庁

HEAD is not an actual branch tag, like the other two; it is simply a symbolic constant for the current, non-branched development stream which we simply refer to as -CURRENT . 例文帳に追加

Note: ただし、すでに /usr/obj以下に構築物が存在しているなら、buildworld の必要はありません。 - FreeBSD

Unicode objects are passed back as-is with incrementedrefcount. 例文帳に追加

obj が Unicode オブジェクトの場合、オブジェクトそのままを、参照カウントをインクリメントして返します。 - Python

A processing mask MSK of three pixels by three pixels is prescribed with a pixel OBJ to be processed in the center.例文帳に追加

処理対象の画素OBJを中心として、3画素×3画素の処理マスクMSKを規定する。 - 特許庁

Photographing parts 11a and 11b photograph the images of the object OBJ reflected on a mirror 16.例文帳に追加

撮影部11a、11bは、ミラー16に映し出された対象物OBJの像を撮影する。 - 特許庁

The planar object OBJ and a virtual camera C are arranged in a virtual space.例文帳に追加

そして、面状のオブジェクトOBJおよび仮想カメラCが、仮想空間に配置される。 - 特許庁

The light source window 2 is an opening, mainly for attaching the measuring object light source OBJ.例文帳に追加

光源窓2は、主として被測定光源OBJを装着するための開口である。 - 特許庁

Do nothing is the correct backup method for /usr/obj and other directory trees that can be exactly recreated by your computer. 例文帳に追加

何もしない ことはコンピュータが同じものをもう一度作り直すことのできる/usr/objやその他のディレクトリツリーについては適切なバックアップ方法です。 - FreeBSD

As parts of the system are rebuilt they are placed in directories which (by default) go under /usr/obj. The directories shadow those under /usr/src. 例文帳に追加

システムが再構築される時、構築されたものは (デフォルトで) /usr/obj 以下のディレクトリに格納され、 そのディレクトリの下は /usr/src と同じ構造となります。 - FreeBSD

Some files below /usr/obj may have the immutable flag set (see chflags(1) for more information) which must be removed first. 例文帳に追加

/usr/obj 以下のファイルには、 変更不可 (immutable) フラグ(詳細は chflags(1)参照) がセットされているものがある可能性があります。 そのため、まず最初にそのフラグを変更しなければなりません。 - FreeBSD

B and C should then NFS mount /usr/src and /usr/obj from A, and you can then run make installworld to install the results of the build on B and C. 例文帳に追加

それから、マシン B とマシン C でマシン A の /usr/src と /usr/obj を NFSマウントし、make installworld とすることで構築済みのシステムを各マシンにインストールすることができるのです。 - FreeBSD

In this case, keeping /usr/obj around after you have finished makes little sense, and will free up a large chunk of disk space (currently about 340MB). 例文帳に追加

その場合には、構築終了後の /usr/objを保存しておいても、あまり意味はありません。 削除すれば、大きなディスクスペースを(現在はだいたい 340MB あります) 解放することができます。 - FreeBSD

If this machine mounts /usr/src and /usr/obj via NFS, when you reboot to single user you will need to enable the network and mount them. 例文帳に追加

テストマシンが NFS 経由で /usr/src と /usr/objをマウントしているなら、シングルユーザで再起動したときネットワークを使えるようにしてマウントする必要があります。 - FreeBSD

例文

If the profile function needs to maintain state,using a different value for obj for each thread provides a convenient and thread-safe place to store it.例文帳に追加

プロファイル関数がスレッド状態を維持する必要があるなら、各々のスレッドに異なる obj を使うことで、状態を記憶しておく便利でスレッドセーフな場所を提供できます。 - Python

索引トップ用語の索引



  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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) 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 1994-2010 The FreeBSD Project. All rights reserved. license
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS