Difference between r1.28 and the current
@@ -1,3 +1,10 @@
MKL
[[타입,type]]
'''class'''와 뜻이 비슷하다. cmp. / cf. [[type_class]] 라는 것도 있다.
{
[[WpEn:Type_class]] = https://en.wikipedia.org/wiki/Type_class
}
= (computer programming에서 말하는 class) =
이 클래스(`class`)는,,([[선언,declaration]]? [[정의,definition]]?),, 같은 집단(class)에 속하는 것들의 공통 [[속성,attribute]]과 [[행위,behavior]]를 정의하게 된다.
@@ -317,22 +324,43 @@
https://encyclopediaofmath.org/wiki/Characteristic_class
https://ncatlab.org/nlab/show/characteristic+class
https://en.wikipedia.org/wiki/Chern_class
https://encyclopediaofmath.org/wiki/Chern_class
https://ncatlab.org/nlab/show/Chern+class
https://encyclopediaofmath.org/wiki/Euler_class
https://ko.wikipedia.org/wiki/오일러_특성류
https://ncatlab.org/nlab/show/Euler+class
MKL [[Euler_characteristic]]
Sub:
== transitive class ==
[[transitive_class]] =,transitive_class . transitive_class
https://ncatlab.org/nlab/show/characteristic+class
[[Chern_class]] =,Chern_class . Chern_class
{
'''Chern class'''
MKL
complex_vector_bundle ... [[벡터다발,vector_bundle]]
WtEn:Chern_class
https://mathworld.wolfram.com/ChernClass.htmlhttps://en.wikipedia.org/wiki/Chern_class
https://encyclopediaofmath.org/wiki/Chern_class
https://ncatlab.org/nlab/show/Chern+class
}// Chern class ... Bing:"Chern class" NN:"Chern class"
https://encyclopediaofmath.org/wiki/Euler_class
https://ko.wikipedia.org/wiki/오일러_특성류
https://ncatlab.org/nlab/show/Euler+class
MKL [[Euler_characteristic]]
Pontryagin_class =,Pontryagin_class . Pontryagin_class
{
Pontryagin class
https://ko.wikipedia.org/wiki/폰트랴긴_특성류https://en.wikipedia.org/wiki/Pontryagin_class
NN:"Pontryagin class" Ggl:"Pontryagin class" Bing:"Pontryagin class"
}
== Wilf class ==
'''Wilf class'''
WpEn:Wilf_class
redir to WpEn:Wilf_equivalence
Rel
[[Wilf_equivalence]]
// Wilf class ... Bing:"Wilf class" Ggl:"Wilf class" Naver:"Wilf class"
== transitive class ==
[[transitive_class]] =,transitive_class . transitive_class
@@ -369,36 +397,13 @@
MKLINK
[[universal_set]]과?
[[유니버스,universe]] =유니버스,universe =,universe . universe
[[유니버스,universe]]
https://proofwiki.org/wiki/Definition:Universal_Class
https://ko.wikipedia.org/wiki/전체모임
"universal class"
Ggl:"universal class"
Ndict:"universal class"
} //"universal class" .... Ggl:"universal class" Ndict:"universal class"
== equivalence class (relation theory) ==
[[동치류,equivalence_class]] =동치류,equivalence_class =,equivalence_class 동치류 equivalence_class
MKL
타입,type
타입,type
class와 뜻이 비슷하다. cmp. / cf. type_class 라는 것도 있다.
Contents
1. (computer programming에서 말하는 class) ¶
이 클래스(
class
)는(선언,declaration? 정의,definition?) 같은 집단(class)에 속하는 것들의 공통 속성,attribute과 행위,behavior를 정의하게 된다.2.1. abstract class ¶
추상클래스,abstract_class =추상클래스,abstract_class =,abstract_class 추상클래스 abstract_class
- Java의 interface? chk
{
abstract class
- Java의 interface? chk
{
abstract class
일반적으로 상속,inheritance관계에서 상위클래스 = 추상클래스, 하위클래스 = 구체클래스 ? or 항상? - rel. template_method_pattern
2.2. concrete class ¶
구체클레스,concrete_class =구체클레스,concrete_class =,concrete_class 구체클레스 concrete_class
{
concrete class
구체클레스?? 대충한번역인데... 다른 대안이 없을듯??
{
concrete class
구체클레스?? 대충한번역인데... 다른 대안이 없을듯??
반대 개념: 추상클래스,abstract_class
2.3. 메타클래스 metaclass ¶
메타클래스,metaclass 메타클래스,metaclass =,metaclass 메타클래스 metaclass
{
Python의 경우
type 클래스를 상속받아
via https://wikidocs.net/21056
Ndict x
metaclass
... 메타클래스 metaclass
metaclass
메타클래스
메타클래스+metaclass
}
{
Python의 경우
type()
이 바로 metaclass.type 클래스를 상속받아
__new__
메서드를 override하면 커스텀 메타 클래스를 만들 수 있다.via https://wikidocs.net/21056
Ndict x
metaclass
... 메타클래스 metaclass
metaclass
메타클래스
메타클래스+metaclass
}
2.5. class loader ¶
Java, JVM에만?
암튼 3가지가 있는데 - via https://mygumi.tistory.com/115
로더,loader
로딩,loading
자바,Java
JVM
암튼 3가지가 있는데 - via https://mygumi.tistory.com/115
- bootstrap class loader
- extension class loader
- system class loader
로더,loader
로딩,loading
자바,Java
JVM
2.6. virtual class ¶
https://en.wiktionary.org/wiki/virtual_class
https://en.wikipedia.org/wiki/Virtual_class
virtual_base_class
https://en.wikipedia.org/wiki/Virtual_class
virtual base class
virtual base classvirtual_base_class
2.8. inner class ¶
2.9. anonymous class ¶
3. MKLINK ¶
클래스는
정의,definition와
선언,declaration이 언어에 따라 다를수 있는가?? qqq
클래스는
인스턴스,instance를 만드는 틀이 되며 그걸
인스턴스화,instantiation라고 하는데 (C++의 new, ....) - rel. 생성자,constructor / destructor / finalizer
정의,definition와
선언,declaration이 언어에 따라 다를수 있는가?? qqq
클래스는
인스턴스,instance를 만드는 틀이 되며 그걸
인스턴스화,instantiation라고 하는데 (C++의 new, ....) - rel. 생성자,constructor / destructor / finalizer
클래스는 상속,inheritance을 하기도 - 다른 클래스와의 관계
3.2. base class ¶
3.4. subclass (syn. derived class ? chk) ¶
subclass
= https://en.wiktionary.org/wiki/subclass
= https://en.wikipedia.org/wiki/Subclass
= https://en.wiktionary.org/wiki/subclass
"An object class derived from another class (its superclass) from which it inherits a base set of properties and methods."
Subclass= https://en.wikipedia.org/wiki/Subclass
3.5. superclass ¶
superclass
= https://en.wiktionary.org/wiki/superclass
"A high-level class that passes attributes and methods down the hierarchy to subclasses." // high-level_class ... 그럼 low-level_class도?
= https://en.wiktionary.org/wiki/superclass
"A high-level class that passes attributes and methods down the hierarchy to subclasses." // high-level_class ... 그럼 low-level_class도?
3.6. 부모클래스 자식클래스 etc. // parent class / child class? children class? offspring class??? .... / .... ¶
4. math의 class ¶
수학(set theory, category theory, abstract algebra)의 class는 뭘로하지? // 집합론,set_theory 범주론,category_theory 추상대수,abstract_algebra or 추상대수학,abstract_algebra
부류,class? =부류,class =,class 부류 class // 는 어떨지... 부류 class 부류 class 부류 class
{
class kms class => https://www.kms.or.kr/mathdict/list.html?key=ename&keyword=class
보면 '류'?
보통 family => 족, class => 류 로 번역하는듯?
부류,class? =부류,class =,class 부류 class // 는 어떨지... 부류 class 부류 class 부류 class
{
class kms class => https://www.kms.or.kr/mathdict/list.html?key=ename&keyword=class
보면 '류'?
보통 family => 족, class => 류 로 번역하는듯?
가능한 번역어는
{
클래스 (이 페이지에서 쓰고 있음, 저건 CS/CE에서 쓰게 놔둬야할듯)
부류
류
계급 (kms class: '류, 계급')
...
}
{
클래스 (이 페이지에서 쓰고 있음, 저건 CS/CE에서 쓰게 놔둬야할듯)
부류
류
계급 (kms class: '류, 계급')
...
}
4.1. (Sub시작) (수학에서 말하는 class) ¶
앞으로 CS의 class와 분리하는 게 좋겠는데, pagename?
class를 나누는 행동이 classification? - 분류,classification? <- classification의 etymology: class 에서? quite sure, chk
random links:
characteristic_class =,characteristic_class =,characteristic_class . characteristic_class
characteristic_class ??
특성,characteristic 클래스,class:
https://ko.wikipedia.org/wiki/특성류
https://en.wikipedia.org/wiki/Characteristic_class
https://ja.wikipedia.org/wiki/特性類
https://encyclopediaofmath.org/wiki/Characteristic_class
https://ncatlab.org/nlab/show/characteristic class
characteristic_class ??
특성,characteristic 클래스,class:
https://ko.wikipedia.org/wiki/특성류
https://en.wikipedia.org/wiki/Characteristic_class
https://ja.wikipedia.org/wiki/特性類
https://encyclopediaofmath.org/wiki/Characteristic_class
https://ncatlab.org/nlab/show/characteristic class
Chern_class
https://mathworld.wolfram.com/ChernClass.html
https://en.wikipedia.org/wiki/Chern_class
https://encyclopediaofmath.org/wiki/Chern_class
https://ncatlab.org/nlab/show/Chern class
}// Chern class ... Chern class Chern class
https://mathworld.wolfram.com/ChernClass.html
https://en.wikipedia.org/wiki/Chern_class
https://encyclopediaofmath.org/wiki/Chern_class
https://ncatlab.org/nlab/show/Chern class
}// Chern class ... Chern class Chern class
https://encyclopediaofmath.org/wiki/Euler_class
https://ko.wikipedia.org/wiki/오일러_특성류
https://ncatlab.org/nlab/show/Euler class
MKL Euler_characteristic
https://ko.wikipedia.org/wiki/오일러_특성류
https://ncatlab.org/nlab/show/Euler class
MKL Euler_characteristic
Pontryagin_class =,Pontryagin_class . Pontryagin_class
{
Pontryagin class
https://ko.wikipedia.org/wiki/폰트랴긴_특성류
https://en.wikipedia.org/wiki/Pontryagin_class
Pontryagin class Pontryagin class Pontryagin class
}
{
Pontryagin class
https://ko.wikipedia.org/wiki/폰트랴긴_특성류
https://en.wikipedia.org/wiki/Pontryagin_class
Pontryagin class Pontryagin class Pontryagin class
}
4.3. transitive class ¶
4.5. equivalence class (relation theory) ¶
동치류,equivalence_class =동치류,equivalence_class =,equivalence_class 동치류 equivalence_class
{
equivalence class
{
equivalence class
동치류? 동치클래스?
equivalence class
equivalence class
"equivalence class"
} of relation_theory (curr goto 관계,relation?action=highlight&value=relation_theory)
equivalence class
"equivalence class"
} of relation_theory (curr goto 관계,relation?action=highlight&value=relation_theory)
4.7. conjugacy class (of group theory) ¶
켤레,conjugate - also in there
conjugacy ?? =,conjugacy . conjugacy { conjugacy conjugacy conjugacy conjugacy }
https://proofwiki.org/wiki/Definition:Conjugacy_Class
conjugacy ?? =,conjugacy . conjugacy { conjugacy conjugacy conjugacy conjugacy }
https://proofwiki.org/wiki/Definition:Conjugacy_Class
... conjugacy.class
conjugacy class
conjugacy class
conjugacy class
"conjugacy class"
} of 군론,group_theory
conjugacy class
conjugacy class
conjugacy class
"conjugacy class"
} of 군론,group_theory
4.8. complexity class ¶
P, NP 등.
복잡도,complexity - 복잡도,complexity
esp
계산복잡도,computational_complexity - 시간복잡도,time_complexity 공간복잡도,space_complexity
복잡도,complexity - 복잡도,complexity
esp
계산복잡도,computational_complexity - 시간복잡도,time_complexity 공간복잡도,space_complexity
REL
계산복잡도,computational_complexity { curr 계산,computation 복잡도,complexity 시간복잡도,time_complexity 공간복잡도,space_complexity }
계산복잡도,computational_complexity { curr 계산,computation 복잡도,complexity 시간복잡도,time_complexity 공간복잡도,space_complexity }
Complexity_class
complexity class
complexity class
"complexity class"
} of 계산가능성이론,computability_theory { https://proofwiki.org/wiki/Definition:Computability_Theory ... Computability.Theory 계산가능성이론 }
complexity class
complexity class
"complexity class"
} of 계산가능성이론,computability_theory { https://proofwiki.org/wiki/Definition:Computability_Theory ... Computability.Theory 계산가능성이론 }
4.10. class (class theory) ¶
https://proofwiki.org/wiki/Definition:Class_(Class_Theory)
= https://proofwiki.org/wiki/Definition:Class_(Class_Theory)
= https://proofwiki.org/wiki/Definition:Class_(Class_Theory)
https://proofwiki.org/wiki/Definition:Class (disambiguation page)
class_theory =,class_theory . class_theory
{
class theory
class_theory x 2023-10-04
Class_theory ?
Class_theory ?
{
class theory
class_theory x 2023-10-04
Class_theory ?
Class_theory ?
}
....
5.3. 2nd class xxx ¶
second-class =,second-class . second-class
second_class =,second_class . second_class
https://en.wiktionary.org/wiki/second-class_object#English
https://en.wiktionary.org/wiki/second-class_citizen#English
https://en.wiktionary.org/wiki/second-class_value#English
second_class =,second_class . second_class
https://en.wiktionary.org/wiki/second-class_object#English
https://en.wiktionary.org/wiki/second-class_citizen#English
https://en.wiktionary.org/wiki/second-class_value#English
5.4. 3rd class xxx ¶
third-class =,third-class . third-class
third_class =,third_class . third_class
https://en.wiktionary.org/wiki/third-class_object#English
third_class =,third_class . third_class
https://en.wiktionary.org/wiki/third-class_object#English
----
- [1] https://foldoc.org/class 1.의 마지막 문장 "A class may be an abstract class or a concrete class."