1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 6763



例文

In an image transfer control unit, control is performed by the MB unit so that an access to a frame memory exclusively occurs between modules.例文帳に追加

画像転送制御部において、各モジュール間で排他的にフレームメモリへのアクセスが発生するように、MB単位で制御を行う。 - 特許庁

The data collecting assembly 10 uses a plurality of modules 30 of a ultrasonic transmitter and a detector, and an optional video camera module 40.例文帳に追加

データ収集アセンブリ(10)は、超音波送信器および探知器の複数のモジュール(30)と、オプションのビデオカメラモジュール(40)とを利用する。 - 特許庁

The solar cell modules 1 are constituted by a plurality of cell groups 9, and a relaying cable 43 is connected to each cell group 9.例文帳に追加

太陽電池モジュール1は複数のセル群9によって構成され、各セル群9には中継ケーブル43が接続されている。 - 特許庁

Outer walls of the coolers 113, 114 are constituted of bellows structures, expandable into directions wherein the semiconductor modules 110, 120... are installed continuously.例文帳に追加

冷却器113,114の外壁は、半導体モジュール110,120,…が連設される方向に伸縮可能なベローズ構造からなる。 - 特許庁

例文

The composer 202 generates a composition of software modules, at runtime, so as to satisfy the sensing needs, in cooperation with them.例文帳に追加

コンポーザ202は、それらと連携し且つ当該検知ニーズが充足されるよう、その稼働中にソフトウェアモジュールのコンポジションを生成する。 - 特許庁


例文

To provide an information processing apparatus for achieving full duplex transmission between modules without using a PLL when performing opposite direction transmission.例文帳に追加

逆方向伝送する際にPLLを用いずモジュール間の全二重伝送を実現できる情報処理装置を提供すること。 - 特許庁

The connection among the sub-modules is changed according to parameter setting to the configuration register 101, and a plurality of types of processing modes are made executable.例文帳に追加

コンフィグレーションレジスタ101へのパラメータ設定により、サブモジュール間の接続を変更し、複数種類の処理モードを実行可能にする。 - 特許庁

To provide a semiconductor integrated circuit device capable of preventing out of synchronization in data transfer between modules when switching clock frequencies.例文帳に追加

クロック周波数を切り替える際のモジュール間のデータ転送の同期はずれが生じない半導体集積回路装置を提供する。 - 特許庁

Pressure of a high pressure pump 2a is adjusted so that silica scale is not deposited in the reverse osmosis membrane modules 3a, 3b on the prestage side.例文帳に追加

高圧ポンプ2aの圧力は、前段側の逆浸透膜モジュール3a,3bでシリカスケールが析出しないように調整される。 - 特許庁

例文

Thereafter, by both the image sensor chips 20 and the lens array 102 along the cutting groove 13 cut into discrete camera modules 200.例文帳に追加

その後、イメージセンサ・チップ20とレンズアレイ102とを切削溝13に沿って切断することにより、個々のカメラモジュール200に分割する。 - 特許庁

例文

The system is linked to a documentation program via a medical data dictionary and allows an on-line application of knowledge modules to clinical data. 例文帳に追加

このシステムは医学データ辞書を介して文書化プログラムにリンクし, 治療データについての知識モジュールのオンライン・アプリケーションを可能にする. - コンピューター用語辞典

It is possible to purchase either memory expansion board and install upgrade modules on the board without upgrading the system board. 例文帳に追加

どちらかの拡張メモリボードを購入して, システムボードをアップグレードせずに, アップグレード・モジュールを拡張ボードにインストールすることができます. - コンピューター用語辞典

Note: The use of the command-line switch mentioned above may adversely affect the behavior of the NetBeans 5.5 IDE and other modules. 例文帳に追加

注: ここで説明したコマンド行スイッチを使用すると、NetBeans 5.5 IDE およびほかのモジュールの動作に悪影響を及ぼす可能性があります。 - NetBeans

In the Projects window, expand the WebServiceLocator project, right-click on Modules,choose Add New Library and create a Library Wrapper Module project.例文帳に追加

