LOCAL VARIABLE in Korean translation

['ləʊkl 'veəriəbl]
['ləʊkl 'veəriəbl]
지역 변수
local variable
로컬 변수
local variables
local variable

Examples of using Local variable in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
It is possible that the same local variable location was used for more than one variable in different parts of the original program.
같은 지역 변수의 위치는 원본 프로그램의 다른 부분의 변수들과 함께 사용될 수 있다.
the function creates a local variable to contain the default value;
함수는 지역 변수를 만들어 기본 값을 담습니다;
Within the functionMoney, we assign Money a value, therefore Python assumes Money as a local variable.
함수 Money 내에서 Money에 값을 할당하므로 파이썬은 돈을 지역 변수로 가정합니다.
Consequently the print x attempts to print an uninitialized local variable and will trigger a NameError.
결과적으로 "print x"는 초기화 되지 않은 지역 변수를 출력하려고 시도하고 NameError를 촉발시킬 것입니다.
Notice that the property uses a private local variable that is named mAddItemsParams to hold the value before it returns it.
속성은 값을 반환하기 전에 mAddItemsParams라는 전용 지역 변수를 사용하여 보유합니다. Notice that the property uses a private local variable that is named mAddItemsParams to hold the value before it returns it.
If the application code is not carefully clearing the thread local variable you get a nasty memory leak.
만약 어플리케이션 코드는 쓰레드지역변수를 주의깊게 지우지 않으면 당신은 끔찍한 메모리부족을 발생할 것이다.
Every local variable declaration declares only one variable:
모든 지역 변수( local variable) 선언은 하나의 변수만(only one variable)
Result(whether counter defines a new local variable that's scoped to the entire For… Next loop).
Result (counter에서 전체 For… Next 루프로 범위가 지정 된 새 지역 변수를 정의 하는지 여부)Result (whether counter defines a new local variable that's scoped to the entire For… Next loop).
The term local variable is usually synonymous with automatic variable,
지역 변수라는 용어는 일반적으로 자동 변수와 동의어인데,
I is the first and only local variable in the main() function, therefore its address is 4 bytes(i.e. integer size)"below" the%ebp register.
I 는main()함수에서 하나뿐인 지역변수이며 가장 먼저 나온 지역변수이므로 %ebp 아래 4bytes(int형의 size) 만큼 떨어진 곳에 위치한다.
In order to gain access to Foo from within test, you can create a local variable inside of method that refers to Foo.
Test에서 Foo에 접근하려면 method에 Local 변수를 하나 만들고 Foo를 가리키게 하여야 한다.
The following table indicates whether counter defines a new local variable that's scoped to the entire For… Nextloop.
다음 표에서는 counter 전체 For… Next 루프로 범위가 지정 된 새 지역 변수를 정의할 지 여부를 나타냅니다.
For example,"iload_0" indicates the process of pushing java local variable 0 to the stack.
예를 들어, "iload_0" 은, 0번 java local 변수를 stack에 push 하는 프로세스를 인디케이트 한다.
The bytecode"load" used in a typical Java VM means that the value stored in the java local variable is pushed onto the stack.
일반적인 자바 VM 에서 사용되는 바이트코드인 "load" 는, java local 변수에 저장된 값을 stack에 push 한다는 의미이다.
In an implicitly typed local variable declaration, the type of the local variable being declared is inferred from the expression used to initialize the variable..
암시적으로 형식화 된 지역 변수 선언에서 선언 되는 지역 변수의 형식은 변수를 초기화 하는 데 사용 되는 식의 형식과 동일 하 게 간주 됩니다.
the function creates a local variable to contain the default value; in other words,
함수는 지역 변수를 만들어 기본 값을 담습니다;
exception handling, and local variable signature blobs.
and local variable signature blobs.
those variable are read-only(an attempt to write to such a variable will simply create a new local variable in the innermost scope,
그 변수들은 읽기 전용입니다 (그런 변수에 쓰려고 하면 단순히 가장 내부의 스코프에 새 지역 변수를 만들게 되어,
For example, if the caller passes a local variable expression or an array element access expression, and the called method replaces the object to which the ref parameter refers, then the caller's local variable or the array element now refer to the new object.
예를 들어 호출자가 지역 변수 식 또는 배열 요소 액세스 식을 전달하는 경우 호출된 메서드에서 ref 매개 변수가 참조하는 개체를 바꾸면 메서드 반환 시 호출자의 지역 변수 또는 배열 요소가 새 개체를 참조합니다.
if not declared nonlocal, those variables are read-only(an attempt to write to such a variable will simply create a new local variable in the innermost scope,
그 변수들은 읽기 전용입니다 (그런 변수에 쓰려고 하면 단순히 가장 내부의 스코프에 새 지역 변수를 만들게 되어,
Results: 52, Time: 0.0469

Word-for-word translation

Top dictionary queries

English - Korean