Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
「function return」に関連した英語例文の一覧と使い方(3ページ目) - Weblio英語例文検索
[go: Go Back, main page]

1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 390



例文

Processing of a Return Routability procedure to be performed when moving a mobile terminal is shortened and shifted to computer equipment or the like including a function for substituting Correspondent Registration.例文帳に追加

移動端末が移動する時に実行されるReturn Routability手順の処理を短縮し、Correspondent Registrationを代行する機能をもつコンピュータ機器等に移行させる。 - 特許庁

The barrier layers 11 prevent the return of the liquid and function to cover the color of the menstrual blood.例文帳に追加

またバリヤー層11が液の戻りを防止し、また経血の色を隠蔽するように機能する。 - 特許庁

The barrier layers 11 prevent the return of the liquid and function to cover the color of the menstrual blood.例文帳に追加

またバリヤー材11が液の戻りを防止し、また経血の色を隠蔽するように機能する。 - 特許庁

In each function call, all parameters and return values are recorded with time.例文帳に追加

また、それぞれの関数呼出においては、すべてのパラメータ、及び戻り値を、時刻と共に記録する。 - 特許庁

例文

function returns the final return status for the asynchronous I/O request with control block pointed to by aiocbp . 例文帳に追加

関数はaiocbpで指された制御ブロックにおける非同期 I/O リクエストの最終的な返り値を返す。 - JM


例文

is allocated within the stack frame, that space is automatically freed if the function return is jumped over by a call to longjmp (3) 例文帳に追加

により割り当てられる空間はスタックフレームから割り当てらるので、関数の戻り先がlongjmp (3) - JM

(and return a pointer to the new hash table entry as the function result), or the value FIND , 例文帳に追加

はitemのコピーを挿入することを(関数の結果として新しいハッシュテーブルエントリへのポインタを返す)、FIND - JM

The return value of the function depends on whether the range error was an overflow or an underflow. 例文帳に追加

関数の返り値は、範囲エラーがオーバーフローであったかアンダーフローであったかによって異なる。 - JM

Return (as the function result) the current state of the calling process's dumpable flag. 例文帳に追加

(Linux 2.3.20 以降)呼び出し元プロセスにおけるダンプ可能フラグの現在の状態を (関数の返り値として) 返す。 - JM

例文

Return (as the function result) the current state of the calling threads's "keep capabilities" flag. 例文帳に追加

呼び出し元スレッドにおける「ケーパビリティ保持」フラグの現在の状態を (関数の返り値として) 返す。 - JM

例文

The function of the one is now to return to the source, allowing a dissemination of the code you carry reinserting the prime program.例文帳に追加

その者の役割とは ソースに戻り、自身のコードを 基幹プログラムに再統合すること - 映画・海外ドラマ英語字幕翻訳辞書

The callback function should return a boolean depending upon whether the session should continue or not. 例文帳に追加

このコールバック関数は、セッションを続行させるかどうかを指定するboolean 値を返さなければなりません。 - PEAR

Note that this function will return a non-zero number, as zero is the NULL pointer例文帳に追加

0はNULLポインターであるので、この関数は0でない数を返すだろうということに注意してください - Python

The time argument should be a numeric type compatible with the return value of the timefunc function passed to the constructor.例文帳に追加

引数timeは、コンストラクタへ渡されたtimefuncの戻り値と互換な数値型でなければいけません。 - Python

The steering return control part 28 has a function of determining the state of steering operation.例文帳に追加

また、ステアリング戻し制御部28は、そのステアリング操作の状態を判定する機能を有する。 - 特許庁

To easily achieve a semiconductor laser device which includes a reflection preventing function of a return light.例文帳に追加

戻り光の反射防止機能を備えた半導体レーザ装置を容易に実現できるようにする。 - 特許庁

FASTENING STRUCTURE FOR LOCKING HAVING RETURN PREVENTION FUNCTION, AND NUT AND WASHER FOR FASTENING STRUCTURE例文帳に追加

戻り防止機能付緩み止め用締結構造及び当該締結構造用のナット及び座金 - 特許庁

(Yes, even integers are objects on the heap in Python!)If you have a C function that returns no useful argument (a function returning void), the corresponding Python function must return None.例文帳に追加

(そう、整数ですら、 Python においてはヒープ上のオブジェクトなのです! )何ら有用な値を返さない関数 (void を返す関数) に対応する Python の関数はNone を返さねばなりません。 - Python

To decrease the number of operation by a user, and to return only a function operation section related to a necessary job processing function.例文帳に追加

使用者の操作回数を減少させ、必要なジョブ処理機能に係る機能動作部のみ復帰させることができるようにする。 - 特許庁

