1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

Sys.を含む例文一覧と使い方

該当件数 : 312



例文

Further, a SOU parse routine 63 parses the data MXF_D to extract audio data SOU and decodes the extracted audio data SOU on the basis of the system data SYS extracted by the SYS parse routine 61.例文帳に追加

また、SOUパースルーチン63は、データMXF_DをパースしてオーディオデータSOUを抽出し、当該抽出したオーディオデータSOUを、SYSパースルーチン61が抽出したシステムデータSYSを基に復号する。 - 特許庁

If you're using such a kernel then you just have to make sure that you have a recentsys-apps/baselayout version.例文帳に追加

このようなカーネルを使用しているなら、最新のsys-apps/baselayoutバージョンを使用しているか確認する必要があります。 - Gentoo Linux

/proc/sys/fs/super-max This file controls the maximum number of superblocks, and thus the maximum number of mounted file systems the kernel can have. 例文帳に追加

このファイルはスーパブロックの値を制御する。 この値はカーネルがマウントできるファイルシステムの最大値になる。 - JM

ps1 and sys. ps2, and input buffering.例文帳に追加

このクラスはInteractiveInterpreterを元に作られていて、通常のsys.ps1とsys.ps2をつかったプロンプト出力と入力バッファリングが追加されています。 - Python

例文

Items of sys.path that are not (Unicode or 8-bit) strings referring to existing directories are ignored. Unicode items on sys.例文帳に追加

sys.path の要素の内、実在するディレクトリを指す(ユニコードまたは8ビットの)文字列となっていないものは無視されます。 - Python


例文

Unix shells also use the term ``word''.It is occasionally desirable to substitute an argument list other than sys.例文帳に追加

引数解析に関しては、この要素はあまり重要ではありません。 ) Unix シェルでは、 「語 (word)」 という用語も使います。 - Python

