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

Noun
literal
theo nghĩa đen
nghĩa đen
đen
chữ
đúng nghĩa
theo
văn
조제
literals
theo nghĩa đen
nghĩa đen
đen
chữ
đúng nghĩa
theo
văn
조제

Examples of using Literal in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
String literal là hằng, nó có kiểu const char*.
String literals have a type of const char*.
Những thất bại là cho các giá trị rvalues literal.
The failures are for the rvalues literals.
Literal là phần giá trị của biến trong source code.
Literals are representations of values in source code.
Những giá trịcố định này cũng được gọi là literal.
These fixed values are also called literals.
Một Literal là một mã nguồn biểu diễn một giá trị cố định.
A literal is a source code representation of a fixed value.
Thư viện lõi bao gồm các kiểu dữ liệu, biến và literal,….
The core library includes the data types, variables and literals.
Sử dụng một array literal là cách dễ nhất để tạo ra một mảng JavaScript.
Using an array literal is the simplest way to create a TypeScript Array.
Bạn có thể định nghĩa cácmảng bằng cách sử dụng Array Literal như sau.
You can define arrays using the array literal as follows-.
Vì vậy bạn nên sử dụng String Literal thay vì String Object bất cứ lúc nào có thể.
So you should use String Literal instead of String Object at any possible time.
Tính năng này lấycảm hứng từ dấu phẩy trong các object literal{ x: 1} và mảng[ 10, 20, 30,].
This feature was inspired from the trailing of commas in object literals and Array literals[10, 20, 30,] and{x: 1,}.
Một đối tượng literal là một danh sách tên: cặp giá trị( như tuổi: 50) bên trong dấu ngoặc nhọn{}.
An object literal is a list of name: value pairs(like age: 50) inside curly braces{}.
Ký tự số 0( zero)dẫn đầu trên một numeric literal, hoặc 0o( hoặc 0O) ám chỉ rằng nó nằm trong hệ octal.
A leading 0(zero) on an integer literal, or a leading 0o(or 0O) indicates it is in octal.
Giá trị cho một case phải giống kiểu dữ liệu của biến trong switch vànó phải là hằng số hoặc literal.
The value for a case must be the same data type as the variable in the switch,and it must be a constant or a literal.
Các string literal có cùng một nội dung, chúng sẽ chia sẻ cùng một vị trí lưu trữ trong bể chứa( common pool).
If two string literals have the very same contents, they will share the exact same storage inside the usual pool.
Một mảng trong JavaScript có thể được định nghĩa và khởi tạo theo hai cách,đó là sử dụng array literal và array constructor.
An array in JavaScript can be defined and initialized in two ways,array literal and Array constructor syntax.
Khi bạn đang tạo một object literal từ các biến, ES6 cho phép bạn bỏ qua key nếu nó cùng tên với biến.
When you are creating an object literal from variables, ES6 allows you to omit the key if it is the same as the variable name.
Hằng số có thể là bất kỳ kiểu dữ liệu cơ bản nào như là hằng số integer,hằng số floating hay một string literal.
Constants can be of any of the basic data types like an integer constant, a floating constant,a character constant, or a string literal.
Một interface được dùng để truyền các object literal như một argument vào Kid constructor và để sử dụng được static type.
Interface in order to be able to pass object literals as arguments to the Kid's constructor and have static typing.
Các câu lệnh literal chuỗi, theo một câu lệnh thực đầu tiên( trong một kịch bản hoặc hàm) là các câu lệnh biểu thức đơn giản.
String literals statements, which follow a first real statement(in a script or function) are simple expression statements.
Phương thức này tạo một String mà sẽ làm việc như là một sự thay thế literal trong phương thức appendReplacement của lớp Matcher.
This method produces a String that will work as a literal replacement s in the appendReplacement method of the Matcher class.
Khi bạn khai báo 2 biến String Literal có nội dung giống nhau, chúng sẽ cùng trỏ tới một địa chỉ lưu trữ trên bể chứa.
When you declare two String Literal variables with the same content, they will point to the same address stored on the pool.
Nếu bạn muốn một địa chỉ IPv6 kèm với quy ước tên phổ biến, bạn sẽ phải thay thế dấu hai chấm bằng dấu gạch ngang vàthêm. ipv6. literal.
If you want to include an IPv6 address within a Universal Naming Convention, you must replace the colons with dashes and append.ipv6. literal.
Nó là literal, Một chữ( literal)( còn được gọi là hằng số kiểu chuỗi( literal constant)) là một giá trị cố định đã được chèn trực tiếp vào code.
A literal(also known as a literal constant) is a fixed value that has been inserted directly into the source code.
Nói chung, bạn không cần lo lắng về các đối tượng Number bởi vì trình duyệttự động biến đổi các number literal để minh họa các lớp số.
In general, you do not need to worry about Numberobjects because the browser automatically converts number literals to instances of the number class.
Một array literal là một danh sách của không hoặc nhiều biểu thức, mỗi biểu thức trong đó đại diện cho một phần tử của mảng( array element), được bao bọc trong dấu ngoặc vuông([]).
An array literal is a list of zero or more expressions, each of which represents an array element, enclosed in square brackets([]).
Bộ phân tích ngữ pháp Pythonkhông lọc thụt hàng từ các chuỗi đa dòng( multi- line string literal) trong Python, so nên các công cụ xử lý tài liệu cần phải lọc thụt hàng nếu cần.
The Python parser doesnot strip indentation from multi-line string literals in Python, so tools that process documentation have to strip indentation if desired.
Một object literal là một danh sách của không hoặc nhiều cặp property names và associated values( tên thuộc tính và giá trị được liên kết) của một một object, bao bọc bởi cặp dấu ngoặc nhọn({}).
An object literal is a list of zero or more pairs of property names and associated values of an object, enclosed in curly braces({}).
Các Trigraph được mở rộng bất cứ nơi đâu chúng xuất hiện, bao gồm bên trong String literal và Character literal, trong comment, và trong các preprocessor directive( các directive tiền xử lý).
Trigraphs are expanded anywhere they appear, including within string literals and character literals, in comments, and in preprocessor directives.
Lưu ý literal thập phân có thể bắt đầu bằng số zero( 0) được theo sau là những số thập phân, nhưng nếu mọi chữ số sau số 0 nhỏ hơn 8, thì nó hiểu nhầm như là hệ bát phân.
Decimal literals can start with a zero(0) followed by another decimal digit, but If all digits after the leading 0 are smaller than 8, the number is interpreted as an octal number.
Results: 29, Time: 0.0239
S

Synonyms for Literal

theo nghĩa đen nghĩa đen chữ

Top dictionary queries

Vietnamese - English