1 / 15

Drawing graphs

Drawing graphs. Using MFC 1/9. Using MFC. MFC application 으로 프로젝트를 생성하고 MFC 프로젝트 중 어디에 코딩해야 그래프가 작성되는지 알아본다. Using MFC 2/9. Sine Graph. Using MFC 3/9. Using MFC 4/9. Using MFC 5/9. View class 의 구현. Using MFC 6/9. Sine 함수 그리기 위해서 math.h 추가. Using MFC 7/9. 주석 삭제. Using MFC 8/9.

katina
Download Presentation

Drawing graphs

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Drawing graphs

  2. Using MFC 1/9 Using MFC • MFC application으로 프로젝트를 생성하고 MFC 프로젝트 중 어디에 코딩해야 그래프가 작성되는지 알아본다

  3. Using MFC 2/9 Sine Graph

  4. Using MFC 3/9

  5. Using MFC 4/9

  6. Using MFC 5/9 View class의구현

  7. Using MFC 6/9 Sine 함수 그리기 위해서 math.h 추가

  8. Using MFC 7/9 주석 삭제

  9. Using MFC 8/9

  10. Using MFC 9/9

  11. Changing values 1/4 Changing values • 코드를 수정하면서 그래프의 변화를 알아본다

  12. Changing values 2/4 진폭을변화 진폭이 100일때 진폭이 50일때 진폭이 10일때

  13. Changing values 3/4 주기를변화 주기가 0.01일때 주기가 0.1일때 주기가 0.05일때

  14. Changingvalues 4/4 축을변화 왼쪽 위 꼭지점이 (0,0) 위치 (0, 100) 위치부터 시작 (50, 0) 위치부터 시작

  15. Other questions to heckism@mr.hanyang.ac.kr

More Related