What is the translation of " PSEUDOCODE " in Vietnamese?

Noun
mã giả
pseudocode
pseudo code
pseudocode

Examples of using Pseudocode in English and their translations into Vietnamese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
It almost looks like pseudocode.
Hầu như nó là pseudocode.
Translate pseudocode into code and debug.
Chuyển mã giả sang code và debug.
Focus on the main purpose of pseudocode.
Tập trung vào mục đích chính của mã giả.
Translate pseudocode into code and debug.
Dịch pseudocode thành code và debug.
The classical definition of wait in pseudocode is.
Định nghĩa cơ bản của wait trong mã giả là.
In pseudocode, the test might be written as.
Trong mã giả, bài kiểm tra có thể được viết là.
Ability to write formal code(not pseudocode).
Khả năng viết mã chính quy( formal code)( not pseudocode) d.
Pseudocode which sets the boolean value to the next positio….
Mã giả đặt giá trị boolean ở vị trí tiếp t….
Note that all functions described on this page are pseudocode only.
Lưu ý rằng tất cả các chức năng đượcmô tả trên trang này chỉ là giả.
Using the pseudocode in Section 13.4, write the method called merge.
Dùng giả mã trong Mục 14.6, hãy viết phương thức có tên merge.
Now the slash slash in the middle,this is at the moment sort of like pseudocode code placeholder.
Bây giờ các dấu gạch chéo dấu gạch chéo ở giữa,đây là tại thời điểm giống như đang giả giữ chỗ.
Each statement in your pseudocode should express just one action for the computer.
Từng câu lệnh trong mã giả của bạn chỉ nên thực hiện một hành động cho máy tính.
Although the syntax varies from language to language,the basic structure(in pseudocode form) looks like this.
Mặc dù cú pháp thay đổi từ ngôn ngữ sang ngôn ngữ, cấu trúc cơ bản(ở dạng mã giả) trông như thế này.
Remember that this is just pseudocode and the actual implementation of generators in Python is more complex.
Hãy nhớ rằng đây chỉ là giả mã và việc triển khai thực tế các trình tạo trong Python phức tạp hơn.
For the programmer convenience, the two forms areevolved to express the algorithm that is Flowchart and Pseudocode.
Để thuận tiện cho lập trình viên, hai biểu mẫu được phát triển để thểhiện thuật toán đó là Flowchart và Pseudocode.
So, in pseudo-pseudocode(i.e., not pseudocode, but not code) the generator's next method is basically as follows.
Vì vậy, trong giả mã giả( tức là, không giả mã, nhưng không mã) của máy phát điện next phương pháp cơ bản như sau.
This viewpoint is in keeping with the RAM model,and it also reflects how the pseudocode would be implemented on most actual computers.
Quan điểm này phù hợp với mô hình RAM,và nó cũng phản ánh cách thực thi mã giả trến hầu hết các máy tính hiện nay.
And this process- writing pseudocode first and then writing methods to make it work- is called top-down development see WEB.
Quá trình này- viết giả mã trước rồi mới viết phương thức thực hiện sau- được gọi là phát triển từ trên xuống xem WEB.
If you are developing a program along with other coders,you may find that pseudocode helps make your intentions clear.
Nếu đang phát triển chương trình cùng với các coder khác,bạn có thể nhận thấy rằng mã giả giúp những ý định của bạn trở nên rõ ràng hơn.
Another example is a pseudocode implementation of addition, showing how to calculate a sum of two integers a and b using bitwise operators and zero-testing.
Một ví dụ nữa là giải của phép cộng, chỉ ra cách để tính tổng của hai số nguyên a và b sử dụng các toán tử thao tác bit và phép thử số 0.
Dedicating a line or two to explaining the purpose of your code will help set up the rest of the document, and it will also save you the task ofexplaining the program's function to each person to whom you show the pseudocode.
Việc dành một hoặc hai dòng để trình bày mục đích của dòng code giúp định hình phần còn lại của văn bản, đồng thời giúp bạn đỡ phải giải thích tínhnăng của chương trình với từng người mà bạn muốn giới thiệu mã giả.
As you develop your pseudocode into actual code, you will need to transcribe it into a programming language- so it can help to structure your outline with this in mind.
Khi phát triển mã giả thành code thật, bạn cần chuyển đổi mã giả sang ngôn ngữ lập trình- thế nên nó có thể giúp bạn định hình bản phác thảo trong đầu.
Textbooks and scientific publications related to computer science andnumerical computation often use pseudocode in description of algorithms, so that all programmers can understand them, even if they do not all know the same programming languages.
Sách giáo khoa và bài báo khoa học liên quan đến khoa học máy tính vàtính toán số thường sử dụng mã giả để mô tả giải thuật, để cho tất cả các lập trình viên đều có thể hiểu chúng, mặc dù tất cả họ không cùng biết một ngôn ngữ lập trình như nhau.
Depending on your pseudocode requirements or the environment in which you're publishing the pseudocode, you may need to capitalize commands that will remain in the actual code.
Tùy thuộc vào yêu cầu mã giả hoặc môi trường mà bạn đang xuất bản mã giả của mình, có thể bạn sẽ cần viết hoa các câu lệnh được giữ lại trong code thật.
A programmer who needs to implement a specific algorithm, especially an unfamiliar one,will often start with a pseudocode description, and then"translate" that description into the target programming language and modify it to interact correctly with the rest of the program.
Một lập trình viên khi cần hiện thực một giải thuật cụ thể nào đó, đặc biệt là một giải thuật mà họ chưa biết,thường bắt đầu bằng một bản mô tả bằng mã giả, rồi sau đó chỉ đơn giản là" dịch" bản mô tả đó thành ngôn ngữ lập trình tương ứng và chính sửa để giao tiếp đúng với toàn bộ phần chương trình.
In numerical computation, pseudocode often consists of mathematical notation, typically from set and matrix theory, mixed with the control structures of a conventional programming language, and perhaps also natural language descriptions.
Trong tính toán số, mã giả thường bao gồm ký hiệu toán học, thường từ lý thuyết tập hợp và ma trận, trộn lẫn với các cấu trúc điều khiển của một ngôn ngữ lập trình quy ước, và có thể cũng có mô tả bằng ngôn ngữ tự nhiên.
There is no set syntax that you absolutely must use for pseudocode, but it is a common professional courtesy to use standard pseudocode structures that other programmers can easily understand.
Không có cú pháp cố định nào màbạn buộc phải sử dụng khi viết mã giả, nhưng thường thì bạn sẽ có tác phong chuyên nghiệp hơn khi dùng các cấu trúc mã giả tiêu chuẩn mà những lập trình viên khác có thể dễ dàng hiểu được.
Results: 27, Time: 0.0382

Top dictionary queries

English - Vietnamese