(Note that directories must exist in order to be added to sys.例文帳に追加

(sys.path にディレクトリを追加するには、そのディレクトリが実在しなければなりません; site は実在しないディレクトリを除去します。 - Python

An easier way to keep track of modules installed by ebuilds (such as nvidia-drivers) is to installsys-kernel/module-rebuild.例文帳に追加

ebuildでインストールされたモジュール(nvidia-driversのような)の更新作業を簡単にする方法のひとつとして、sys-kernel/module-rebuildのインストールがあります。 - Gentoo Linux

osname should be one of the standard Python OS names (i.e. the ones returned by os. name) and platform the common value returned by sys.例文帳に追加

問い合わせのosnameはPython標準のOS名(os.nameで返されるもの)のひとつであるべきで、platformはsys.platformで返される共通の値です。 - Python

例文

Add-on Python modules might then belong in /www/python, and in order to import them, this directory must be added to sys. path.例文帳に追加

そこで、アドオンの Python モジュールが /www/python 置かれることになると、モジュールを import するためにはディレクトリを sys.pathに追加せねばなりません。 - Python

例文

You should define the timezone that you previously copied to/etc/localtime so that further upgrades of thesys-libs/timezone-data package can update /etc/localtimeautomatically. 例文帳に追加

さらにsys-libs/timezone-dataパッケージを更新すると、自動的に/etc/localtimeがアップデートされるよう、先に/etc/localtimeへコピーしたタイムゾーンを定義すべきです。 - Gentoo Linux

The path parameter should be a sequence, and is used to augment the value of sys. path, which is used to locate module source code.例文帳に追加

path パラメタはシーケンス型でなくてはならず、 モジュールのソースコードがある場所を特定する際に sys.path の値に補完する形で使われます。 - Python

If optparse sees either "-h" or "-help" on the command line, it will print something like the following help message to stdout(assuming sys. argv[0] is "foo.py"):例文帳に追加

optparse がコマンドライン上に "-h" または "-help" を見つけると、以下のようなヘルプメッセージを標準出力に出力します (sys.argv[0] は"foo.py"だとします): - Python

Path configuration files have an extension of .pth, and each line must contain a single path that will be appended to sys. path.例文帳に追加

最も手軽な方法は、パス設定ファイルをすでに Python の検索パスに含まれるディレクトリ、通常は .../site-packages/ ディレクトリに置くというものです。 - Python

for more information.A slightly less convenient way is to edit the site.py file inPython's standard library, and modify sys. 例文帳に追加

を読んでください。 やや便利さには欠けますが、Python の標準ライブラリ中にある site.py ファイルを編集することでも、sys.path を変更できます。 - Python

Non-existing items are never added to sys. path, but no check is made that the itemrefers to a directory (rather than a file).例文帳に追加

存在しない項目はsys.pathへは決して追加されませんが、項目が(ファイルではなく)ディレクトリを参照しているかどうかはチェックされません。 - Python

If you want to index your system's files so you are able to quickly locate them using the locate tool, you need to installsys-apps/slocate.例文帳に追加

locateを使用して素早くファイルの検索をするために、システム中のファイルのインデックスを作成する場合には、sys-apps/slocateをインストールする必要があります。 - Gentoo Linux

TuxOnIce is not included in the mainline kernel yet, therefore you either haveto patch your kernel sources with the patches provided by tuxonice.net or usesys-kernel/tuxonice-sources. 例文帳に追加

suspend2はまだ主流のカーネルに含まれていないので、suspend2.netが提供するパッチをカーネルソースに適用するか、sys-kernel/suspend2-sourcesを使用する必要があります。 - Gentoo Linux

It generally involves searching for a ``built-in''module with the given name and then searching a list of locations given as sys. path.例文帳に追加

一般的には、ある名前のモジュールを検索する際、まず同名の``組み込み (built-in)'' モジュールを探し、次に sys.pathで列挙されている場所を探します。 - Python

One clock is used as a system clock SCK (sys) of the ASICs 52 and a communication clock SCK (com) between the DSP 51 and ASICs 52 carried out in common.例文帳に追加

ASIC52におけるシステムクロックSCK(sys)と、DSP51とASIC52との間の通信クロックSCK(com)とは共通とされる。 - 特許庁

A system configuration section 20 generates a system net list NL-SYS as a net list of a system level determined by the plurality of combined IPs 15.例文帳に追加

システム構築部20は、組み合わされた複数のIP15により決定されるシステムレベルのネットリストとしてのシステムネットリストNL−SYSを生成する。 - 特許庁

Most of these "stubs" should be recognizable to you; stubs like/dev, /proc or /sys will be populated when the slave starts, the others will be mounted later.例文帳に追加

ほとんどのディレクトリは理解できるでしょう。 /devや/procのようなディレクトリは、スレーブが起動するときに使用され、その他のディレクトリは、その後でマウントされます。 - Gentoo Linux

Code Listing2.3: Listing packages which depend on some package $ qdepends -a pygtk* DEPENDdev-python/pygtk-2.8.2: =dev-lang/python-2.3 =x11-libs/gtk+-2.8.0=dev-libs/glib-2.8.0 =x11-libs/pango-1.10.0 =dev-libs/atk-1.8.0=gnome-base/libglade-2.5.0 =dev-python/pycairo-0.9.0 dev-python/numericvirtual/opengl dev-python/pyopengl =x11-libs/gtkglarea-1.99=dev-util/pkgconfig-0.9 sys-devel/patch* RDEPENDdev-python/pygtk-2.8.2: =dev-lang/python-2.3 =x11-libs/gtk+-2.8.0=dev-libs/glib-2.8.0 =x11-libs/pango-1.10.0 =dev-libs/atk-1.8.0=gnome-base/libglade-2.5.0 =dev-python/pycairo-0.9.0 dev-python/numericvirtual/opengl dev-python/pyopengl =x11-libs/gtkglarea-1.99* PDEPEND 例文帳に追加

コード表示2.3:あるパッケージに依存するパッケージのリスト化 - Gentoo Linux

(without this capability these system calls will fail with the error ENFILE 例文帳に追加

でシステム全体でオープンできるファイル数の上限/proc/sys/fs/file-maxを超過する(このケーパビリティがない場合、この上限に達するとこれらのシステムコールはENFILE エラーで失敗する)。 - JM

An MXF parser thread 43 parses data MXF_D, intermingled together with a plurality of video data PIC, a plurality of audio data SOU, and system data SYS.例文帳に追加

MXFパーサスレッド43は、複数のビデオデータPICと、複数のオーディオデータSOUと、システムデータSYSとが混在したデータMXF_Dをパースする。 - 特許庁

A local clock buffer circuit 106 produces a local clock signal L-CLK from a system clock signal SYS-CLK according to the gate signal 110.例文帳に追加

ローカルクロックバッファ回路106は、ゲート信号110に応じて、システムクロック信号SYS−CLKからローカルクロック信号L−CLKを生成する。 - 特許庁

In this case, the names of the files that were dropped onto the applet will be appended to sys. argv, so that it will appear to the script as though they had been typed on a command line.例文帳に追加

この場合、アプレットにドロップしたファイルの名前が sys.argv に追加され、ドロップしたファイル名はスクリプト側からはコマンドラインでタイプされたかのように見えます。 - Python

For each of the distincthead-tail combinations, it sees if it refers to an existing directory,and if so, adds it to sys. 例文帳に追加

別個の前部-後部の組み合わせのそれぞれに対して、それが存在するディレクトリを参照しているかどうかを調べ、もしそうならばsys.pathへ追加します。 - Python

A system constraint information generating section 30, based on the system net list NL-SYS and a plurality of IP constraint information CON-IPs possessed by the respective plurality of IPs 15, generates a system constraint information CON-SYS indicating the design constraint of the system level depending on the combination of the plurality of combined IPs 15.例文帳に追加

システム制約情報生成部30は、そのシステムネットリストNL−SYS及び複数のIP15のそれぞれが有する複数のIP制約情報CON−IPに基づいて、複数のIP15の組み合わせに依存するシステムレベルの設計制約を示すシステム制約情報CON−SYSを生成する。 - 特許庁

In the air conditioning system SYS in this embodiment, the blowout ports 3 are provided on a pair of lateral wall faces 2 opposing to each other within the server room 1, respectively.例文帳に追加

本実施の形態に従う空調システムSYSにおいては、吹出口3は、サーバールーム1内において対向する一対の側壁面2にそれぞれ設けられる。 - 特許庁

To provide an information technology means from a management plan level, into which the change of an industrial structure is integrated, to a small and middle-scaled enterprise in an inexpensive Internet utilization sys tem.例文帳に追加

中小企業者に、産業構造の変化を組み込んだ経営計画レベルからの情報技術化手段を低コストのインターネット活用方式で提供する。 - 特許庁

To provide a private branch exchange by which a same system call code (SYS-ID) is set to a general base station by the plural private branch exchanges.例文帳に追加

複数の構内交換機にて同一のシステム呼び出し符号(SYS−ID)を一般基地局に設定するという事を可能とする構内交換機の提供。 - 特許庁

Note: The apic device exists only on the i386 architecture, this configuration line should not be used on other architectures. 例文帳に追加

あなたが IBMPS/2 (マイクロチャネルアーキテクチャ) マシンを持っている場合、FreeBSDは、現時点では限定的な対応を提供しています。 MCA の対応状況に関する詳細は、 /usr/src/sys/i386/conf/LINT をご覧ください。 - FreeBSD

Also make sure you have one interface to the internet separated from the local areaconnection.例文帳に追加

マスターとスレーブの設定カーネルについて注意:もし、あなたのノードをopenMosixクラスターにしようとしているなら、カーネルにopenMosixパッチが当たっているか確認してください。 それは、portageのsys-kernel/openmosix-sourcesにあります。 - Gentoo Linux

# emerge --unmerge sys-apps/modutils# emerge module-init-tools Note: Don't worry - even though you have just unmerged modutils, module-init-toolsprovides backwards compatibility for Linux 2.4, so you will still be able to boot into Linux 2.4 and handle modules for that kernel.例文帳に追加

注意:ご心配なく-modutilsをunmergeしても、module-init-toolsがLinux2.4向けに下位互換機能を提供するので、Linux2.4を起動してそのカーネルのモジュールを操作することもできます。 - Gentoo Linux

The information collecting and providing system SYS receives attribute information in which the browsing person information shows that at least one user performs browsing at each predetermined timing.例文帳に追加

情報収集提供システムSYSは、少なくとも1人のユーザが閲覧することが閲覧者情報に示されている属性情報を所定のタイミングごとに受信する。 - 特許庁

You'd have to remember that it was modified and save a copy before doing the installation.There are two environment variables that can modify sys.例文帳に追加

ファイルが変更されていることを覚えておき、インストールを行う前にコピーを忘れずとっておかねばなりません。 また、sys.path を修正できる二つの環境変数があります。 - Python

The traffic information distribution system SYS includes a probe information generation device E mounted in a vehicle V and a traffic information distribution device C installed in a communication center CTR.例文帳に追加

交通情報配信システムSYSは、車両Vに搭載されるプローブ情報生成装置Eと通信センタCTRに設置される交通情報配信装置Cとを含む。 - 特許庁

The vast majority of the standard library is in the root package, as are many small, standalonethird-party modules that don't belong to a larger module collection.Unlike regular packages, modules in the root package can be found in many directories: in fact, every directory listed in sys.例文帳に追加

) 標準ライブラリの大部分はルートパッケージに入っています、また、多くの小規模な単体のサードパーティモジュールで、他の大規模なモジュールコレクションに属していないものもここに入ります。 - Python

To provide a data communication device, a data communication sys tem, and a storage medium which make it possible to efficiently use applications by allowing slave machines to share application programs of a master machine.例文帳に追加

本発明の課題は、親機のアプリケーションプログラムを複数の子機が共有することにより、アプリケーションを効率的に利用することを可能としたデータ通信装置、データ通信システム、及び記憶媒体を提供することである。 - 特許庁

The blood vessel function is determined on the basis of the change patterns of the systolic blood pressure value (SYS), the diastolic blood pressure value (DIA), and a mean arterial pressure value (MAP) with respect to the calculated sympathetic nerve activity index (LF/HF).例文帳に追加

計算された交感神経活動度指標(LF/HF)に対する最高血圧値(SYS)、最低血圧値(DIA)および平均血圧値(MAP)の変化パターンに基づいて血管機能を判定する。 - 特許庁

The exposure device (EX-SYS) for performing exposure processing by using a wafer (W) includes a display device DP for graphically displaying information on errors caused during the exposure processing.例文帳に追加

基板(W)を用いて露光に関する処理を行う露光装置(EX−SYS)であって、露光に関する処理で生じたエラーに関する情報をグラフィック表示する表示装置DPを有することを特徴とするものである。 - 特許庁

After the transfer of the inspection data, the result of inspection data received by an input terminal D is held according to the data input signal of a system clock fetching terminal SYS and then is re-transferred to be outputted from the LSI.例文帳に追加

検査データの転送後、入力端子Dに受けた検査結果データがシステムクロック入力端子SYSのデータ取り込み信号に応じて保持され、この検査結果データが再び転送されてLSIから出力される。 - 特許庁

The pet monitor system SYS is provided with a mobile communication terminal 1, a camera placed at a remote place to receive a picture of the pet P, and a display device that is provided to the mobile communication terminal 1 and outputs the picture received by the camera through a line 2.例文帳に追加

ペット監視システムSYSは、携帯通信端末1と、遠隔地に設けられ、ペットPの画像を入力するカメラと、携帯通信端末1に設けられ、カメラで入力した画像を回線2を介して出力するディスプレイとを備えている。 - 特許庁

According to an ignition system SYS, a DC-DC converter CNV can switchably function in a forced voltage increase mode and a feedback mode, so that a bias voltage can be forcibly increased at desired timing in a discharge required period.例文帳に追加

点火システムSYSによると、DC−DCコンバータCNVは、強制昇圧モードとフィードバックモードとを切換自在に機能できるので、放電要求期間の所望のタイミングで強制的にバイアス電圧を上昇させることが可能となる。 - 特許庁

The method is provided, in which the blood lipid depressant is screened with a TGF-β inhibition activity, a functional inhibition of SREBP 2 and NF-Y involved in lipid biosynthesis or a functional acceleration of a Δ3-sys-Δ2-trans-enoyl-CoA isomerase involved in lipid metabolism being set as an indicator.例文帳に追加

TGF−β阻害活性、脂質生合成に関与するSREBP2およびNF-Yの機能抑制、または脂質代謝に関与するΔ3-シス-Δ2-トランス-エノイル-CoAイソメラーゼの機能亢進を指標として血中脂質低下剤をスクリーニングする方法。 - 特許庁

Thus, concerning the CS which is once turned into a waiting state by being decided as a CS capable of roaming as a result of retrieval of the RM2 the SYS-ID thereof is registered in the control part so that such a CS can be retrieved in the retrieval of an RM1 in a step S4.例文帳に追加

これにより、一度RM2の検索の結果、ローミング可能なCSであると判定されて待ち受け状態となったCSは、そのSYS−IDがコントロール部に登録されるので、ステップS4のRM1の検索時に検索される。 - 特許庁

In one embodiment, the Node 5 requests transmission of the insufficient shared data according to an ID order of the Node 1 to a Node 4 constituting the network system SYS, in response to the order of the respective shared data in the temporary list after rearranged.例文帳に追加

一例として、Node5は、並び替え後の一時リストにおける各共有データの順序に対応して、不足している共有データの送信を、ネットワークシステムSYSを構成するNode1〜Node4のID順に依頼する。 - 特許庁

The exposure device SYS is provided with an exposure processing main body part EX which illuminates a mask M with exposing light EL to expose the pattern of the mask M to a photosensitive board P, and carrying systems MR and PR for carrying the mask and the photosensitive board P to the exposure processing main body part EX.例文帳に追加

露光装置SYSは、マスクMを露光光ELで照明し、マスクMのパターンを感光基板Pに露光する露光処理本体部EXと、露光処理本体部EXに対してマスク及び感光基板Pを搬送する搬送系MR、PRとを備えている。 - 特許庁

例文

In the CS retrieval of an RM2 in a step S10, the optional information announcement transmitted from the CS is acquired and analyzed by using the ID of the RM2, and when the CS capable of roaming is decided as a result of eh analysis (step S11), the SYS-ID of the CS is registered in a control part (step S13).例文帳に追加

ステップS10のRM2のCS検索では、CSから送信されたオプション情報報知を取得してRM2のIDを用いて解析し、その解析の結果、ローミング可能なCSであると判定すると(ステップS11)、そのCSのSYS−IDをコントロール部に登録する(ステップS13)。 - 特許庁




  
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-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike 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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS