- string concatenation
- сцепление строк (символов)
Большой англо-русский и русско-английский словарь. 2001.
Большой англо-русский и русско-английский словарь. 2001.
string concatenation — eilučių sąjunga statusas T sritis informatika apibrėžtis Dviejų eilučių sujungimo operacija. Dvi eilutės sujungiamos į vieną. Operacija dažniausiai žymima pliuso ženklu. Pavyzdžiui, pa + šalinti = pašalinti , eilučių + + sąjunga = eilučių sąjunga … Enciklopedinis kompiuterijos žodynas
Concatenation — This article is about the string operation of computer programming. For other uses, see Concatenation (disambiguation). For concatenation of general lists, see append. Programming language comparisons General comparison Basic syntax Basic… … Wikipedia
String (computer science) — In formal languages, which are used in mathematical logic and theoretical computer science, a string is a finite sequence of symbols that are chosen from a set or alphabet. In computer programming, a string is traditionally a sequence of… … Wikipedia
String operations — In computer science, in the area of formal language theory, frequent use is made of a variety of string functions; however, the notation used is different from that used on computer programming, and some commonly used functions in the theoretical … Wikipedia
string cocatenation — eilučių sąjunga statusas T sritis informatika apibrėžtis Dviejų eilučių sujungimo operacija. Dvi eilutės sujungiamos į vieną. Operacija dažniausiai žymima pliuso ženklu. Pavyzdžiui, pa + šalinti = pašalinti , eilučių + + sąjunga = eilučių sąjunga … Enciklopedinis kompiuterijos žodynas
String — (str[i^]ng), n. [OE. string, streng, AS. streng; akin to D. streng, G. strang, Icel. strengr, Sw. str[ a]ng, Dan. str[ae]ng; probably from the adj., E. strong (see {Strong}); or perhaps originally meaning, twisted, and akin to E. strangle.] 1. A… … The Collaborative International Dictionary of English
String band — String String (str[i^]ng), n. [OE. string, streng, AS. streng; akin to D. streng, G. strang, Icel. strengr, Sw. str[ a]ng, Dan. str[ae]ng; probably from the adj., E. strong (see {Strong}); or perhaps originally meaning, twisted, and akin to E.… … The Collaborative International Dictionary of English
String beans — String String (str[i^]ng), n. [OE. string, streng, AS. streng; akin to D. streng, G. strang, Icel. strengr, Sw. str[ a]ng, Dan. str[ae]ng; probably from the adj., E. strong (see {Strong}); or perhaps originally meaning, twisted, and akin to E.… … The Collaborative International Dictionary of English
string line — String String (str[i^]ng), n. [OE. string, streng, AS. streng; akin to D. streng, G. strang, Icel. strengr, Sw. str[ a]ng, Dan. str[ae]ng; probably from the adj., E. strong (see {Strong}); or perhaps originally meaning, twisted, and akin to E.… … The Collaborative International Dictionary of English
Comparison of programming languages (string functions) — String functions redirects here. For string functions in formal language theory, see String operations. Programming language comparisons General comparison Basic syntax Basic instructions Arrays … Wikipedia
String (C++) — In the C++ programming language, the std::string class is a standard representation for a string of text. This class removes many of the problems introduced by C style strings by putting the onus of memory ownership on the string class rather… … Wikipedia