subclass oor Koreaans

subclass

werkwoord, naamwoord
en
(taxonomy) A rank directly below class

Vertalings in die woordeboek Engels - Koreaans

아강

en
taxonomic rank
ko
생물 분류 계급
wikidata

세부 집단

en
class contained in some other class in the same way that a subset is a set contained in some other set
wikidata

하위 클래스

en
A classSchema object that inherits from some other classSchema object. For example, a subclass inherits structure and content rules from the parent object.
MicrosoftLanguagePortal

Geskatte vertalings

Vertoon algoritmies gegenereerde vertalings

Soortgelyke frases

instance or subclass of
해당 종류에 속해 있거나 해당 종류의 하위 개념이어야 함
subclass of
해당 종류의 하위 개념이어야 함

voorbeelde

Advanced filtering
Gleevec is limited in its use to only a couple of subclasses of tumors that express this tyrosine kinase at high concentrations, but I think the idea of it is one that can be translated outside.
Gleeve는 높은 농도에서 티로신 인산화 효소를 표현하는 종양의 하위분류에만 몇 번만 사용할 수 있게 되었습니다. 하지만 저는 이것의 개념이 밖에서 다른 것으로 변형되는 것이라고 봅니다.QED QED
The other subclass of gastropods was the Orthogastropoda.
복족강의 나머지 아강은 직복족아강(Orthogastropoda)이었다.WikiMatrix WikiMatrix
It is also possible to consider the EM algorithm as a subclass of the MM (Majorize/Minimize or Minorize/Maximize, depending on context) algorithm, and therefore use any machinery developed in the more general case.
기댓값 최대화 알고리즘을 MM (Majorize/Minimize 또는 Minorize/Maximize, 문맥에 따라서) 알고리즘 의 하위 분류로 간주하는 것도 또한 가능하고 그러므로 더욱 일반적인 경우에 대해 개발된 어떤 기구를 사용하는 것이 가능하다.WikiMatrix WikiMatrix
In some languages a class may be declared as non-subclassable by adding certain class modifiers to the class declaration.
일부 언어에서는 클래스 선언에 특정한 클래스 한정자를 추가함으로써 그 클래스가 상속 불가하다고 선언할 수 있다.WikiMatrix WikiMatrix
Vendor Specific Subclass
공급자 지정 하위 클래스KDE40.1 KDE40.1
Researchers have discovered that itch signals in their skin are transmitted via a subclass of the nerves that are associated with pain.
연구자들은 피부에 가려움의 신호가 통증과 관련된 신경의 하위 신경을 통해 전달된다는 사실을 발견했습니다.ted2019 ted2019
Or the compiler (or optimizer) may be able to detect that there are no subclasses of B1 anywhere in the program that override f1.
또는 컴파일러는 이 프로그램에서 f1을 오버라이드하는 B1의 하위 클래스는 없다고 탐지할 수 있다.WikiMatrix WikiMatrix
Boot Interface Subclass
부트 인터페이스 서브클래스KDE40.1 KDE40.1
Today, nine different AMA subclasses are distinguished (M1 to M9), of which M2 is the most important as a marker for primary biliary cirrhosis (PBC).
오늘날에는 9개의 상이한 AMA-아강(M1-M9)을 구분하고 있으며 그 중 M2는 원발 담즙성 간경변(PBC)의 표지로서 가장 중요한 항체입니다.ParaCrawl Corpus ParaCrawl Corpus
If you're developing an app that provides storage services for files (such as a cloud save service), you can participate in this unified UI for picking files by implementing a content provider as a subclass of the new DocumentsProvider class.
(클라우드 저장 서비스와 같이) 파일에 대한 저장소 서비스를 제공하는 앱을 개발하는 경우, 콘텐츠 제공자를 새 DocumentsProvider 클래스의 서브클래스로 구현하여 파일을 선택할 수 있는 이 통합 UI에 참여할 수 있습니다.ParaCrawl Corpus ParaCrawl Corpus
A content provider is implemented as a subclass of ContentProvider and must implement a standard set of APIs that enable other apps to perform transactions.
콘텐츠 제공자는 ContentProvider 의 서브클래스로 구현되며, 다른 앱이 트랜잭션을 수행할 수 있도록 활성화하는 표준 API 집합을 구현해야 합니다.ParaCrawl Corpus ParaCrawl Corpus
While a single screen is implemented as an Activity subclass, consider implementing individual content panels as Fragment subclasses.
단일 화면을 Activity 서브클래스로 구현할 때 개별 콘텐츠 패널을 Fragment 서브클래스로 구현하는 것을 고려해 보세요.ParaCrawl Corpus ParaCrawl Corpus
Apply for the Work and Holiday visa (Subclass 462) if you are from:
아래 국가의 국민은 취업관광 비자인 취업관광 비자(Subclass 462)를 신청하십시오.ParaCrawl Corpus ParaCrawl Corpus
When the content for your layout is dynamic or not pre-determined, you can use a layout that subclasses AdapterView to populate the layout with views at runtime.
레이아웃의 콘텐츠가 동적이거나 미리 정의되지 않은 경우, AdapterView 의 서브클래스가 되는 레이아웃을 사용하여 런타임에 뷰로 레이아웃을 채울 수 있습니다.ParaCrawl Corpus ParaCrawl Corpus
Electronic Travel Authority visa  (subclass 601) This visa allows you to visit Australia as many times as you want, for up to a year, and stay for three months each visit.
eVisitor(Subclass 651) 최대 3개월까지 관광이나 업무 목적으로 호주를 방문하는 경우 전자식으로 비자를 입력하는 시스템입니다.ParaCrawl Corpus ParaCrawl Corpus
Since ColorModel can be subclassed, subclasses inherit the implementation of this method and if they don't override it then they throw an exception if they use an unsupported transferType. Overrides: coerceData in class ColorModel
ColorModel 는 상속가 가능해서, 서브 클래스는 이 메서드의 구현을 상속합니다. 서브 클래스가 그 구현을 오버라이드(override) 하지 않는 경우, 지원되어 있지 않은 transferType를 사용하고 있으면, 예외가 발생 됩니다.ParaCrawl Corpus ParaCrawl Corpus
If you are the parent, guardian or relative of a student, you can apply for a Student Guardian Visa (subclass 590).
학생의 부모, 보호자, 또는 친척은 학생 보호자 비자(Student Guardian Visa-subclass 590)를 신청할 수 있습니다.ParaCrawl Corpus ParaCrawl Corpus
Each subclass of SelectableChannel defines an validOps() method which returns a set identifying just those operations that are supported by the channel.
SelectableChannel 개개의 서브 클래스는 validOps() 메서드를 정의해, 이 메서드는 채널에 의해 지원 되는 조작만을 나타내는 세트를 리턴합니다.ParaCrawl Corpus ParaCrawl Corpus
Every Sinatra application corresponds to a subclass of Sinatra::Base .
모든 Sinatra 애플리케이션은 Sinatra::Base 의 서브클래스에 대응됩니다.ParaCrawl Corpus ParaCrawl Corpus
There are two types of Working Holiday Maker visas: Working Holiday visa (Subclass 417) and Work and Holiday visa (Subclass 462).
워킹 홀리데이 메이커 프로그램 해당 비자: 워킹 홀리데이 비자(Subclass 417)와 취업관광 비자(Subclass 462) 두 가지가 있습니다. 신청자의 국적에 따라 신청해야 하는 비자가 달라집니다.ParaCrawl Corpus ParaCrawl Corpus
IntentService This is a subclass of Service that uses a worker thread to handle all of the start requests, one at a time.
IntentService 이것은 Service 서브클래스로, 작업자 스레드를 사용하여 모든 시작 요청을 처리하되 한 번에 하나씩 처리합니다.ParaCrawl Corpus ParaCrawl Corpus
Typically this will be a CursorLoader , but you can implement your own Loader subclass.
이것은 일반적으로 CursorLoader 이지만, 자신만의 Loader 서브클래스를 구현할 수 있습니다.ParaCrawl Corpus ParaCrawl Corpus
Subclasses can create an alternative strategy, which might keep state. Constructor Detail
서브 클래스는 상태를 유지하는 다른 방법을 작성할 수 있습니다. 생성자 상세ParaCrawl Corpus ParaCrawl Corpus
Direct Known Subclasses: Expression public class Statement extends Object A Statement object represents a primitive statement in which a single method is applied to a target and a set of arguments - as in "a.setFoo(b)" .
public class Expression extends Statement Expression 객체는 타겟과 복수의 인수에 단일의 메서드를 적용하는 것으로써, 단일의 반환값 ("a.getFoo()" 인 경우와 같이)를 얻을 수 있는 원시적식입니다.ParaCrawl Corpus ParaCrawl Corpus
To ensure that the new attribute values fall in the same category as the standard attribute values, the new attribute class must be a subclass of the standard attribute class.
새로운 속성값이 표준 속성값와 같은 카테고리안에 들어오도록 하려면, 새로운 속성 클래스를 표준 속성 클래스의 서브 클래스로 하지 않으면 안됩니다.ParaCrawl Corpus ParaCrawl Corpus
64 sinne gevind in 8 ms. Hulle kom uit baie bronne en word nie nagegaan nie.