「プロジェクト」ウィンドウで、「WebServiceLocator」プロジェクトを展開します。 「モジュール」を右クリックし、「新規ライブラリを追加」を選択して、ライブラリラッパーモジュールプロジェクトを作成します。 - NetBeans

Some modules are written in C and built in to the Python interpreter; others are written in Python and imported in source form.例文帳に追加

あるモジュールは C 言語で書かれ、Python インタプリタに組み込まれています; 一方別のモジュールは Python で書かれ、ソースコードの形式で取り込まれます。 - Python

a collection of Python modules distributed together as a single downloadable resource and meant to be installeden masse.例文帳に追加

一個のファイルとしてダウンロード可能なリソースの形をとり、一括して インストールされることになっている形態で配られる Python モジュールのコレクションです。 - Python

However, note that their use does not preserve binary compatibility accross Python versions and is therefore deprecated in extension modules.例文帳に追加

ただし、これらのマクロは Python バージョン間でのバイナリ互換性を保てず、それゆえに拡張モジュールでは撤廃されているので注意してください。 - Python

To avoid confusing existing tools that analyze import statements and expect to find the modules they're importing.例文帳に追加

import ステートメントを解析する既存のツールを混乱させるのを避け、そのステートメントがインポートしようとしているモジュールを見つけられるようにするため。 - Python

The main collection of Python library modules is installed in the directory prefix + '/lib/pythonversion' while the platform independent header files (all except pyconfig.h)are stored in prefix + '/include/pythonversion', where version is equal to version[:3].例文帳に追加

Pythonライブラリの主要部分はprefix + '/lib/pythonversion'にインストールされ、プラットフォーム非依存なヘッダファイル(pyconfig.h以外)はprefix + '/include/pythonversion'に格納されます(但しversionはversion[:3])。 - Python

The single function in this module attempts to guess which of the several simple database modules available-例文帳に追加

