런타임 라이브러리 영어 뜻 - 영어 번역

runtime library
런타임 라이브러리
runtime libraries
런타임 라이브러리

한국어에서 런타임 라이브러리 을 사용하는 예와 영어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
런타임 라이브러리.
Brunchs Beach.
유니버설 C 런타임 라이브러리.
The Universal C Runtime Library.
런타임 라이브러리.
Runtime library.
자세한 내용은 C 런타임 라이브러리 참조를 참조하세요.
For more information, see Run-Time Library Reference.
런타임 라이브러리.
Runtime libraries.
Combinations with other parts of speech
ClanLib -- ClanLib 게임 SDK를 위한 핵심 런타임 라이브러리.
ClanLib-- Core runtime libraries for the ClanLib game SDK.
런타임 라이브러리 확장.
Runtime Library Extensions.
모든 버전의 C 런타임 라이브러리입니다. All versions of the C run-time libraries.
The complete C run-time libraries for all C versions.
DLL 라이브러리 msvcrt. dll에,마이크로 소프트 C 런타임 라이브러리….
DLL library msvcrt. dll,Microsoft C Runtime Library….
DLL 라이브러리 msvcirt.dll은 Microsoft C 런타임 라이브러리….
DLL library msvcirt. dll,Microsoft C Runtime Library….
UDK에서 요구되는 다양한 런타임 라이브러리를 설치하기 위한 설치 파일이 들어 있습니다.
Contains an install file to install various runtime libraries required by the UDK.
DLL 라이브러리 vb40032. dll,Visual Basic에서 4 런타임 라이브러리….
DLL library vb40032. dll,Visual Basic 4.0 Runtime Library….
하드웨어 기능에 런타임 라이브러리, 인터럽트, 병렬 처리 가 추가되었다.
Hardware features were added, that enabled use of runtime libraries, interrupts, and parallel processing.
런타임 라이브러리는 일반적으로 여러분이 사용하고 있는 컴파일러나 인터프리터와 함께 제공되기 때문에 이러한 형태는 가능합니다.
Because that run-time library normally accompanies the compiler or interpreter you are using.
이전 버전의 Windows(95/98/NT)에서는 런타임 라이브러리를 실행 과 함께 배포해야 합니다.
Earlier versions of Windows(95/98/NT), require that the runtime libraries are distributed with the executable.
그렇습니다. 런타임 라이브러리는 일반적으로 여러분이 사용하고 있는 컴파일러나 인터프리터와 함께 제공되기 때문에 이러한 형태는 가능합니다.
The GPL permits this because that run-time library normally accompanies the compiler or interpreter you are using.
Kotlin은 Guava처럼 크기가 큰 Java 라이브러리를 대체할 수 있는 컴팩트한 런타임 라이브러리를 가지고 있습니다.
Kotlin has a compact runtime library which can replace some large Java libraries such as Guava.
IBM z/OS XL C/C++로 z/OS Language Environment®와 런타임 라이브러리 확장 기반 요소에서 제공되는 서비스를 사용하세요.
IBM z/OS XL C/C++ uses services provided by the z/OS Language Environment® and Runtime Library Extensions base elements.
예를 들어, 수년 동안 마이크로소프트 윈도우 컴퓨터에서 가장 패치가 부족한 프로그램은 마이크로소프트 비주얼 C++ 런타임 라이브러리였다.
For example, for many years the most unpatched program on a Microsoft Windows computer was Microsoft Visual C++ Runtime Library.
DiVa는 CANoe의 확장된 테스트 기능을 위한 전용 사용자 인터페이스,테스트 케이스 생성 및 런타임 라이브러리 구성 툴로 구성되어 있습니다.
DiVa consists of a configuration tool with a dedicated user interface,test case generator and runtime library for extended CANoe test functionality.
소프트웨어 개발풀킷 사용료, 배포용 런타임 라이브러리 라이선스 판매료, 공동 BM 특허 출원/공동 서비스 개발 수익 쉐어.
배포용 런타임 라이브러리 라이선스 Software development pool fees, runtime library licenses for distribution, royalty fees, joint BM patent application/ joint service development revenue share.
또 다른 목표는 KDE 또는 GNOME과 같은 특별한 데스크탑 환경에서 가능한 한 독립적 인 것이 었습니다 -Geany는 GTK2 런타임 라이브러리 만 필요합니다.
Another goal was to be as independent as possible from a special Desktop Environment like KDE or GNOME,Geany only requires the GTK2 runtime libraries.
레퍼런스와 디버깅을 위한 런타임 라이브러리의 소스 코드들은 비주얼 C++에 포함되어 있다. 예를 들면 C: \Program Files\Microsoft Visual Studio 11. 0 \ VC \ crt \ src 안 에.
Source code for runtime libraries is included in Visual C++ for reference and debugging e.g. in C:\Program Files\Microsoft Visual Studio 11.0\VC\crt\src.
일반적으로 플랫폼은 컴퓨터의 아키텍처, 운영 체제 (OS), 프로그램 언어,그리고 관련 런타임 라이브러리 또는 GUI 를 포함한다.
Typical platforms include a computer's architecture, operating system, programming languages andrelated user interface(run-time system libraries or graphical user interface).
Microsoft 런타임 라이브러리는 Microsoft Windows 운영 체제에 대한 프로그래밍 루틴을 제공합니다. The Microsoft run-time library provides routines for programming for the Microsoft Windows operating system.
The Microsoft run-time library provides routines for programming for the Microsoft Windows operating system.
이를 비웃 기 전에 약간의 작업으로 임베디드 시스템에 대 한 8080/8085/Z80 코드를 생성 하는 데 사용할 수 있음을 기억 하십시오 (즉,운영 체제 함수에 액세스 하는 런타임 라이브러리 코드를 대체 하기 위해 자신의 루틴을 작성 하십시오).
Before you scoff at this, remember that it can be used to generate 8080/8085/Z80 code for embedded systems with alittle bit of work(ie, write your own routines to replace any runtime library code that access the operating system functions).
이 부분의 본문은 메인프레임 입니다. 1950년대를 통해 일괄 처리, 입출력 인터럽트, 버퍼링, 멀티태스킹,스풀링, 런타임 라이브러리, 파일 정렬 을 위한 프로그램을 포함한 수많은 주요 기능들이 운영 체제 분야에 포함되었다.
Through the 1950s, many major features were pioneered in the field of operating systems on mainframe computers,including batch processing, input/output interrupt, buffering, multitasking, spooling, runtime libraries, link-loading, and programs for sorting records in files.
런타임 라이브러리런타임 환경의 행동의 한 부분을 구현하지만, 사용 가능한 호출의 코드를 읽는다면 일반적으로 단지 간단한 패키지 정보인 얇은 래퍼일 뿐이고 런타임 환경이나 운영 체제에 이것을 보낸다.
The runtime library may implement a portion of the runtime environment's behavior, but if one reads the code of the calls available, they are typically only thin wrappers that simply package information, and send it to the runtime environment or operating system.
Visual C++ “14” 런타임 라이브러리(x64)Visual C++ "14" Runtime Libraries (x64) 이 패키지는 Microsoft Windows 운영 체제에 프로그래밍 루틴을 제공하는 x64 운영 체제용 Visual C++ 런타임 라이브러리를 설치합니다. This package installs the Visual C++ run-time libraries for the x64 operating systems, which provide routines for programming for the Microsoft Windows operating system.
Visual C++"14" Runtime Libraries(x64) This package installs the Visual C++ run-time libraries for the x64 operating systems, which provide routines for programming for the Microsoft Windows operating system.
런타임 공유 라이브러리 향상.
Runtime Shared Library Improvements.
결과: 91, 시각: 0.0487

