Multipleを含む例文一覧と使い方
該当件数 : 27689件
The analog network is to be replaced by one based on digital CDMA (code division multiple access) technology from October 1999. 例文帳に追加
このアナログ回路網は1999年10月からディジタルCDMA(符号分割多元接続)技術に基づくものに置き換えられることになっている. - コンピューター用語辞典
Multiple users can enter and retrieve data concurrently, which gives them the information when and where they need it 例文帳に追加
複数のユーザがデータを同時に入力かつ検索できるため,情報が必要となった時にその場所で情報が得られる - コンピューター用語辞典
Multiple routing links can be used to route message between sites in your network for load-balancing or redundancy. 例文帳に追加
複数経路指定リンクはネットワーク中のサイト間で負荷分散や冗長性のためにメッセージを経路指定するのに用いられる。 - コンピューター用語辞典
Switch fabric interfaces are growing in importance in the networking market because they can link multiple network processors together. 例文帳に追加
スイッチファブリック・インタフェースは、それらが複数のネットワーク・プロセッサを互いにリンクできるために、ネットワーキング市場での重要性を増している。 - コンピューター用語辞典
WS-I brings the work of multiple standards development organizations together for the purpose of providing clarity and conformance around Web Services. 例文帳に追加
WS-Iはウェブサービス周りの透明性と適合性を提供する目的で、複数の標準開発機関の仕事を集成する。 - コンピューター用語辞典
a drug that is used to treat multiple myeloma and ovarian epithelial cancer and is being studied in the treatment of other types of cancer. 例文帳に追加
多発性骨髄腫や上皮性卵巣がんの治療に使われる薬で、他の種類のがん治療でも研究中である。 - PDQ®がん用語辞書 英語版
there are several types of multiple endocrine neoplasia syndrome, and patients with each type may develop different types of cancer. 例文帳に追加
多発性内分泌腫瘍症候群にはいくつかの種類があり、それぞれの種類で、発生するがんの種類が異なってくる。 - PDQ®がん用語辞書 英語版
a drug that is used to treat mental and emotional disorders and is being studied in the treatment of multiple myeloma. 例文帳に追加
精神や感情の障害に対する治療に用いられ、多発性骨髄腫の治療薬としても研究されている薬物。 - PDQ®がん用語辞書 英語版
multiple myeloma, monoclonal gammopathy of undetermined significance (mgus), and plasmacytoma are types of plasma cell tumors. 例文帳に追加
多発性骨髄腫、意義不明の単クローン性免疫グロブリン血症(mgus)、および形質細胞腫は、形質細胞腫瘍の一種である。 - PDQ®がん用語辞書 英語版
Note: Each time that you select an icon, you can place multiple instances of that element in the Diagram editor by clicking more than once. 例文帳に追加
注: アイコンを選択して、図エディタ内をクリックする操作を繰り返すと、その要素の複数のインスタンスを図に配置できます。 - NetBeans
An input component can participate in multiple virtual forms, but a submission component can submit at most one virtual form. 例文帳に追加
入力コンポーネントは複数の仮想フォームに所属できますが、送信コンポーネントは最大で 1 つの仮想フォームだけを送信できます。 - NetBeans
In this tutorial, you use NetBeans Visual Web Pack 5.5 to create an application that uses a Listbox component that supports multiple selection. 例文帳に追加
このチュートリアルでは、NetBeans Visual Web Pack 5.5 を使用して、複数選択をサポートする「リストボックス」コンポーネントを使用したアプリケーションを作成します。 - NetBeans
Multiple projects can be open at the same time so that you can quickly and easily switch from one to another and work on many projects simultaneously.例文帳に追加
一度に複数のプロジェクトを開き、それらを素早くかつ容易に切り替えて多数のプロジェクトを同時に扱うことができます。 - NetBeans
All simple tasks must define 3 methods, all multiple tasks must define 4 methods. 例文帳に追加
必ず定義しなければならないメソッドは、単純型のタスクでは 3 つ、複合型のタスクでは 4 つとなります。 以下にその内容を示します。 - PEAR
Multiple tags are represented with a 0-based array of tag contents, and attributes are represented by an array index named attribs. 例文帳に追加
複数のタグは、0 から始まる数値添字の配列として表されます。 また、属性は attribs という名前のインデックスで表されます。 - PEAR
When multiple servers are given, they are tried in round-robin fashion until a valid response is received, or until each server's maxtries limit has been reached. 例文帳に追加
複数のサーバを指定すると、有効な応答が返ってくるか、あるいは maxtriesに達するまでラウンドロビン方式で試行を続けます。 - PEAR
You may pass either a string single argument, an array single argument, or multiple string arguments. 例文帳に追加
文字列引数をひとつ渡したり、配列引数をひとつ渡したり、あるいは複数の文字列引数を渡したりすることができます。 - PEAR
The Page level subclassing is simple, but if you have a complex StateMachine you will end up having multiple subclasses. 例文帳に追加
ページレベルでサブクラスを作成するほうがシンプルですが、複雑な StateMachine を使用するなら複数のサブクラスを作成することになります。 - PEAR
If you have a form with multiple input boxes (eg. 例文帳に追加
複数の入力欄を持つフォーム (例: グループのメンバーなど) が動的に生成される場合に、この属性を使用して flexy 要素を作成します。 - PEAR
Making a session persistent-- This example illustrates how to make a session persist over multiple browser sessions using a so called "session cookie". 例文帳に追加
セッションの永続化--この例では、複数のブラウザ間で "セッションクッキー"を使用してセッションを永続化させる方法を示します - PEAR
They will make your code easier to read and maintain, especially when multiple developers are working on the same application. 例文帳に追加
これにより、コードの可読性および保守性があがります。 特に複数でアプリケーションを開発している場合に有用となります。 - PEAR
If x is very close to an exact integer multiple of y, it'spossible for floor(x/y) to be one larger than(x-x%y)/y due to rounding. 例文帳に追加
x が y の整数倍に非常に近い場合、丸め誤差によって floor(x/y) は (x-x%y)/y よりも大きな値になる可能性があります。 - Python
had a barely documented Tester class that supplied a rudimentaryway to combine doctests from multiple modules. 例文帳に追加
には Tester というほとんどドキュメント化されていないクラスがあり、複数のモジュールのdoctest を統合する初歩的な手段を提供していました。 - Python
If the current logical line in the file spans multiple physical lines, the warning refers to the whole range, such as ""lines 3-5"".例文帳に追加
もし現在の論理行が複数の物理行に対応するなら、警告メッセージは以下のように全体を参照します: ""lines 3-5""。 - Python
In nearly all cases,join(head, tail) equals path (the only exception being when there were multiple slashes separating head from tail).例文帳に追加
ほとんど全ての場合、join(head, tail)の結果がpathと等しくなります(ただ1つの例外は、複数のスラッシュがheadとtailを分けている時です)。 - Python
Thisfunction will be called when the interpreter exits. Only one function may be installed in this way; to allow multiple functions which will be called at termination, use the例文帳に追加
exitfuncに指定することができる終了処理関数は一つだけですので、複数のクリーンアップ処理が必要な場合は - Python
If nargs 1, multiple arguments will be consumed from the command line; all will be converted according to type and stored to dest as a tuple.例文帳に追加
nargs 1 の場合、複数の引数をコマンドラインから取り出します; 引数は全て type に従って変換され、dest にタプルとして保存されます。 - Python
a hyphen followed by a few letters, e.g. "-pf" (this is not the same as multiple options merged into a single argument)例文帳に追加
ハイフンの後ろに数個の文字が続くもので、例えば "-pf" (このオプションは複数のオプションを一つにまとめたものとは違います) - Python
Because Motif gets confused by having multiple visuals in one top level shell, XmNhighlightOnEnter has been disabled,and XmNhighlightThickness has been set to 0. Callback Information例文帳に追加
Motif は一つのトップレベルシェルが複数個のビジュアルを持つと混乱するので、XmNhighlightOnEnter は無効にされており、XmNhighlightThickness には 0 が設定されている。 - XFree86
An input device may support zero or more classes of feedback, and may support multiple feedbacks of the same class.例文帳に追加
入力デバイスは、0個以上のクラスのフィードバックをサポートすることができ、同じクラスの複数のフィードバックをサポートすることもできる。 - XFree86
To shorten a construction period by efficiently constructing a horizontal part such as a floor slab in constructing a building such as a multiple dwelling house.例文帳に追加
集合住宅等の建物を構築する際、床スラブ等の水平部分を効率よく構築して工期短縮を図る。 - 特許庁
Multiple electric terminals that make contact with a wafer from the second surface 412 of the substrate 41 to examine the wafer are provided in a protruding condition (not shown).例文帳に追加
基板部41の第2表面412からウェハに接触して検査するための複数の電気端子を突設する(不図示)。 - 特許庁
To provide an interphone system for a multiple dwelling house which can control component devices of different communication systems in the same system.例文帳に追加
異なる通信方式である構成機器を、同一システム内で制御できる集合住宅用インターホンシステムを提供する。 - 特許庁
To provide a display device capable of performing a multiple speed scanning, without using a high-capacity memory, and to provide a method of driving the same.例文帳に追加
大容量のメモリを用いることなく、倍速走査方式を可能とする表示装置とその駆動方法を提供する。 - 特許庁
DEVICE, METHOD AND PROGRAM FOR CALCULATION OF MULTIPLE-PURPOSE OPTIMUM SOLUTION SET例文帳に追加
多目的最適解集合算出装置及び多目的最適解集合算出方法及び多目的最適解集合算出プログラム - 特許庁
To provide a multiple bit nonvolatile memory device using a double gate structure and local charge capture, and a manufacturing method thereof.例文帳に追加
二重ゲート構造と局地的な電荷捕獲を利用した多重ビット不揮発性メモリ素子及びその製造方法を提供する。 - 特許庁
Each of the multiple number of dispersed phases is a solid phase containing an oily component and also at the inside of them, zinc oxide particles are dispersed.例文帳に追加
多数の分散相のそれぞれは、油性成分を含む固相であると共に、内部に酸化亜鉛粒子が分散している。 - 特許庁
To secure the performance of an external heat insulating construction method in each dwelling unit in addition to the whole multiple dwelling house in the external heat insulating construction method.例文帳に追加
外断熱工法の集合住宅全体に加えて夫々の住戸でも外断熱工法の性能を確保する。 - 特許庁
To reproduce a display state of multiple medical examination information displayed at the same time with simple operation.例文帳に追加
同時に表示されていた複数の診療情報の表示状態を簡単な操作によって再現させることを目的とする。 - 特許庁
To provide a thermal head comprising a base plate with multiple head chips mounted on it, in which those head chips are prevented from any damage due to temperature change.例文帳に追加
ベースプレート上に複数のヘッドチップが搭載されてなるサーマルヘッドにおいて、温度変化によるヘッドチップの破損を防止する。 - 特許庁
To obtain a light slip ring capable of avoiding transmission defects of optical signals, and at the same time, capable of giving/receiving signals of multiple lines.例文帳に追加
光信号の伝送不良を回避できるとともに、多回線の信号授受が可能な光スリップリングを得ることにある。 - 特許庁
In the battery charger for the battery for mobile devices, a means to display the charged state while charging the battery in multiple stages.例文帳に追加
本発明の携帯機器のバッテリーの充電器においては充電途中の充電状態を多段階で示す手段を設ける。 - 特許庁
A multiplication counter 105 generates a multiplication clock of an integral multiple of a frequency till the next pulse based on the pulse interval of this time.例文帳に追加
逓倍カウンタ105は今回のパルス間隔を基にして次のパルスまでに整数倍の周波数の逓倍クロックを生成する。 - 特許庁
The actuator 7 that is expanded and contracted in the driving direction is provided with multiple intermediate arm members 23, supporting members 24, and expandable members 26.例文帳に追加
駆動方向に伸縮するアクチュエータ7に、複数の中間腕部材23、支持部材24および伸縮部材26を備える。 - 特許庁
To suppress occurrence of local fretting wear on the shaft of a back up roll in a back up roll device of a multiple roll mill.例文帳に追加
多段圧延機のバックアップロール装置において、バックアップロールのシャフトに局所的なフレッティング摩耗が生じるのを抑制する。 - 特許庁
The electrical characteristic prediction expression is an expression showing a correspondence relationship between the electrical characteristic of the semiconductor device and multiple types of diffusion parameters.例文帳に追加
電気特性予測式とは、半導体装置の電気特性と複数種の拡散パラメータとの対応関係を示す式である。 - 特許庁
In a method of forming a pattern, multiple exposures are effected, using a Levenson phase shift mask 10 and a half-tone phase shift mask 20, respectively.例文帳に追加
パターン形成方法において、レベンソン位相シフトマスク10、ハーフトーン位相シフトマスク20のそれぞれで多重露光を行う。 - 特許庁
Multiple hollow pipes 10 made of a magnetic material are arranged in parallel in the longitudinal direction along a circumference.例文帳に追加
磁性材料からなる中空管の複数を、中空管の長手方向を互いに平行にして円周方向に沿って並べる。 - 特許庁
| Copyright ©2004-2026 Translational Research Informatics Center. All Rights Reserved. 財団法人先端医療振興財団 臨床研究情報センター |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| 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 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 |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|

