Subject | English | Czech |
comp., MS | binary notation | binární notace (Representation of numbers using the binary digits, 0 and 1) |
comp., MS | Business Process Modeling Notation A standard notation for process management developed by the Business Process Management Initiative | BPMN (Business Process Modeling Notation) |
comp., MS | notation declaration | notační deklarace (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-notace (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) |