What is the translation of " THE VARIABLE NAME " in Korean?

[ðə 'veəriəbl neim]

Examples of using The variable name in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Please enter the variable name.
변수 이름을 입력하십시오.
The variable names only contain two elements.
변수 이름에는 두 개의 요소만 포함됩니다.
That is because their meaning is obvious from the variable name.
이들의 의미가 변수 이름에서 명확하기 때문이다.
Enter the Variable name as‘JAVA_HOME'.
변수 이름 에 대문자로 " JAVA_HOME ".
Recall that to use it we must tag the function call onto the variable name.
그것을 사용하기 위해서 우리는 변수이름위에 함수호출을 걸어야만 한다는 것을 상기하라.
Enter the Variable name as‘JAVA_HOME'.
변수 이름 에는 ‘JAVA_HOME'을 타이핑하자.
Note: Even if your function was named, you can use the variable name to invoke it.
참고: 함수가 이름을 가지고 있더라도, 변수 이름을 사용하여 함수를 호출할 수 있습니다.
Enter the Variable name as‘JAVA_HOME'.
변수 이름(N) 에는 "JAVA_HOME" 이라는 이름을 써 넣습니다.
In line 12 they are enclosed in{} to ensure that they are actually interpreted as such(and we do not see the variable names printed instead).
번 줄에서 그 둘은 {}안에 들어가서 그것 자체로 해석됩니다(따라서 우리는 변수 이름들이 출력되는것을 볼 수 없습니다).
Specify the variable name as Hd. Click Export.
변수 이름을 Hd 로 지정합니다. 내보내기 를 클릭합니다.
The address of the memory location where the variable is stored can be found by placing an ampersand in front of the variable name.
가변이 저장되는 기억 장소의 주소는 변수 이름의 앞에 앰퍼샌드를 두어서 찾아낼 수 있다.
If you place it before the variable name, the command fails.
변수 이름 앞에 배치하면 명령이 실패합니다.
The variable name of an array points to the base address of that array.
배열의 변수 이름은 저 배열의 기반 주소를 가르킨다.
C is case sensitive therefore the variable name num is Different from Num.
C는 대소문자에 민감하다 그러므로 숫자 변수 이름 숫자와 다르다.
The variable name is st_rec, it has members called name, course, age and year.
변수 이름에는 st_rec, 그것 있다 이름, 과정, 나이 및 년에게 불린 일원이이다.
We make two threads and change the variable names used with the second thread to handle2 and num2.
우리는 두 개의 스레드를 만들고 두번째 스레드에서 사용되는 변수 이름을 handle2와 num2로 바꿨습니다.
The variable names are visible when viewing the timetable and when using the summary function.
변수 이름은 타임테이블을 볼 때, 그리고 summary 함수를 사용할 때 확인할 수 있습니다.
For this reason, when myFunc is invoked, the variable name remains available for use and"Mozilla" is passed to alert.
이런 이유로 myFunc가 호출될 때 변수 name은 사용할 수 있는 상태로 남게 되고 "Mozilla" 가 alert 에 전달된다.
If the variable name already exists in the variable object, do nothing and continue scanning.
만약 그변수이름이 variable object에 존재하면 아무일도 안하고 계속 스캔한다.
After the declaration, PL/SQL allocates memory for the variable? s value and the storage location is identified by the variable name.
변수를 선언할 때 PL/SQL은 변수 값에 대한 메모리를 할당하고 저장소 위치는 변수 이름으로 식별됩니다.
And again, da is the variable name in your code and that's really the value dJ/da.
Da는 역시 여러분의 코드에서 쓰이는 변수 이름인데요, 이것은, dJ/da의 값입니다.
The user interface generated from this program by Houdini will be minimal, basically just the variable name and a generic text field based on the datatype.
Houdini로 인해 이 프로그램에서 생성되는 사용자 인터페이스는 기본적으로 변수 이름과 데이터 타입을 기반으로한 일반적인 텍스트 칸으로 최소화 될것이다.
Again, the variable name and Python looks at all these three things as the same.
다시 말하지만, 이 세 가지 것들에 대해 변수이름과 파이썬이 바라보는 관점은 동일합니다.
However, because inner functions have access to the variables of outer functions, displayName() can access the variable name declared in the parent function, init().
하지만 내부 함수는 외부 함수에 접근할 권한을 가지고 있기 때문에 displayName()는 부모 함수 init()에서 선언된 변수 name에 접근할 수 있다.
Click on the variable name in the Variables window.
변수 창에 시스템 변수를 나열하려면 선택합니다. Select to list system variables in the Variables window.
When you enter the name of the parent package variable on the Script page in the Script Task Editor,don't include User: in the variable name.
스크립트 태스크 편집기 의 스크립트페이지에서 부모 패키지 변수의 이름을 입력하는 경우 변수 이름에 User: 를 포함하지 마십시오. When you enter the name of the parent package variable on the Script page in the Script Task Editor,don't include User: in the variable name.
Double-click the variable name in the Variables list to add the variable to the editing area.
변수 목록에서 변수 이름을 이중 클릭하여 변수를 편집 영역으로 추가하십시오.
Pointers in c language programs using pointer C allows us to go one stage further and define a variable,called a pointer that contains the address of other variables, The address of the memory location where the variable is stored can be found by placing an ampersand in front of the variable name.
포인터를 사용하는 C 언어 프로그램에 있는 포인터 C는 저희가 1개의 단계 더 멀리 가는 것을 허용하고 다른가변의 주소를 포함하는 포인터이라고 칭한 가변을 정의하기 위하여, 가변이 저장되는 기억 장소의 주소는 변수 이름의 앞에 앰퍼샌드를 두어서 찾아낼 수 있다.
To do so, follow the variable name in the declaration statement with an equal sign and the desired initial value.
이렇게 하기 위하여는, = 표시 및 원한 초기값으로 선언 계산서에 있는 변수 이름을 따르십시오.
A VariableReference's implementation looks up the variable name in the hashtable and returns the resulting value.
VariableReference의 구현은 hashtable에서 변수 이름을 조회 하 고 결과 값을 반환 합니다.A VariableReference's implementation looks up the variable name in the hashtable and returns the resulting value.
Results: 456, Time: 0.0364

Word-for-word translation

Top dictionary queries

English - Korean