What is the translation of " A METHOD NAMED " in Vietnamese?

[ə 'meθəd neimd]
[ə 'meθəd neimd]
phương thức có tên
method called
method named
phương thức tên là
method named

Examples of using A method named in English and their translations into Vietnamese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
The Ajax module also has a method named. load().
Module Ajax cũng có một phương thức tên là. load().
Invokes a method named method on an object named objName.
Instance method là method được gọi từ 1 đối tượng.
Every C program has at least one class with a method named Main.
Mỗi chương trình C có ít nhất một lớp với một phương thức là Main.
A constructor is a method named the same name as the class.
Một constructor làmột phương pháp đặc biệt có tên cùng một phương pháp như tên lớp.
In other languages, this is commonly done with a method named fold.
Trong các ngôn ngữ khác,điều này thường được thực hiện với một phương thức có tên fold.
The startup class must contain a method named main, which is where the execution of the program begins.
Lớp khởi động phải chứa một phương thức mang tên main, đó là nơi mà việc thực thi chương trình bắt đầu.
Every C programcontains at least one class which has a method named main.
Mỗi chương trình Ccó ít nhất một lớp với một phương thứctên Main().
For example, if you dene a method named__add__ for the Time class, you can use the+ operator on Time objects.
Chẳng hạn, nếu bạn định nghĩa một phương thức có tên add cho lớp Time, bạn thể dùng toán tử+ với các đối tượng Time.
The compiler will say something like,“Can't find a method named pow in class NewLine.".
Trình biên dịch sẽ nói kiểunhư,“ Không thể tìm thấy phương thức có tên pow trong lớp NewLine.”.
Write a method named gauss that takes x and n as arguments and that returns the sum of the first n terms of the series.
Hãy viết một phương thức có tên gauss nhận vào các đối số x và n rồi trả lại tổng của n số hạng đầu tiên trong chuỗi này.
Let's use the increment() mutation in the two child components by creating a method named changeScore().
Hãy sử dụng mutation increment() trong hai component con bằng một phương thức được gọi là changeScore().
The Math class provides a method named random that returns a double between 0.0 and 1.0(not including 1.0).
Lớp Math cungcấp một phương thức mang tên random để trả lại một số phẩy động giữa 0.0 và 1.0( không bao gồm 1.0).
Then write a method named colorBug that takes a Bug as a parameter, reads its location, and sets the color.
Tiếp theo, hãy viết một phương thức có tên colorBug để nhận tham số là một con bọ, đọc vào tọa độ của nó, rồi đặt màu.
Fortunately, the copy module contains a method named deepcopy that copies not only the object but also the objects it refers to, and the objects they refer to, and so on.
Thật may module copy có một phương thức tên là deepcopy để sao chép không chỉ bản thân đối tượng mà còn cả những đối tượng mà nó chỉ đến, rồi cả những đối tượng mà chúng chỉ đến, và cứ như vậy.
Write a method named checkFermat that takes four integers as parameters-a, b, c and n- and checks to see if Fermat's theorem holds.
Viết một hàm có tên là check fermat nhận vào bốn tham số- a, b, c và n- rồi kiểm tra xem thoả mãn định lý Fermat không.
You should assume that there is a method named raiseToPow that takes two integers as arguments and that raises the first argument to the power of the second.
Bạn cần phải giả sử rằng có một phương thức tên là raiseToPow; phương thức này nhận đối số là hai số nguyên rồi nâng đối số thứ nhất lên lũy thừa số thứ hai.
Write a method named middle that takes a String and returns a substring that contains everything except the first and last characters.
Viết một phương thức có tên middle nhận vào một String rồi trả lại một chuỗi con chứa mọi thứ trừ hai chữ cái đầu và cuối.
In other words, if a type has a method named Process(int i), and you have an extension method with the same signature, the compiler will always bind to the instance method..
Nói cách khác, nếu một kiểu có phương thức tên Process( int i), và bạn có một extension method được khai báo giống hệt, trình dịch của bạn sẽ luôn dùng phương thức có sẵn trong kiểu.
Write a method named first that takes a String and returns the first letter, and one named last that returns the last letter.
Viết một phương thức có tên first nhận vào một String rồi trả lại chữ cái đầu tiên, và một phương thức last để trả lại chữ cái cuối cùng.
Write a method named makeBugs that takes an ActorWorld and an integer n and creates n bugs colored according to their location.
Hãy viết một phương thức có tên makeBugs để nhận vào một ActorWorld và một số nguyên n rồi tạo nên n con bọ màu sắc tùy thuộc theo tọa độ của chúng.
Write a method named testTile that creates a Tile object with the letter Z and the value 10, and then uses printTile to print the state of the object.
Viết một phương thức có tên testTile để tạo nên một đối tượng Tile chữ cái Z và giá trị 10, rồi dùng printTile để in ra trạng thái của đối tượng này.
Write a method named radial that draws a radial set of line segments as shown in Figure B.5(right), but they should be close enough together to create a Moiré pattern.
Hãy viết một phương thức có tên radial để vẽ một loạt các đường thẳng đồng quy như ở hình( phải), nhưng phải đủ sát nhau để tạo nên một dạng mẫu Moiré.
Write a method named isTriangle that it takes three integers as arguments, and that returns either true or false, depending on whether you can or cannot form a triangle from sticks with the given lengths.
Hãy viết một phương thức với tên gọi isTriangle, nhận vào đối số là ba số nguyên, rồi trả lại true hoặc false, tùy theo khả năng xếp thành hình tam giác bằng những que có chiều dài đã cho.
For example, if a method named GetUser is renamed to GetEmployee as part of some code updates, any reference to GetUser throughout the rest of the application will cause an error during compilation, making it easy to identify and fix.
Ví dụ: nếu một phương thức có tên GetUser được đổi tên thành GetEmployee như một phần của một số cập nhật mã, mọi tham chiếu đến GetUser trong suốt phần còn lại của ứng dụng sẽ gây ra lỗi trong quá trình biên dịch, giúp dễ dàng xác định và sửa lỗi.
Notice how we havesubscribed to the MouseUp event of the Grid by writing a method name.
Chú ý cách chúngta đăng ký cho sự kiện MouseUp của Grid bằng cách viết tên phương thức.
Objects in Ruby collaborate by sending themselves messages containing a method name and a list of arguments.
Các đối tượng trong Ruby cộng tác bằng cách tự gửi tin nhắn có chứa tên phương thức và danh sách các đối số.
Instead of binding directly to a method name, we can also use methods in an inline JavaScript statement.
Thay vì bind trực tiếp tên phương thức, ta cũng có thể gọi phương thức trong một câu lệnh JavaScript.
Exercise 6.1 Write a class method named isDivisible that takes two integers, n and m and that returns true if n is divisible by m and false otherwise.
Bài tập 1 Hãy viết một phương thức có tên isDivisible để nhận vào hai số nguyên, n và m rồi trả lại true nếu n chia hết cho m và trả lại false trong trường hợp còn lại.
Or we could write a new method, named threeLine, that prints three new lines.
Hoặc ta cũng thể viết một phương thức mới khác, có tên threeLine, để in ra ba dòng trống.
Results: 29, Time: 0.0333

Word-for-word translation

Top dictionary queries

English - Vietnamese