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

Examples of using Enumeration in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Sự khác biệt giữa Iterator và Enumeration là gì?
What is difference between Iterator and Enumeration?
Enumeration nhanh gấp đôi so với Iterator và sử dụng rất ít bộ nhớ.
Enumeration is doubly faster than the Iterator and uses very less memory.
Computed property được cung cấp bởi class, structure và enumeration.
Computed properties are provided by classes, structures, and enumerations.
Các phương thức được khai báo bởi Enumeration được tổng hợp trong bảng sau.
The methods declared by Enumeration are summarized in the following table.
Trả về một Enumeration chứa tên của các thuộc tính có sẵn cho request này.
Returns an Enumeration containing the names of the attributes available to this request.
Property Property gán giá trị với 1 class, structure hoặc enumeration cụ thể.
Properties associate values with a particular class, structure, or enumeration.
Trả về một Enumeration của các đối tượng String chứa tên của Parameter được chứa trong yêu cầu này.
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
Trả về đối tượng kế tiếp trong Enumeration như là một tham chiếu generic Object.
This returns the next object in the enumeration as a generic Object reference.
Properties liên kết các giá trị với một class, structure hay enumeration cụ thể.
Properties associate values with a particular class, structure, or enumeration.
Trong trường hợp này, bạn có thể tạo ra một enumeration chấp nhận ErrorType để mô hình hóa các điều kiện lỗi.
In this case, you can create an enumeration that adopts ErrorType to model the error conditions.
Kĩ thuật SNMP Enumeration là quá trình sử dụng SNMP để liệt kê các tài khoản người dùng trên một hệ thống mục tiêu.
SNMP enumeration is the process of using SNMP to enumerate user accounts on a target system.
Sản phẩm này được thiết kế để kiểm tra Enumeration vi khuẩn, phù hợp với USP, BP và CP.
This product is designed for Microbial Enumeration Tests, conforms to USP, BP and CP.
Trả về một Enumeration của các đối tượng String chứa các tên của tất cả đối tượng được bind tới Session này.
Returns an Enumeration of String objects containing the names of all the objects bound to this session.
Một namespace có thể chứa các kiểu như class, struct,interface, enumeration và delegate và các namespace khác.
A namespace can contain types such as classes, structs,interfaces, enumerations, and delegates, in addition to other namespaces.
Plugin này sẽ ngừng hệ thống user enumeration để người dùng khác hoặc bots tìm thông tin người dùng thông qua author permalink.
It will also stop user enumeration so that other users or bots discover user info via author permalink.
Trong phiên bản đầu tiên của Swift, bạn có thể sử dụng các extension để bổ sung thêm các chức năng mới tới một class,structure hoặc enumeration đang tồn tại.
In the first release of Swift, you can use extensions to add new functionalities to an existing class,structure or enumeration.
Phương thức này trả về một Enumeration chứa thông tin header mà liên kết với HTTP request hiện tại.
This method returns an Enumeration that contains the header information associated with the current HTTP request.
Một Enumeration là một Interface chứa các phương thức để truy cập cấu trúc dữ liệu lớp dưới mà từ đó Enumeration được thu nhận.
An enumeration is an interface containing methods for accessing the underlying data structure from which the enumeration is obtained.
Nó có thể được thực thi ở class, structure hoặc một enumeration nào đó, và nó sẽ được thực hiện cụ thể trong requirement nào đó.
It can be adopted by a class, a structure or an enumeration, that will then have an actual implementation of those requirements.
Interface Enumeration bản thân nó không phải là cấu trúc dữ liệu, nhưng rất quan trọng bên trong ngữ cảnh sử dụng các cấu trúc dữ liệu khác.
The Enumeration The Enumeration interface isn't itself a data structure, but it is very important within the context of other data structures.
Ngoài stored property; class, structure và enumeration còn định nghĩa computed property, thứ không thực sự lưu giá trị.
In addition to stored properties, classes, structures, and enumerations can define computed properties, which do not actually store a value.
Ví dụ, Enumeration định nghĩa phương thức gọi là nextElement được sử dụng để lấy các thành phần tiếp theo trong cấu trúc dữ liệu chứa nhiều thành phần.
For example, Enumeration defines a method called nextElement that is used to get the next element in a data structure that contains multiple elements.
Để tìm các thiết bị, thiết bị chủ quảng bá( broadcasts) một lệnh enumeration, và sau đó là một địa chỉ," lắng nghe" sau mỗi bit của một địa chỉ.
To find the devices, the master broadcasts an enumeration command, and then an address,"listening" after each bit of an address.
Tuy nhiên, Iterator an toàn hơn Enumeration, bởi vì những thread( luồng) khác không thể thay đổi đối tượng collection khi đang duyệt qua bởi Iterator.
However, the Iterator is much safer compared to Enumeration, because other threads are not ableto modify the collection object that is currently traversed by the iterator.
Một package có thể được định nghĩa như một nhóm các kiểu có liên quan đến nhau(lớp, interface, enumeration và annotation) cung cấp việc bảo vệ truy cập và quản lý tên.
A Package can be defined as a grouping of related types(classes,interfaces, enumerations, and annotations) providing access protection and namespace management.
IEEE Std 1722.1-2013 là tiêu chuẩn cho phép AVB Discovery, Enumeration, Connection management and Control( AVDECC) của các thiết bị sử dụng IEEE Std 1722- 2011.
IEEE Std 1722.1-2013is a standard which allows AVB Discovery, Enumeration, Connection management and Control(AVDECC) of devices using IEEE Std 1722-2011.
Cái tên cũng thể hiện sẵn rồi, và nóichung thì đặc tính này cho phép property có xuất hiện hay không trong những object- property enumeration nhất định, ví dụ như vòng lặp for… in.
The name probably makes it obvious, butthis characteristic controls if a property will show up in certain object-property enumerations, such as the for… in loop.
Thuật ngữ có liên quan" định lượng"( enumeration) đề cập đến việc xác định duy nhất các phần tử của một tập hợp hữu hạn( tổ hợp) hoặc tập hợp vô hạn bằng cách gán một số cho mỗi phần tử.
The related term enumeration refers to uniquely identifying the elements of a finite(combinatorial) set or infinite set by assigning a number to each element.
C++ cũng cho phép định nghĩa nhiều loại biến khác nhau, chúng ta sẽ đềcập đến trong các chương tiếp theo như Enumeration, Pointer, Array, Reference, Data structures, and Classes.
C++ also allows to define various other types of variables,which we will cover in subsequent chapters like Enumeration, Pointer, Array, Reference, Data structures, and Classes.
Results: 29, Time: 0.0248
S

Synonyms for Enumeration

Top dictionary queries

Vietnamese - English