What is the translation of " LOCAL VARIABLE " in Korean?

['ləʊkl 'veəriəbl]
['ləʊkl 'veəriəbl]
지역 변수
local variable
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
Local Variable.
So it can do less local variable pollution.
따라서 지역 변수를 덜 오염시킨다.
Local variable may be used in same shell only.
지역 변수는 현재의 쉘에서만 사용할 수 있음.
Execution of Local Variable Declarations.
지역 변수 선언Local variable declarations.
Local variable may be used in same shell only.
로컬 변수는 동일한 셸에서만 사용할 수 있습니다.
Let's take the average function and add a local variable in C.
C 언어에서 average 함수를 정의하고, 지역 변수를 추가해 보겠습니다.
Local variable a is declared but not initialized.
지역 변수 c 및 d는 선언되지만 초기화되지는 않습니다.
And we just add these two numbers together, make it a local variable, and.
그리고 우리는 그저 이 두 개의 숫자를 더하고, 로컬 변수로.
Local variable may be used in same shell only.
로컬 변수는 동일한 셸script shell 예제에서만 사용할 수 있습니다.
Var phrase="Hello";// local variable,"var" instead of"let".
Var phrase = "Hello"; // 'let' 대신 'var'를 사용해 지역 변수를 선언.
Within the functionMoney, we assign Money a value, therefore Python assumes Money as a local variable.
함수 Money 내에서 Money에 값을 할당하므로 파이썬은 돈을 지역 변수로 가정합니다.
Therefore, all local variable declarations must be grouped in a single batch.
따라서 모든 지역 변수 선언을 단일 일괄 처리로 그룹화해야 합니다.
Accept the YunClient as the argument, and create a local variable to hold the pin number.
YunClient를 인수로 받아들이고 핀 번호를 저장할 로컬 변수를 만듭니다.
Use a local variable named round_value to store the rounded animated_health.
Round_value 라는 지역 변수를 사용해서 반올림 된 animated_health 를 저장합니다.
If you are afraid to mix up your local variable names, you have another.
만약 당신 지역 변수 이름을 섞어 쓸것 같아서 걱정된다면, 당신은 다른 문제도 가지고 있을 것이다.
The implicitly typed local variable declarations above are precisely equivalent to the following explicitly typed declarations.
위의 암시적으로 형식화 된 지역 변수 선언은 다음과 같이 명시적으로 형식화 된 선언과 정확히 동일 합니다.
The JS engine will allocate space in memory for the local variable and set the value to undefined.
JS 엔진은 지역 변수에 대한 메모리 공간을 할당하고 값을 undefined로 설정한다.
It is possible that the same local variable location was used for more than one variable in different parts of the original program.
같은 지역 변수의 위치는 원본 프로그램의 다른 부분의 변수들과 함께 사용될 수 있다.
Whenever the caller omits such a parameter,the function creates a local variable to contain the default value;
호출자가 그런 매개변수를 빼먹을 때마다,함수는 지역 변수를 만들어 기본 값을 담습니다;
In SQL Server, each column, local variable, parameter, and expression has a related data type.
SQL ServerSQL Server에서 각 열, 지역 변수, 식 및 매개 변수는 관련된 데이터 형식을 가집니다.
If the application code is not carefully clearing the thread local variable you get a nasty memory leak.
만약 어플리케이션 코드는 쓰레드지역변수를 주의깊게 지우지 않으면 당신은 끔찍한 메모리부족을 발생할 것이다.
The term local variable is usually synonymous with automatic variable, since these are the same thing in many programming languages.
지역 변수라는 용어는 일반적으로 자동 변수와 동의어인데, 수많은 프로그래밍 언어에서 이 둘은 동일하기 때문이다.
The most powerful technique for minimizing the scope of a local variable is to declare it where it is first used.
지역 변수의 유효범위를 최소화하는 가장 강력한 기법은, 처음으로 사용하는 곳에서 선언하는 것이다.
Every local variable declaration declares only one variable: declarations such as let a= 1, b= 2; are not used.
모든 지역 변수( local variable) 선언은 하나의 변수만(only one variable) 선언합니다. let a = 1, b = 2; 가 사용되지 않습니다.
The most powerful technique for minimizing the scope of a local variable is to declare it where it is first used.
지역변수의 유효범위를 최소화 하는 가장 강력한 방법은 그 변수가 최초 사용되는 곳에 선언하는 것이다.
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) 만큼 떨어진 곳에 위치한다.
Consequently the print x attempts to print an uninitialized local variable and will trigger a NameError.
결과적으로 "print x"는 초기화 되지 않은 지역 변수를 출력하려고 시도하고 NameError를 촉발시킬 것입니다.
The value of a local variable is not known when the Query Optimizer creates the query execution plan.
쿼리 최적화 프로그램에서 쿼리 실행 계획을 만들 때 지역 변수 값은 알 수 없습니다. The value of a local variable is not known when the Query Optimizer creates the query execution plan.
With GDB 6.4 or later, you can examine the value of the local variable at point by typing RET, or with a Mouse-2 click.
GDB 6.4 버전부터는 RET 을 입력하거나 Mouse-2 클릭을 통해 포인트에 위치한 로컬 변수의 값을 조사할 수 있다.
Beginning with C 7.3, you can use the ref assignment operator= ref to reassign a ref local or ref readonly local variable.
C 7.3부터 foreach 문의 반복 변수는 ref 지역 또는 ref readonly 지역 변수일 수 있습니다. Beginning with C 7.3, the iteration variable of the foreach statement can be ref local or ref readonly local variable.
Results: 52, Time: 0.0627

How to use "local variable" in an English sentence

Local variable are called auto variable.
Local variable implementation is based on Apple's local variable support in Open Firmware.
ALT+SHIFT+L Extract Local Variable Creates a local variable from the currently selected expression.
The local variable must be explicitly assigned.
What is the file local variable mangle-whitespace?
Local variable slot with confidence on eBay.
Bonus promotions at Intertops Local variable slot.
Local variable names have no leading delimiter.
Please implement constraints for local variable declarations.
Returns the local variable being assigned to.
Show more

How to use "로컬 변수, 지역 변수" in a Korean sentence

(자바스크립트는 변수에 var를 줌으로 로컬 변수 스코프임을 지정한다).
또 다른 한가지 방법은, 지역 변수 바로 아래에 저장되어 있는 base pointer 부분을 이용하는 것도 가능하다.
로컬 변수 어셈블리 코드 안에서도 일반적인 파스칼 루틴에서처럼 로컬 변수를….
NET 2003의 경우 메소드 같은 경우는 자동 완성이 되지만, 로컬 변수 등은 안된다.
메소드 b를 호출한 메소드 a의 지역 변수 i가 사용될까?
Go 언어에서는 지역 변수 형태로 생성된 구조체나, 구조체의 포인터를 리턴할 수 있습니다.
Java 와일드 카드는 매개 변수, 로컬 변수 또는 필드의 유형과 같은 상황에서 널리 사용되며 반환 유형으로도 사용됩니다.
즉, 이 프로시져는 주어진 파라미터와 전역적으로 노출된 다른 프로시져만을 사용해야 하며, 로컬 변수 이외에는 사용하면 안된다.
이 경우 클래스 필드 i나 로컬 변수 i, 또는 메소드 매개변수 i를 만드는 것을 제안한다.
스레드를 하나 새로 띄우면 지역 변수 스택 등을 마련하는데 수백 마이크로초가 소비된다.

Word-for-word translation

Top dictionary queries

English - Korean