Chuyển bộ gõ


Từ điển Máy Tính - Foldoc Dictionary
plus




plus

(character)   "+", ASCII character 43, 0x2B. The mathematical symbol for the addition operator, also used with the same meaning in arithmetic expressions in nearly all programming languages.

Common names: ITU-T: plus; add. Rare: cross; INTERCAL: intersection.

In programming, the operator is sometimes overloaded to perform other tasks like concatenating strings. In the C language and its many imitators, the symbol is doubled, as in "x++" or "++x" to give an increment operator that adds one to its operand ("x" in this case) and also returns x's previous or resulting value respectively.

In a regular expression, "+" means match one or more instances of the previous pattern. Thus /b(an)+a/ would match any of "bana", "banana", "bananana", etc. (see banana problem).

Last updated: 2010-03-20



▼ Từ liên quan / Related words
Related search result for "plus"

Giới thiệu VNDIC.net | Plugin từ diển cho Firefox | Từ điển cho Toolbar IE | Tra cứu nhanh cho IE | Vndic bookmarklet | Học từ vựng | Vndic trên web của bạn

© Copyright 2006-2024 VNDIC.NET & VDICT.CO all rights reserved.