en

Dereference

ru

Перевод слова "dereference" на Русский язык

dereference
Существительное
raiting
UK
/ˌdiːˈrɛf.ər.əns/
US
/ˌdiˈrɛf.ɚ.əns/
dereference
dereferences множ.
The process of dereference is crucial in programming to access the value stored in a pointer.
Процесс разыменования имеет решающее значение в программировании для доступа к значению, хранящемуся в указателе.
dereference
Глагол
raiting
UK
/ˌdɪəˈrɛf.ər.əns/
US
/ˌdɪrˈɛf.ər.əns/
dereference
dereferences
dereferenced Прошедшее простое время / Причастие прошедшего времени
dereferencing Герундий
The programmer had to dereference the pointer to access the value.
Программисту пришлось разыменовать указатель, чтобы получить доступ к значению.

Опеределения

dereference
Существительное
raiting
UK
/ˌdɪəˈrɛf.ər.əns/
US
/ˌdɪrˈɛf.ər.əns/
The act of accessing the value or data that a pointer or reference in a computer program points to.
A null pointer dereference can cause a program to crash.
dereference
Глагол
raiting
UK
/ˌdɪəˈrɛf.ər.əns/
US
/ˌdɪrˈɛf.ər.əns/
To access or retrieve the data or value that a pointer or reference is pointing to in computer programming.
The program will crash if you try to dereference a null pointer.
dereference
Прилагательное
raiting
UK
/ˌdɪəˈrɛf.ər.əns/
US
/ˌdɪrˈɛf.ər.əns/
Relating to or designating an operator, action, or error involving the accessing of the value pointed to by a reference or pointer in computer programming.
The dereference operator (*) is used to access the data stored at a given memory address.

Идиомы и фразы

dereference pointer
To access the value, you need to dereference the pointer.
разименовать указатель
Чтобы получить доступ к значению, нужно разыменовать указатель.
dereference address
He attempted to dereference the address without checking for null.
разименовать адрес
Он попытался разыменовать адрес, не проверив его на null.
dereference variable
You can dereference the variable to get the data it points to.
разименовать переменную
Вы можете разыменовать переменную, чтобы получить данные, на которые она указывает.
dereference object
It is important to dereference the object properly to avoid errors.
разименовать объект
Важно правильно разыменовать объект, чтобы избежать ошибок.
dereference reference
When you dereference the reference, ensure it is not null.
разименовать ссылку
Когда вы разыменовываете ссылку, убедитесь, что она не равна null.

Связанные слова