Expression Tree

Định nghĩa Expression Tree là gì?

Expression TreeBiểu Tree. Đây là nghĩa tiếng Việt của thuật ngữ Expression Tree - một thuật ngữ thuộc nhóm Technology Terms - Công nghệ thông tin.

Độ phổ biến(Factor rating): 5/10

Một cây biểu thức là một đại diện của biểu thức sắp xếp theo một cây giống như cấu trúc dữ liệu. Nói cách khác, nó là một loại cây có lá như toán hạng của biểu thức và các nút chứa các nhà khai thác. Tương tự như cấu trúc dữ liệu khác, tương tác dữ liệu cũng có thể trong một cây biểu thức. cây biểu hiện chủ yếu được sử dụng để phân tích, đánh giá và sửa đổi biểu thức, biểu thức đặc biệt phức tạp.

Xem thêm: Thuật ngữ công nghệ A-Z

Giải thích ý nghĩa

Cây biểu hiện là một trong những kỹ thuật tốt nhất để đại diện cho mã ngôn ngữ cấp theo hình thức dữ liệu, được lưu trữ trong một cấu trúc hình cây. Một cây biểu hiện được coi là một đại diện trong bộ nhớ của một biểu thức lambda. Cây làm cho cấu trúc chứa các biểu thức lambda rõ ràng và minh bạch hơn. Cây biểu thức đã được tạo ra để chuyển đổi mã vào chuỗi đó là khả năng được thông qua vào quá trình khác như đầu vào. Nó chứa các yếu tố thực tế liên quan đến việc truy vấn, và không phải là kết quả thực tế của các truy vấn.

What is the Expression Tree? - Definition

An expression tree is a representation of expressions arranged in a tree-like data structure. In other words, it is a tree with leaves as operands of the expression and nodes contain the operators. Similar to other data structures, data interaction is also possible in an expression tree. Expression trees are mainly used for analyzing, evaluating and modifying expressions, especially complex expressions.

Understanding the Expression Tree

Expression trees are one of the best techniques to represent language-level code in the form of data, which is stored in a tree-shaped structure. An expression tree is considered an in-memory representation of a lambda expression. The tree makes the structure containing the lambda expression more explicit and transparent. The expression tree was created for converting code into string that is capable of being passed on to other processes as inputs. It holds the actual elements involved in the query, and not the actual result of the query.

Thuật ngữ liên quan

  • Expression
  • Lambda Expression
  • Binary Tree
  • Reverse Polish Notation (RPN)
  • Commit
  • Access Modifiers
  • Acyclic
  • Appending Virus
  • Armored Virus
  • Binder

Source: ? Technology Dictionary - Filegi - Techtopedia - Techterm

Trả lời

Email của bạn sẽ không được hiển thị công khai. Các trường bắt buộc được đánh dấu *