What is the translation of " STRINGBUILDER " in Bulgarian?

Examples of using Stringbuilder in English and their translations into Bulgarian

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
StringBuilder: the Right Solution.
StringBuilder- правилното решение.
StringBuffer and StringBuilder classes.
StringBuffer и StringBuilder класове.
Use StringBuilder and for(or foreach) loop.
Използвайте StringBuilder и for(или foreach) цикъл.
Let's measure how long will take the same operation if we use StringBuilder.
Нека измерим колко време ще отнеме същата операция, ако използваме StringBuilder.
Let's create an object of the StringBuilder class with 15 characters long buffer.
Нека създадем обект от класа StringBuilder с буфер от 15 символа.
StringBuilder(int capacity)- constructor with an initial capacity parameter.
StringBuilder(int capacity)- конструктор с параметър начален капацитет.
The most viable solution to the task again is to use StringBuilder.
Най-уместното решение на поставената задача отново е използването на StringBuilder.
We used the class StringBuilder, which serves to efficiently build strings.
Ползвахме и класа StringBuilder, който служи за ефективно построяване на низове.
Creating an object of type string and concatenate capitals one by one to it;using the class StringBuilder.
Създавайки обект от тип string и долепвайки главните букви една по една към него;използвайки класа StringBuilder.
StringBuilder keeps a buffer with a certain capacity(16 characters by default).
StringBuilder поддържа буфер с определен капацитет(по подразбиране 16 символа).
We get the original string, iterate it backwards character by character andadd each character to a variable of type StringBuilder.
Взимаме първоначалния низ, обхождаме го отзад-напред символ по символ идобавяме всеки символ към променлива от тип StringBuilder.
You can store it in StringBuilder and print its contents when you encounter".
Можете да го натрупвате в StringBuilder и да го печатате, когато срещнете"<" или достигнете края на файла.
We get the original string, iterate it backwards character by character andadd each character to a variable of type StringBuilder.
Което ще направим, е да вземем първоначалния низ, да го обходим отзад-напред символ по символ ида добавяме всеки символ към променлива от тип StringBuilder.
The StringBuilder class is an implementation of a string in C, but different than the class String.
Класът StringBuilder представлява реализация на символен низ в C, но различна от тази на класа string.
The question of what data structures to use is not a problem- for word processing we use string and if necessary- StringBuilder.
Въпросът какви структури от данни да ползваме не стои пред нас- за текстообработката ще ползваме string и ако се наложи- StringBuilder. Да помислим за ефективността.
Changes that are required in the variables of type StringBuilder, are carried out in the same area of memory(buffer), which saves time and resources.
Промените, които се налагат в променливите от тип StringBuilder, се извършват в една и съща област от паметта(буфер), което спестява време и ресурси.
The method, in turn, iterates the characters of the variable in reverse order andstores them in a new variable of type StringBuilder, but now back ordered.
Методът, от своя страна, обхожда символите от променливата в обратен ред иги записва в нова променлива от тип StringBuilder, но вече наредени обратно.
When and how to use StringBuilder we will explain in details shortly, but now let's get familiar with the basic operations on strings.
Кога и как се ползва StringBuilder ще обясним в детайли след малко, а сега нека се запознаем с основните операции върху низове. Операции за манипулация на символни низове.
You can scan text from left to right and when the current letter is identical with the previous one, miss it, butotherwise concatenate it in StringBuilder.
Можете да сканирате текста отляво надясно и когато текущата буква съвпада с предходната, да я пропускате, ав противен случай да я долепяте в StringBuilder.
It uses StringBuilder internally and when reading binary data from a file, it converts the received bytes to text before sending the text back as a result from reading.
Той вътрешно използва StringBuilder и когато чете бинарни данни от файла, ги конвертира към текст преди да ги върне като резултат от четенето.
In the chapter"Strings" we will explain in details why the StringBuilder class must be used for join operations on strings performed in a loop.
В главата"Символни низове" ще обясним в детайли защо при операции над символни низове, изпълнени в цикъл, задължително трябва да се използва гореспоменатия клас StringBuilder.
We will traverse the input file line by line and each line we will derive(for now it is not important how we will do it) all the information we need(if any) andsave it into an object of type StringBuilder.
Ще обходим входния файл ред по ред и за всеки ред ще извличаме(засега не ни интересува как) нужната ни информация(ако има) ище я записваме в обект от тип StringBuilder.
If we collect all lines in a buffer(StringBuilder) and then remove double blank lines, this buffer will occupy too much memory for large input files(for example 500 MB input file).
Ако събираме всички редове в някакъв буфер(StringBuilder) и след това премахваме двойните празни редове, този буфер ще заеме много памет при големи входни файлове(примерно при 500 MB входен файл).
Actions performed on a string will always return a new string. string text="Hello World!"; string substr= text. Substring(0, 5); string parts= text. Split(new char{''});The System. StringBuilder class can be used when a mutable"string" is wanted.
Действия, извършени върху променлива от тип string, винаги ще връща нова такава. string text="Hello World!"; string substr= text. Substring(0, 5); string parts= text. Split(new char{''});Класът System. StringBuilder може да се използва, когато се налага променяне на символни низове.
Implement an extension method Substring(int index, int length)for the class StringBuilder that returns a new StringBuilder and has the same functionality as the method Substring(…) of the class String.
Имплементирайте разширяващ метод Substring(int index, int length)за класа StringBuilder, който връща нов StringBuilder и има същата функционалност като метода Substring(…) на класа String.
StringBuilder sb= new StringBuilder(); sb. Append('H'); sb. Append("el"); sb. AppendLine(" lo!"); Interfaces are data structures that contain member definitions with no actual implementation.
StringBuilder sb= new StringBuilder(); sb. Append('H'); sb. Append("el"); sb. AppendLine(" lo!"); Интерфейсът е структура от данни, която съдържа дефиниция на роля(на група абстрактни действия) без действително осъществяване.
The class is built in the form of an array of characters and what we need to know about it is that the information in it can be freely changed.Changes that are required in the variables of type StringBuilder, are carried out in the same area of memory(buffer), which saves time and resources.
Класът е изграден под формата на масив от символи и това, което трябва да знаем за него, е чеинформацията в него не е неизменима- промените, които се налагат в променливите от тип StringBuilder, се извършват в една и съща област от паметта(буфер), което спестява време и ресурси.
We can start with an empty StringBuilder, iterate the letters of the given text character by character, verify that the current character is uppercase and concatenate the character at the end of our StringBuilder.
Можем да започнем с празен StringBuilder, да итерираме по буквите от зададения текст символ по символ, да проверяваме дали текущият символ от итерацията е главна буква и при положителен резултат да долепваме символа в края на нашия StringBuilder.
Results: 28, Time: 0.0261

Top dictionary queries

English - Bulgarian