Subject | English | Chinese Taiwan |
comp., MS | Abstract Syntax Notation One The ISO standard notation for independent specification of data types and structures for syntax conversion | 抽象語法標記法 (一) |
comp., MS | binary notation | 二進位標記 (Representation of numbers using the binary digits, 0 and 1) |
comp., MS | notation declaration | 標記法宣告 (Declaration that tells the parser how to deal with a specific binary file type, as well as provides a name and an external identifier for a notation. The notation declaration gives an internal name to an existing notation so that it can be referred to in attribute list declarations, unparsed entity declarations, and processing instructions. The external identifier is used for the notation, which can allow an XML parser or its client application to locate a helper application capable of processing data in the given notation) |
comp., MS | O notation | O 標記法 (An indication of the relative performance of an algorithm. An algorithm or the method that implements it is said to be O if its execution is a constant, O(log n) if its execution is proportional to the natural log of n, or O(n) if its execution is proportional to n. O notation is frequently used as a way to compare the relative performance of operations on collections, in which case n is usually the number of elements in the collection) |
comp., MS | scientific notation | 科學記號標記法 (A way of expressing a given number as a number between 1 and 10 multiplied by 10 to the appropriate power) |