What is the translation of " MEMORY MODEL " in Indonesian?

['meməri 'mɒdl]
['meməri 'mɒdl]
model memori
memory model
memory model

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

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Ecclesiastic category close
That our memory model is.
Model-model memori tersebut adalah.
Doug Lea wrote this as a companion to the JSR-133(Java Memory Model) documentation.
Doug Lea menulis ini sebagai pendamping dokumentasi JSR-133( Java Memory Model).
A new virtual memory model has been added.
New virtual memory model telah ditambahkan.
Two of the widely known ones are the unifying model andthe frame memory model.
Dua model yang sudah cukup dikenal secara luas adalah:unifying model memory frame.
Go has a memory model describing how goroutines must use channels or other operations to safely share data.
Go memiliki memori model yang menggambarkan bagaimana goroutines harus menggunakan saluran atau operasi lainnya untuk aman berbagi data.
A description of the atomicity of operations in Go can be found in the Go Memory Model document.
Penjelasan dari operasi atomic dalam Go dapat ditemukan dalam dokumen Model memory Go( Inggris).
The C++0x memory model makes guarantees, whether you're on x86, or ARM, or MIPS, or anything else you can come up with.
Model memori C++ 0 x membuat garansi, apakah Anda menggunakan x86, atau ARM, atau MIPS, atau apa pun yang bisa Anda hasilkan.
No space for a micro SD card,so I'm glad that I decided to use the 128 GB internal memory model.
Tidak ada ruang untuk kartu micro SD,jadi saya senang saya memutuskan untuk menggunakan model memori internal 128 GB.
A gentle introduction to the Java memory model, including an explanation of synchronization, volatile variables, and construction of final fields.
Pengantar umum ke model memori Java, termasuk penjelasan tentang sinkronisasi, variabel volatile, dan konstruksi kolom akhir.
It is instructive to learn the actual definitions of happens-before and synchronizes-with in the Java or C++ Memory Model.
Mempelajari definisi aktual happens-before dan synchronizes-with sangat berguna dalam Memory Model C++ atau Java.
I also get this feeling that the C++11 memory model is somehow related to C++11 multi-threading support, as I often see these two together.
Saya juga merasa bahwa model memori C++ 11 terkait dengan dukungan multi-threading untuk C++ 11, karena saya sering melihat keduanya.
When you are talking about splitting[code] across different cores that's in the standard,we are talking about the memory model.
Ketika Anda berbicara tentang memisahkan[ kode] menjadi inti yang berbeda dalam standar,kami berbicara tentang model memori.
RISC designs arealso more likely to feature a Harvard memory model, where the instruction stream and the data stream are conceptually separated;
Desain RISC juga lebih mungkin untuk fitur memori model Harvard, di mana aliran instruksi dan aliran data secara konseptual yang dipisahkan;
In C++11 memory model, a similar mechanism(the acquire-release consistency model) is used to establish these local causality relations.
Dalam model memori C++ 11, mekanisme yang sama( model konsistensi-rilis- rilis) digunakan untuk membangun hubungan sebab akibat lokal ini.
Note that this predates ARMv8, whichalso supports additional memory ordering instructions and moved to a somewhat stronger memory model.
Perhatikan bahwa ditulis dibuat sebelum ARMv8,yang juga mendukung instruksi pengurutan memori tambahan dan peralihan ke model memori yang lebih kuat.
In C++11 memory model, a similar mechanism(the acquire-release consistency model) is used to establish these local causality relations.
Dalam model memori C++ 11, mekanisme yang serupa( model konsistensi perolehan-rilis) digunakan untuk menetapkan ini hubungan kausalitas lokal.
As I don't know how the internals of multi-threading work, and what memory model means in general, please help me understand these concepts.:-.
Karena saya tidak tahu bagaimana kerja internal multi-threading, dan apa yang dimaksud dengan model memori pada umumnya, tolong bantu saya memahami konsep-konsep ini.:-.
The memory model means that C++ code now has a standardized library to call regardless of who made the compiler and on what platform it's running.
Model memori berarti kode C++ sekarang memiliki perpustakaan standar untuk dipanggil terlepas siapa yang membuat compiler dan pada platform apa itu berjalan.
Like prior versions of Windows,Windows/286 2.1 used the real-mode memory model, but was the first version to support the High Memory Area.
Seperti halnya versi Windows sebelumnya, Windows/ 286 menggunakan model memori modus real, tapi merupakan versi yang pertama yang mendukung High Memory Area( HMA).
The memory model means that C++ code now has a standardized library to call regardless of who made the compiler and on what platform it's running.
Model memori berarti bahwa kode C++ sekarang memiliki pustaka standar untuk pemanggilan, terlepas dari siapa yang membuat kompiler dan di platform mana ia dijalankan.
As with previous versions of Windows,Windows/ 286 using real-mode memory model, but it was the first version to support the High Memory Area(HMA).
Seperti halnya versi Windows sebelumnya, Windows/ 286 menggunakan model memori modus real, tapi merupakan versi yang pertama yang mendukungHigh Memory Area( HMA).
This is now a multiple-year old question, but being very popular,it's worth mentioning a fantastic resource for learning about the C++11 memory model.
Ini sekarang adalah pertanyaan yang sudah berumur beberapa tahun, tetapi menjadi sangat populer,ada baiknya menyebutkan sumber daya yang fantastis untuk belajar tentang model memori C++ 11.
For languages not specifying a memory model, you are writing code for the language and the memory model specified by the processor architecture.
Untuk bahasa yang tidak menentukan model memori, Anda menulis kode untuk bahasa tersebut dan model memori yang ditentukan oleh arsitektur prosesor.
So, if your program has data races(a data race is when it's possible for multiple cores/ hyper-threads to access the same memory concurrently) then your program isnot cross platform because of its dependence on the processor memory model.
Begitu, jika program Anda memiliki ras data( perlombaan data adalah ketika mungkin untuk beberapa core/ hyper-threads untuk mengakses memori yang sama secara bersamaan)maka program Anda tidak cross platform karena ketergantungannya pada model memori prosesor.
I also get this feeling that the C++11 memory model is somehow related to C++11 multi-threading support, as I often see these two together.
Saya juga mendapatkan perasaan ini bahwa model memori C++ 11 entah bagaimana terkait dengan dukungan multi-threading C++ 11, karena saya sering melihat keduanya bersama-sama.
Xiaomi Mi 5 white color, ROM memory model 64Gb, RAM memory 3Gb, with stable global rom, google, italian, power supply with Italian socket only 264€ using our discount code: XTWINT.
Xiaomi Mi 5 warna putih, model memori ROM 64 Gb, 3 Gb memori RAM, dengan ROM global stabil, layanan google, Italia, power supply dengan soket Italia saja 264 menggunakan kode diskon kami: XTWINT.
For instance, C++ has a dichotomy in its memory model(heap versus stack), whereas Java has a dichotomy in its type system(references versus primitive data types).
Sebagai contoh, C++ memiliki dikotomi dalam model memorinya( heap vs stack), sedangkan Java memiliki dikotomi dalam sistem tipenya( referensi( reference) vs tipe data primitif( primitive data type)).
The intuitive(and most restrictive) memory model is sequential consistency(SC) in which a multithreaded execution should look like an interleaving of the sequential executions of each constituent thread, as if the threads were time-multiplexed on a single-core processor.
Model memori intuitif( dan paling ketat) adalah konsistensi berurutan( SC) di mana eksekusi multithread akan terlihat seperti interleaving dari eksekusi berurutan dari setiap thread konstituen, seolah-olah thread itu waktu-multiplexing pada prosesor single-core.
The intuitive(and most restrictive) memory model is sequential consistency(SC) in which a multithreaded execution should look like an interleaving of the sequential executions of each constituent thread, as if the threads were time-multiplexed on a single-core processor.
Model memori intuitif( dan paling restriktif) adalah konsistensi sekuensial( SC), di mana eksekusi multi-ulir akan terlihat seperti pergantian eksekusi berturut-turut dari setiap utas komposit, seolah-olah utas tersebut di-multipleks waktu pada prosesor single-core.
Results: 29, Time: 0.032

Word-for-word translation

Top dictionary queries

English - Indonesian