Description: DrawOfMemory source package, VC++ memory mapping code examples, including a number of practical VC++ function: for example DrawLine function: the value passed to the function displayed in the form of the image to the corresponding controls (int AllNum: the total amount of data, int Value []: an array of data values , COLORREF PenColor: brush color, CWnd* pWnd: need to show the curve control pointers) DrawWave function, will pass into the function value is displayed in the form of an image to the corresponding controls DrawMultiLine function: the passed into the function value is displayed in the form of an image to the corresponding control, you can display multiple data segments. Parameters are defined:
int Mult: A total of several types of data to be displayed
int AllNum: total amount of data for each type of data
int Value []: an array of data values , consisting of forms: Data 1 Data 2+ 3+ ...+ data
COLORREF PenColor: brush color for each type of
To Search:
File list (Check if you may need any files):
DrawOfMemory\DrawOfMemory\DrawOfMemory.aps
............\............\DrawOfMemory.cpp
............\............\DrawOfMemory.h
............\............\DrawOfMemory.rc
............\............\DrawOfMemory.vcproj
............\............\DrawOfMemory.vcproj.PC201307021324.Administrator.user
............\............\DrawOfMemoryDlg.cpp
............\............\DrawOfMemoryDlg.h
............\............\MyDraw.cpp
............\............\MyDraw.h
............\............\ReadMe.txt
............\............\res\DrawOfMemory.ico
............\............\...\DrawOfMemory.rc2
............\............\resource.h
............\............\spline.h
............\............\stdafx.cpp
............\............\stdafx.h
............\............\targetver.h
............\DrawOfMemory.sln
............\DrawOfMemory.suo
............\............\res
............\DrawOfMemory
DrawOfMemory