null 참조 oor Engels

null 참조

Vertalings in die woordeboek Koreaans - Engels

null reference

en
In C++, a reference that has not been assigned an object.
MicrosoftLanguagePortal

Geskatte vertalings

Vertoon algoritmies gegenereerde vertalings

voorbeelde

wedstryd
woorde
Advanced filtering
또한 컴파일러가 세그멘테이션 오류를 피하기 위해 'NULL' 포인터 역참조를 최적화하지만 다른 의도되지 않은 행동을 유발할 가능성이 있다.
It is also possible for the compiler to optimize away the null pointer dereference, avoiding a segmentation fault but causing other undesired behavior.WikiMatrix WikiMatrix
의도적이고 잘 정의된 널을 역참조할 때 여러 경우들 또한 존재한다는 점을 주의하라; 예를 들면 16비트 리얼 모드 x86 디바이스에서 C로 짜여진 BIOS 코드는 머신의 물리 주소 0에 쓰기 위한 용도로 NULL 포인터를 역참조함으로써 IDT를 쓴다.
There are occasions when dereferencing the pointer to address zero is intentional and well-defined; for example, BIOS code written in C for 16-bit real-mode x86 devices may write the IDT at physical address 0 of the machine by dereferencing a null pointer for writing.WikiMatrix WikiMatrix
다음의 자바 코드를 보자: LinkedList<String> list; list = new LinkedList<String>(); list.add("foo"); list = null; 식별자 list는 초기에 아무것도 참조하지 않는다(초기화되지 않았다); 그 후 이것은 객체를 참조하기 위해 리바운드된다(문자열들의 링크드 리스트). list에 의해 참조되는 링크드 리스트는 리스트에 문자열을 추가하면서, 그 후 변형된다.
Consider the following Java code: LinkedList<String> list; list = new LinkedList<String>(); list.add("foo"); list = null; The identifier list initially references nothing (it is uninitialized); it is then rebound to reference an object (a linked list of strings).WikiMatrix WikiMatrix
자세한 내용은 Tableau Server 또는 Tableau Online에서 숫자 및 Null 값 서식 지정 을 참조하십시오.
For more information, see Format Numbers and Null Values on Tableau Server or Tableau Online .ParaCrawl Corpus ParaCrawl Corpus
프로그램 또는 가비지 컬렉터에의해 이 참조 객체가 이미 클리어 되고 있는 경우, 이 메서드는 null 을 리턴합니다. 반환값: 이 참조가 나타내는 객체. 이 참조 객체가 클리어 되고 있는 경우는 null
If this reference object has been cleared, either by the program or by the garbage collector, then this method returns null . Returns: The object to which this reference refers, or null if this reference object has been cleared clearParaCrawl Corpus ParaCrawl Corpus
지정된 객체를 참조해, 지정된 큐에 등록되어 있는 새로운 약참조를 작성합니다. 파라미터: referent - 새로운 약참조참조하는 객체q - 참조가 등록되는 큐. 등록이 필요없는 경우는 null
Creates a new weak reference that refers to the given object and is registered with the given queue. Parameters: referent - object the new weak reference will refer toq - the queue with which the reference is to be registered, or null if registration is not requiredParaCrawl Corpus ParaCrawl Corpus
6 sinne gevind in 7 ms. Hulle kom uit baie bronne en word nie nagegaan nie.