자동차 수리
2012-04-10 17:48:14

대략 16,8500Km에서 엔진오일 교체

17,3500Km 에서 엔진오일 및 브레이크패드, 타이어 점검 + 실내중앙등 교체

▼ more
work list
2012-04-10 17:41:19

1. 면담 준비 : word, 계획 ~ 4.12

2. MAP / SV : 과제 정보 및 종합 정보 ~ 4.15

3. 충남대 : Viterbi algorithm 분석 ~ 4.20

4. Thesis

- Method ~ 4.10

- Implement ~ 4.12

- 1st draft ~ 4.20

- Future work or other researches.. like CEM? ~ 4.26

5. problems to fix.

- preparing for moving.

▼ more
Syntactic sugar
2012-04-10 12:55:39

Syntactic sugar is a computer science term that refers to syntax within a programming language that is designed to make things easier to read or to express.

It makes the language "sweeter" for humans to use: things can be expressed more clearly, more concisely, or in an alternative style that some may prefer.

Specifically, a construct in a language is called syntactic sugar if it can be removed from the language without any effect on what the language can do: functionality and expressive power will remain the same. All applications of the construct can be systematically replaced with equivalents that do not use it. For instance, in imperative programming languages, for loops can be systematically replaced with while loops, which in turn can be systematically replaced with gotos.

More generally, the term is used to characterize syntax as being designed for ease of expression, for instance list comprehension in Python. In C#, the property construct may be called syntactic sugar: it is roughly, but not exactly equivalent to a getter-setter pair of functions.

Language processors, including compilers, static analyzers, and the like, often expand sugared constructs into more fundamental constructs before processing, a process sometimes called "desugaring".

▼ more
work list
2012-04-09 08:10:42

1. 면담 준비 : word, 계획 ~ 4.12

2. MAP / SV : 과제 정보 및 종합 정보 ~ 4.15

3. 충남대 : Viterbi algorithm 분석 ~ 4.20

4. Thesis

- Method ~ 4.9

- Implement ~ 4.12

- 1st draft ~ 4.20

- Future work or other researches.. like CEM? ~ 4.26

5. problems to fix.

- preparing for moving.

- fixing HMD

▼ more