Preferably, the member 15 is provided with a toothed wheel with a return preventing or auto-locking function, and the yoke 11 is provided with a return preventing member.例文帳に追加

なお回転体15には戻り止め付きの歯車19を設けるとともに瞬時ヨーク11に戻り止めの部材を設けておくことが好ましい。 - 特許庁

When the function executes a return statement or falls off the end, a StopIteration exception is raised and the iterator will have reached the end of the set of values to be returned.例文帳に追加

関数が return 文を実行するか、関数を最後まで実行し終えると、StopIteration 例外が送出され、イテレータが返す値の集合はそこで終わります。 - Python

Note that XStoreColor has no return value; therefore,an XcmsSuccess return value from this function indicates that the conversion to RGB succeeded and the call to XStoreColor was made.例文帳に追加

.LPXStoreColorは返り値を持たないことに注意せよ。 したがって、この関数が返すXcmsSuccessは、RGB 値への変換が成功し、XStoreColorの呼び出した行われたことだけを示す。 - XFree86

Note that XStoreColors has no return value;therefore, an XcmsSuccess return value from this function indicates that conversions to RGB succeeded and the call to XStoreColors was made.例文帳に追加

.LPXStoreColorsは返り値を持たないことに注意せよ。 したがって、この関数が返すXcmsSuccessは、RGB 値への変換が成功し、XStoreColorsの呼び出した行われたことだけを示す。 - XFree86

Each process module 30 sets the return route of signal lines of the common bus 10 by a diagnostic return and bus control function part 32 and sends back the diagnostic pattern from the bus diagnosing function part 22.例文帳に追加

各処理モジュール30は、診断折り返し・バス制御機能部32にて共有バス10の信号線の折り返しルートを設定し、バス診断機能部22からの診断パターンを折り返し送信する。 - 特許庁

A jaw of the holder 9 mounted at the upper side may have an ink return plate 13 having an ink splash preventing function and an ink recovering function.例文帳に追加

上側に取り付けるドクターホルダー9のあご部にインキ跳ね防止機能とインキ回収機能を持ったインキ返し板13を具備させてもよい。 - 特許庁

An init() is prepared in the object as a method for simulating a function call and a return from the function call.例文帳に追加

このオブジェクトには関数callと関数callからのreturnを模擬するためのmethodとしてinit()を用意する。 - 特許庁

The first control algorithm is a function of the air temperature at the discharge port, and the second control algorithm is a function of the air temperature at the return port.例文帳に追加

第1制御アルゴリズムは排気口での空気温度の関数であり、第2制御アルゴリズムは還気口での空気温度の関数である。 - 特許庁

METHOD AND SYSTEM FOR SERVICE POINT RETURN OF IC CARD WITH CREDIT FUNCTION例文帳に追加

クレジット機能付きICカードのサービスポイント還元方法、及びクレジット機能付きICカードのサービスポイント還元システム - 特許庁

A portfolio structuring function 123 obtains investment distribution to the object business on the basis of a risk and a return.例文帳に追加

ポートフォリオ構築機能123は、リスク及びリターンから対象事業に対する投資配分を求める。 - 特許庁

The spring parts 25-1, 25-2, 26-1, 26-2 function as a return path of a high-frequency ground current.例文帳に追加

バネ部25−1、25−2、26−1、26−2は高周波グランド電流のリターンパスとして機能する。 - 特許庁

To provide a bracket device for mounting a return roller with a simple structure having meandering prevention function of a conveyor belt.例文帳に追加

コンベヤベルトの蛇行防止機能を有する構造簡単なリタンローラ取付用ブラケット装置を得ること。 - 特許庁

To improve a function of preventing a return of a headrest approaching and moving toward a head part in a vehicle rear collision.例文帳に追加

車両後突時に頭部に向けて近接移動するヘッドレストの戻りを防止する機能の向上を図る。 - 特許庁

If n is omitted, the return status is that of the last command executed in the function body. 例文帳に追加

nを省略すると、返却ステータスは関数内で最後に実行したコマンドの返却ステータスになります。 - JM

Whereby the displacement and the deformation of the return spring can be prevented, and its function can be kept.例文帳に追加

これにより、戻しばねの位置ずれ及び変形を防止することができ、その機能を維持することができる。 - 特許庁

To miniaturize the body of a valve device on which a spring means which carries out the function of absorbing backlash or a spring means which carries out the function of a return spring is mounted.例文帳に追加

バックラッシュ吸収の機能を果たすバネ手段、またはリターンスプリングの機能を果たすバネ手段を搭載するバルブ装置の体格を小型化する。 - 特許庁

