1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > default functionに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

default functionの部分一致の例文一覧と使い方

該当件数 : 69



例文

The object is a method of determining the line-height of a text string, and a step of determining the value to indicate the number of clusters per one em of the text string and a step to carry out scaling of a default line-height by the exponential function.例文帳に追加

テキストストリングの行高を決定する方法を対象とし,そのテキストストリングの1エム当りクラスタ数を表す値を決定するステップと,指数関数によってデフォルト行高をスケーリングするステップを含む。 - 特許庁

To unify default setting of voice switching into a normal state in shipping in an alarm, such as an CO alarm configured, such that it is possible to selectively set a function for outputting the alarm (a first alarm sound) of an imminent message and a function for outputting the alarm (a second alarm sound) of a mild message by a change-over switch.例文帳に追加

CO警報器などの警報器で、急迫したメッセージの警報(第1の警報音)を出力する機能と穏やかなメッセージの警報(第2の警報音)を出力する機能とを切り換えスイッチで選択設定できるものにおいて、出荷時に音声切換えのデフォルト設定を正常な状態に統一する。 - 特許庁

The circuit section 23 for the apparatus body is a circuit section to serve a substantial function of the electronic apparatus, and the high frequency module 21 is configured to include: an RF transceiver section; a baseband processing section; and a ROM for storing a BD address and a default value of RF performance information, which are integrated in a one-chip IC for a communication function.例文帳に追加

機器本体用回路部23は、電子機器本来の機能を果たすための回路部であり、高周波モジュール21は、通信機能のための1チップIC内にRFトランシーバ部、ベースバンド処理部、及び、BDアドレス及びRF性能情報のデフォルト値が格納されたROMを備えて構成される。 - 特許庁

Alternatively, this entering time can be decided by carrying out an operation adding or subtracting the coefficients depending on whether the job is still continuing within the sleep mode default time set for the function of the job.例文帳に追加

また、発生したジョブの機能毎に定めたデフォルトのスリープモード移行時間にジョブが連続しているか如何によって係数を足し引きする演算によりスリープモード移行時間を決定する方法によっても問題を解決した。 - 特許庁

例文

