MEMORY MODEL Meaning in Japanese - translations and usage examples

['meməri 'mɒdl]
['meməri 'mɒdl]
メモリモデル
記憶モデル

Examples of using Memory model in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
C++11 Memory Model.
C++11メモリモデル
A precise description of the x86 memory model.
X86メモリモデルが正確に説明されています。
The C++ Memory Model.
C++メモリーモデル」。
Reasoning about the ARM weakly consistent memory model.
ARMの弱い一貫性のメモリモデルに関する推論。
The Java memory model.
Javaのメモリモデル
HPL technical report 2009-259//“whatevery programmer should know about memory model issues”.
Hans-J.Boehm:スレッドの基本.HPLtechnicalreport2009-259//「全てのプログラマがメモリモデルの問題について知っておくべきこと」。
The Java memory model.
Javaのメモリモデルにある。
As needed, there are also in-between meetings of ad-hoc working groups on specific urgent topics,such as"concepts" and"memory model.".
必要な場合は、「concept」や「メモリモデル」といった特定の緊急事案について、会合と会合の間に臨時ワーキンググループの会合が開催されることもある。
The OpenMP memory model.
OpenMPのメモリモデル
Future transformations ensure that failures are propagated, that cancellations are signalled,and free the programmer from thinking about the implications of the Java memory model.
Futureの変換は、失敗の伝播やキャンセルの通知が行われることを保証し、またプログラマがJavaメモリモデルの影響を検討する必要がなくなる。
The strong C++ memory model.
Top/C++記憶モデル
Before we start discussing memory model errors, please note that they all are related to private, firstprivate, lastprivate and threadprivate variables.
メモリーモデルの問題を説明する前に、これらの問題はすべてprivate、firstprivate、lastprivate、およびthreadprivate変数に関連していることに注意してください。
Fixing the Java memory model.
Javaのメモリモデル
This compiler still uses ARC memory model, to reduce migration effort to 64-bit that Google requires for store submissions.
このコンパイラは、依然としてARCメモリモデルを使用しており、Googleがストアへの投稿の必須要件としている64-bitへのマイグレーションの労力を軽減してくれます。
Fixing the Java memory model.
Javaのメモリモデルにある。
Memory consistency models, or often just“memory models”, describe the guarantees the programming language or hardware architecture makes about memory accesses.
メモリ一貫性モデル(単に「メモリモデル」と呼ばれることも多い)は、プログラミング言語またはハードウェアアーキテクチャによるメモリアクセスに関する保証を表します。
Dynamically typed languages tend to use this memory model, too. Some Examples.
動的型付け言語もこのメモリー・モデルを使用する傾向があります。例。
It assumes a distributed shared memory model, which is implemented by SAM for workstation clusters using PVM.
分散共有メモリモデルを前提にしていて、SAMというPVMを使ったワークステーションで組んだクラスタによって実現しています。
Doug Lea wrote this as a companion to the JSR-133(Java Memory Model) documentation.
JSR-133(JavaMemoryModel)のドキュメントの手引きとしてDougLeaが書いたものです。
Precise descriptions of the ARM memory model are unfortunately significantly more complicated.
残念ながら、ARMメモリモデルの正確な説明は、非常にわかりにくい内容になっています。
Doug Lea wrote this as a companion to the JSR-133(Java Memory Model) documentation.
DougLea氏はこのクックブックを、JSR-133(Javaメモリモデル)ドキュメントのガイドとして執筆しました。
Furthermore, x86 and x64 processors implement a memory model that's stronger than the C11/C++11 memory model and prevents certain instruction reordering that could improve performance.
さらに、x86およびx64プロセッサはC11/C++11メモリモデルよりも強力なメモリモデルを実装しており、パフォーマンスが向上する可能性のある特定の命令の順序変更が行われません。
When you build shared objects(. so), Position-Independent Code(PIC) is specified(that is,-fpic is added by the compiler driver) so that a single.so can support all three memory models.
共有オブジェクト(.so)をビルドすると、位置独立コード(PIC)が指定されるため(つまり、コンパイラー・ドライバーにより-fpicが追加されるため)、単一の.soで3つのメモリーモデルすべてをサポートすることができます。
William Pugh's Java memory model page.
BillPughのJavaメモリモデルのウェブサイト。
Motor Control and Reinforcement Learning in CCNBook(our summary) Executive Function in CCNBook(our summary) Note that O'Reilly's model is also a model of working memory PBWM:the Prefrontal cortex Basal ganglia Working Memory model.
CCNBook運動制御と強化学習(全脳アーキテクチャ・イニシアティブによる要約)CCNBook実行機能(全脳アーキテクチャ・イニシアティブによる要約)オライリーのモデルは作業記憶のモデルでもあることにご注意ください前頭前皮質大脳基底核作業記憶モデル
It attempts to describe the ARM SMP memory model in a rigorous but accessible fashion.
ARMSMPのメモリモデルを正確に、しかしわかりやすく説明しようとしています。
That is why when I talk of a"memory map" of an"imperative program" on most processors, I'm really trying to refer to programs constructed"close to the hardware" such as in a language such as assembler or C. Most processors and operating systems will process andrun programs with this type of memory model, from DOS, Windows, Linux, etc.
そういうわけで、ほとんどのプロセッサ上の「命令型プログラム」の「メモリマップ」について言えば、アセンブラやCなどの言語のような「ハードウェアに近い」プログラムを参照しようとしています。プロセッサやオペレーティングシステムは、DOSやWindows、Linuxなどのメモリモデルを使ってプログラムを処理して実行します。
If you are using the default one-region memory model, heap memory is allocated only as it is required.
デフォルトである1領域メモリモデルを使用する場合、ヒープメモリは必要に応じて割り当てられます。
Just as programming language semantics are defined at a different level of abstraction than machine language opcodes,a programming environment's memory model is defined at a different level of abstraction than that of a hardware memory model.
プログラミング言語の意味論が機械語の命令コードとは異なったレベルで抽象化されて定義されているように、プログラミング環境のメモリモデルはハードウェアのメモリモデル抽象化のレベルが異なっている。
Most applications on most modern operating systems(like FreeBSD, Linux or Microsoft Windows)use a memory model that points nearly all segment registers to the same place(and uses paging instead), effectively disabling their use.
ほとんどの現代的なオペレーティングシステム(LinuxやMicrosoftWindowsなど)で動くほとんどのアプリケーションは、ほとんど全てのセグメントレジスタが同じ場所を指し示すメモリモデルを採用しており(代わりにページングを使用している)、事実上これらの使用は無効になっている。
Results: 30, Time: 0.031

Word-for-word translation

Top dictionary queries

English - Japanese