To return a value to a new cellular telephone when a cellular telephone with an electronic money function fails to disable the electronic money function.例文帳に追加

電子マネー機能を備えた携帯電話が故障して電子マネー機能が使用不能となった場合に、新規の携帯電話にバリューを返却すること。 - 特許庁

The developer return guiding plate 7 has a function to return the developer delivered from the 1st sleeve member 51 to the upstream side of a stirring and carrying means 3 in a developing housing 2.例文帳に追加

現像剤返送案内板の、現像剤の流れの上流側にシート部材を設け、当該シート部材の自由端は、前記第1のスリーブ部材に接している。 - 特許庁

To provide an oil return circuit stabilizing an oil return amount in an oil distribution passage, and to positively operate a correction function of properly maintaining an oil level height in a compressor.例文帳に追加

油配分路での油戻り量を安定化する油戻り回路を有し 圧縮機内の油面高さを適切な維持する補正機能が確実に働かせる。 - 特許庁

with an automatic variable as the argument, then return from the calling function while string is still part of the environment. )However, glibc 2.0-2.1.1 differs: a copy of the string is used. 例文帳に追加

を自動変数を引数として呼び出し、stringが環境の一部のままで呼び出した関数から return するとエラーになる)しかし、glibc 2.0-2.1.1 では異なり、文字列のコピーが使われる。 - JM

If a next page follows, the multi-function apparatus does not return a normal reception signal for the final page thereby to abort communication.例文帳に追加

次のページが有る場合には、その最終ページの正常受信信号を返さないことで通信を中止する。 - 特許庁

ELECTRONIC CARD DISTRIBUTION SYSTEM HAVING RETURN FUNCTION USING COMMUNICATION NETWORK, ELECTRONIC CARD DISTRIBUTION METHOD, RECORDING MEDIUM AND PROGRAM例文帳に追加

通信ネットワークを利用した返信機能を有する電子カード配信システム、配信方法、記録媒体及びプログラム - 特許庁

Both of these functions return a writer that you can use as in the previous examples, using the extract function 例文帳に追加

これらの関数はいずれも、ライターを返します。 これは、先ほどのように extract 関数で使用することができます。 - PEAR

Return the pointer for the function named name, as a number, if it exists in the referenced shared object, otherwise None.例文帳に追加

nameという名前の関数が参照された共有オブジェクトに存在する場合、そのポインター(整数値)を返します。 - Python

If this action is successful in obtaining an XLFD name, the XBaseFontNameListOfFontSet function will return this XLFD name instead of the client-supplied name.例文帳に追加

この XLFD 名の取得に成功すれば、関数XBaseFontNameListOfFontSetはクライアントに与えられた名前の代わりに、この XLFD 名を返す。 - XFree86

A first extension/contraction leg (compression leg) 5 substantially exhibits attenuation function only when performing contraction movement, and a second contraction/extension leg (return leg) 6 substantially exhibits attenuation function only when performing return movement.例文帳に追加

第1伸縮脚(圧縮脚)5はこれが圧縮運動をしているときにのみ本質的に減衰機能を発揮し、そして第2伸縮脚(戻り脚)6はこれが戻り運動をしているときにのみ本質的に減衰機能を発揮する。 - 特許庁

The return-paid card includes a posting part 5, returning part 7, and the sheet 6 with concealing function in a series via folding parts 8, 9.例文帳に追加

往信用葉書片5と、返信用葉書片7と、隠蔽シート片6とを折部8,9を介して一連に備える。 - 特許庁

To reduce the power consumption by starting a function required for return to a normal mode from an energy saving mode.例文帳に追加

省エネ状態からの復帰のときに必要な機能のみを起動させることにより、消費電力をおさえること。 - 特許庁

To provide an optical fiber for laser machining with a function of detecting reflected light (return light) from a laser machining part.例文帳に追加

レーザ加工部からの反射光(戻り光)を検知するための機能を備えたレーザ加工用光ファイバを提供する。 - 特許庁

Thereby, this heating apparatus capable of realizing the non-return type excessive temperature rise prevention function can be provided at a low cost.例文帳に追加

したがって、非復帰形の温度過昇防止機能を安価にて実現する加熱機器を提供することができる。 - 特許庁

例文

To return a recovery function of compression at an arbitrary time in a user stage.例文帳に追加

ユーザー段階において、任意の時期に圧縮性回復機能を復元させることができる抄紙用プレスフェルトを提供すること。 - 特許庁




  
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います:
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
  
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.
  
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) 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 (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2025 GRAS Group, Inc.RSS