Difference between r1.28 and the current
@@ -1,5 +1,5 @@
#noindex
----
Sub:
[[트리,tree]] [[구조,structure]], root가 있고 leaf로 내려오는.
[[트리,tree]] [[구조,structure]], root가 있고 leaf로 내려오는. [[레벨,level]]이 있는.
----
Sub:
@@ -9,6 +9,8 @@
[[filesystem_hierarchy]] - [[filesystem]], rel [[디렉터리,directory]]
aka [[directory_hierarchy]]? or directory_structure ?
OO에서.
[[singly_rooted_hierarchy]] =,singly_rooted_hierarchy =,singly_rooted_hierarchy . singly_rooted_hierarchy
{
aka [[directory_hierarchy]]? or directory_structure ?
[[프로세스,process]]도 (대개의 OS design에서?) '''hierarchy'''를 갖는다. parent process / child process / etc.
[[singly_rooted_hierarchy]] =,singly_rooted_hierarchy =,singly_rooted_hierarchy . singly_rooted_hierarchy
{
@@ -377,6 +379,8 @@
}// Boolean hierarchy .... Bing:"Boolean hierarchy" Ggl:"Boolean hierarchy"
[[parallel_inheritance_hierarchy]]
ADDHERE
ADDHERE
@@ -431,6 +435,7 @@
}
}
[[층,stratum]] (writing) - cmp: [[level]], [[layer]]와? // [[레벨,level]] [[레이어,layer]]
'''hierarchical''' adj.
}
'''hierarchical''' adj.
Sub:
filesystem_hierarchy - filesystem, rel 디렉터리,directory
프로세스,process도 (대개의 OS design에서?) hierarchy를 갖는다. parent process / child process / etc.
프로세스,process도 (대개의 OS design에서?) hierarchy를 갖는다. parent process / child process / etc.
OO에서.
singly_rooted_hierarchy =,singly_rooted_hierarchy =,singly_rooted_hierarchy . singly_rooted_hierarchy
{
aka singly-rooted_hierarchy ??
singly rooted hierarchy
https://en.wikipedia.org/wiki/Singly_rooted_hierarchy
"singly rooted hierarchy"
singly rooted hierarchy
} // singly rooted hierarchy
singly_rooted_hierarchy =,singly_rooted_hierarchy =,singly_rooted_hierarchy . singly_rooted_hierarchy
{
aka singly-rooted_hierarchy ??
singly rooted hierarchy
https://en.wikipedia.org/wiki/Singly_rooted_hierarchy
"singly rooted hierarchy"
singly rooted hierarchy
} // singly rooted hierarchy
fast-growing_hierarchy =,fast-growing_hierarchy =,fast-growing_hierarchy . fast-growing_hierarchy |=,FGH FGH
{
fast-growing hierarchy (FGH)
{
fast-growing hierarchy (FGH)
"fast-growing hierarchy (FGH)"
fast-growing hierarchy (FGH)
fast-growing hierarchy (FGH)
} // fast-growing hierarchy (FGH)
fast-growing hierarchy (FGH)
fast-growing hierarchy (FGH)
} // fast-growing hierarchy (FGH)
클래스위계,class_hierarchy =클래스위계,class_hierarchy =,class_hierarchy 클래스위계 class_hierarchy
{
class hierarchy
aka inheritance tree = inheritance_tree =,inheritance_tree . (we)
{
class hierarchy
aka inheritance tree = inheritance_tree =,inheritance_tree . (we)
Class_hierarchy = https://en.wikipedia.org/wiki/Class_hierarchy
2023-09-14 읽기
"A class hierarchy or inheritance tree''' in CS is a 분류,classification of object types, // link object_type ? or not?
denoting objects as the instantiations of classes (클래스,class is like a 청사진,blueprint, the 객체,object is what is built from that blueprint)
inter-relating the various classes by relationships such as
a class is a template
that defines the state and behavior common to objects of a certain kind. // OOP에서 클래스란 특정한 종류,kind의 객체들에 공통인 상태,state와 행동,behavior을 정의,definition한 틀,template(템플릿,template)이다.
A class can be defined in terms of other classes. // (그 외에도) 클래스 정의는 다른 클래스에 대해 할 수 있다. i.e. 다른 클래스를 가지고 그 관계를 서술하는 방법으로 할 수 있다.
The concept of class hierarchy in computer science is very similar to taxonomy =,taxonomy . taxonomy taxonomy taxonomy taxonomy taxonomy { Taxonomy_(biology) = https://en.wikipedia.org/wiki/Taxonomy_(biology) }, the classifications of 종,species. =,species . species { species species species 설명 species }
2023-09-14 읽기
"A class hierarchy or inheritance tree''' in CS is a 분류,classification of object types, // link object_type ? or not?
denoting objects as the instantiations of classes (클래스,class is like a 청사진,blueprint, the 객체,object is what is built from that blueprint)
inter-relating the various classes by relationships such as
- "inherits",
- "extends",
- "is an abstraction of",
- "an interface definition".
a class is a template
that defines the state and behavior common to objects of a certain kind. // OOP에서 클래스란 특정한 종류,kind의 객체들에 공통인 상태,state와 행동,behavior을 정의,definition한 틀,template(템플릿,template)이다.
A class can be defined in terms of other classes. // (그 외에도) 클래스 정의는 다른 클래스에 대해 할 수 있다. i.e. 다른 클래스를 가지고 그 관계를 서술하는 방법으로 할 수 있다.
The concept of class hierarchy in computer science is very similar to taxonomy =,taxonomy . taxonomy taxonomy taxonomy taxonomy taxonomy { Taxonomy_(biology) = https://en.wikipedia.org/wiki/Taxonomy_(biology) }, the classifications of 종,species. =,species . species { species species species 설명 species }
The relationships are specified in the science of object-oriented design(object-oriented_design) and object interface standards defined by popular use, language_designers (Java, C++, Smalltalk, Visual_Prolog) and standards committees for software_design like the Object_Management_Group =,Object_Management_Group . Object_Management_Group | =,OMG .{ Object Management Group Object_Management_Group Object_Management_Group Object_Management_Group Object Management Group Object Management Group "Object Management Group"}.
The class hierarchy can be as deep as needed. The 인스턴스변수,instance_variables들 and 메소드,methods들 are inherited down상속,inheritance through the 레벨,levels and can be redefined according to the requirement in a subclass. In general, the further down in the hierarchy a class appears, the more specialized its behavior.
When a message is sent to an object, // 메시지,message(of OO)가 객체,object로 전달되면,
it is passed up the inheritance tree // 트리,tree의 위로 올라간다 - 루트,root쪽으로...
starting from the class of the receiving object
until a definition is found for the method. 메소드,method 정의,definition
This process is called upcasting." // upcasting =,upcasting =,upcasting . upcasting { 업캐스팅 upcasting 업캐스팅 업캐스팅 upcasting .... opp. 다운캐스팅 - cmp.
When a message is sent to an object, // 메시지,message(of OO)가 객체,object로 전달되면,
it is passed up the inheritance tree // 트리,tree의 위로 올라간다 - 루트,root쪽으로...
starting from the class of the receiving object
until a definition is found for the method. 메소드,method 정의,definition
This process is called upcasting." // upcasting =,upcasting =,upcasting . upcasting { 업캐스팅 upcasting 업캐스팅 업캐스팅 upcasting .... opp. 다운캐스팅 - cmp.
"업캐스팅 다운캐스팅"
}
}
촘스키_위계,Chomsky_hierarchy
memory_hierarchy - curr at 메모리,memory?action=highlight&value=memory_hierarchy
von_Neumann_hierarchy =,von_Neumann_hierarchy =,von_Neumann_hierarchy . von_Neumann_hierarchy
{
von Neumann hierarchy
폰 노이만 위계
memory_hierarchy - curr at 메모리,memory?action=highlight&value=memory_hierarchy
von_Neumann_hierarchy =,von_Neumann_hierarchy =,von_Neumann_hierarchy . von_Neumann_hierarchy
{
von Neumann hierarchy
폰 노이만 위계
normalized ko:
폰노이만_위계 ?
폰노이만_위계 ?
MKLINK
von_Neumann_universe =,von_Neumann_universe =,von_Neumann_universe . von_Neumann_universe
{
von Neumann universe
von_Neumann_universe =,von_Neumann_universe =,von_Neumann_universe . von_Neumann_universe
{
von Neumann universe
Von_Neumann_universe
= https://en.wikipedia.org/wiki/Von_Neumann_universe
von Neumann universe
von Neumann universe
= https://en.wikipedia.org/wiki/Von_Neumann_universe
corresp. interwiki ko :
cumulative_hierarchy =,cumulative_hierarchy =,cumulative_hierarchy . cumulative_hierarchy
{
cumulative hierarchy
cumulative_hierarchy x 2023-11-11
누적_위계 = https://ko.wikipedia.org/wiki/누적_위계
https://ncatlab.org/nlab/show/cumulative hierarchy
...
"cumulative hierarchy"
cumulative hierarchy
cumulative hierarchy
} // cumulative hierarchy
"von Neumann universe"cumulative_hierarchy =,cumulative_hierarchy =,cumulative_hierarchy . cumulative_hierarchy
{
cumulative hierarchy
cumulative_hierarchy x 2023-11-11
누적_위계 = https://ko.wikipedia.org/wiki/누적_위계
https://ncatlab.org/nlab/show/cumulative hierarchy
...
"cumulative hierarchy"
cumulative hierarchy
cumulative hierarchy
} // cumulative hierarchy
von Neumann universe
von Neumann universe
} // von Neumann universe
자연수,natural_number
페아노_공리,Peano_axiom - 공리,axiom
서수 순서수 ordinal_number ordinal_number
집합론,set_theory
멱집합,power_set - 멱집합,power_set
well-founded_set =,well-founded_set =,well-founded_set . well-founded_set
{
well-founded_set = https://en.wiktionary.org/wiki/well-founded_set x 2023-11-11
https://proofwiki.org/wiki/Definition:Well-Founded_Set
자연수,natural_number
페아노_공리,Peano_axiom - 공리,axiom
서수 순서수 ordinal_number ordinal_number
집합론,set_theory
멱집합,power_set - 멱집합,power_set
well-founded_set =,well-founded_set =,well-founded_set . well-founded_set
{
well-founded_set = https://en.wiktionary.org/wiki/well-founded_set x 2023-11-11
https://proofwiki.org/wiki/Definition:Well-Founded_Set
"von Neumann hierarchy"
Von Neumann Hierarchy
von Neumann hierarchy
von Neumann hierarchy
} // von Neumann hierarchy
Von Neumann Hierarchy
von Neumann hierarchy
von Neumann hierarchy
} // von Neumann hierarchy
arithmetical_hierarchy =,arithmetical_hierarchy =,arithmetical_hierarchy . arithmetical_hierarchy
arithmetic_hierarchy =,arithmetic_hierarchy =,arithmetic_hierarchy . arithmetic_hierarchy /// syn. via wten
Kleene
Kleene-Mostowski hierarchy (syn. via? )
{
arithmetical hierarchy
arithmetic hierarchy
Kleene-Mostowski hierarchy
arithmetic_hierarchy =,arithmetic_hierarchy =,arithmetic_hierarchy . arithmetic_hierarchy /// syn. via wten
Kleene
Kleene-Mostowski hierarchy (syn. via? )
{
arithmetical hierarchy
arithmetic hierarchy
Kleene-Mostowski hierarchy
기타
https://en.wiktionary.org/wiki/Kleene_hierarchy (2023-12-11) 볼필요x, "Synonym of arithmetical hierarchy"
https://en.wiktionary.org/wiki/Kleene-Mostowski_hierarchy (2023-12-11) 볼필요x, "Synonym of arithmetical hierarchy"
named after: Stephen Cole Kleene and Andrzej Mostowski ... https://en.wikipedia.org/wiki/Andrzej_Mostowski https://ko.wikipedia.org/wiki/안제이_모스토프스키 / https://en.wikipedia.org/wiki/Stephen_Cole_Kleene https://ko.wikipedia.org/wiki/스티븐_클레이니
}
https://en.wiktionary.org/wiki/Kleene_hierarchy (2023-12-11) 볼필요x, "Synonym of arithmetical hierarchy"
https://en.wiktionary.org/wiki/Kleene-Mostowski_hierarchy (2023-12-11) 볼필요x, "Synonym of arithmetical hierarchy"
named after: Stephen Cole Kleene and Andrzej Mostowski ... https://en.wikipedia.org/wiki/Andrzej_Mostowski https://ko.wikipedia.org/wiki/안제이_모스토프스키 / https://en.wikipedia.org/wiki/Stephen_Cole_Kleene https://ko.wikipedia.org/wiki/스티븐_클레이니
}
} // Lévy+hierarchy
analytical_hierarchy =,analytical_hierarchy =,analytical_hierarchy . analytical_hierarchy
{
analytical_hierarchy ? qqqqqqqqq
{
analytical_hierarchy ? qqqqqqqqq
Analytical_hierarchy
= https://en.wikipedia.org/wiki/Analytical_hierarchy
... analytical hierarchy
}
= https://en.wikipedia.org/wiki/Analytical_hierarchy
... analytical hierarchy
}
projective_hierarchy =,projective_hierarchy =,projective_hierarchy . projective_hierarchy
{
projective hierarchy
{
projective hierarchy
polynomial_hierarchy =,polynomial_hierarchy =,polynomial_hierarchy . polynomial_hierarchy
{
다항식위계 ?
polynomial hierarchy
{
다항식위계 ?
polynomial hierarchy
Exponential_hierarchy
"exponential hierarchy"
exponential hierarchy
exponential hierarchy
... exponential.hierarchy
}
"exponential hierarchy"
exponential hierarchy
exponential hierarchy
... exponential.hierarchy
}
hierarchical_database_model =,hierarchical_database_model =,hierarchical_database_model . hierarchical_database_model
{
hierarchical database model
{
hierarchical database model
Up: data_model (we) curr see 데이터모델data_model or MKNEWPAGE -> =,data_model . data_model
{
data model
데이터모델
자료모델
{
data model
데이터모델
자료모델
data_model = https://en.wiktionary.org/wiki/data_model
https://en.wikipedia.org/wiki/Data_model
}
database_model(?) also ?
https://en.wikipedia.org/wiki/Data_model
}
database_model(?) also ?
"hierarchical database model"
hierarchical database model
hierarchical database model
hierarchical database model
}
hierarchical database model
hierarchical database model
hierarchical database model
}
hierarchical_clustering =,hierarchical_clustering =,hierarchical_clustering . hierarchical_clustering
{
hierarchical clustering
{
hierarchical clustering
Hierarchical_clustering = https://en.wikipedia.org/wiki/Hierarchical_clustering
"hierarchical clustering (also called hierarchical cluster analysis or HCA)"
분야: data_mining statistics 기계학습,machine_learning (we)Up: clustering
rel 분석(ie 덩이짓기) 결과는 트리,tree형태 , dendrogram =,dendrogram . dendrogram { dendrogram https://en.wikipedia.org/wiki/Dendrogram } 으로 나타냄 ,
hierarchical_query =,hierarchical_query =,hierarchical_query . hierarchical_query
{
hierarchical query
{
hierarchical query
Hierarchical_query redir to https://en.wikipedia.org/wiki/Hierarchical_and_recursive_queries_in_SQL
"hierarchical query"
hierarchical query
"hierarchical query"
hierarchical query
Grzegorczyk_hierarchy =,Grzegorczyk_hierarchy =,Grzegorczyk_hierarchy . Grzegorczyk_hierarchy
{
Grzegorczyk hierarchy
사람이름 발음?
Grzegorczyk_hierarchy ?
Grzegorczyk_hierarchy = https://en.wikipedia.org/wiki/Grzegorczyk_hierarchy
{
Grzegorczyk hierarchy
사람이름 발음?
국가? Poland
"The Grzegorczyk hierarchy (/ɡrɛˈɡɔːrtʃək/, Polish pronunciation: /ɡʐɛˈɡɔrt͡ʂɨk/), named after the Polish logician Andrzej Grzegorczyk, " // Andrzej_Grzegorczyk 1922-2014
Grzegorczyk_hierarchy ?"The Grzegorczyk hierarchy (/ɡrɛˈɡɔːrtʃək/, Polish pronunciation: /ɡʐɛˈɡɔrt͡ʂɨk/), named after the Polish logician Andrzej Grzegorczyk, " // Andrzej_Grzegorczyk 1922-2014
Grzegorczyk - 2023-11-13 현재 not in kornorms
Grzegorczyk_hierarchy ?
Grzegorczyk_hierarchy = https://en.wikipedia.org/wiki/Grzegorczyk_hierarchy
}
Boolean_hierarchy =,Boolean_hierarchy . Boolean_hierarchy
{
Boolean hierarchy
{
Boolean hierarchy
ADDHERE
ADDHERE
ADDHERE
ADDHERE
ADDHERE
ADDHERE
ADDHERE
ADDHERE
ADDHERE
ADDHERE
ADDHERE
ADDHERE
ADDHERE
ADDHERE
ADDHERE
비슷? / 위계를 성질,property로 가진 것
트리,tree
분류,classification
taxonomy taxonomy taxonomy
phylogeny phylogeny phylogeny
layer =,layer . ///// 2023-11-11 레이어,layer만들여졌는데 거기로 mv? or 계층,layer 역할 정해지고 아래 nest* 빠질때까지 defer? ////
{
레이어 ?
계층 ?
트리,tree
분류,classification
taxonomy taxonomy taxonomy
phylogeny phylogeny phylogeny
layer =,layer . ///// 2023-11-11 레이어,layer만들여졌는데 거기로 mv? or 계층,layer 역할 정해지고 아래 nest* 빠질때까지 defer? ////
{
레이어 ?
계층 ?
rel.
nested nesting =,nested =,nesting {
nested_procedure
nested_subroutine
nested_function .... https://mathworld.wolfram.com/NestedFunction.html https://en.wikipedia.org/wiki/Nested_function
nested_function_definition
nested_call
nested_structure s
nested_class
nested logarithm (also called the repeated logarithm or iterated logarithm)
https://mathworld.wolfram.com/NestedLogarithm.html
nested nesting =,nested =,nesting {
nested_procedure
nested_subroutine
nested_function .... https://mathworld.wolfram.com/NestedFunction.html https://en.wikipedia.org/wiki/Nested_function
nested_function_definition
nested_call
nested_structure s
nested_class
nested logarithm (also called the repeated logarithm or iterated logarithm)
https://mathworld.wolfram.com/NestedLogarithm.html
---
Nesting_(computing)
= https://en.wikipedia.org/wiki/Nesting_(computing)
= https://en.wikipedia.org/wiki/Nesting_(computing)
Nesting_(computing)
= https://en.wikipedia.org/wiki/Nesting_(computing)
= https://en.wikipedia.org/wiki/Nesting_(computing)
rel.
scope scope 스코프,scope ... 범위 ? 시야 ? esp lexical_scope
scoping scoping 스코핑,scoping ...?
recursion (recursive_structure)
scope scope 스코프,scope ... 범위 ? 시야 ? esp lexical_scope
scoping scoping 스코핑,scoping ...?
(저것 rel. range visibility / local vs nonlocal(non-local){ https://en.wikipedia.org/wiki/Non-local_variable } vs global / closure ...)
rel.recursion (recursive_structure)
}
}