Jgtony Developer blog

Freelancer Web Matching Service

Freelancer - Client Web Matching Service

Using nodejs (backend) + reactjs (frontend)

Full responsive application

Database Relational Model

ISA (is-a) Hierarchies

만약 A ISA B 라고 한다면, 모든 A entity 는 B entity 로서 간주된다.

ex) Employees ISA Contract_Employees

Superclass(A) 의 속성들을 subclass(B) 에게 적용시키기(물려주기) 위해 사용한다.

Relationship 에서 entity 를 identify 하기 위해 사용한다.

Database Basic Concept

Database Definition

컴퓨터의 활용 범위가 확대됨에 따라 모든 분야에서 사용하는 관계된 데이터들의 집합

데이터란 알려진, 또는 기록된 사실들

책의 한 페이지, 명함 등

Compiler Design : DFA & NFA Quiz

Regular Expression, Design deterministic finite automata, Thompson’s construction algorithm, Subset construction algorithm 를 사용하여 문제를 풀고 있다.

Compiler Design : Lexical Analysis

2018년도 2학기 연세대학교 Compiler Design Lexical Analysis 수업내용이다

Compiler에서 Scanner의 Token 생성방법과 알고리즘을 배운다