A shortened form of a written word, phrase or name used in place of the whole. abbreviation一般指将单词缩写为较短的形式。例如:‘Dr.’ for Doctor, ‘Mr.’ for Mister, ‘gym’ for gymnastics, 'Tim' for Timothy。 acronym A word which is formed from the first lett...
Anabbreviation(fromLatinbrevis"short") is a shortened form of awordorphrase. Usually, but not always, it consists of a letter or group of letters taken from the word or phrase. For example, the word "abbreviation" can itself be represented by the abbreviation "abbr." or "abbrev." Content...
AbbreviationAsWordInName allows skipping either static or final variables but not static final as per https://google.github.io/styleguide/javaguide.html#s5.2.4-constant-names. Currently, there is no way to enforce rule AbbreviationAsWordInName for everything except static final variables. Given:...
(from \o Latin Latin brevis short) is a shortened form of a \o Word word or \o Phrase phrase. Usually, but not always, it consists of a letter or group of letters taken from the word or phrase. For example, the word abbreviation can itself be represented by the abbreviation abbr. ...
booklet Regulatory framework for the use of the name,abbreviationand/or sponsorship of UNESCO outlining the modalities [...] unesdoc.unesco.org unesdoc.unesco.org 总干事的代表介绍了文件 165 EX/37 以及最近编写的阐述教科文组织名称与徽标使用 方式的 《关于使用教科文组织名称、缩写和/或赞助的管理纲要...
name, acronym or official logo of the Party, or any abbreviation of the name of the other Party for advertising, promotion or any other purposes. unesdoc.unesco.org 一方未经另一方的书面授权,不得在广告和宣传中或出于任何其他目的使用或授权任 何第三方使用对方的名称、简称和 正式标识或 对 方 ...
which had the abbreviation of her name. 算盘上有她的名字的缩写。 wenku.baidu.com 7. If you want one of the 676 possible two-letter sequences, forinstance for an acronym or abbreviation, you're out of luck: They're all taken. 如果你取2字母序列组合的676中的一种,作为一种缩写,那你注定...
Abbreviation of the buyers'name. 买主商号简称. 来自期刊摘选 8. Company name is restricted to maximum of 35 English characters; please use abbreviation where necessary. 请填上公司名称(上限为35个英文字母), 如有需要,请填上简称. 来自期刊摘选 9. PGA – Abbreviation for Professional Golfers Associati...
Spatially first, placed at the beginning, in the first position; especially said of the first letter of a word. The first letter of a word or a name. In plural, the first letter of each word of a person’s full name considered as a unit. ...
If you are using VBA for the first time, add the Developer tab to the ribbon. Enter the following code in Module1: Code Syntax: Function AbbreviateString(strC As String) As String Dim Text() As String Dim x As Byte, y As Byte Dim strAbbr As String Text() = Split(strC, " ")...