한국어 문장에서 "런타임 라이브러리"를 사용하는 방법

C 런타임 라이브러리 함수가 포함된 라이브러리는 다음과 같습니다.
MS의 비주얼 C++ 팀은 필자의 제안대로 C 런타임 라이브러리 함수의 보안 성능을 평가중이다.
MS가 비주얼 스튜디오 2005에서 보안을 강화한 새로운 C 런타임 라이브러리 루틴을 포함시키기로 한 것이다.
서버 비헤이비어를 삭제하면 XSLT 부분만 삭제되며 연관된 XML, XSLT 또는 런타임 라이브러리 파일은 삭제되지 않습니다.
일부 C 런타임 라이브러리 루틴이 단순히 기능 위주의 루틴들보다 훨씬 안전하다는 것은 더이상 비밀이 아니다.
'인사이드' 등의 게임 개발에도 사용된 에셋으로, 비주얼 스테이트 머신, 비주얼 에디터, 런타임 라이브러리 등의 기능을 제공한다.
상기 런타임 라이브러리 (335)는 입출력 관리, 메모리 관리, 또는 산술 함수에 대한 기능 등을 수행할 수 있다.
이러한 메모리 할당/해제 방식은 C/C++ 런타임 라이브러리 뿐만 아니라 운영체제와 같은 일반적인 메모리 관리 코드들이 사용하는 기법이다.
수많은 프로그래밍 언어는 자체 런타임 라이브러리 기능이나 클래스를 제공하여 프로그램들이 레지스트리의 설정을 저장할 수 있게 도와 준다.

영어 문장에서 "runtime library, runtime libraries"를 사용하는 방법

This runtime library is not installed on 18.04.
Microsoft Visual C+ + runtime library Runtime error!
Vulkan RunTime Libraries should I remove it?
That's a runtime library from Visual Studio.
MPX runtime library usage implies -lpthread.
Microsoft Visual C+ + runtime Library error in.
Microsoft Visual C+ + Runtime Library error R6002.
Microsoft Visual C++ Runtime Library Runtime error!
Added Cilk runtime library (libcilkrts) into GCC.
Kotlin runtime Specify here the runtime library kotlin-runtime.jar.
자세히보기

단어 번역에 의한 워드

최고 사전 질의

한국어 - 영어