National Taiwan University Department of Computer Science and

  • Slides: 7
Download presentation
National Taiwan University Department of Computer Science and Information Engineering Introduction to Programming Design

National Taiwan University Department of Computer Science and Information Engineering Introduction to Programming Design by C Speaker: Yao-Ting Huang Advisor: Kun-Mao Chao Algorithms and Computational Biology Lab Department of Computer Science ans Information Engineering National Taiwan University 12/1/2020

National Taiwan University Department of Computer Science and Information Engineering My Programming Experience n

National Taiwan University Department of Computer Science and Information Engineering My Programming Experience n I will try my best to answer your questions. u n Primary programming languages u n Java, C/C++. Secondary programming languages u n All kinds of questions are welcome. Perl, Mat. Lab, VB. Other software development experience J 2 EE(JSP/Servlet), ASP. u J 2 ME, WAP, SMS. u database programming, network programming. u 2

National Taiwan University Department of Computer Science and Information Engineering Hardware-Software Architecture C Program

National Taiwan University Department of Computer Science and Information Engineering Hardware-Software Architecture C Program Applications (C program, Java) Compiler /Linker Operating System (Windows, Unix) Hardware (Intel x 86) Binary File OS 3

National Taiwan University Department of Computer Science and Information Engineering How to Write and

National Taiwan University Department of Computer Science and Information Engineering How to Write and Compile a C Program n C Compilers: Unix platform: GNU C compiler (gcc) u Windows platform: Microsoft Visual C, Borland Turbo C, etc. u n Integrated Development Environment (IDE) on Windows platform Microsoft Visual Studio. NET, u Borland C++ Builder, u and many others. u 4

National Taiwan University Department of Computer Science and Information Engineering Microsoft Visual Studio. NET

National Taiwan University Department of Computer Science and Information Engineering Microsoft Visual Studio. NET Java Applications . NET Applications Java Virtual Machine . NET Framework Operating Systems Various Hardware 5

National Taiwan University Department of Computer Science and Information Engineering Microsoft Visual Studio. NET

National Taiwan University Department of Computer Science and Information Engineering Microsoft Visual Studio. NET n n n . NET Framework 為整個. NET 平台的基礎結構。包含了基 底類別的程式庫,以及 Common Language Runtime。 Visual Studio. NET 2003 包含 Visual Basic、Visual C# 和 Visual C++ ,以及 Visual J# 程式語言。 開發任何 Visual Studio. NET 語言都能存取相同的 具、設 計 具以及編輯器。 XML Web Service 是一個提供其他應用程式資料與服務的應 用程式邏輯單位。應用程式會透過常見的 Web 通訊協定與 資料格式像是 HTTP、XML 以及 SOAP 來存取 XML Web Service。 利用 Visual Basic. NET 或 Visual C#. NET 設計於 Pocket PC 與 Windows CE. NET 環境的程式。 6

National Taiwan University Department of Computer Science and Information Engineering Today’s Outline n n

National Taiwan University Department of Computer Science and Information Engineering Today’s Outline n n n How to build a project How to create, compile, and execute a C program How to debug a C program 7