Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Classes: Difference between revisions

From ZeroWiki
(Repair MoniWiki formatting after migration)
(Repair batch-0001 pages from live compare)
 
Line 1: Line 1:
__TOC__
__TOC__
== Major ==
== Major ==
=== [[EngineeringMathmethicsClass]] ===
=== 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]
[[:File:CompilerExercises.ppt|CompilerExercises.ppt]]
CompilerExercises.ppt


=== [[DatabaseClass]] ===
=== 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]


[[:File:.bashrc|.bashrc]]
.bashrc


[[:File:.vimrc|.vimrc]]
.vimrc
  set nocompatible
  set nocompatible
  set title
  set title
Line 81: Line 81:
  set mouse=n
  set mouse=n
  syntax on
  syntax on
[[:File:getch.c|getch.c]]
getch.c


* Assignment
* Assignment

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

Database Design Concept

  • 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

    • #2 is due to 15 May.
  • #3 is due on 29 May.

ComputerNetworkClass

Home

  • Project
    • #1 is due to 27 Mar.
    • #2 is due to 10 Apr.
    • #3 is due to 15 May.
  • #4 is due to 29 May.

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.


Past

Class/2006Fall