CODE TO RUN Meaning in Japanese - translations and usage examples

[kəʊd tə rʌn]
[kəʊd tə rʌn]
コードを実行する

Examples of using Code to run in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Final code to run the functions:.
最後に動かす関数コード:。
It's common in JavaScript for code to run asynchronously.
JavaScriptではコードを非同期に実行することがよくあります。
C++ code to run in Flash Player.
C/C++コードをFlashPlayerで動作するようコンパイルする。
For example, if we want the same code to run for case 3 and case 5:.
たとえば、case3とcase5で同じコードを実行したい場合:。
Upon creating a Portable Class Library,we can choose a combination of platforms we want our code to run on.
しかし、PortableClassLibraryを作成する際には、コードを実行したいプラットフォームの組み合わせを選択することができます。
Deploy MATLAB code to run on production Hadoop systems.
MATLABコードを配布してHadoop運用システムで実行する
For the most part,email providers do not allow any code to run inside an HTML email.
多くのメールシステムは、HTMLメールの中でいかなるコードを走らせることも許していない。
This enables Flutter code to run on the standards-based web without change.
これにより、何の変更も加えることなく、Flutterコードを標準ベースのウェブで実行できるようになります。
Instead, they do their work in the background,allowing other Javascript code to run in the meantime.
その代わりに、それらのAPIはバックグラウンドで動作するため、その間に他のJavaScriptのコードが実行できます。
Alarms- Mozilla| MDN Schedule code to run at a specific time in the future.
Alarms-Mozilla|MDNコードが動作するタイミングを予約します。
Briefly, the onclick handler is a property available on the button(or in fact, any element on the page)that can be set to a function to specify what code to run when the button is clicked.
簡単に説明すると、onclickハンドラーはボタン(または実際にはページ上の任意の要素)で使用できるプロパティで、ボタンをクリックしたときに実行するコードを指定する関数に設定できます。
Then choose the way you want the code to run using the buttons along the top, using the Execute menu, or using the context menu.
そして、コードの実行方法を上部のボタン、実行メニュー、またはコンテキストメニューで選択してください。
Convert MATLAB algorithms to C, HDL, and PLC code to run on embedded devices.
MATLABアルゴリズムをC、HDLおよびPLCコードに変換して組み込みデバイスで実行する
In order for this code to run properly, we are using Erlang's rpc module which allows us Remote Produce Call service.
このコードを正しく実行するために、リモートプロシージャコールサービスの利用を可能にするErlangのrpcモジュールを使います。
Config Contains app configuration, and code to run on startup(initializers).
Configアプリケーションの設定と、起動時に実行されるコード(initializer)を含みます。
So, to allow code to run that is failing due to security exceptions, you must increase the permissions granted to it.
このため、セキュリティの例外が発生したことが原因で実行できないコードを実行するには、そのコードに付与されているパーミッションを増やす必要があります。
We need to do this so Python knows what code to run if the result is true.
条件式がTrueの時、どのコードを実行するかPythonに知らせる必要があります。
If(condition){ code to run if condition is true} else{ run some other code instead} Here we have got: The keyword if followed by some parentheses.
If(条件式){条件式がtrueの場合に実行されるコード}else{それ以外の場合に実行されるコード}ここでは…ifキーワードの後ろに括弧が並んでいます。
In such implementations, it is possible for other code to run while the modal dialog is being shown.
このような実装では、モーダルダイアログが表示されている間に他のコードを実行することは可能です。
In general, programmers writing code to run in the flash memory space of most MAXQ microcontrollers will link their software to start at location 0 in code space.
一般に、ほとんどのMAXQマイクロコントローラのフラッシュメモリ空間で動作するコードを書くプログラマは、ソフトウェアをコード空間の0の位置で開始するようリンクします。
Bug reports,success stories and/or patches required to get this code to run on other engines would be appreciated.
他のエンジンでこのコードを実行する際に必要なパッチ、バグレポート、成功事例等をお知らせください。
However, we added the fail-safe code to run"killall-KILL vpnserver" after the process shutdown operation times out(90 seconds).
しかしながら、この問題に対応するためのフェイルセーフコードが追加されました。このコードは"killall-KILLvpnserver"というコマンドをシャットダウン操作がタイムアウト(90秒)した後に実行します
Then, with the SDK, they compile that output down to machine code to run on the pre-loaded inference engine.
次に、SDKを使用して、その出力をマシンコードにコンパイルし、事前に読み込まれた推論エンジンで実行します
We are making the onclick handler equal to an anonymous function,which contains the code to run when the button is clicked.
Onclickハンドラーは、ボタンがクリックされたときに実行されるコードを含む無名関数と等しくなります。
After the destructive reset,the recovery vector allows diagnostic code to run and perform any additional actions required for proper logging or notification of the destructive event.
破壊的リセットの後、リカバリベクタによって診断コードを実行して、破壊的イベントに関する適切なログや通知に必要となる追加の作業を行うことが可能です。
This update resolves asecurity issue that could allow arbitrary code to run when you open a malicious presentation.
この更新プログラムによって、悪意のあるプレゼンテーションを開こうとしたときに任意のコードが実行される可能性があるというセキュリティ上の問題が修正されます。
These bare-metal virtual machinesare highly efficient allowing application code to run directly on the microprocessor without the need for a guest operating system.
このベアメタル型バーチャルマシンを使用すれば、ゲストオペレーティングシステム(ゲストOS)を必要とせずにマイクロプロセッサ上でアプリケーションコードを直接実行できるので、非常に効率的です。
One way to speed up codeis to make it possible for different parts of the code to run at the same time, in parallel.
コードを高速化する方法の1つは、コードの異なる部分を同時に並列で実行できるようにすることです。
McAfee Application Control,protects your system by only allowing authorized code to run. It automatically creates a dynamic whitelist of the“authorized code” on the embedded system.
McAfeeApplicationControlは、認可されたコードの実行のみを許可することでシステムを保護し、組込みシステムに「認可されたコード」の動的ホワイトリストを自動的に作成します。
A security vulnerability exists in Skype for Business 201664-Bit Edition that could allow arbitrary code to run when a maliciously modified file is opened.
SkypeforBusiness201664ビット版にセキュリティの脆弱性が存在し、悪意を持って作成されたファイルを開くと任意のコードが実行される可能性があります。
Results: 2139, Time: 0.0324

Word-for-word translation

Top dictionary queries

English - Japanese