計算機概論 蘇木春 中央大學資工系

Download Report

Transcript 計算機概論 蘇木春 中央大學資工系

計算機概論
蘇木春
中央大學資工系
課程大綱
• 計算機概論
• C programming
• C++ programming
計算機概論
•
•
•
•
•
•
•
•
•
•
•
電腦
電腦組裝
資料處理
人機介面
儲存裝置
作業系統
網路與通訊
無線通訊
電腦病毒
密碼學
智慧型系統
資料來源
• Peter Norton, Introduction to Computers,
• 歷年來中央資工系之學生報告
• J. –S. R. Jang, C. –T. Sun, and E. Mizutani,
Neuro-Fuzzy and Soft Computing: A
Computational Approach to Learning and
machine Intelligence, Prentice-Hall Pub.,
1997.
• 蘇木春 張孝德,機器學習: 類神經網路模糊
系統與基因演算法 全華出版社
C Programming
•
•
•
•
•
•
•
•
•
•
•
•
•
•
Introduction to Computers and C++ Programming
Introduction to C Programming
Structured Program Development
Program Control
Functions
Arrays
Pointers
Characters and Strings
Formatted Input/Output
Structures, Unions, Bit Manipulations, and Enumerations
File Processing
Data Structures
The Preprocessor
Advanced C Topics
C++ Programming
•
•
•
•
•
•
•
•
C++ As A "Better C“
Classes and Data Abstraction
C++ Classes: Part II
Operator Overloading
Inheritance
Virtual Functions and Polymorphism
C++ Stream Input/Output
C++ Templates