What is the translation of " COMPILE TIME " in Korean?

[kəm'pail taim]
[kəm'pail taim]
컴파일 타임
compile time
a compile-time
compile time
컴파일 시간
compile time
compilation time

Examples of using Compile time in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Compile time on Wikipedia.
위키백과의 컴파일 시간.
What does“Memory allocated at compile time” really mean?
컴파일 타임에 할당 된 메모리"는 실제로 무엇을 의미합니까?
Compile time function execution.
컴파일 타임 함수 실행.
Typescript gives the compile time error rather than runtime.
Compile Time 오류가 아닌 Runtime 시에 발생합니다.
Consequently, we don't need to know all the possible types at compile time.
결론적으로, 우리는 컴파일 타임에 모든 가능한 타입을 알 필요가 없습니다.
At compile time, Rust needs to know how much space a type takes up.
컴파일 타임에서, 러스트는 어떤 타입이 얼마나 많은 공간을 차지하는지를 알 필요가 있습니다.
However, type annotation information is available at compile time, but not at runtime.
하지만 형식 주석 정보는 런타임이 아니라 컴파일 시간에 확인할 수 있습니다.
For this we need our template at compile time and the function_from_string/5 and function_from_file/5 macros.
이를 위해서는 컴파일 시간에 템플릿과 function_from_string/5, function_from_file/5 매크로가 필요합니다.
It is also extremely modular so you can easily include or exclude commands(or features) at compile time.
또한 매우 모듈화 되어 있어 컴파일 타임에 명령 (또는 기능)을 쉽게 포함 하거나 제외할 수 있습니다.
The difference between compile time and run time is an example of what pointy-headed theorists call thephase distinction.
컴파일 타임과 런타임의 차이점은 이론가들이 단계 구별(phase distinction) 이라고 부르는 것의 예입니다.
Also, SQLite didn't save POJOs(plain-old Java objects), and didn't check queries at compile time.
또한 SQLite는 POJO (평범한 Java 객체)를 저장하지 않았으며 컴파일 타임에 쿼리를 확인하지 않았습니다.
The variable still receives a type at compile time, but the type is provided by the compiler.
이 변수는 컴파일 타임에 형식을 받지만 형식은 컴파일러에서 제공됩니다. The variable still receives a type at compile time, but the type is provided by the compiler.
In both of these cases, we declared$x twice in the same scope,which will generate a compile time warning.
두 경우 모두, 동일한 스코프 내에서 $x를 두 번 선언했고,이것은 컴파일 타임에 경고를 발생시킵니다.
At compile time, extension methods always have lower priority than instance methods defined in the type itself.
컴파일 시간에 확장 메서드는 항상 형식 자체에서 정의된 인스턴스 메서드보다 우선 순위가 낮습니다. At compile time, extension methods always have lower priority than instance methods defined in the type itself.
In earlier versions of C++, template metaprogramming is often used to compute values at compile time, such as.
초기 버전의 C++에서, 템플릿 메타프로그래밍은 종종 다음과 같이 컴파일 타임에 값들을 계산하기 위해 사용되었다.
Given that code transformation happens in compile time, it is relatively easy to reason about the final product, and meta-programming doesn't interfere with static analysis tools, such as dialyzer.
코드의 변경이 컴파일 시간 일어나므로, 최종 결과물에 대해 생각해 보는 것이 비교적 쉽고, 메타-프로그래밍은 dialyzer같은 정적 분석 도구와 간섭하지 않습니다.
Even when developed originally in 1965, Simula classes could be included in library files and added at compile time.
원래 1965년에 개발되었음에도 시뮬라 클래스들은 라이브러리 파일에 포함되어 컴파일 타임에 추가될 수 있었다.
Catching borrowing errors at runtime rather than compile time means that we'd find out that we made a mistake in our code later in the development process-- and possibly not even until our code was deployed to production.
빌림 에러를 컴파일 타임보다 런타임에 잡는다는 것은 개발 과정 이후에 우리 코드의 실수를 발견할 것이란 의미이고, 심지어는 우리 코드가 프로덕션으로 배포될 때 까지도 발견되지 않을 가능성도 있습니다.
If we happen to add a behaviour but fail to implement all of the required functions, a compile time warning will be raised.
비헤이비어를 추가할 때 모든 필요한 함수를 구현하는데 실패한다면, 컴파일 시에 경고가 발생합니다.
At compile time, query expressions are converted to Standard Query Operator method calls according to the rules set forth in the C specification.
컴파일 타임에 쿼리 식은 C 사양에 명시된 규칙에 따라 표준 쿼리 연산자 메서드 호출으로 변환됩니다. At compile time, query expressions are converted to Standard Query Operator method calls according to the rules set forth in the C specification.
Not only has Rust made our API easier to use, but it has also eliminated an entire class of errors at compile time!
러스트는 우리의 API를 사용하기 쉽게 해줄 뿐만 아니라 이러한 종류의 오류 전체를 컴파일 타임에 제거해 줍니다!
The compiler uses a variable's initializer to determine the variable's type at compile time to produce early-bound code.
컴파일러는 변수의 이니셜라이저를 사용 하 여 컴파일 시간에 변수의 형식을 확인 하 여 초기 바인딩된 코드를 생성 합니다.
Just as with any constant, all references to the individual values of an enum are converted to numeric literals at compile time.
다른 상수와 마찬가지로, 컴파일 시간에 열거형의 개별 값에 대한 모든 참조는 숫자 리터럴로 변환됩니다. Just as with any constant, all references to the individual values of an enum are converted to numeric literals at compile time.
In contrast, Haskell and Elm's type systems actually helps the programmer code better and informs them at compile time when the program will not function properly.
반대로 Haskell과 Elm의 타입 시스템은 실제로 프로그래머 코드를 개선하고 프로그램이 제대로 작동하지 않을 때 컴파일 타임에 알려줍니다.
Within a class or struct method, you can use implicit typing to instruct the compiler to determine the correct type at compile time.
클래스 또는 구조체 메서드 내에서 암시적 형식 지정을 사용하여 컴파일러가 컴파일 타임에 올바른 형식을 결정하도록 할 수 있습니다. Within a class or struct method, you can use implicit typing to instruct the compiler to determine the correct type at compile time.
The delegate object canthen be passed to code which can call the referenced method, without having to know at compile time which method will be invoked.
그런 다음 참조 된 메서드를 호출 하는 코드에 대리자 개체를 전달할 수 있으며 컴파일 타임에 호출할 메서드를 알 수 없습니다. The delegate object can then be passed to code thatcalls the referenced method, and the method to be invoked can be unknown at compile time.
If trace flag 2389 is set, and a column is branded ascending, and an index exists withthat ascending column as the leading key, then the statistics will be updated automatically at query compile time.
추적 플래그가 설정되고 선행 통계 열이 오름차순으로 표시되면, 카디널리티를 추정하는 데 사용되는 히스토그램이 쿼리 컴파일 시간에 조정됩니다. If trace flag 2389 is set, and a leading statistics column is marked as ascending,then the histogram used to estimate cardinality will be adjusted at query compile time.
Because the system doesn't specify how loading works, and because you can figure out all thedependencies ahead of time by looking at the import declarations in the source code, an implementation of ES6 is free to do all the work at compile time and bundle all your modules into a single file to ship them over the network!
시스템이 어떻게 로딩하는지를 명시하지 않기 때문에,그리고 당신이 소스코드에서 import 선언을 미리 찾음으로써 모든 의존성을 알아낼 수 있기 때문에ES6의 구현은 컴파일 타임에 모든 작업이 자유롭고, 당신의 모든 모듈을 하나의 파일로 만들어 네트워크로 보낼 수 있습니다!
If we did knowwhich part would finish last, we could just make that the owner of the data and the normal ownership rules enforced at compile time would kick in.
만일 어떤 부분이 마지막으로 사용하는지 알 수 있다면,우리는 그냥 그 해당 부분을 데이터의 소유자로 만들면 되고, 컴파일 타임에 집행되는 보통의 소유권 규칙이 효과를 발생시킬 것입니다.
If we knew whichpart would finish last, we could just make that part the data's owner, and the normal ownership rules enforced at compile time would take effect.
만일 어떤 부분이 마지막으로 사용하는지 알 수 있다면,우리는 그냥 그 해당 부분을 데이터의 소유자로 만들면 되고, 컴파일 타임에 집행되는 보통의 소유권 규칙이 효과를 발생시킬 것입니다.
Results: 35, Time: 0.0284

Word-for-word translation

Top dictionary queries

English - Korean