「return code」を含む例文一覧(124)

1 2 3 次へ>
  • Code Sample 2: Return Statement
    コード例 2:return 文 - NetBeans
  • When the code block executes a return statement, this specifies the return value of the function call.
    コードブロックで return 文が実行される際に、関数呼び出しの戻り値 (return value) が決定されます。 - Python
  • Replace the return statement in the method with the following code shown in bold.
    メソッド内の return 文を次のコード (ボールド部分) に置き換えます。 - NetBeans
  • Replace the return statement in the method with the following code shown in bold:
    メソッド内の return 文を次のコード (太字部分) に置き換えます。 - NetBeans
  • Return the textual description of MacOS error code errno.
    MacOSのエラーコード errno のテキスト表現を返します。 - Python
  • to return immediately even if no events are available (return code equal to zero).
    はイベントが利用可能でなくても、すぐに返る (返り値は 0 である)。 - JM
  • Return data for response code if received, or None.
    応答 code を受信していれば、そのデータを返し、そうでなければNone を返します。 - Python
  • Return the error message corresponding to the error code incode.Availability: Unix, Windows.
    エラーコード code に対応するエラーメッセージを返します。 利用できる環境: Unix、Windows - Python
  • Tries to compile source, which should be a string of Python code and return a code object if source is valid Python code.
    sourceが有効なPythonコードではないが、有効なPythonコードの接頭語である場合には、Noneを返します。 - Python
  • the results of the operation can be reflected in a return code
    その操作の実行結果は戻りコードからわかる - コンピューター用語辞典
  • Silently exit with a status return code.
    状態を示すリターンコードのみを返し、黙って終了する。 - JM
  • Returns the integer fault code return from the XML-RPC response $resp.
    XML-RPC レスポンス $respから、失敗のコードを整数値で返します。 - PEAR
  • A function (or other code block) is about to return.
    関数(または、コードブロック)が返ろうとしているところです。 - Python
  • MS-DOS, OS/2, and others uses a pair of characters, ASCII code 10 and ASCII code 13 (the carriage return or CR).
    MS-DOS や OS/2 などは ASCII コード 10の LF と、ASCII コード 13 の文字 (carriage return または CR)をペアで使います (訳注: Macintosh では CR のみで表現されています)。 - FreeBSD
  • The automated transaction machine 10 receives input of the return code from the user, and transmits a return request with the return code to the host computer 20.
    自動取引装置10は、利用者から返却コードの入力を受け付けて、返却要求を返却コードとともにホストコンピュータ20に通知する。 - 特許庁
  • Return the mapped value for code according to tableB.2 (Mapping for case-folding used with NFKC).
    テーブル B.2 (NFKC で用いられる大小文字の対応付け) に従って、 code に対応付けられた値を返します。 - Python
  • Return a string of one character whose ASCII code is the integeri.
    ASCII コードが整数 i となるような文字 1 字からなる文字列を返します。 - Python
  • The host computer 20 transmits return permission to the automated transaction machine 10 after verifying the return code.
    ホストコンピュータ20は、返却コードの照合の後、返却の許可を自動取引装置10に通知する。 - 特許庁
  • A return instruction detection part 22 monitors an instruction code from a CPU 21 and stops the program which is being executed when detecting a return instruction code.
    復帰命令検出部22は、CPU21からの命令コードを監視して、復帰命令コードを検出すると実行中のプログラムを停止させる。 - 特許庁
  • Returns the table structure as HTML Return value string- the generated HTML code
    テーブル構造を HTML で返します。 返り値 string-生成された HTML コードを返します。 - PEAR
  • Return the mapped value for code according to tableB.3 (Mapping for case-folding used with no normalization).
    テーブル B.3 (正規化を伴わない大小文字の対応付け) に従って、 code に対応付けられた値を返します。 - Python
  • The host 101 receives the return code to recognize the processing end state.
    ホスト101はリターンコードを受信して処理終了状態を認識する。 - 特許庁
  • The interface sets a return code that can be tested by the CLIST
    インタフェースは,CLISTによって検査(テスト)可能な復帰(リターン)コードをセット(設定)する - コンピューター用語辞典
  • The next operation on this socket will return the error code of the pending error.
    次にこのソケットを操作した時にペンディングされていたエラー・コードが返される。 - JM
  • A character string input in a URL input area in a browser is acquired, an HTTP request is transmitted to confirm a return code, and a retrieving request is transmitted to a prescribed search engine when the return code is not a prescribed return code.
    ブラウザにおけるURL入力領域に入力されている文字列を取得し、HTTPリクエストを送出してリターンコードを確認し、リターンコードが所定のリターンコードでなかった場合、所定の検索エンジンに対して検索リクエストを送出する。 - 特許庁
  • Return the Unicode string of one character whose Unicode code is the integer i.
    Unicode におけるコードが整数 i になるような文字 1 文字からなるUnicode 文字列を返します。 - Python
  • The host computer 20 generates a return code and transmits it to the user of the cash card 70.
    ホストコンピュータ20は、返却コードを生成して、キャッシュカード70の利用者に連絡する。 - 特許庁
  • Return types are also shown in the code completion dialog after the function name, separated by a colon.
    戻り値の型は、コード補完ダイアログで関数名のあとにコロンで区切って表示されます。 - NetBeans
  • Return an abstract syntax tree for the Python source code in the file specified by path.
    path で指定されたファイル中の Python ソースコードから得られた抽象構文木 AST を返します。 - Python
  • Return the magic string value used to recognize byte-compiled code files (.pyc files).
    バイトコンパイルされたコードファイル(.pycファイル)を認識するために使われるマジック文字列値を返します。 - Python
  • Returns -1 if child process hasn't completed yet, or its return code otherwise.
    子プロセスがまだ終了していない際には -1 を、そうでない場合にはリターンコードを返します。 - Python
  • Return the text of the source code for an object.The argument may be a module, class, method, function, traceback, frame,or code object.
    オブジェクトのソースコードを返します。 引数にはモジュール・クラス・メソッド・関数・トレースバック・フレーム・コードオブジェクトを指定する事ができます。 - Python
  • In response to the license return operation, an image processor 1 generates a license return code based on the equipment unique information of its own equipment (S3).
    ライセンス返却操作に応答して、画像処理装置1が、自機の機器固有情報を元にライセンス返却コードを生成する(S3)。 - 特許庁
  • The PORT 121 decodes the code 403 with a decoding program 126, and a CP 123 processes each decoded command in sequence to return a return code indicating a processing end state.
    PORT121は、コード403をデコードプログラム126によりデコード処理し、CP123が、デコードにより取得される各コマンドを順に処理し、処理終了状態を示すリターンコードを返す。 - 特許庁
  • A license return code is applied to a license management means 10, and whether or not the license including the equipment unique information included in the license return code has been issued is determined.
    ライセンス返却コードは、ライセンス管理手段10に与えられ、ライセンス返却コードに含まれている機器固有情報を含むライセンスを発行しているか否かが判別される。 - 特許庁
  • An NRZI (non-return-to-zero invert) modulation signal A5 and an inverted NRZI modulation signal A6 formed by converting an NRZ (non- return-to-zero) code signal A1 and an inverted NRZ code signal A2 by a code conversion module 80 are impressed on the optical intensity modulator 9.
    NRZ符号信号A1及び反転NRZ符号信号A2を符号変換モジュール80で変換したNRZI変調信号A5と反転NRZI変調信号A6を光強度変調器9に印加する。 - 特許庁
  • DELIVERY STATUS CONFIRMATION, ORDER CANCEL AND ARTICLE RETURN SYSTEM USING TWO-DIMENSIONAL BAR CODE AND PORTABLE TERMINAL
    二次元バーコードと携帯端末を用いた配送状況確認、注文キャンセル、返品システム - 特許庁
  • The function of the one is now to return to the source, allowing a dissemination of the code you carry reinserting the prime program.
    その者の役割とは ソースに戻り、自身のコードを 基幹プログラムに再統合すること - 映画・海外ドラマ英語字幕翻訳辞書
  • If no group matches, return an empty string.This elides the response code from the server.
    何もマッチしなければ空文字列を返します。 このメソッドはサーバからの応答コードを省略します。 - Python
  • To return the portable telephone surely to a waiting state, a sending code of 'on hook' key may be attached to the head and end of the sending code.
    又、携帯電話側を確実に待ち受け状態に戻すために、コード送出の最初と最後に、「オンフック」キーのコード送出を入れても良い。 - 特許庁
  • To perform delivery status confirmation, order cancel, and commodity return by use of a two-dimensional bar code and a portable terminal.
    二次元バーコードと携帯端末を用いて配送状況確認、注文キャンセル、返品ができる。 - 特許庁
  • Create the AppleEvent Carbon.AE.AEDesc for the verb with the OSA designation code, subcode (which are the usual 4-characterstrings), pack the parameters and attributes into it, send it to the target application, wait for the reply, unpack the reply with unpackevent and return the reply appleevent, the unpacked return values as a dictionary and the return attributes.
    OSA指示子 code, subcode (いずれも通常4文字の文字列です)を持った変数のために、parameters をパックし、attributesに戻し、目標アプリケーションにそれを送って、返答を待ち、unpackevent を含んだ返答をアンパックし、AppleEvent の返答を返し、辞書としてアンパックした値と属性を返して、AppleEvent Carbon.AE.AEDesc を作成します。 - Python
  • The bar code returning device 1 for returning the book to a return port 2 after reading the bar code of the book comprises a means for checking presence/absence of reading the bar code when the book is placed in the return port 2, and a means for outputting warning information when the bar code is not read.
    図書のバーコードを読取った後に、上記図書を返却口2に入れて返却処理を行うための図書の返却装置1であって、図書を返却口2に入れる際にバーコードの読取の有無を確認する手段と、上記バーコードの読取が無い場合に警告情報を出力する手段とを有してなる。 - 特許庁
  • Load and initialize a module implemented as a byte-compiled code file and return its module object.
    バイトコンパイルされたコードファイルとして実装されているモジュールをロードして初期化し、そのモジュールオブジェクトを返します。 - Python
  • Any function exit in the middle of the function (such as a return statement in C) will generate a jump to the exit code at the end of the function.
    関数の途中で関数を抜けるコードは全て、関数の最後の終了コードへのジャンプとして生成されます。 - JM
  • The return address of this subroutine calling instruction 14 is utilized as an address pointer to the start of an interpreted code 16.
    このサブルーチン呼出し命令(14)のリターンアドレスを、解釈済みコード(16)の開始へのアドレスポインタとして利用する。 - 特許庁
  • In the stack layout check, a return address of each program code developed in the memory is successively acquired, and the data processing is stopped based on attribute information of an address shown by each return address.
    スタックレイアウトチェック処理では、メモリに展開された各プログラムコードのリターンアドレスが順次取得され、各リターンアドレスが示すアドレスの属性情報に基づいてデータ処理が停止される。 - 特許庁
  • To provide an optical code division multiplexing communication system which includes a method and a function of specifying one of a channel and an encoder or decoder in which fluctuation of a code value occurs to return the code value causing the fluctuation to a normal value.
    チャンネルと符号器又は復号器のどちらに符号値の変動が生じているかを特定し、変動が生じた符号値を正常値に戻す方法および機能を備えた光符号分割多重通信システムの提供。 - 特許庁
  • When abnormality determination and counting of the performance information return code information of processing are completed, calculation of abnormality occurrence rate is performed.
    処理の性能情報およびリターンコード情報の異常判定およびカウントを終えると、異常発生率の算出を行う。 - 特許庁
  • To rapidly perform return from an energy-saving mode in an image processing device having a facsimile function utilizing F code communication.
    Fコード通信を利用したファクシミリ機能を備える画像処理装置において省エネルギーモードからの復帰を迅速に行う。 - 特許庁
1 2 3 次へ>

例文データの著作権について