Subject | English | Chinese simplified |
comp., MS | Currency (An 8-byte, fixed-point data type that is useful for calculations involving money or for fixed-point calculations in which accuracy is extremely important. The Currency data type is used to store numbers with up to 15 digits to the left of the decimal point and 4 digits to the right. The type-declaration character in Microsoft© Visual Basic© is an at sign ( | 货币 |
comp., MS | Declarations section | 声明部分 (The section of a module containing declarations that apply to every procedure in the module. It can include declarations for variables, constants, user-defined data types, and external procedures in a dynamic-link library) |
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 | tender declaration | 钱币清点 (A count of the coins and bills at the POS; for example, as part of the end of day or end of shift procedure) |
comp., MS | type declaration | 类型声明 (A declaration in a program that specifies the characteristics of a new data type, usually by combining more primitive existing data types) |