実装されているか Meaning in English - translations and usage examples

Examples of using 実装されているか in Japanese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
どのように実装されているか見てみよう。
Let's look into how this is implemented.
あなたは、完全なソースを見て、暗号化アルゴリズムが正しく実装されているかどうかを確認することができます。
You can have a look at its full source andcheck whether the encryption algorithms are implemented correctly.
以降の節で、前述の機能がLACPライブラリにおいてどのように実装されているかを見ていきます。
In the following section,we take a look at how the aforementioned functions are implemented in the LACP library.
自由にライブラリを開いて、各ブロックを調べ、Simulink®でiLBCがどのように実装されているかを確認してください。
Feel free to open the library andlook under the blocks to see how iLBC was implemented in Simulink®.
代わりにFlaskは、あなたのアプリケーションにそれがFlask自体に実装されているかのように、エクステンション(拡張機能)が追加されることを支持します。
Flask supports extensions that can add application features as if they were implemented in Flask itself.
クラスターアクティビィのロギングと監視では、Kubernetesにおけるロギングがどのように行われ、どう実装されているかについて解説します。
Logging and Monitoring Cluster Activity explains how logging in Kubernetes works andhow to implement it.
要件の観点から、すべてのケースが完全に実装されているか
Looking at the requirements, are all cases fully implemented?
そして第2回では、これがApacheWebサービス・プロジェクトではどのように実装されているかを説明します。
The second part explains how it's being implemented in the Apache Web services project.
この重要な振舞いは、インタフェースAとBが同じオブジェクトにより実装されているかどうかを決定するための唯一の信頼できる仕組みです。
This important behavior is the only reliable mechanism for determining whether interfaces A andB are implemented by the same object. For simple objects, maintaining these behaviors is easy.
具体的には、AdamsとFrostは、パフォーマンスを測定するためにこれらの企業で開発されたKPIと、これらのKPIが意思決定プロセスと業績管理にどのように実装されているかを検証します。
Specifically, Adams and Frost examine the KPIs developed in these companies to measure performance andhow these KPIs are implemented in the decision-making process and performance management.
また、BC1.2仕様では、各ポートが最終デバイスにどのように見えるべきか、およびどのタイプのポートが実装されているかを示すプロトコルも確立しています。
The BC1.2 specification also establishes both how each port should appear to the end device,and the protocol to identify what type of port is implemented.
このアプリケーション・ノートはMIMOの基本的な概念と用語の手引きであり、さまざまな無線通信規格でMIMOがどのように実装されているかを説明します。
This application note gives an introduction to basic MIMO concepts and terminology andexplains how MIMO is implemented in the different radiocommunications standards.
これらの概念や機能がAMPドキュメントでどのように実装されているかを知ることに加えて、なぜAMPがこのような設計になっているかを理解していただけたら幸いです。
Hopefully you have not only understood how these concepts andfeatures can be implemented in an AMP document but also understand why AMP has been designed the way it has.
これはかなり複雑なトピックですが、goaはサービス上でロギングがどのように実装されているかについて、可能な限り仮定しないようになっています。
This is a pretty complex topic and goa makes as littleassumption as possible about how the service implements it.
他の開発者があなたのクラスを使うとき、どのように実装されているかを知る必要はなく、単に何をするかを知る必要があるだけです。
When another developer uses your class,they don't need to know how it is implemented, they just need to know what it does.
Finalクラスにしない(オプション)Hibernateの中心的な特徴であるプロキシは、永続クラスがfinalでないこと、またはメソッドを全部publicで宣言しているインターフェースが実装されているかに依存しています。
A central feature of Hibernate, proxies,depends upon the persistent class being either non-final, or the implementation of an interface that declares all public methods.
幸運にも、すべてのコードはクライアント側にあるため、この手法がサイトで技術的にどのように実装されているか見たければ、サイトを訪問して、“ページのソースを表示”をクリックしてください。
Luckily, since all the code is client-side,if you would like to see how a site technically implements this approach, it is as simple as visiting the site and clicking“View Page Source.”.
明らかにデータベースはあるのですが、ポイントは、ドメインが、データの蓄積と検索の基調メカニズムがどのように実装されているかに関して、幸せな「永続化無知(persistenceignorance)」の状態であり続けようとすることです。
Obviously, there is a database, but the point is that the domain strives to remain in blissful“persistence ignorance” with respect to how the underlying mechanisms of data storage andretrieval are implemented.
その関数一式が実際に実装されているかチェックすること。
Checking whether that set was actually implemented.
これらがどのように実装されているかを示そう。
And let me show you how these are built.
また、オブジェクトがどのように実装されているかを隠すための仕組みです。
Uniform mechanism for determining which interfaces a object supports,and for hiding the the mechanics of how the object was implemented.
Jsファイルの差分を確認すれば、同じ機能がどのように実装されているかを比較できます。
Js file to see how the same functions are differently implemented.
ところで、try/catchがJavaScriptエンジンの中でどう実装されているか考えたことはありますか?)。
How do you think try/ catch is implemented in a JavaScript engine?
BSDLファイルには、各デバイスのバウンダリスキャンアーキテクチャがどのように実装されているかが記載されています。
The BSDL files describe the implementation of the JTAG standard on each device.
同様に、浮動小数点数または浮動小数点型として知られているものは、プログラミング対象のアーキテクチャでそれらがどのように実装されているかによって異なります。
Likewise, what are known as floating-point numbers orthe float type for short depend on how they are implemented in the given architecture you're programming for.
代わりにFlaskは、あなたのアプリケーションにそれがFlask自体に実装されているかのように、エクステンション(拡張機能)が追加されることを支持します。
Flask supports extensions to add functionality to your application as if it was implemented in Flask itself.
代わりにFlaskは、あなたのアプリケーションにそれがFlask自体に実装されているかのように、エクステンション(拡張機能)が追加されることを支持します。
Flask supports extensions, which can add such functionality into an application as if it was implemented in Flask itself.
Results: 27, Time: 0.016

Word-for-word translation

Top dictionary queries

Japanese - English