What is the translation of " HEAP " in English? S

Examples of using Heap in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Vẫn là một heap.
It's still a heap.
Cảm ơn heap Sang, nó đánh giá cao".
Thanks heaps Sang, its much appreciated”.
Nó có thể được lưu trên heap.
Capital can throw them on a heap.
Do đó có 2 loại là heap max và heap min.
There are 2 type of heaps: max-heap and min-heap.
Các lớp thì được tạo ra trên heap, trong.
The bodies were interred in heaps, in.
People also translate
Thường thì chỉ có 1 heap cho 1 application.
There is usually just one reviewer per application.
Kích thước bộ nhớ Stack làrất ít so với bộ nhớ Heap.
Stack memory size is very less compared to Heap memory.
Do đó có 2 loại là heap max và heap min.
There are two types of heaps: the max and min heap.
Một bảng mà không có Clustered Index được gọi là 1 Heap table.
A table without a clustered index is called a heap table.
Dựa trên tiêu chí này, một Heap có thể là một trong hai kiểu sau.
Based on this criteria, a heap can be of two types-.
Trong C, heap được quản lý bởi thư viện hàm ANSI malloc(), free() và realloc().
In C, the heap is managed by the ANSI library functions malloc(), free(), and realloc().
Giả sử a1, b1,c1và d1 trỏ đến bộ nhớ heap và mã số của tôi có vòng lặp cốt lõi sau đây.
Suppose a1, b1, c1, and d1 point to heap memory and code has the following loop.
Tương tác phổ biến nhất với JVM đang chạy làkiểm tra mức sử dụng bộ nhớ trong heap và stack.
The most common interaction with a runningJVM is to check the memory usage in theheap and stack.
A heap of trash-( một đống rác) A heap, một đống là một nhóm những thứ đặt chồng lên nhau.
A heap of trash- A heap is a group of things placed one on another, or a pile.
Do đơn giản trong việc cấp phát bộ nhớ( LIFO), bộ nhớ Stack rấtnhanh khi so với bộ nhớ Heap.
Because of simplicity in memory allocation(LIFO),stack memory is very fast when compared to heap memory.
Cuối cùng, thuật toán Heap sử dụng một hàng đợi ưu tiên mà làm giảm thời gian tìm kiếm trong dữ liệu.
The last one is the heap sort which uses priority queue that decreases time in the data.
Hãy bắt đầu với một lớp chuỗi rấtđơn giản mà chỉ giữ một con trỏ tới một khối được cấp phát bộ nhớ heap.
Let's start with a very simplestring class which only holds a pointer to a heap-allocated block of memory.
Hàm free()lấy con trỏ trỏ tới khối nhớ heap và trả nó lại vùng free để sau này tái sử dụng" re- use".
The free() functiontakes a pointer to a heap block and returns it to the free pool for later re-use.
Bộ nhớ heap được cấp phát động bởi các ứng dụng tại thời gian chạy và thường chứa dữ liệu của chương trình.
Memory on the heap is dynamically allocated by the application at run-time and typically contains program data.
Hàm free() lấy con trỏ trỏ tới khối nhớ heap và trả nó lại vùng free để sau này tái sử dụng" re- use".
The free() function takes a pointer to a heap block and returns it to the free pool for later reuse.
Lỗ hổng của Microsoft JPEG GDI+là một ví dụ gần đây về sự nguy hiểm mà một lỗi tràn heap có thể dẫn đến.[ 3].
Microsoft's GDI+ vulnerability inhandling JPEGs is an example of the danger a heap overflow can present.[4].
Khi heap cạn kiệt, toán tử new sẽ phát sinh ngoại lệ OutOfMemoryException và đối tượng sẽ không được tạo.
If heap memory is exhausted, the new operator will throw an OutOfMemoryException exception and the object will not be created.
Bất cứ khi nào một object đượctạo, nó luôn được lưu trữ trong Heap Space và bộ nhớ Stack chỉ chứa tham chiếu đến nó.
Whenever an object is created,it's always stored in the Heap space and stack memory contains the reference to it.
Nếu heap là quá nhỏ cho một phân bổ kích thước thường có thể được tăng lên bằng cách mua thêm bộ nhớ từ hệ điều hành cơ bản.
If the heap is too small for an allocation the size can often be increased by acquiring more memory from the underlying operating system.
Trình thu gom rác chạy bất cứ khi nào yêu cầu phân bổ heap không thể được thực hiện bằng bộ nhớ trống từ heap.
The garbage collector runs whenever a heap allocation is requested that cannot be fulfilled using free memory from the heap..
Khi ứng dụng của bạn không còn sử dụng một số đối tượng, garbagecollectorsẽ giải phóng bộ nhớ không sử dụng trở lại heap.
When the system determines that your app is no longer using some objects,the garbage collector releases the unused memory back to the heap.
Chuỗi khai thác bao gồm một tràn số nguyên trong trình duyệt và một tràn heap cho phép họ thoát khỏi sandbox của nó.
The exploit chain included an integer overflow in the browser and a heap overflow that allowed them to escape its sandbox.
Lỗ hổng là mộtvấn đề tràn bộ nhớ heap được kích hoạt khi người dùng nhận được một gói RTP bị biến dạng đặc biệt bằng một yêu cầu gọi video, dẫn đến lỗi làm hư hỏng và crashing ứng dụng di động WhatsApp.
The vulnerability is a memory heap overflow issue which is triggered when a user receives a specially crafted malformed RTP packet via a video call request, which results in the corruption error and crashing the WhatsApp mobile app.
Nếu bạn tạo ra 1000 Thread như vậy,chúng sẽ tạo ra áp lực lớn lên heap dẫn tới việc hệ thống bị tắt bởi vì thiếu hụt bộ nhớ.
If you start spinning thousands of threads,they will put tremendous pressure on the heap and will cause a shut down due to loss of memory.
New, malloc và một số hàm khác tương tự như malloc phân bổ trên heap và trả về địa chỉ của bộ nhớ đã được cấp phát.
New, malloc, and some other functions similar to malloc allocate on the heap and return the address of the memory that was allocated.
Results: 504, Time: 0.025
S

Synonyms for Heap

Top dictionary queries

Vietnamese - English