표준 라이브러리 영어 뜻 - 영어 번역 S

standard library
표준 라이브러리
규격 라이브러리
기본 라이브러리
standard libraries
표준 라이브러리
규격 라이브러리
기본 라이브러리

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

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
표준 라이브러리.
BorderColor DarkSlateGray.
언어 표준 라이브러리 헤더.
Language Standard Library Headers.
C 표준 라이브러리 헤더.
C standard library headers.
새로운 기능의 상당수는 C++0x 표준 라이브러리에서 소개된다.
A number of new features were introduced in the C++11 standard library.
C 표준 라이브러리의 헤더들은 C.
The C Standard Library.
또는 (만약 libclass.a 가 표준 라이브러리 경로 즉, /usr/local/lib 같은 곳에 위치한다면).
Or(if libclass.a is placed in standard library path, like/usr/local/lib).
C++ 표준 라이브러리.
C Plus Plus Standard Library.
Navigation-testing 아티팩트가 이제 Kotlin 표준 라이브러리에 대한 종속성을 갖습니다.
The navigation-testing artifact now has a dependency on the Kotlin standard library.
C 표준 라이브러리의 strftime(3)과 같다.
Strftime(3) from the C standard library.
Rust에 기여하기 - 언어, 컴파일러 및 표준 라이브러리.
Contributing to Rust- language, compiler, and the standard library· The Rust Programming Language.
To3 는 표준 라이브러리에서 lib2to3 로 제공됩니다;
To3 is available in the standard library as lib2to3;
Mutex와 MutexGuard에 대한 표준 라이브러리 API 문서가 유용한 정보를 제공합니다.
The standard library API documentation for Mutex and MutexGuard will have useful information.
C++ 표준 라이브러리 헤더 파일 - cppreference. com.
C++ Standard Library headers- cppreference. com.
So(또는 일부 플랫폼에서, mylib.sl)가 설치 표준 라이브러리 디렉터리로부터 사전 로드되게 한다.
So(or on some platforms, mylib.sl) to be preloaded from the installation's standard library directory.
모든 표준 라이브러리 (C 또는 C++)가 커널 모드에 있는 것은 아닙니다.
Not all of the standard libraries(C or C++) are present in kernel mode.
파이썬 3.3 이후, 그것의 서브 세트는 venv 모듈 아래 표준 라이브러리에 통합 되었습니다.
Since Python 3.3 a subset of it has been integrated into the standard library under the venv module.
모든 표준 라이브러리 (C 또는 C++)가 커널 모드에서 지원되는 것은 아닙니다.
Not all of the standard libraries(C or C++) are present in kernel mode.
사실, 아마도 펑터를 직접 정의할 일이 결코 없을테지만, 표준 라이브러리에서 펑터를 분명히 보게 될 것이다.
Actually, you may never have to define a functor yourself, but you will surely encounter them in the standard library.
표준 라이브러리 개발자나 커널 해커만이 ipc에 관하여 알 필요가 있다.
Only standard library implementors and kernel hackers need to know about ipc.
이 문법에서, radius는 표준 라이브러리의 option 타입에 싸여집니다. 값은 기본적으로 None이 됩니다.
When given in this syntax, radius is wrapped in the standard library's option type, defaulting to None.
표준 라이브러리의 Int32 모듈을 확인하세요. JS 컴파일 용이라면, Js. Int를 확인하세요.
See the Int32 module in the standard library. For JS compilation, see Js. Int.
E로 TNB 요구 사항을 충족하는 자체 표준 라이브러리와 템플릿을 개발해 자체적으로 전기 도면을 생성하고 있습니다.".
E to produce electrical drawings autonomously by developing their own standard libraries and templates that meet TNB requirements.".
단지 표준 라이브러리 수행자나 해커들만이 socketcall를 알 필요가 있다.
Only standard library implementors and kernel hackers need to know about socketcall.
그렇다면 여러분은 왜 모든 기초 타입이 아토믹하지 않은지,그리고 표준 라이브러리 타입은 왜 기본적으로 Arc을 구현에 이용하지 않는지를 궁금해 할런지도 모르겠습니다.
You might then wonder why allprimitive types aren't atomic, and why standard library types aren't implemented to use Arc by default.
Rustc가 표준 라이브러리 코드에서 패닉(panic)이 일어났다고 하는데, 제 코드의 실수를 어떻게 찾을 수 있을까요?
Rustc said a panic occurred in standard library code. How do I locate the mistake in my code?
그것은 다른 언어와 도구와 통합을 위한 강력한 지원을 제공 하 고, 광범위 한 표준 라이브러리와 함께 제공, 그리고 몇 일 안에 배울 수 있습니다.
It offers strong support for integration with other languages and tools, and comes with extensive standard libraries, and can be learned in a few days.
To3 는 표준 라이브러리에서 lib2to3 로 제공됩니다; 독립적으로 실행할 수 있는 스크립트는 Tools/scripts/2to3 로 제공됩니다.
To3 is available in the standard library as lib2to3; a standalone entry point is provided as Tools/scripts/2to3.
예를 들면, '$libdir/mylib' 설정은 mylib.so(또는 일부 플랫폼에서, mylib. sl)가 설치 표준 라이브러리 디렉터리로부터 사전 로드되게 한다.
For example,'$libdir/mylib' would cause mylib. so(or on some platforms,mylib. sl) to be preloaded from the installation's standard library directory.
Getline()은 C++의 표준 라이브러리 함수이며 입력 스트림에서 문자열 또는 줄을 읽는 데 사용됩니다.
Getline() is a standard library function in C++ and is used to read a string or a line from input stream.
표준 라이브러리 문서에는 ::Args 이 Iterator 트레잇을 구현하고 있다는 것 역시 언급하고 있으 므로, next 메서드를 호출 할 수 있다는 것을 알 수 있습니다!
The standard library documentation also mentions that std:: env::Args implements the Iterator trait, so we know we can call the next method on it!
결과: 69, 시각: 0.0378

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

C++ 표준 라이브러리 헤더 파일은 확장자가 없습니다.
자바는 언어와 표준 라이브러리 차원에서 멀티스레드를 지원한다.
펄 스크립트가 펄 표준 라이브러리 디렉토리 내에서 Math.
3: C언어 표준 라이브러리 함수 가이드 집필을 시작하였습니다.
심지어 파이썬 표준 라이브러리 모듈에도 광범위한 다양성이 존재한다.
TR1을 포함한 표준 라이브러리 구성요소와 편안한 친구가 되자.
난수는 표준 라이브러리 함수 rand()를 호출하면 생성할 수 있다.
표준 라이브러리 • C++에서는 유용한 클래스를 표준 라이브러리로 제공.
이처럼 스위프트 표준 라이브러리 타입의 기능은 대부분 익스텐션으로 구현되어 있습니다.
unittest 는 파이썬 표준 라이브러리 중 아주 유용한 테스트 모듈입니다.

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

Knowledge of standard library policies, practices and methods.
Java also has standard libraries for doing mathematics.
The well written standard library also helps.
Its standard library is quite extensive also.
X10 has a standard library of data structures.
This chapter describes the standard library package.
Debugging components API in standard libraries works fine. 1.
You get Metrowerk's own thread-safe standard libraries as well.
Improved typechecking for some standard library functions.
Let's get the standard library up-to-date again!
자세히보기

단어 번역에 의한 워드

S

의 동의어 표준 라이브러리

standard library

최고 사전 질의

한국어 - 영어