vc 程式設計 base ii

Post on 19-Jan-2016

44 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

VC 程式設計 Base II. 報告者: Jerry Chen TEL : 0939-109232 Email: Jerry@dtek.com.tw. Contents. 函數與變數複習介紹. 實機展示 RS232 controller 設計. Q&A. 宣告 & 定義. 函數宣告構造 (Function declaration syntax). 變數宣告構造 (Variable declaration syntax). Visual C++ 範例. Hello Word 範例. 5. New project. - PowerPoint PPT Presentation

TRANSCRIPT

Confidential1

VC VC 程式設計 程式設計 Base IIBase II

報告者: Jerry Chen

TEL : 0939-109232

Email: Jerry@dtek.com.tw

Confidential2

ContentsContents

函數與變數複習介紹

實機展示 RS232 controller 設計

Q&A

Confidential

函數宣告構造 (Function declaration syntax)

宣告 & 定義

變數宣告構造 (Variable declaration syntax)

Confidential4

Confidential5

Visual C++ Visual C++ 範例範例

Hello WordHello Word 範例範例

Confidential

New project

Confidential

New a MFC AppWizard (exe) project

Confidential

Single document type

Confidential

Confidential

Confidential

Confidential

RS232 光源控制範例

A. Include Lighting Class

B. Create Message Map

(Function declaration & implement)

Confidential13

Confidential14

Confidential15

Confidential

資源建立資源建立

16

Confidential

訊息串流建立訊息串流建立

17

Confidential18

Confidential19

Confidential20

Confidential21

Q&AQ&A

top related