INITIALIZES 한국어 뜻 - 한국어 번역 S

initializes
초기 화 합니다
initializes
활용 동사

영어에서 Initializes 을 사용하는 예와 한국어로 번역

{-}
  • Programming category close
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
Initializes the Class.
클래스 초기화 Initializing the Class¶.
It declares P2 and initializes it to a new point.
P2를 선언하고 새로운 지점으로 그것을 초기화합니다.
Initializes a new instance of this class.
이 클래스의 새로운 인스턴스를 초기화합니다.
The above method initializes your selected hard disk;
위의 방법은 선택한 하드 디스크를 초기화합니다.
Initializes all constants used in the syslog functions.
Syslog 함수에 사용되던 모든 상수들을 초기화합니다.
The onCreate method initializes the WebView framework.
OnCreate 메소드는 WebView 프레임워크를 초기화합니다.
This initializes the variable num to 10 at the beginning of the program execution.
이것은 10에 프로그램 실행 시작되는 시점에 숫자 가변을 초기화한다.
The first line declares point P1 and initializes it to a new point.
첫 번째 행은 포인트 p1을 선언하고 새로운 포인으로 그것을 초기화합니다.
Therefore, new Quat() initializes all primitive members to their default value.
따라서, new Quat()는 모든 기본 멤버를 기본 값으로 초기화합니다.
Evaluation of property default values occurs only when the value is first needed, and only once when MATLAB first initializes the class.
속성의 디폴트 값에 대한 계산은 값이 처음으로 필요해진 경우에만 수행되며 MATLAB이 클래스를 최초로 초기화할 때 한 번만 수행됩니다.
CountPrescaler initializes the counter to 0.
CountPrescaler 함수 사용시 기존 카운터값은 지워지고, 0 으로 초기화 됩니다.
Initializes a new instance of the DateTime structure to the specified year, month, and day.
DateTime 구조체의 새 인스턴스를 지정된 달력의 지정된 연도, 월 및 날짜로 초기화합니다.
This relinquishes root status and initializes the SVGAlib library.
이것은 root 권한의 상태를 포기하고 SVGAlib 라이브러리를 초기화 시킨다.
It initializes a track, writing disk address fields and data sectors and setting bad sector flags.
그것은 디스크 주소 필드와 자료 분야를 쓰고 잘못된 섹터 깃발을 놓는 대위를 초기화한다.
When you create the first C script, Godot initializes the C project files for your Godot project.
첫 C 스크립트를 생성하면, Godot는 Godot 프로젝트를 위한 C 프로젝트 파일을 초기화합니다.
Initializes a website. If no folder is provided, Hexo will set up the website in the current directory.
웹 사이트를 초기화합니다. folder가 준비되어 있지 않다면 Hexo는 현재 디렉토리에 웹 사이트를 세팅합니다.
The assignment operator(a= b) initializes or updates the value of a with the value of b.
Assignment operator (a = b): b의 값으로 a의 값을 초기화 또는 업데이트.
Initializes a new instance of the CursorEventArgs class with the specified chart area, axis, and cursor position.
새 범위에 대한 지정된 차트 영역, 축, 시작 및 끝 위치를 사용하여 CursorEventArgs 클래스의 새 인스턴스를 초기화합니다.
Without being repetitive from previous posts, the program initializes the ports for the LEDs and sets the timer/counter 1(the 16-bit timer).
이전 게시물에서 반복되지 않고, 프로그램은 LED에 대한 포트를 초기화하고 타이머 / 카운터 1 (16 비트 타이머) 본보기를 설정합니다.
Vector(10); initializes the vector with ten elements, which are filled with a default-constructed MyClass object.
예를 들면 vector<MyClass>(10);는 벡터를 열개의 요소들로 초기화하며, 이것은 기본으로 구조화된 MyClass 객체로 채워진다.
The C++11 standard specifies an additional syntax,p new T{initializer1,…, initializerN}; that initializes each p to initializeri+1.
C++11 표준은 추가적인 문법을 명시하였다p new T {initializer1,…, initializerN}; 이것은 각 p를 initializeri로 초기화한다.
The sbuf_new() function initializes the sbuf pointed to by its first argument.
Sbuf_new() 함수는 최초의 인수로 가리켜진다 sbuf (을)를 초기화합니다.
If your class contains static fields, provide a static constructor that initializes them when the class is loaded.
클래스에 정적 필드가 포함된 경우 클래스가 로드될 때 정적 필드를 초기화하는 정적 생성자를 제공합니다. If your class contains static fields, provide a static constructor that initializes them when the class is loaded.
Therefore, new Basis() initializes all primitive members to their default value. Use Basis.
따라서 new Basis()는 모든 기본 멤버를 기본 값으로 초기화합니다.
Value types have an implicit default constructor that initializes the default value of that type.
각 값 형식에는 해당 형식의 기본값을 초기화하는 암시적 매개 변수 없는 생성자가 있습니다. Each value type has an implicit parameterless constructor that initializes the default value of that type.
In the same way, the engine initializes variables every time you create an instance, and this includes arrays and dictionaries.
같은 방식으로, 엔진은 매 시간 인스턴스를 만들 때마다 변수를 초기화합니다, 이것에는 배열과 딕셔너리도 포함됩니다.
The entry point of all Xamarin. iOS executables is provided by a function called xamarin_main, which initializes mono.
모든 Xamarin. ios 실행 파일의 진입점은 mono를 초기화 하는 xamarin_main이라는 라는 함수 에서 제공 됩니다. The entry point of all Xamarin. iOS executables is provided by a function called xamarin_main, which initializes mono.
Initializes a new instance of the HMACSHA512 class with a randomly generated key.
임의로 만들어진 키를 사용하여 HMACSHA512 클래스의 새 인스턴스를 초기화합니다. Initializes a new instance of the HMACSHA512 class with a randomly generated key.
Native Activity is an Android sample that initializes a GLES 2.0 context and reads accelerometer data from C code using Native Activity.
Native Activity Native Activity는 네이티브 액티비티를 사용하여 GLES 2 컨텍스트를 초기화하고 C 코드에서 가속도계 데이터를 읽는 Android 샘플입니다.
For most systems,the kernel doesn't have native graphics drivers but instead uses the"simplefb" infrastructure in which the bootloader initializes the display and the kernel just re-uses the pre-initialized framebuffer.
대부분의 시스템의 경우,커널에 네이티브 그래픽 드라이버가 없지만 대신에 "simplefb " 인프라스트럭쳐를 사용해 여기서 부트로더가 디스플레이를 초기화하고 커널이 초기화된 프레임버퍼를 재사용합니다.
결과: 36, 시각: 0.0426
S

의 동의어 Initializes

최고 사전 질의

영어 - 한국어