What is the translation of " LOCAL VARIABLES " in Ukrainian?

['ləʊkl 'veəriəblz]
Noun
['ləʊkl 'veəriəblz]
локальних змінних
local variables

Examples of using Local variables in English and their translations into Ukrainian

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Global and local variables?
Глобальні та локальні змінні?
What is the difference between global and local variables?
Що таке різниця між Глобальні та локальні змінні?
Fetch the data into local variables as needed from the cursor, one row at a time.
Витягнути дані у необхідні локальні змінні з курсору, по одному рядку за раз.
Information: Looking for local variables.
Інформація: Пошук локальних змінних.
Local variables are declared inside a function and can be used only inside that function.
Локальні оголошуються усередині функцій і видно тільки в межах цієї функції.
Transform the method into a separate class so that the local variables become fields of the class.
Перетворіть метод в окремий клас так, щоб локальні змінні стали полями цього класу.
Local variables are specific to a single function and are visible only inside that function.
Локальні оголошуються усередині функцій і видно тільки в межах цієї функції.
Similar to ERB, Haml also can access local variables(declared within same file in Ruby code).
Аналогічно до мови ERB, Haml також може оперувати локальними змінними, що задекларовані в тому ж файлі в Ruby-коді.
Declare the main method and copy the code of the original method to it,replacing the local variables with private fields.
Оголосіть основний метод і скопіюйте в нього код оригінального методу,замінивши локальні змінні приватними полями.
You have a long method in which the local variables are so intertwined that you cannot apply[Extract Method].
У вас є довгий метод, в якому локальні змінні так сильно переплетені, що це робить неможливим застосування«відокремлення методу»(Extract method).
At the same time, it will be unloaded from memory, it will release the RAM,but its current state and local variables will be lost.
При цьому вона буде вивантажена з пам'яті, звільнить оперативку,але її поточний стан і локальні змінні будуть втрачені.
Inline local variables are almost always used as part of Replace Temp with Query or to pave the way for Extract Method.
Вбудовування локальної змінної майже завжди використовують як частину«замінизмінної викликом методу»(Replace temp with Query) або для полегшення відокремлення методу.
In the above component, we have age, fruit, and todos as local variables, and we can update them individually:.
У компоненті вище ми маємо age, fruit і todos у якості локальних змінних і можемо оновлювати кожну з них окремо:.
If local variables and parameters interfere with extracting a method, use Replace Temp with Query, Introduce Parameter Object or Preserve Whole Object.
Якщо локальні змінні і параметри перешкоджають виділенню методу, можна застосувати заміну тимчасової змінної викликом методу, заміну параметрів об'єктом і передачу всього об'єкта.
The first step is to isolate the entire method into a separate class andturn its local variables into fields of the class.
Першим кроком до вирішення проблеми буде виділення всього цього методу в окремий клас іперетворення його локальних змінних на поля.
We also have a special vertex or vertices representing the local variables and references held by the runtime system, and no edges ever go to these nodes, although edges can go from them to other nodes.
Ми також маємо особливі вершини, що представляють локальні змінні і посилання, які утримує рантайм система, ніякі ребра не ведуть до цих вершвн, хоча можуть вести з них до інших вузлів.
For consistency,this usage is also permitted in non-public settings such as local variables, parameter names, and private members.
Для узгодженості це використання також дозволено в непублічних параметрах, таких як локальні змінні, імена параметрів та приватні члени.
In each season of the year will be measured several local variables such as weather: temperature, atmospheric pressure, cloudiness, humidity, wind, the amount of rain and then once each one of these is known can be others which result from them such as: the vapour pressure and the wind chill.
У кожному сезоні року будуть вимірюватися різні локальні змінні часу, такі як: температура, атмосферний тиск, хмара, вологість, вітер, кількість опадів, а потім, як тільки ви дізнаєтеся про кожну з них, ви зможете отримати інші, що випливають з них такі як: тиск пари і теплові відчуття.
If they are declared inside the fragment and not used outside of it, simply leave them unchanged-they will become local variables for the new method.
Якщо вони були оголошені всередині цього фрагменту і не використовуються поза ним, просто залиште їх без змін-вони стануть локальними змінними нового методу.
In the Forth programming language, for example, only the return address and local variables are stored on the call stack(which in that environment is named the return stack);
В мові програмування Forth, наприклад, тільки адреса повернення і локальні змінні зберігаються у стеку викликів(тут він відомй як стек повернення);
Also, in the call stack that is often used to implement procedure calls, each entry is an activation record or call frame,containing the procedure parameters and local variables, the return address, and other internal fields.
Також у стеку викликів це часто використовується для здійснення процедурних запитів, кожний вхід це активація запиту або конструкція запиту,що містить параметри процедури та місцеві перемінні, зворотню адресу та інші внутрішні поля.
Saving and restoring program state for called functions(including general purpose registers and return address)Obtaining local memory on the stack Initializing local variables at the start of a program or function Freeing local memory on the stack on exit from a function Garbage collection Data conversion Backup and/or removal of un-needed files and software Execution of disk maintenance utilities(e.g. ScanDisk, hard drive defragmenters, virus scanners).
Збереження та відновлення стану програми для викликаних функцій(включаючи регістри загального призначення та адресу повернення)Отримання локальної пам'яті в стеку Ініціалізація локальних змінних на початку програми або функції Звільнення локальної пам'яті у стеку при виході з функції Вивіз сміття Перетворення даних Резервне копіювання та/ або видалення непотрібних файлів та програмного забезпечення Виконання утиліт для обслуговування диска(наприклад, ScanDisk, дефрагментатори жорсткого диска, антивірусні сканери).
C: Classes, export variables and methods use PascalCase,private fields use_camelCase, local variables and parameters use camelCase(See C style guide).
C: Класи, експортовані змінні та методи використовують PascalCase,приватні поля використовують _camelCase, локальні змінні та параметри використовують camelCase(Дивіться C style guide).
You can use, for example,variables generated by initiation form parameters and local variables, which hold data associated with the current workflow.
Наприклад, можна використовувати змінні,створені на основі параметрів форми запуску та локальних змінних, що містять дані, пов'язані з поточним робочим циклом.
Static local variable initialization in VS2013(03 Jun 2017).
Ініціалізація статичної локальної змінної у VS2013(03 Jun 2017).
Create a separate private field for each local variable of the method.
Створіть окреме приватне поле для кожної локальної змінної методу.
To the called procedure,a value parameter is just an initialized local variable.
По відношенню до викликаючої процедури параметри-значення є ініціалізованими локальними змінними.
Local Variable.
Локальна змінна.
Results: 29, Time: 0.0297

Word-for-word translation

Top dictionary queries

English - Ukrainian