このモジュールに含まれる唯一の関数はあることを推測します。 つまり、与えられたファイルを開くためには、利用可能なデータベースモジュール( - Python

In certain peculiar cases, though, modules are built right in their installation directory, so this is conceivably a useful ability.例文帳に追加

とはいえ、ある特定の状況では、モジュールをインストールディレクトリの下に正しく構築できるので、機能としては有用だと考えられます。 - Python

However, for dynamically loadable extension modules that must be usable on Windows (at least), the compiler complains that this is not a validinitializer.例文帳に追加

しかし、(少なくとも) Windows で利用できる動的ロード可能な拡張モジュールでは、コンパイラは有効な初期化ではないと文句をつけます。 - Python

Thereby a connected body 10 is configured that the modules 1 are bound each other in an orthogonal direction of an installation direction of the rope bodies 4.例文帳に追加

これにより、モジュール1同士が、綱体4の配設方向と直交する方向にも拘束された連結体10が構成される。 - 特許庁

The illumination system 100 is structured by arranging planar light-emitting modules 2 in a plurality of zoned regions R arrayed in a matrix shape.例文帳に追加

この照明システム100は、マトリクス状に並ぶ複数の区画領域Rに面状発光モジュール2を設置して構成されている。 - 特許庁

A semiconductor device 10 includes semiconductor modules 20 having heat radiating fins 28 arranged symmetrically on both sides of semiconductor elements 22, and a cooler 50 having a coolant flow passage 52 formed therein and includes the cooling fins 28 disposed in the coolant flow passage 52 with the semiconductor modules 20 mounted in the cooler 50, and a plurality of semiconductor modules 20 are attached to and removed from the cooler 50.例文帳に追加

半導体素子22の両側に放熱フィン28が対称配置される半導体モジュール20と、内部に冷媒流路52が形成される冷却器50と、を備え、半導体モジュール20が冷却器50に装着された状態で、放熱フィン28が冷媒流路52内に配置される半導体装置10において、半導体モジュール20は、複数であって、それぞれが、冷却器50に着脱可能である。 - 特許庁

The characteristics of the battery modules of the battery pack 10 are made identical to each other, so that a performance of the battery pack 10 can be induced more sufficiently.例文帳に追加

組電池10の具備する電池モジュールの特性を揃えることにより、組電池10の性能をよりよく引き出すことができる。 - 特許庁

To provide a junction box for solar cell modules, capable of decreasing the parts count, simplifying assembling process, and decreasing the cost.例文帳に追加

部品点数を削減し、組立工程の簡略化および低コスト化を図ることができる太陽電池モジュール用接続箱を提供する。 - 特許庁

To control the occurrence of luminance unevenness in a light source device or the like arranged with a plurality of light emitting modules each having a light emitting portion.例文帳に追加

それぞれが発光部を有する発光モジュールを複数並べて配置した光源装置等において、輝度ムラの発生を抑制する。 - 特許庁

Then, the connection terminals 41 and 51 are connected to the connection terminals 42 and 52 so that the solar battery modules 10 can be connected in parallel.例文帳に追加

接続端子41,51同士,接続端子42,52同士を接続することにより、太陽電池モジュール10が並列接続される。 - 特許庁

Switch modules (102) of this invention are interconnected via optical links (104) to form an exchange system (100).例文帳に追加

本発明においては複数の交換モジュール(102)は、光リンク(104)を介して相互に接続され、交換システム(100)を形成する。 - 特許庁

To provide a system reducing a processing load of a driver for forming while requesting a process region necessary for image processing between each module by the driver when there is a plurality of modules executing different processes of image processing, and capable of suitably increasing or reducing the number of modules executing image processing.例文帳に追加

異なる画像処理を実行するモジュールが複数ある場合、ドライバは各モジュール間にて画像処理に必要な処理領域を要求しつつ生成させるため、ドライバの処理負荷を低減させるとともに、画像処理を実行するモジュールを適宜増加減することができるシステムを提供する。 - 特許庁

The wireless light emitting display apparatus is constituted of many light emitting modules 10 arranged on positions to be displayed in a prescribed array pattern and respectively having individual identification IDs and at least one control computer 2 for controlling selective on/off of these light emitting modules 10 in accordance with respective individual identification IDs.例文帳に追加

表示対象位置に所定の配列パターンを以って設置され、固体識別IDを付与された多数個の発光モジュール10と、これら発光モジュール10を固体識別IDによって選択的に点灯・消灯制御する少なくとも1台の制御コンピュータ2とから構成する。 - 特許庁

The terminal connection device 1 for inverter device is used when an inverter 2, constituted so that a plurality of semiconductor modules 3 and cooling tubes 4 are alternatively laminated, and the respective terminals 30 protruding from the plurality of the semiconductor modules 3 are directed to the same direction, is energized and inspected.例文帳に追加

半導体モジュール3と、冷却管4とが交互に複数個、積層されるとともに、複数個の半導体モジュール3から各々突出する端子30が同一方向を向くよう構成されたインバータ2に通電して検査する際に用いるインバータ検査用の端子接続装置1である。 - 特許庁

To provide a terminal box, and a mounting structure for solar cells, the terminal box being mounted thereon, in frameless solar cell modules, which makes it easy to connect solar cell modules mutually, while protecting a lead wire from external hygroscopic moisture.例文帳に追加

本発明は、フレームレスの太陽電池モジュールにおいて、リード線を外部の湿分等から保護すると共に、太陽電池モジュール同士の接続を容易にすることができる端子箱、及び当該端子箱を取り付けた太陽電池モジュールの取付構造を提供することを目的とする。 - 特許庁

A first control section 28 is connected to a plurality of transmission reception modules 24 and a LAN line 25, receives measurement instruction information via the LAN line 25 for controlling the transmission reception modules 24 and for measuring the data transmission system, and outputs the measurement result to the LAN line 25.例文帳に追加

第1の制御部28は、複数の送受信モジュール24およびLAN回線25に接続され、LAN回線25を介して測定指示情報を受けて送受信モジュール24を制御してデータ伝送システムに対する測定を行い、その測定結果をLAN回線25へ出力する。 - 特許庁

When a function module 3a recognizes that a fault has occurred in the server device 2, request suppression signals 18b and 19c are sent to other function modules 3b and 3c, to indicate the stop of the transmission of request signals 8b and 10c from the function modules 3b and 3c.例文帳に追加

機能モジュール3aがサーバ装置2が障害になったことを認識した場合は、他機能モジュール3b,3cに対して要求抑制信号18b,19cを送信することで、機能モジュール3b,3cからの要求信号8b,10cの送信の停止を指示する。 - 特許庁

The LED lamp 501 includes a plurality of LED modules 2 arranged along a direction x, a cylindrical body 1 for storing the plurality of LED modules 2, wherein ends in the direction x are open, and end caps 3 for blocking the ends in the direction x of the cylindrical body 1.例文帳に追加

LEDランプ501は、x方向に沿って配列された複数のLEDモジュール2と、複数のLEDモジュール2を収容し、x方向における端部が開口する筒体1と、筒体1のx方向における端部を封鎖するエンドキャップ3と、を備えている。 - 特許庁

The inspection device for the fuel cell, which inspects the presence or absence of the gap (stack gap) of adjacent battery modules 12 in the fuel cell 10 including the plurality of battery modules 12 stacked, includes the fuel cell 10 and a contact detection member 18 for detecting a contact with the outside.例文帳に追加

複数の単位電池12が積層されてなる燃料電池10において、隣接する単位電池12間のズレ(積層ズレ)の発生有無を検査する燃料電池の検査装置であって、燃料電池10と、外部との接触を検知するための接触検知部材18と、を備える。 - 特許庁

On the other hand, the wiring accessory modules 10a, 10b, 10d and the electric equipment modules 20b, 20c, 20e are equipped with standardized projecting parts 13, 23 inserted into the connection holes 2a in an insertable and removable manner, and plug side terminals provided at the projecting parts 13, 23 and electrically connected to the jack side terminals.例文帳に追加

一方、配線器具モジュール10a,10b,10dや電子機器モジュール20b,20c,20eは、接続用孔2aに挿抜自在に挿入される定形化された突起部13,23と、突起部13,23に設けられてジャック側端子に電気的に接続されるプラグ側端子とを備える。 - 特許庁

The problem to be solved is solved by a plurality of modules having a parallel serial conversion means, the controller having a plurality of serial parallel conversion means and a plurality of FIFO memories and the measuring instrument having a serial bus for connecting the respective modules and the respective parallel serial conversion means.例文帳に追加

上記課題は、パラレルシリアル変換手段を有する複数のモジュールと、複数のシリアルパラレル変換手段および複数のFIFOメモリを有するコントローラと、前記モジュールの各々と、前記パラレルシリアル変換手段の各々とを、それぞれ接続するシリアルバスとを有する測定器により解決される。 - 特許庁

To provide a manifold for a filter membrane module bundle capable of arranging filter membrane modules in the closest packing state and capable of maximizing a membrane filling density because the intervals between the filter membrane modules can be made closest to miniaturize a membrane separator.例文帳に追加

本発明は、濾過膜モジュールを最密充填に配置出来、且つ濾過膜モジュールの間隔を密に出来るため膜充填密度を最大限まで高めて膜分離装置を小型化出来る濾過膜モジュール束用多分岐管を提供することを可能にすることを目的としている。 - 特許庁

This data transmission system comprises a set of peripheral modules (40) capable of connecting to various sensors (S) that generate various monitoring signals (TXk-DATA), and a main unit (32) designed to receive the monitoring signals sent from the set of the peripheral modules (40).例文帳に追加

データ送信のシステムは、 − 各種検出信号(TXk−DATA)を発生するための各種センサ(S)に接続することが可能な周辺モジュール(40)のセットと; − 前記周辺モジュール(40)のセットから来る前記検出信号を受信するよう設計されたメインユニット(32)と、から構成される。 - 特許庁

The system continuously loads consumables into an analyzer 400 comprising a stacker unit 6 which can be uncoupled from a transport system for transporting the consumables from a stacker 600a to analytical modules and within and/or between the analytical modules.例文帳に追加

システムは、積層器600aから各分析モジュールへと、及び、各分析モジュール内において、及び/又は、各分析モジュール間にて消耗品を搬送する搬送システムから結合解除され得る積層器ユニット6を備えて成る分析器400内へと複数の消耗品を連続的に装填する。 - 特許庁

In this storage system having the plurality of storage modules including first and second storage modules, the first storage module has: a first switch circuit having a plurality of ports; and a first circuit connected to one port of the plurality of ports of the first switch circuit through an internal path.例文帳に追加

第一及び第二のストレージモジュールを含んだ複数のストレージモジュールを有するストレージシステムにおいて、第一のストレージモジュールが、複数のポートを有した第一のスイッチ回路と、第一のスイッチ回路が有する複数のポートのいずれかのポートに内部パスを介して接続されている第一回路とを備える。 - 特許庁

To reduce cost by increasing the number of modules which can be manufactured from a raw material film A, when many modules for IC cards having integrated circuit chips mounted on film pieces are manufactured in a longitudinal and lateral array state, at the same time as from the raw material film A.例文帳に追加

フィルム片11に集積回路チップ12を搭載して成るICカード用モジュール10の多数個を、素材フィルムAから縦及び横方向に並べた状態で同時に製造する場合に、一枚の素材フィルムAから製造できるモジュールの個数を増大して、コストの低減を図る。 - 特許庁

The address conversion table obtained by reconfiguring a default address conversion table for creating the panoramic image using the camera image data without mounting errors in the camera modules 2 according to parameters for correcting the mounting errors of the camera modules 2 with respect to the vehicle is stored in the storage part 15.例文帳に追加

記憶部15には、カメラモジュール2に取付誤差が無い状態でのカメラ画像データを用いて俯瞰画像を作成するためのデフォルトのアドレス変換テーブルを、カメラモジュール2の車両に対する取付誤差を修正するパラメータに従って再構成させたアドレス変換テーブルを記憶させる。 - 特許庁

The individual cooling tubes 3 each have a first cooling portion 31 for cooling semiconductor modules 2 belonging to one array, a second cooling portion 32 for cooling semiconductor modules 2 belonging to the other array, and a connection portion 33 connecting the first cooling portion 31 and the second cooling portion 32 to each other.例文帳に追加

個々の冷却チューブ3は、一方の列に属する半導体モジュール2を冷却する第1冷却部31と、他方の列に属する半導体モジュール2を冷却する第2冷却部32と、第1冷却部31と第2冷却部32とを接続する接続部33とを有する。 - 特許庁

In this fault tolerant computer wherein a plurality of modules 100 are multiplexed, each module 100 includes: a power state holding unit 50 for holding a power state of the module; and the BMC 10 performing the power control of all the modules 100 when determined as an active BMC.例文帳に追加

複数のモジュール100を多重化して構成されたフォールトトレラントコンピュータにおいて、各モジュール100は、当該モジュールの電源状態を保持する電源状態保持部50と、アクティブBMCとして決定された場合に全てのモジュール100の電源制御を行うBMC10と、を備える。 - 特許庁

The power conversion device 1 contains the semiconductor laminated unit 5 formed by laminating a plurality of semiconductor modules 2 constituting a part of a power conversion circuit, and a plurality of cooling tubes 31 cooling the plurality of semiconductor modules 2 from both principal surfaces in a case 6.例文帳に追加

電力変換装置1は、電力変換回路の一部を構成する複数の半導体モジュール2と、複数の半導体モジュール2を両主面から冷却する複数の冷却管31とを積層してなる半導体積層ユニット5をケース6内に収容してなる。 - 特許庁

例文

To provide a battery pack including a plurality of battery modules each storing a laminate having a plurality of secondary batteries laminated, enabling reduction in the number of voltage detecting lines that detect the voltages of the secondary batteries stored in the battery modules of the battery pack.例文帳に追加

複数の二次電池が積層された積層体を収納してなる電池モジュールを、複数有する組電池において、組電池を構成する各電池モジュールに収納された各二次電池の電圧を検出するための電圧検出線の数の削減が可能な組電池を提供すること。 - 特許庁




  
Copyright © Japan Patent office. All Rights Reserved.
  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 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.
  
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