VI Component Iteration

map and filter

2022년 12월 3일
·
0개의 댓글
·

V DOM에 직접접근:ref

Ref(useRef는 나중에)

2022년 12월 3일
·
0개의 댓글
·
post-thumbnail

Ⅲ 컴포넌트

component - props and state

2022년 11월 29일
·
0개의 댓글
·

Constructor, Destructor

class name이랑 같다return type이 존재하지 않는다(실제로도 return value가 없다.).object 생성시 단 한번 생성된다.new keyword를 이용해야 object생성시 호출된다.malloc형태로 호출하는 경우 constructor는 생성되지

2022년 6월 28일
·
0개의 댓글
·

Named Constructor Idiom

Named Constructor는 constructor의 특성상 존재하지 않는다.실제 Constructor는 private section에 작성하고, public section에 있는 method를 통해 해당 constructor에 접근static으로 하는 것에 비해

2022년 6월 28일
·
0개의 댓글
·

Edge Detection

물체의 경계에서는 명암 값에 급격한 변화가 일어난다는 것을 알 수 있다. 에지는 이러한 변화가 일어나는 지점일 가능성이 매우 크므로 이를 이용하여 에지를 검출 할 수 있다.$f\\prime(x)={df \\over dx}=\\lim\_{\\vartriangle x\\t

2022년 6월 26일
·
0개의 댓글
·