More actions
imported>Unknown No edit summary |
(Repair batch-0001 pages from live compare) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
__TOC__ | __TOC__ | ||
== Major == | == Major == | ||
=== | === EngineeringMathmethicsClass === | ||
[http://www.yes24.com/Goods/FTGoodsView.aspx?goodsNo=1949638&CategoryNumber=002001026004 Advanced Engineering Mathematics 9/E] | [http://www.yes24.com/Goods/FTGoodsView.aspx?goodsNo=1949638&CategoryNumber=002001026004 Advanced Engineering Mathematics 9/E] | ||
[http://www.aladdin.co.kr/shop/wproduct.aspx?ISBN=8971291346 최신 공업수학] | [http://www.aladdin.co.kr/shop/wproduct.aspx?ISBN=8971291346 최신 공업수학] | ||
| Line 13: | Line 13: | ||
[http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-045JSpring-2005/CourseHome/index.htm MIT open course ware] [[Special:BookSources/0534950973|ISBN 0534950973]] | [http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-045JSpring-2005/CourseHome/index.htm MIT open course ware] [[Special:BookSources/0534950973|ISBN 0534950973]] | ||
[http://165.194.9.6/bbs/zboard.php?id=061_21409_01_52 Home] | [http://165.194.9.6/bbs/zboard.php?id=061_21409_01_52 Home] | ||
CompilerExercises.ppt | |||
=== | === DatabaseClass === | ||
[http://kangcom.com/common/bookinfo/bookinfo.asp?sku=200309190006 Database Design Concept] | [http://kangcom.com/common/bookinfo/bookinfo.asp?sku=200309190006 Database Design Concept] | ||
| Line 62: | Line 62: | ||
[http://cslab.cse.cau.ac.kr/lecture_view.asp?num=1 Home] | [http://cslab.cse.cau.ac.kr/lecture_view.asp?num=1 Home] | ||
.bashrc | |||
.vimrc | |||
set nocompatible | set nocompatible | ||
set title | set title | ||
| Line 81: | Line 81: | ||
set mouse=n | set mouse=n | ||
syntax on | syntax on | ||
getch.c | |||
* Assignment | * Assignment | ||
| Line 91: | Line 91: | ||
== Past == | == Past == | ||
[[Class/2006Fall]] | [[Class/2006Fall]] | ||
Latest revision as of 23:56, 26 March 2026
Major
EngineeringMathmethicsClass
Advanced Engineering Mathematics 9/E 최신 공업수학 공업수학2006 각종 공식
CompilerDesignClass
[1] [2] Compilers MIT open course ware ISBN 0534950973 Home CompilerExercises.ppt
DatabaseClass
- Assignment
- #1 is due on 20 Mar
- #2 is due on 10 Apr.
- #3 is due on 22 May.
- Team project
- Final Demonstration is 5 Jun.
ComputerGrapichsClass
Computer Graphics with Open GL 3rd Ed Home MIT open course ware Linear Algebra
- Assingment
- #1 is due to 20 Mar.
- Intersection - adaptive depth control, bounding volumes, first-hit Speedup
- Anti-aliasing - distributed RT
- Coloring - reflection, shade, texture...
- http://www.siggraph.org/education/materials/HyperGraph/raytrace/rtrace0.htm
- http://en.wikipedia.org/wiki/Ray_tracing
- http://en.wikipedia.org/wiki/Anti-aliasing
- http://web.cs.wpi.edu/~matt/courses/cs563/talks/dist_ray/dist.html
- http://www.cs.unc.edu/~rademach/xroads-RT/RTarticle.html
- http://www.3dsmax.net/4_article/rendering.htm
- Project
- #1 is due to 17 Apr.
- http://en.wikipedia.org/wiki/Isometric_projection
- #2 is due to 15 May.
- #3 is due on 29 May.
ComputerNetworkClass
LinuxSystemClass
Understanding the Linux Kernel (2nd Edition) MIT open courseware ISBN 1573980137 Home
.bashrc
.vimrc
set nocompatible set title set autoindent set bs=2 set viminfo='20,\"50 set ruler set number set background=light set softtabstop=4 set shiftwidth=4 set tabstop=4 set incsearch set vb set exrc set mouse=n syntax on
getch.c
- Assignment
- #1 is due on 5 May.
- #3 is due on 27 May.
- #2(Midterm substitution) is due on 16 Jun.