Subject | English | Korean |
comp., MS | B+ tree | B+ 트리 (A B-tree in which data are stored in the leaves. B+ trees (B plus trees) make it possible to easily search, insert, delete and access data) |
comp., MS | binary tree | 이진 트리 (In programming, a specific type of tree data structure in which each node has at most two sub-trees, one left and one right. Binary trees are often used for sorting information; each node of the binary search tree contains a key, with values less than that key added to one subtree and values greater than that key added to the other) |
comp., MS | canonical command tree | 정식 명령 트리 (A common, programmatic representation of any Entity Framework query composed of one or more expressions) |
math. | classification and regression trees | 분류 회귀 나무 |
comp., MS | console tree | 콘솔 트리 (The left pane in Microsoft Management Console (MMC) that displays the items contained in the console. The items in the console tree and their hierarchical organization determine the capabilities of a console) |
comp., MS | domain tree | 도메인 트리 (In DNS, the inverted hierarchical tree structure that is used to index domain names. Domain trees are similar in purpose and concept to the directory trees used by computer filing systems for disk storage. For example, when numerous files are stored on disk, directories can be used to organize the files into logical collections. When a domain tree has one or more branches, each branch can organize domain names used in the namespace into logical collections) |
comp., MS | execution tree | 실행 트리 (The path of data in the data flow of a SQL Server 2005 Integration Services package from sources through transformations to destinations) |
comp., MS | fault tree analysis diagram | 결함의 체계적 분석 다이어그램 (A type of diagram commonly used to illustrate events that might lead to a failure so the failure can be prevented) |
comp., MS | folder tree | 폴더 트리 (A hierarchy of folders in the Exchange store very similar in structure to the standard file system. A single folder can contain child folders, which, in turn, can contain other child folders) |
comp., MS | hardware tree | 하드웨어 트리 (A record in RAM of the current system configuration based on the information for all devices in the hardware branch of the registry. The hardware tree is created each time the system is started or whenever a dynamic change occurs to the system configuration) |
comp., MS | logical tree | 논리적 트리 (In Windows Presentation Foundation, the tree containing all the elements and content that are directly created by an application and used for a user interface element. For the specified element, the logical tree is not a strict subset of its visual tree, because elements derived from the Visual base class might contain elements that are not derived from the Visual class. For example, the elements might contain a String, a TextElement, or any other common language runtime object) |
math. | minimum spanning tree | 최소생성나무 |
comp., MS | Quick Tag Tree | 빠른 태그 트리 (The hierarchical HTML tag structure of an opened HTML document that appears in a window docked beneath the quick tag selector) |
comp., MS | red/black tree | 빨강/검정 트리 (A binary search tree which uses a one-bit flag on each node to identify the node by color: either red or black. A set of constraints on node color helps form an approximately balanced binary tree) |
comp., MS | reporting tree | 보고 트리 (A visual representation of an organization's structure, showing levels in the corporate hierarchy such as companies, divisions, departments, projects and tasks. One of the three Management Reporter building blocks) |
math. | tree structured statistical methods | 나무 구조 통계 방법 |
comp., MS | tree view | 트리 뷰 (A hierarchical representation of the folders, files, disk drives, and other resources connected to a computer or network) |
comp., MS | tree view control | 트리 뷰 컨트롤 (A standard Windows control that allows a set of hierarchically-related objects to be displayed as an expandable outline) |
comp., MS | visual tree | 시각적 트리 (In Windows Presentation Foundation, the element tree containing all visual elements (elements that derive from the type System.Windows.Media.Visual) used for a piece of the user interface. This tree is the accumulation of all visual elements created directly by the application (whether in code or in markup) and all visual elements created by the template expansion of elements such as controls and data objects) |