معنی فارسی dereference

B2 /dɪˈɹɛfɹəns/

فرایند دسترسی به داده‌ای که یک حافظه یا آدرس خاص را نشان می‌دهد.

The act of accessing the value at a specific address in a data structure.

noun
معنی(noun):

The act by which something is dereferenced.

verb
معنی(verb):

To access the value or object located in a memory location stored in a pointer or another value interpreted as such; to access a value being referenced by something else.

مثال:

Attempting to dereference a null pointer often results in a crash.

معنی(verb):

(in operating systems derived from Unix) To operate on the file or directory pointed to by a symbolic link, rather than on the link itself.

مثال:

With the find command, any symbolic links appearing after -follow will be dereferenced.

example
معنی(example):

در برنامه‌نویسی، حذف ارجاع یک اشاره‌گر به معنای دسترسی به مقداری است که به آن اشاره می‌کند.

مثال:

In programming, to dereference a pointer means to access the value it points to.

معنی(example):

شما باید آدرس را حذف ارجاع دهید تا به داده‌ها دسترسی پیدا کنید.

مثال:

You should dereference the address to get the data.

معنی فارسی کلمه dereference

: معنی dereference به فارسی

فرایند دسترسی به داده‌ای که یک حافظه یا آدرس خاص را نشان می‌دهد.