| 意味 | 例文 |
execute statementの部分一致の例文一覧と使い方
該当件数 : 19件
Execute the statement (given as a string) under debuggercontrol. 例文帳に追加
デバッガに制御された状態で(文字列として与えられた)statementを実行します。 - Python
Step one is to prepare the statement and the second is to execute it.例文帳に追加
ひとつめに命令文を準備することです。 - PEAR
A program that wishes to use the mechanism must execute the statement例文帳に追加
この機構を利用したいプログラムでは、以下の文を実行してください。 - Python
Execute the (one-line) statement in the context of the current stack frame.The exclamation point can be omitted unless the first word of the statement resembles a debugger command.To set a global variable, you can prefix the assignmentcommand with a "global" command on the same line, e.g.:例文帳に追加
現在のスタックフレームのコンテキストにおいて(一行の)statementを実行します。 文の最初の語がデバッガコマンドと共通でない場合は、感嘆符を省略することができます。 - Python
Read and execute a single statement from a file associated with an interactive device according to the flags argument.例文帳に追加
対話的デバイスに関連付けられたファイルから文を一つ読み込み、flags に従って実行します。 - Python
To deform a loop control statement for processing array elements in structured type data that can form a list structure and that has an array as its member, so that a computer can speedily execute the loop control statement.例文帳に追加
リスト構造を形成し、配列をそのメンバに持つ構造型データの配列要素を処理するループ制御文を高速に実行できるように変形する。 - 特許庁
The Insert Codecommand provides a Database Table option that creates the code needed to execute a SELECT statement in MySQL.例文帳に追加
「コードを挿入」コマンドは、MySQL で SELECT 文を実行するために必要なコードを作成する「データベース表」オプションを提供します。 - NetBeans
The cooperative processing server 50 transmits the instruction statement to a second image processing apparatus 65 to execute a service based on the instruction statement, and the second image processing apparatus 65 extracts and prints the document data from a storage position (approved data storage region 238) described in the received instruction statement.例文帳に追加
連携処理サーバ50は、指示書に基づくサービスを実行させるべく第2の画像処理装置65へ指示書を送信し、第2の画像処理装置65は受け取った指示書に記述された格納位置(承認済データ格納領域238)から文書データを取り出して印刷する。 - 特許庁
(iv) a stock company for whom provisions of the articles of incorporation or the statement of operational procedures do not conform to laws and regulations or are not sufficient for it to properly execute Custodian Type Trust Business; or 例文帳に追加
四 定款又は業務方法書の規定が法令に適合せず、又は管理型信託業務を適正に遂行するために十分なものでない株式会社 - 日本法令外国語訳データベースシステム
(iv) a juridical person whose provisions in its articles of incorporation (including documents equivalent thereto) or statement of operational procedures does not conform to laws and regulations or are not sufficient to allow it to properly execute Custodian Type Trust Business; or 例文帳に追加
四 定款(これに準ずるものを含む。)又は業務方法書の規定が法令に適合せず、又は管理型信託業務を適正に遂行するために十分なものでない法人 - 日本法令外国語訳データベースシステム
If an interpreter is started with the -i option, is passed a script name to execute, and the script includes a future statement, it will be in effect in the interactive session started after the script is executed.例文帳に追加
インタプリタを -i オプションで起動して実行すべきスクリプト名を渡し、スクリプト中に future 文を入れておくと、新たな機能はスクリプトが実行された後に開始する対話セッションで有効になります。 - Python
The patent application shall be accompanied by a detailed description of the invention, including a full statement of the subject matter and of the best way to enable an person of expertise to execute it, and of each product or method for which protection is sought. 例文帳に追加
特許願書には、主題の全記載及び当業者が実行できる最良の方法を含む、発明の詳細な明細書、並びに保護を求める各製品又は方法の詳細な明細書を添付しなければならない。 - 特許庁
The argument (parameter) passed to the action command is not determined every time a word is selected, but the action command and argument are acquired from the final complete sentence to execute the action, so that the degree of freedom is increased in the user's command statement creation.例文帳に追加
単語を選択する毎に動作コマンドに渡す引数(パラメータ)が確定していくものではなく、最終的に完成された文章から動作コマンドおよび引数を取得して動作を実行するため、ユーザによるコマンド文の作成自由度が高まる。 - 特許庁
Article 116 (1) The executing officer shall not enter the residence of a person, or premises, building or vessel guarded by a person to execute a search warrant or seizure warrant before sunrise or after sunset unless the warrant contains a written statement that execution during the night is permitted. 例文帳に追加
第百十六条 日出前、日没後には、令状に夜間でも執行することができる旨の記載がなければ、差押状又は捜索状の執行のため、人の住居又は人の看守する邸宅、建造物若しくは船舶内に入ることはできない。 - 日本法令外国語訳データベースシステム
Also, in order to improve efficiency by more sophisticated integration of internal control audit with financial statement audit, auditors should consider the need to sufficiently understand: the status of the management's design, operation, and assessment of internal controls; the situation of internal control design; and the operation and assessment situation by the management. They should also execute effective and efficient practice of audits by integrating internal control audit with financial statement audit, while considering audit materiality. 例文帳に追加
また、内部統制監査と財務諸表監査の一層の一体的実施を通じた効率化を図る観点から、監査人は、経営者による内部統制の整備並びに運用状況及び評価の状況を十分理解し、監査上の重要性を勘案しつつ、内部統制監査と財務諸表監査が一体となって効果的かつ効率的に実施する必要があることに留意するとした。 - 金融庁
The syntax for a complete Python program is that for file input,described in the next section.The interpreter may also be invoked in interactive mode; in this case,it does not read and execute a complete program but reads and executesone statement (possibly compound) at a time. 例文帳に追加
完全な Python プログラムの構文は、下の節で述べるファイル入力のためのものです。 インタプリタは、対話的モード (interactive mode) で起動されることもあります; この場合、インタプリタは完全なプログラムを読んで実行するのではなく、一度に単一の実行文 (複合文のときもあります) を読み込んで実行します。 - Python
| 意味 | 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright(C) 2026 金融庁 All Rights Reserved. |
| Copyright © Japan Patent office. All Rights Reserved. |
| ※この記事は「日本法令外国語訳データベースシステム」の2010年9月現在の情報を転載しております。 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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/ ). |
| © 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会員(無料)になると
|
