معنی فارسی dereference
B2 /dɪˈɹɛfɹəns/فرایند دسترسی به دادهای که یک حافظه یا آدرس خاص را نشان میدهد.
The act of accessing the value at a specific address in a data structure.
- noun
- verb
The act by which something is dereferenced.
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.
(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.
در برنامهنویسی، حذف ارجاع یک اشارهگر به معنای دسترسی به مقداری است که به آن اشاره میکند.
In programming, to dereference a pointer means to access the value it points to.
شما باید آدرس را حذف ارجاع دهید تا به دادهها دسترسی پیدا کنید.
You should dereference the address to get the data.
معنی فارسی کلمه dereference
:
فرایند دسترسی به دادهای که یک حافظه یا آدرس خاص را نشان میدهد.