Subject | English | Korean |
comp., MS | B-tree | B-트리 (A tree structure for storing database indexes) |
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 | call tree | 호출 트리 (All modules that might be called by any procedure in the module in which code is currently running) |
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 | decision tree | 의사 결정 트리 (A treelike model of data produced by certain data mining methods. Decision trees can be used for prediction) |
comp., MS | Decomposition Tree | 분해 트리 (A data visualization tool that helps users analyze complex information using a hierarchical scheme) |
comp., MS | dependency tree | 종속 트리 (A diagram for visualizing the dependency relationships between resources) |
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 | expression tree | 식 트리 (A tree-form data representation of the structure of language-level code expressions) |
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 | hierarchy tree | 계층 트리 (A structure in which elements are related to each other hierarchically) |
comp., MS | Huffman tree | Huffman 트리 (A binary tree that minimizes the product of a leaf's weight and its distance from the root, for all leaves) |
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 | multiple-tree forest topology | 다중 트리 포리스트 토폴로지 (A network topology in which multiple Active Directory trees exist in a single forest) |
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 | regression tree | 회귀 트리 (A diagram that depicts a decision tree mining model that has been created to analyze continuous numeric data) |
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) |
comp., MS | request tree | 요청 트리 (The tree of nodes that contains HTTP requests) |
comp., MS | subject tree | 주제별 트리 (The hierarchical list of categories used to correlate and organize information) |
comp., MS | Tag Inspector Tree | 태그 검사기 트리 (An item on the View menu that refers to the hierarchical HTML tag structure of an opened HTML document) |
comp., MS | tag tree | 태그 트리 (The hierarchical HTML tag structure of an opened HTML document that appears in a task pane window) |
comp., MS | tree diagram | 트리 다이어그램 (A type of block diagram with tree shapes to represent hierarchies, such as family trees or tournament plans) |
math. | tree-pruning | 가지치기 |
math. | tree regression | 나무회귀 |
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) |
comp., MS | XML tree | XML 트리 (A hierarchical structure of XML elements) |