What is the translation of " THE INITIALIZATION " in Vietnamese?

Noun
khởi tạo
initialization
initialized
initiated
instantiated
initialised
origination
instantiation
originators
initialisation
initiator

Examples of using The initialization in English and their translations into Vietnamese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Error occured during the initialization of VM.
Xảy ra lỗi lầm trong quá trình khởi của VM.
Note: After the initialization, the camera will automatically restart.
Note: Sau khi khởi tạo, máy ảnh sẽ tự động khởi động.
These headers were known as the initialization vectors, IV.
Chuỗi đó được gọi là initialization vector( IV).
During the initialization, the sensor is not able to detect movement.
Trong quá trình khởi tạo, cảm biến không thể phát hiện chuyển động.
Such action is called the initialization of variables.
Việc làm này được gọi là variable initialization.
The initialization code looks for files named config. mk under$(NDK_ROOT)/toolchains/*.
khởi tạo tìm các tệp có tên config. mk dưới$( NDK ROOT)/ toolchains/*.
Verification of the initialization code checksum?
Thẩm tra việc tổng kiểm tra mã khởi tạo?
You could argue thatparameter is not used anymore after the initialization of member.
Bạn có thể tranh luận rằngparameter không được sử dụng nữa sau khi khởi tạo member.
This is called the initialization of the variable.
Việc làm này được gọi là variable initialization.
The initialization method creates the attribute cards and generates the standard set of fifty-two cards.
Phương thức init tạo ra thuộc tính cards và phát sinh một bộ bài tiêu chuẩn gồm 52 lá.
These are called the Initialization Vector(IV).
Chuỗi đó được gọi là initialization vector( IV).
If you synced the iPad with iTunes,simply sync it again once you have finished the initialization process.
Nếu đã đồng bộ hóa iPad với iTunes, chỉcần đồng bộ hóa lại sau khi hoàn tất quá trình khởi tạo.
This is to facilitate the initialization of Twogap platform Beta version in 2018 October.
Điều này là để tạo thuận lợi cho việc khởi tạo phiên bản nền tảng Twogap Beta vào năm 2018 tháng 10.
Daemon parent processes are often the initialization process.
Daemon thường được khởi tạo là process( tiến trình).
Unlike the initialization and condition expressions, the final expression does not end with a semicolon.
Không giống như các biểu thức khởi tạo và điều kiện, biểu thức cuối cùng không kết thúc bằng dấu chấm phẩy.
C++ has constructors, which can replicate the initialization of an object.
C++ có constructors, mà có thể rộng các sở khởi của một đối tượng.
Note how the initialization of b with a does not copy the triangle, but instead transfers the ownership of the triangle from a to b.
Lưu ý cách khởi tạo b với a làm không phải sao chép tam giác, nhưng thay vào đó chuyển quyền sở hữu của tam giác từ a đến b.
This form could be placed on another page orbe replaced by passing the initialization information as variables in a URL.
Form này có thể được đặc trên 1 trang khác hoặcđược thay thế bởi việc truyền thông tin khởi tạo thông qua các biến của URL.
This is important because during the initialization of b and c, we could do whatever we wanted with the source string, and the client couldn't tell a difference!
Điều này là quan trọng bởi vì trong quá trình khởi tạo b và c, chúng tôi có thể làm bất cứ điều gì chúng tôi muốn với chuỗi nguồn và khách hàng không thể nói sự khác biệt!
Each packet transmitted using TKIP has a unique 48-bit serial number that is incremented every time a new packet is transmitted andused both as the Initialization Vector and part of the key.
Mỗi gói truyền sử dụng TKIP sẽ có 48 bit dành cho việc đánh số thứ tự, cái này sẽ tăng lên theo mỗi gói mới được truyền và được sử dụng nhưlà một vector khởi tạo và là một phần của khóa.
Else block- we could call this the initialization code, as it structures the app when it first loads.
Else- ta có thể gọi đây là mã khởi tạo, bởi nó bắt đầu khi trình duyệt vừa được tải xong.
A bean definition can contain a lot of configuration information, including constructor arguments, property values,and container-specific information, such as the initialization method, a static factory method name, and so on.
Trong một định nghĩa bean có thể chứa rất nhiều thông tin cấu hình, bao gồm các đối số constructor, các giátrị thuộc tính và thông tin cụ thể của vùng chứa như phương thức khởi tạo, tên phương thức static factory, v. v.
Alternatively, it is possible to delay the initialization of some objects(such as images) until they are needed, which is called lazy loading.
Ngoài ra, có thể trì hoãn khởi tạo một số đối tượng( như hình ảnh) cho đến khi cần thiết gọi là lazy loading.
Since we have already prepared the configuration file and the necessary folders and security changes in the previous steps,the final installation step of the second MySQL instance is the initialization of the MySQL data directory.
Vì chúng ta đã chuẩn bị file cấu hình và các thư mục cần thiết, các thay đổi bảo mật trong cácbước trước, bước cài đặt cuối cùng của MySQL instance thứ hai là khởi tạo thư mục MySQL data.
It has some utility functions for web development and it executes the initialization code for JSP pages and does authentication checking as well.
Nó có một vài chức năng để phát triển web và chạy mã khởi tạo cho các trang JSP và thực hiện kiểm tra xác thực.
You can also omit the size declaration from the initialization expression of the array, and let the compiler count the number of elements for you-.
Bạn cũng có thể bỏ qua việc khai báo kích thước mảng từ biểu thức khởi tạo mảng, và để trình biên dịch đếm số phần tử của mảng.
Browsers that support SNI will immediately communicate thename of the website the visitor wants to connect to, during the initialization of the secured connection, so that the server knows which certificate to send back.
Các trình duyệt hỗ trợ SNI sẽ ngay lập tứcliên lạc tên của trang web mà khách truy cập muốn kết nối, trong quá trình khởi tạo kết nối bảo mật, để máy chủ biết được chứng chỉ nào cần gửi lại.
As usual when writing a new class,we will start with the initialization and__str__ methods so that we can testthe basic mechanism of creating and displaying the new type.
Như thường lệ, khi viết một lớp mới,ta sẽ bắt đầu bằng các phương thức khởi tạo và str để có thể kiểm tra được cơ chế tạo lập và hiển thị kiểu dữ liệu mới này.
However, adjustments are necessary for the state machines,the protocol datagrams, and the initialization, since controllers with equal rights now communicate with each other, rather than a controller communicating with subordinate field devices.
Tuy nhiên, điều chỉnh là cần thiết cho các máy trạngthái, datagram giao thức và khởi tạo, vì các bộ điều khiển có quyền bình đẳng giờ giao tiếp với nhau, thay vì bộ điều khiển giao tiếp với các thiết bị trường cấp dưới.
If we take a look back on how we first initialized the audio,you can see that we passed the"mp3,ogg" parameter to the initialization function, to indicate that we will provide two audio files format, one as mp3, and one as ogg melonJS will then use the right based on your browser capabilities.
Nếu chúng ta nhìn lại cách chúng ta khởi tạo âm thanh, bạn có thể thấychúng ta chuyển thông số" mp3, ogg" vào hàm khởi tạo initialization function, để chỉ ra chúng ta sẽ cung cấp hai định dạng tập tin âm thanh, một là mp3, và một là ogg và melonJS sau đó sẽ dùng loại phù hợp dựa trên khả năng của trình duyệt.
Results: 312, Time: 0.0291

Word-for-word translation

Top dictionary queries

English - Vietnamese