Nghĩa của từ pseudo code bằng Tiếng Việt

@Chuyên ngành kỹ thuật
@Lĩnh vực: điện tử & viễn thông
-mã giả

Đặt câu có từ "pseudo code"

Dưới đây là những mẫu câu có chứa từ "pseudo code", trong bộ từ điển Từ điển Anh - Việt. Chúng ta có thể tham khảo những mẫu câu này để đặt câu trong tình huống cần đặt câu với từ pseudo code, hoặc tham khảo ngữ cảnh sử dụng từ pseudo code trong bộ từ điển Từ điển Anh - Việt

1. We've provided some pseudo code below.

Chúng tôi cung cấp một số mã pseudo bên dưới.

2. The pseudo-code for this program almost identically matches its Scheme implementation.

3. At various times, Microsoft have said p-code is an abbreviation for either packed code or pseudo code.

4. To illustrate how to use dacscheck, let's revisit the pseudo-code that builds a menu, presented in Listing this time in Perl.

5. Loss.Backward() computes dloss/dx for every parameter x which has requires_grad=True.These are accumulated into x.grad for every parameter x.In pseudo-code: x.grad += dloss/dx optimizer.step updates the value of x using the gradient x.grad.For example, the SGD optimizer performs: x += -lr * x.grad