HÀM CÓ TÊN Tiếng anh là gì - trong Tiếng anh Dịch

function named
tên hàm
tên chức năng
a function called
gọi hàm
chức năng gọi

Ví dụ về việc sử dụng Hàm có tên trong Tiếng việt và bản dịch của chúng sang Tiếng anh

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Trong ví dụ dưới đây, chúng ta tạo ra một hàm có tên là“ writeMsg()”.
In the example below, we create a function named"writeMsg()".
Bổ sung một hàm có tên rate func nhận vào t và y rồi tính g( t, y).
Add a function called rate_func that takes t and y and computes g(t, y).
Quá trình này được gọi là nội suy tuyến tính,và MATLAB cung cấp một hàm có tên interp1 để đảm nhiệm việc này.
This process is called linear interpolation,and MATLAB provides a function named interp1 that does it.
Hãy viết một hàm có tên PearsonSkewness để tính gp cho những phân bố này.
Write a function named PearsonSkewness that computes gp for these distributions.
Cách dễ nhất để tạo mới một process đó là spawn,hàm này sẽ nhận vào một hàm anonymous hoặc là một hàm có tên.
The easiest way to create a new processis spawn which takes either an anonymous or named function.
Hãy viết một hàm có tên CoefDetermination nhận vào các ɛi và Y rồi trả lại R2.
Write a function named CoefDetermination that takes the εi and Y and returns R2.
Nếu tải về WEB bạn sẽ thấy một hàm có tên binom để tính hệ số nhị thức khá hiệu quả.
If you download WEB you will see a function named Binom that computes the binomial coefficient with reasonable efficiency.
Hãy viết một hàm có tên mix func để tính nhiệt độ nhiệt độ cuối cùng của hỗn hợp hai chất lỏng.
Write a function called mix_func that computes the final temperature of a mixture of two liquids.
Parse lệnh REST theo chức năng của nó( digital, analog,…)và truyền thông tin vào hàm có tên phù hợp.
Parse the REST commands by their functionality(digital, analog, and mode)and pass the information to the appropriately named function.
Chẳng hạn, để tạo ra một hàm có tên myfunc, hãy tạo ra tập tin M là myfunc.
For example, to create a function named myfunc, create an M-file named myfunc.
Hãy viết một hàm có tên gcd nhận vào hai tham số a và b, sau đó trả lại ước số chung lớn nhất của chúng.
Write a function called gcd that takes parameters a and b and returns their greatest common divisor.
Tạo ra tập tin M có tên coffee và viết một hàm có tên coffee nhận vào hai biến và không trả lại giá trị đầu ra.
Create an M-file named coffee and write a function called coffee that takes no input variables and returns no output value.
Hãy viết một hàm có tên MakePmfFromCdf nhận vào một đối tượng Cdf, rồi trả về đối tượng Pmf tương ứng.
Exercise 15 Write a function called MakePmfFromCdf that takes a Cdf object and returns the corresponding Pmf object.
Ví dụ, nếu bạn tạo một hàm có tên là chiết khấu trong sổ làm việc có tên là Personal.
For example, if you create a function called DISCOUNT in a workbook called Personal.
Viết một hàm có tên là is triangle nhận vào ba tham số là các số nguyên, sau đó in ra“ Yes” hoặc“ No”, tuỳ theo bạn thể hay không thể tạo thành hình tam giác từ ba thanh với các độ dài đó.
Write a function named is_triangle that takes three integers as arguments, and that prints either“Yes” or“No,” depending on whether you can or cannot form a triangle from sticks with the given lengths.
Khai báo nguyên mẫu cho hàm có tên rec() được sử dụng để tính toán giá trị giai thừa.
Declare prototype for the function named rec() used to calculate factorial value.
Hãy viết một hàm có tên weibullvariate nhận vào lam và k rồi trả lại một giá trị ngẫu nhiên từ phân bố Weibull với các tham số đó.
Exercise 14 Write a function named weibullvariate that takes lam and k and returns a random value from the Weibull distribution with those parameters.
Trong ví dụ trên, một hàm có tên displayDate sẽ được thực thi khi nút được nhấp.
In the example above, a function named displayDate will be executed when the button is clicked.
Hãy viết một hàm có tên UnbiasPmf để nhận vào PMF của các giá trị quan sát được và trả lại một đối tượng Pmf mới để ước tính phân bố của số sinh viên mỗi lớp.
Write a function called UnbiasPmf that takes the PMF of the observed values and returns a new Pmf object that estimates the distribution of class sizes.
Ngoài ra, mặc dù các hàm có tên giống nhau, hành vi thể hơi khác một chút.
Also, although the functions have identical names, the behavior may be slightly different.
Hãy viết một hàm có tên là avoids, trong đó nhận vào một từ và một chuỗi các chữ cái bị cấm dùng, sau đó trả lại True nếu từ đó không chứa bất kì chữ cái nào trong danh sách bị cấm.
Write a function named avoids that takes a word and a string of forbidden letters, and that returns True if the word doesn't use any of the forbidden letters.
Hãy viết một hàm có tên square nhận một tham biến tên t, vốn là một con rùa.
Write a function called square that takes a parameter named t, which is a turtle.
Hãy viết một hàm có tên là bisect nhận vào một danh sách đã được sắp xếp và giá trị cần tìm, sau đó trả lại chỉ số của giá trị trong danh sách nếu có, hoặc là None nếu không.
Write a function called bisect that takes a sorted list and a target value and returns the index of the value in the list, if its there, or None if its not.
Hãy viết một hàm có tên move rectangle nhận vào một Rectangle và hai số tên là dx và dy.
As an exercise, write a function named moveRect that takes a Rectangle and two parameters named dx and dy.
Hãy viết một hàm có tên bisection nhận vào một danh sách đã sắp xếp cùng một gía trị mục tiêu, rồi trả lại chỉ số của gía trị này trong danh sách, nếu có, hoặc None nếu không.
Write a function called bisect that takes a sorted list and a target value and returns the index of the value in the list, if it's there, or None if it's not.
Hãy viết một hàm có tên move rectangle nhận vào một Rectangle và hai số tên là dx và dy.
Exercise 15.2 Write a function named move_rectangle that takes a Rectangle and two numbers named dx and dy.
Hãy viết một hàm có tên Sample để phát sinh ra 6 mẫu từ một phân bố chuẩn với μ= 0 và σ= 1.
Exercise 9 Write a function called Sample that generates 6 samples from a normal distribution with µ= 0 and σ= 1.
Hãy“ gói” vòng lặp này vào trong một hàm có tên square root nhận a làm tham số, chọn một giá trị hợp lý của x, và sau đó trả lại ước lượng xấp xỉ căn bậc hai của a.
Encapsulate this loop in a function called square_root that takes a as a parameter, chooses a reasonable value of x, and returns an estimate of the square root of a.
Bước đầu tiên là viết một hàm có tên là lorenz nhận t và V làm các biến đầu vào, trong đó các thành phần của V được hiểu là các giá trị hiện thời của x, y và z.
The first step is to write a function named lorenz that takes t and V as input variables, where the components of V are understood to be the current values of x, y and z.
Kết quả: 29, Thời gian: 0.0298

Từng chữ dịch

Truy vấn từ điển hàng đầu

Tiếng việt - Tiếng anh