This function handles an exception using the default settings(that is, show a report in the browser, but don't log to a file).This can be used when you've caught an exception and want to report it using cgitb.例文帳に追加

この関数は標準の設定 (ブラウザに報告を表示しますがファイルにはログを書き込みません) を使って例外を処理します。 この関数は、例外を捕捉した際に cgitb を使って報告したい場合に使うことができます。 - Python


例文

To easily adjust image quality by simultaneously displaying an image before adjustment and an image for default adjustment, and an adjustment image in the adjustment of image quality, such as contract and color balance in an image display device having an image adjustment function.例文帳に追加

画質調整機能を有する画像表示装置において、コントラストやカラーバランス等の画質調整時、調整前の画像やデフォルト調整の画像と、調整画像とを同時に表示させ、画質調整を行い易くする。 - 特許庁

To provide an air conditioner capable of preventing a storage portion from having a factory default state caused by a prescribed operation when the prescribed operation is performed by mistake in the air conditioner having multi-function adding buttons.例文帳に追加

発明は、マルチ機能付加ボタンを有する空気調和機において、誤って所定の操作を行ってしまった場合に、当該所定の操作に起因して起こる記憶部の工場出荷時状態化を防止することができる空気調和機を提供する。 - 特許庁

Optional argument isjunk must be None (the default) or a one-argument function that takes a sequence element and returnstrue if and only if the element is ``junk'' and should be ignored.Passing None for isjunk is equivalent to passinglambda x: 0; in other words, no elements are ignored.例文帳に追加

オプションの引数 isjunk は、None (デフォルトの値です)にするか、単一の引数をとる関数にせねばなりません。 後者の場合、関数はシーケンスの要素を受け取り、要素が ``junk'' であり、無視すべきである場合に限り真をかえすようにせねばなりません。 - Python

An image forming device is provided with an interface to which a predetermined external device can be connected, and when the setting of the provision/stop of the extended function of the image forming device (a function whose provision is stopped in default) is changed, the connection of a specific device among external devices which can be connected to the image forming device is obliged.例文帳に追加

画像形成装置には所定の外部デバイスを接続可能なインタフェースが設けられており、画像形成装置が備えている拡張機能(デフォルトでは提供を停止している機能)の提供/停止の設定を変更する場合には、画像形成装置に接続可能な外部デバイスのうちの特定のデバイスを接続することが義務付けられている。 - 特許庁

例文

The controller has a function of setting a plurality of compressor speeds in every cooling operation mode, presetting default travels of the motor-operated expansion valve for the plurality of compressor speeds, and controlling the cooling operation modes correspondingly.例文帳に追加

制御装置は、冷却運転モード毎に複数の圧縮機回転数を設定すると共に、この複数の圧縮機回転数毎に電動膨張弁の初期設定開度を予め設定し、これらに基づいて冷却運転モードを制御する機能を備える。 - 特許庁

例文

Code objects represent byte-compiled executable Python code, or bytecode.The difference between a code object and a function object is that the function object contains an explicit reference to the function's globals (the module in which it was defined), while a code object contains no context; also the default argument values are stored in the function object,not in the code object (because they represent values calculated atrun-time).例文帳に追加

コードオブジェクトは バイトコンパイルされた (byte-compiled)実行可能な Python コード、別名 バイトコード (bytecode) を表現します。 コードオブジェクトと関数オブジェクトの違いは、関数オブジェクトが関数のグローバル変数 (関数を定義しているモジュールのグローバル) に対して明示的な参照を持っているのに対し、コードオブジェクトにはコンテキストがないということです; また、関数オブジェクトではデフォルト引数値を記憶できますが、コードオブジェクトではできません(実行時に計算される値を表現するため)。 - Python

An error signal correcting means 4 has a focaus offset canceling function for canceling a focus offset to be an error between the real focusing point and the zero-crossing point of a focus error signal and a clearing means 11 for setting a set value of the focus offset canceling function to a default value before the focus jump is connected between a system controlling means 10 and the error signal correcting means 4.例文帳に追加

エラー信号補正手段4は、実際の合焦点とフォーカスエラー信号のゼロクロス点との誤差であるフォーカスオフセットをキャンセルするフォーカスオフセットキャンセル機能を有し、システムコントロール手段10とエラー信号補正手段4との間に、フォーカスジャンプの実行の前にフォーカスオフセットキャンセル機能の設定値を設定前の値に設定するクリヤ手段11が接続されている。 - 特許庁

When starting the computer 1, services which never requires a TCP/IP port such as TELNET (virtual terminal function), FTP (file transferring protocol), etc., except an SMTP port 4 (the 25-numbered port in the case of default) are stopped and communication between with outside is performed by an input mail 2 and an output mail 3 through an SMTP part 5.例文帳に追加

コンピュータ1の起動時にSMTPポート4(デフォルトでは25番ポート)以外のTELNET(仮想端末機能)、FTP(ファイル転送プロトコル)などのTCP/IPポートの不要なサービスを停止し、外部との通信をSMTP部5を介し入力メール2と出力メール3とにより行う。 - 特許庁

The switching control section 110 monitors the normality of a path to a terminal 300 being a communication destination to detect a communication fault so as to switch the active/inactive system of the switches and switch a default route to a redundant configuration router of the control section in a device without a path control function.例文帳に追加

切り替え制御部110は、通信先である端末300への経路の正常性を監視して通信障害を検知し、切り替え装置の運用、非運用系の切り替えと、経路制御機能を持たない装置内の制御部の冗長構成ルータへのデフォルトルートの切り替えを行う。 - 特許庁

For example, a document ejection linear velocity setting for ADF is provided (the setting allows the velocity to be set at two stages or more from the linear velocity of the default document ejection setting to +/-) in a user mode (a mode that a user or customer engineer can set and adjust each setting function of ADF) of a body operation section.例文帳に追加

例えば、本体操作部上のユーザーモード(ADFの各設定機能をユーザー、カスタマーエンジニアが設定及び調整できるモード)上にADFの排紙線速設定を設ける(設定としては、原稿の排紙デフォルト設定線速から+/−に速度を2段階以上設定できるようにする)。 - 特許庁

To provide a database retrieval device and method enabling easy database operation by providing in advance data such as the rules of writing in columns, default values, data about the control of the right to access, and data about the settings of an automatic log-on function through the logical definition of the database, and using them.例文帳に追加

カラムの記入ルール,デフォルト値,アクセス権管理のデータ,自動ログオン機能の設定データなどのデータを、論理的なデータベースの定義により予め与えておき、それらを利用することにより、容易にデータベース操作を行えるデータベース検索装置およびデータベース検索方法を提供する。 - 特許庁

Further this mechanical reduction gear comprises a default mechanism 18 for retaining the shaft portion 14 at a position rotated by prescribed quantity, when the electric signal to the driving portion 12 is stopped, and a self-lock function for inhibiting the transmission of driving force from a shaft portion 14 13 side to a driving portion 12 side.例文帳に追加

また、駆動部12への電気信号が停止した際に、前記軸部14を所定回転量だけ回転した位置で保持するデフォルト機構18と、前記軸部14側からの駆動力が駆動部12側へ伝達されることを阻止するセルフロック機能を備える。 - 特許庁

To provide a database retrieval device and a database retrieval method potentiating easy database operation by utilizing data such as column fill-in rules, default values, access right management data, data for setting an automatic log-on function, with those data previously given by logically defining a database.例文帳に追加

カラムの記入ルール,デフォルト値,アクセス権管理のデータ,自動ログオン機能の設定データなどのデータを、論理的なデータベースの定義により予め与えておき、それらを利用することにより、容易にデータベース操作を行えるデータベース検索装置およびデータベース検索方法を提供する。 - 特許庁

例文

The operation function is provided, whereby the operator can select and designate any one of no printing margin region, a default printing region and a user designated printing region correspondingly to each combination of a paper size name and its printing direction for the printing paper sheets of a plurality of kinds of paper sizes.例文帳に追加

用紙サイズとして複数種類の印刷用紙について、それぞれの用紙サイズ名とその印刷方向のそれぞれの組合せに対応して、印刷余白領域なし、デフォルト印刷領域、ユーザ指定印刷領域のいずれかを、操作者が選択指定できる操作機能を持たせた。 - 特許庁




  
Copyright © Japan Patent office. 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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS