EXECUTION FUNCTION 日本語 意味 - 日本語訳 - 英語の例文

[ˌeksi'kjuːʃn 'fʌŋkʃn]
[ˌeksi'kjuːʃn 'fʌŋkʃn]
実行関数が
実行機能を
執行機能を

英語 での Execution function の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Some database products have schedule execution function.
データベース製品によっては、スケジュール実行機能を備えているものがあります。
The order of calling the Execution Function is the order that thread is started.
実行関数が呼び出される順番は、スレッドが開始された順です。
The sequencing function swaps around operations through a command execution function.
シーケンシング機能は、コマンド実行機能による作業の並び替えのことです。
In other parts, no difference between normal Execution Function and the behavior is quite same.
その他の部分では通常の実行関数と違いは無く、全く同じ振る舞いをします。
For this, the Execution Function ends before setting the next Execution Function and the thread ends.
これにより次の実行関数が設定されるよりも前に実行関数が終了し、スレッドが終了します。
This tutorial introduces the script execution function of FlashAir LoT Hub.
このチュートリアルではFlashAirIoTHubのスクリプト実行機能について紹介します。
Execution Function The method which was called when the thread starts is called"Execution Function.
実行関数スレッドの実行が開始されると呼び出されるメソッドのことを、「実行関数」と呼びます。
To make this correspondence,I will explain how to use the immediate execution function of import job.
この対応のために、インポートジョブの即時実行機能を使う方法を説明します。
With the script execution function, you can execute arbitrary Lua script on FlashAir.
スクリプト実行機能を使うと、FlashAir上の任意のLuaスクリプトを実行する事が出来ます。
Although it becomes a memory access violation,trace can be left in the L1D cache by the speculative execution function, so attacker can know the memory area you tried to access based on the trace.
アクセス権違反にはなるが、投機実行の機能により、L1Dキャッシュに痕跡が残せるので、その痕跡を元に、アクセスしようとしたメモリ領域を知ることができる。
For more detail, if the Execution Function is set by interrupted method then cancel the Waiting state and execute the function. Otherwise, the InterruptedError Exception will occur.
具体的には、interruptedメソッドによって実行関数が設定されていた場合は、待機状態を解除してその実行関数を実行し、そうでない場合は、InterruptedError例外を発生します。
If you refer the currentThread property in the Execution Function of the thread, it always be itself this.
スレッドの実行関数内でcurrentThreadプロパティを参照したとき、それは必ず自分自身(this)になります。
If the next Execution Function is not set, the thread will not end at it is but actually it set the finalize method to next Execution Function and if the next Execution Function will not set in there, it will really ends.
次に実行する実行関数が設定されなかった場合、スレッドはそのまま終了するのではなく、実際にはfinalizeメソッドを次の実行関数に設定して実行し、そこで次に実行する実行関数が設定されなかった場合に、本当に終了します。
Preliminary preparation of Lua script enables detailed control such as acquisition and setting of GPIO and sensor data,so please make use of the script execution function of FlashAir IoT Hub by all means.
予めLuaスクリプトを用意すれば、GPIOやセンサーデータの取得・設定など細かな制御も可能ですので、FlashAirIoTHubのスクリプト実行機能をぜひご活用ください。
The Engineering Headquarters integrates the EPC execution functions of the Energy& Environment domain's businesses in chemical plants and social infrastructure and those of the Commercial Aviation& Transportation Systems domain's engineering operations.
エンジニアリング本部は、エネルギー・環境ドメインの化学プラントおよび社会インフラ事業と、交通・輸送ドメインのエンジニアリング事業が保有しているEPC遂行機能を集約しています。
OutputThread's Waiting state will be canceled by this call andit execute the output method which was set as next Execution Function and the contents of resource(Randam 5digit) will display.
この呼び出しによって、OutputThreadの待機状態は解除され、次の実行関数として設定されていたoutputメソッドが実行され、リソースの内容(5桁のランダムな数字)が出力されます。
Table of Contents Flow execution function Status Notification Function Log sendingfunction Firmware update function Flow Execution Function This function executes JSON of flow definition created by enebular on the device.
TableofContentsフロー実行機能ステータス通知機能ログ送信機能ファームウェアアップデート機能フロー実行機能enebularで作成したフロー定義のJSONをデバイス上で実行する機能です。
For example, when thread A and thread B are executing,it is not able to set the thread A's next Execution Function by calling the next method of thread A from thread B's Execution Function.
たとえば、スレッドAとスレッドBが実行されているときに、スレッドBの実行関数から、スレッドAのnextメソッド呼び出して、スレッドAの次の実行関数を変更する、といったことは出来ません。
In order to separate the management monitoring function and business execution function, the Board of Directors appoints a Director who does not concurrently serve as Executive Officer as Chairman, and an appropriate number of three or more Outside Directors who qualify as highly independent.
また、取締役会は、経営監視機能と業務執行機能を明確化し、執行役員を兼務しない取締役から取締役会議長を選任するとともに、3名以上の適切な人数の独立性の高い社外取締役候補を選任します。
Further, the Company has an Internal Auditing Office consisting of 4 members, including a manager. The Company adopted the executive officer system with an aim to further enhance its corporate governance by separating its decision making andsupervisory function from business execution function and to realize its rapid and efficient business execution..
また、内部監査を担当する機関として内部監査室を設置しており、内部監査室は室長以下4名で構成されております。当社は、経営における意思決定及び監督機能と業務執行機能を分離しコーポレート・ガバナンスの強化を図ると共に、迅速かつ効率的な業務執行を推進する目的で執行役員制度を採用しております。
When the exception handler ends without nothing, if the exception handler set the next Execution Function then the processing restarts from that and if the next Execution Function is not set,then it will restart the processing from the Execution Function which was processing when the exception occur.
例外ハンドラが何事も無く終了され、例外ハンドラによって次の実行関数が設定された場合はその実行関数から処理が再開し、次の実行関数が設定された無かった場合は、例外が発生する前に実行されていた実行関数から処理が再開します。
Like this, when the thread has standby processing,it is formula in ActionScript Thread Library to devide the Execution Function and set the processing after it stands by using the next method. So please remember this.
このように、ActionScriptThreadLibraryでは、途中にスレッドの待機が入る場合に、待機後の処理を書きたい場合は、実行関数を分割してnextメソッドで設定するのが定石となりますのでよく覚えておいて下さい。
Additionally, to clarify the management decision-making and monitoring functions and the execution function of our business, the Company employs a system of Executive Officers. The Board of Directors and its constituent Directors are in charge of decision-making and the monitoring functions, while the business execution function is handled by the Executive Officers.
また、経営の意思決定・監督機能と業務執行機能を明確にするため、執行役員制度を採用し、意思決定・監督機能を取締役会及びその構成員である各取締役が担い、業務執行機能を執行役員が担っております。
For those reasons, I think the clear demarcation between the"task coordination function" through gathering local needs and consulting with UNMISS by the CO andthe"execution function" as well as preparation for the task by the engineer unit makes our operations more effective and efficient because it enables us to concentrate on each activity.
このようなことから、地元のニーズを吸い上げUNMISSとの協議を通じて「任務(タスク)を調整する機能」と、示されたタスクを準備して「実行する機能」とを区分し、現地支援調整所と施設隊がそれぞれの役割に専念することによって、より効果的・効率的な活動ができるのではないかと考えています。
That is, in above example, the flow will be like after the sleep method is called,the next Execution Function(world) will be set inside next method and then it shifts to Waiting state and interrupt the execution and restart execution after one second passes and finally the world method that is the next Execution Function is called.
すなわち、上の例では、sleepメソッドが呼び出されたあと、nextメソッドによって次の実行関数(worldメソッド)が設定された上で、待機状態に移行して実行を中断し、1秒経過するのを待って実行を再開し、次の実行関数であるworldメソッドが呼び出される、という流れになります。
System for ensuring the duties of directors are executed efficiently(1)The Sanwa Group shall separate the management decision-making andoversight function from the business execution function to invigorate the Board of Directors, and has introduced an executive officer system to strengthen the Group's management capability through faster decision-making and the delegation of authority.
取締役の職務の執行が効率的に行われることを確保するための体制(1)経営の意思決定・監督機能と業務執行機能を分離し、取締役会の活性化を図り、意思決定の迅速化、権限委譲によりグループ経営力を強化するために、執行役員制度を導入している。
結果: 26, 時間: 0.0321

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語