ChartCtrlDemoSource

所属分类:matlab编程
开发工具:Windows_Unix
文件大小:237KB
下载次数:23
上传日期:2015-07-08 22:15:01
上 传 者李沣
说明:  画曲线的容器,外国人写的,封装的很好,跟MATLAB画曲线的功能差不多
(container for drawing curves , written by foreigners, packaging is very good, with the function of the MATLAB to draw curves)

文件列表:
\VS2010\Projects\ChartCtrlLib\ChartCtrlLib.sln (1381, 2013-06-08)
\VS2010\Projects\ChartCtrlLib\ChartCtrlLib.suo (111104, 2013-06-14)
\VS2010\Projects\ChartCtrlLib\Charts\All100.xml (26738, 2012-04-12)
\VS2010\Projects\ChartCtrlLib\Images\Test.bmp (1058790, 2013-01-23)
\VS2010\Projects\ChartCtrlLib\ChartCtrlLib\Chart.cpp (12368, 2013-06-05)
\VS2010\Projects\ChartCtrlLib\ChartCtrlLib\Chart.h (5654, 2013-06-05)
\VS2010\Projects\ChartCtrlLib\ChartCtrlLib\ChartCtrlLib.aps (34424, 2012-04-23)
\VS2010\Projects\ChartCtrlLib\ChartCtrlLib\ChartCtrlLib.rc (4548, 2012-04-23)
\VS2010\Projects\ChartCtrlLib\ChartCtrlLib\ChartCtrlLib.vcxproj (8931, 2013-01-24)
\VS2010\Projects\ChartCtrlLib\ChartCtrlLib\ChartCtrlLib.vcxproj.filters (2583, 2012-04-25)
\VS2010\Projects\ChartCtrlLib\ChartCtrlLib\ChartCtrlLib.vcxproj.user (143, 2011-09-18)
\VS2010\Projects\ChartCtrlLib\ChartCtrlLib\ChartDataView.cpp (39821, 2013-06-07)
\VS2010\Projects\ChartCtrlLib\ChartCtrlLib\ChartDataView.h (4086, 2012-08-03)
\VS2010\Projects\ChartCtrlLib\ChartCtrlLib\ChartDef.h (11565, 2013-06-05)
\VS2010\Projects\ChartCtrlLib\ChartCtrlLib\ChartsXMLSerializer.cpp (32379, 2013-05-27)
\VS2010\Projects\ChartCtrlLib\ChartCtrlLib\ChartsXMLSerializer.h (3039, 2013-06-07)
\VS2010\Projects\ChartCtrlLib\ChartCtrlLib\DataLabel.cpp (13119, 2013-06-07)
\VS2010\Projects\ChartCtrlLib\ChartCtrlLib\DataLabel.cpp.bak (14369, 2013-01-23)
\VS2010\Projects\ChartCtrlLib\ChartCtrlLib\DataLabel.h (3613, 2013-06-07)
\VS2010\Projects\ChartCtrlLib\ChartCtrlLib\resource.h (406, 2012-04-23)
\VS2010\Projects\ChartCtrlLib\ChartCtrlLib\stdafx.cpp (299, 2011-09-18)
\VS2010\Projects\ChartCtrlLib\ChartCtrlLib\stdafx.h (1350, 2013-01-28)
\VS2010\Projects\ChartCtrlLib\ChartCtrlLib\targetver.h (314, 2011-09-18)
\VS2010\Projects\ChartCtrlLib\ChartCtrlLib\Util.cpp (2433, 2012-08-03)
\VS2010\Projects\ChartCtrlLib\ChartCtrlLib\Util.h (12655, 2013-06-07)
\VS2010\Projects\ChartCtrlLib\ChartCtrlDemo\res\ChartCtrlDemo.rc2 (970, 2012-05-03)
\VS2010\Projects\ChartCtrlLib\ChartCtrlDemo\res\clone.ico (3262, 2012-08-03)
\VS2010\Projects\ChartCtrlLib\ChartCtrlDemo\res\Demo.ico (8006, 2012-04-29)
\VS2010\Projects\ChartCtrlLib\ChartCtrlDemo\ChartCtrlDemo.aps (64360, 2013-06-08)
\VS2010\Projects\ChartCtrlLib\ChartCtrlDemo\ChartCtrlDemo.cpp (2839, 2011-09-19)
\VS2010\Projects\ChartCtrlLib\ChartCtrlDemo\ChartCtrlDemo.h (622, 2012-08-03)
\VS2010\Projects\ChartCtrlLib\ChartCtrlDemo\ChartCtrlDemo.rc (37630, 2013-06-08)
\VS2010\Projects\ChartCtrlLib\ChartCtrlDemo\ChartCtrlDemo.vcxproj (8342, 2013-06-08)
\VS2010\Projects\ChartCtrlLib\ChartCtrlDemo\ChartCtrlDemo.vcxproj.filters (4088, 2012-05-04)
\VS2010\Projects\ChartCtrlLib\ChartCtrlDemo\ChartCtrlDemo.vcxproj.user (143, 2012-04-13)
\VS2010\Projects\ChartCtrlLib\ChartCtrlDemo\ChartCtrlDemoDlg.h (1801, 2012-08-03)
\VS2010\Projects\ChartCtrlLib\ChartCtrlDemo\DlgAddChart.cpp (12233, 2013-05-19)
\VS2010\Projects\ChartCtrlLib\ChartCtrlDemo\DlgAddChart.h (3080, 2012-08-03)
\VS2010\Projects\ChartCtrlLib\ChartCtrlDemo\DlgAppendChart.cpp (15902, 2013-05-22)
... ...

======================================================================== STATIC LIBRARY : ChartCtrlLib Project Overview ======================================================================== AppWizard has created this ChartCtrlLib library project for you. This file contains a summary of what you will find in each of the files that make up your ChartCtrlLib application. ChartCtrlLib.vcxproj This is the main project file for VC++ projects generated using an Application Wizard. It contains information about the version of Visual C++ that generated the file, and information about the platforms, configurations, and project features selected with the Application Wizard. ChartCtrlLib.vcxproj.filters This is the filters file for VC++ projects generated using an Application Wizard. It contains information about the association between the files in your project and the filters. This association is used in the IDE to show grouping of files with similar extensions under a specific node (for e.g. ".cpp" files are associated with the "Source Files" filter). ///////////////////////////////////////////////////////////////////////////// StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named ChartCtrlLib.pch and a precompiled types file named StdAfx.obj. ///////////////////////////////////////////////////////////////////////////// The compiler and linker switches have been modified to support MFC. Using the MFC ClassWizard with this project requires that you add several files to the project, including "resource.h", "ChartCtrlLib.rc" and a "ChartCtrlLib.h" that includes resource.h. If you add an rc file to a static library, you may experience difficulties due to the limitation that only one rc file may be present in a Dll or Exe. This problem may be overcome by including the library's .rc file into the parent project's .rc file. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" comments to indicate parts of the source code you should add to or customize. /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者