Що таке СТРУКТУРУ ДАНИХ Англійською - Англійська переклад

Приклади вживання Структуру даних Українська мовою та їх переклад на Англійською

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Структуру даних думки.
The data structure of thought.
Реалізуйте структуру даних"стек".
Design and implement the data structure"stack".
Натомість вони обробляють структуру даних думки.
Instead they're processing the data structure of thought.
Відповідь полягає у тому, що мережа Кохонена вчиться розуміти саму структуру даних.
The answer is that the SOFM network attempts to learn the structure of the data.
LinkStation і TeraStation мають однакову структуру даних:.
LinkStation and TeraStation have equal data layout:.
Люди також перекладають
Повертає непрозору структуру даних children як плоский масив з ключами, призначеними для кожного потомка.
Returns the children opaque data structure as a flat array with keys assigned to each child.
Проте, пошук динамічною інтерполяцією можливий в час o(log log n),використовуючи нову структуру даних.
However, Dynamic Interpolation Search is possible in o(log log n)time using a novel data structure.
Наприклад, якщо необхідно створити структуру даних, що відповідає розміру регістра в будь-якому пристрої.
For example, if you want to create a data structure, size corresponding register in any device.
Структуру даних можна визначити як інтерпретацію логічного зв'язку, що існує між окремими елементами даних..
The data structure can be defined as the interpretation of logical relationship existing between the solitary elements of data..
Для вирішення цього питання ми покращили структуру даних, які відправляються по API з серверної частини додатка.
To solve this issue, we improved the structure of data sent via API from the server part of the app.
Деякі мови не пропонують структуру даних список, але пропонують використання асоціативних масивів або деяку таблицю, щоб емулювати списки.
Some languages do not offer a list data structure, but offer the use of associative arrays or some kind of table to emulate lists.
З погляду логіки управління та розміщення даних на носіях розрізняють логічну тафізичну структуру даних.
From the point of view of logic of management and placement of data on carriers distinguish logical andphysical structure of data.
MemSQL поєднує незаблоковану структуру даних і JIT(Точно вчасно) компілятор, щоб обробляти дуже енергозалежні навантаження.
MemSQL combines lock-free data structures and a just-in-time compilation(JIT) to process highly volatile workloads.
З точки зору логіки управління та розміщення даних на носіях розрізняють логічну тафізичну структуру даних.
From the point of view of logic of management and placement of data on carriers distinguish logical andphysical structure of data.
Орієнтований на структуру даних в формі списку і дозволяє організовувати ефективну обробку великих обсягів текстової інформації.
This language is focused on the data structure in the form of a list and allows you to organize the effective processing of large amounts of text information.
Для ефективного вирішення цієї проблеми корисно створити структуру даних, яка, розрахована на масові запити і швидко визначає, яка область містить точку запиту.
To solve this problem efficiently, it is useful to build a data structure that, given a query point, quickly determines which region contains the query point.
Окрім інфраструктурної частини, містить багато класів,що реалізовують представлення,бізнес-логіку та логічну структуру даних розвиненого прикладного функціоналу.
Besides the infrastructure part, it also includes a lot of classes, which implement the representation,business logic and logical data structure of the developed functionality.
Тоді ми повинні каскад змінити назад через структуру даних: всі вузли, які вказали на старий вузол, повинні бути змінені, щоб вказувати на новий вузол.
These changes must then be cascaded back through the data structure: all nodes that pointed to the old node must be modified to point to the new node instead.
В принципі, це може бути наближено шляхом підбору положення точок на фіксованих інтервалах часу,і подальшого видалення і вставлення кожної точки в«статичну»(традиційну) структуру даних.
In principle, this can be approximated by sampling the position of the points at fixed intervals of time,and deleting and re-inserting each point into a"static"(traditional) data structure.
Список доступу являє собою структуру даних(зазвичай таблицю), що містить записи, які визначають права індивідуального користувача або групи на спеціальні системні об'єкти, такі як програми, процеси або файли.
A filesystem access control list is a data structure containing entries that specify individual user or group rights to specific system objects such as programs, processes, or files.
В мене є підозра, що якби ми це зробили, ми б зрозуміли, що такі алгоритми як пошук, як вибірка, всі ці речі значно простіші і ефективніші,тому що вони не обробляють структуру даних мови.
I have a suspicion that if we did this, we would find that algorithms like searching, like retrieval, all of these things, are much simpler and also more effective,because they don't process the data structure of speech.
Список доступу являє собою структуру даних(зазвичай таблицю), що містить записи, які визначають права індивідуального користувача або групи на спеціальні системні об'єкти, такі як програми, процеси або файли.
A filesystem ACL is a data structure(usually a table) containing entries that specify individual user or group rights to specific system objects such as programs, processes, or files.
Назва read-eval-print loop походить від імен примітивів мови Lisp, що реалізують таку функціональність:Функція read читає один вираз і перетворює його в відповідну структуру даних у пам'яті.
The name read- eval- print loop comes from the names of the Lisp primitive functions which implement thisfunctionality: The read function accepts an expression from the user, and parses it into a data structure in memory.
Найбільшою перевагою цієї платформи є те, що вона використовує те ж джерело й ту ж структуру даних, що й інші застосунки Dynamics 365, що знижує витрати на впровадження, оскільки немає потреби в інтеграції даних..
The biggest benefit of this platform is that it uses the same data source and data structure as other Dynamics 365 applications, which decreases the costs of implementation as no data integration is needed.
Причина передачі по посиланню зазвичай полягає в тому, що технічно мова не надає конкретне значення для складних даних,а замість цього надає структуру даних, хоча в коді вони виглядають схожими на єдине значення.
The reason for passing a reference is often that the language technically does not provide a value representation of complicated data,but instead represents them as a data structure while preserving some semblance of value appearance in the source code.
Синтаксичний аналізатор- це програмний компонент, який приймає вхідні дані(часто текст)і створює структуру даних- часто дерево розбору, абстрактне дерево синтаксису або іншу ієрархічну структуру- забезпечує структурне представлення вводу, перевіряє правильність синтаксису в процесі.
A parser is a software component that takes input data(frequently text)and builds a data structure- often some kind of parse tree, abstract syntax tree or other hierarchical structure, giving a structural representation of the input while checking for correct syntax.
Синтаксичний аналізатор- це програмний компонент, який приймає вхідні дані(часто текст)і створює структуру даних- часто дерево розбору, абстрактне дерево синтаксису або іншу ієрархічну структуру- забезпечує структурне представлення вводу, перевіряє правильність синтаксису в процесі.
A parser is a software component that takes input data(frequently text)and builds a data structure †often some kind of parse tree, abstract syntax tree or other hierarchical structure, giving a structural representation of the input while checking for correct syntax.
Синтаксичний аналізатор- це програмний компонент, який приймає вхідні дані(часто текст)і створює структуру даних- часто дерево розбору, абстрактне дерево синтаксису або іншу ієрархічну структуру- забезпечує структурне представлення вводу, перевіряє правильність синтаксису в процесі.
A parser: A parser is a software component that takes input data(frequently text)and builds a data structure- often some kind of parse tree, abstract syntax tree or other hierarchical structure- giving a structural representation of the input, checking for correct syntax in the process.
Результати: 28, Час: 0.0221

Переклад слово за словом

Найпопулярніші словникові запити

Українська - Англійська