Subject | English | Russian |
progr. | all elements but the first of the original list | все элементы первоначального списка, кроме первого (ssn) |
progr. | cells, each cell consisting of an element of the list and a pointer to the next cell on the list | ячейки, каждая из которых содержит элемент списка и указатель на следующую ячейку списка (ssn) |
IT | element of list | элемент списка |
progr. | element of the list | элемент списка (ssn) |
progr. | elements of the list | элементы списка (ssn) |
progr. | elements of the list that match a certain criterion | элементы списка, которые соответствуют определённому критерию (ssn) |
progr. | elements of the list that match a certain criterion | элементы списка, соответствующие определённому критерию (ssn) |
progr. | in investigating a parallel method for searching, we will begin with a naive attempt with as many processors as elements of the list we are searching | Изучение параллельных методов поиска мы начнём с наивной попытки, в которой число процессоров равно числу элементов списка (см. "Analysis of Algorithms: An Active Learning Approach" by Jeffrey J. McConnell 2001) |
progr. | in this representation, a list is made up of cells, each cell consisting of an element of the list and a pointer to the next cell on the list | в этой реализации список состоит из ячеек, каждая из которых содержит элемент списка и указатель на следующую ячейку списка |
progr. | list of array elements | список элементов массива (ssn) |
astronaut. | list of critical elements | перечень критичных элементов (vatnik) |
construct. | list of elements | ведомость элементов (maystay) |
progr. | next task is to find all the elements of the list that match a certain criterion | следующая задача заключается в нахождении всех элементов списка, которые соответствуют определённому критерию (ssn) |