登录
首页 » Visual C++ » TeeChart

TeeChart

于 2015-09-26 发布 文件大小:27320KB
0 291
下载积分: 1 下载次数: 111

代码说明:

  结合VS2010和TeeChart v5控件读取txt文件数据并画曲线图。可以画2条以上的曲线图,也可以修改曲线图的颜色。(Combine VS2010 with TeeChart v5 to read TXT data and draw graph.It can draw more than 2 curves and also can modify the color of the curves.)

文件列表:

TeeChart
........\TeeChart
........\........\Debug
........\........\.....\TeeChart.exe,203776,2015-09-25
........\........\.....\TeeChart.ilk,1362072,2015-09-25
........\........\.....\TeeChart.pdb,5663744,2015-09-25
........\........\ipch
........\........\....\teechart-dcc00def
........\........\TeeChart
........\........\........\CAxes.h,2719,2015-09-17
........\........\........\CAxis.h,12455,2015-09-17
........\........\........\CAxisLabels.h,5301,2015-09-17
........\........\........\CAxisTitle.h,1601,2015-09-17
........\........\........\CLegend.h,11777,2015-09-17
........\........\........\CSeries.h,21497,2015-09-17
........\........\........\CTChart.h,11533,2015-09-17
........\........\........\Debug
........\........\........\.....\CL.read.1.tlog,67404,2015-09-25
........\........\........\.....\CL.write.1.tlog,2720,2015-09-25
........\........\........\.....\link-cvtres.read.1.tlog,2,2015-09-25
........\........\........\.....\link-cvtres.write.1.tlog,2,2015-09-25
........\........\........\.....\link.read.1.tlog,11114,2015-09-25
........\........\........\.....\link.write.1.tlog,1782,2015-09-25
........\........\........\.....\mt.read.1.tlog,712,2015-09-25
........\........\........\.....\mt.write.1.tlog,570,2015-09-25
........\........\........\.....\rc.read.1.tlog,3742,2015-09-25
........\........\........\.....\rc.write.1.tlog,750,2015-09-25
........\........\........\.....\stdafx.obj,638048,2015-09-25
........\........\........\.....\tchart1.obj,25704,2015-09-25
........\........\........\.....\TeeChart.Build.CppClean.log,3049,2015-09-25
........\........\........\.....\TeeChart.exe.embed.manifest,915,2015-09-25
........\........\........\.....\TeeChart.exe.embed.manifest.res,980,2015-09-25
........\........\........\.....\TeeChart.exe.intermediate.manifest,640,2015-09-25
........\........\........\.....\TeeChart.lastbuildstate,86,2015-09-25
........\........\........\.....\TeeChart.log,7988,2015-09-25
........\........\........\.....\TeeChart.obj,35610,2015-09-25
........\........\........\.....\TeeChart.pch,33751040,2015-09-25
........\........\........\.....\TeeChart.res,70724,2015-09-25
........\........\........\.....\TeeChart.write.1.tlog,0,2015-09-25
........\........\........\.....\teechart5.tlh,565407,2002-07-31
........\........\........\.....\teechart5.tli,431354,2002-07-31
........\........\........\.....\TeeChartDlg.obj,275603,2015-09-25
........\........\........\.....\TeeChart_manifest.rc,206,2015-09-25
........\........\........\.....\vc100.idb,2124800,2015-09-25
........\........\........\.....\vc100.pdb,3919872,2015-09-25
........\........\........\ReadMe.txt,3160,2015-09-17
........\........\........\res

........\........\........\...\TeeChart.rc2,672,2015-09-17
........\........\........\resource.h,1730,2015-09-17
........\........\........\stdafx.cpp,141,2015-09-17
........\........\........\stdafx.h,1632,2015-09-17
........\........\........\targetver.h,234,2015-09-17
........\........\........\tchart1.cpp,542,2015-09-17
........\........\........\tchart1.h,21718,2015-09-17
........\........\........\TeeChart.aps,107052,2015-09-25
........\........\........\TeeChart.cpp,2019,2015-09-17
........\........\........\TeeChart.h,454,2015-09-17
........\........\........\TeeChart.rc,17800,2015-09-25
........\........\........\TeeChart.vcxproj,6346,2015-09-17
........\........\........\TeeChart.vcxproj.filters,2801,2015-09-17
........\........\........\TeeChart.vcxproj.user,143,2015-09-17
........\........\........\TeeChartDlg.cpp,9646,2015-09-26
........\........\........\TeeChartDlg.h,901,2015-09-23
........\........\TeeChart.sdf,77942784,2015-09-26
........\........\TeeChart.sln,891,2015-09-17
........\数据格式.txt,24275,2015-09-26

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Image01.0
    Manejo de Imagenes usando haarcascade en QT+opencv
    2014-02-25 01:32:17下载
    积分:1
  • FillRegion
    图形学上机程序,利用种子填充和扫描线算法实验区域的填充。有助于学习者掌握填充算法。进一步理解和学习图形学。(Graphics on procedures, the use of seed filling and scan line algorithm experimental area fill. Help learners fill algorithm. Further understanding and learning graphics.)
    2013-04-18 13:38:32下载
    积分:1
  • drawer
    VB编写的画图板,使用方便可以帮助代码学习。。(VB prepared the drawing board, easy to use can help the code to learn. .)
    2010-07-03 20:12:25下载
    积分:1
  • bezier
    用mfc绘制bezier曲线,了解bezier曲线的原理(The mfc draw bezier curve to understand the principle of the bezier curve)
    2020-12-09 14:19:19下载
    积分:1
  • UseBrush
    教你如何使用画刷,MFC里面的画刷,文件里面是相关的代码。(tell you how to use the brush of MFC,there s the relative code inside the file.)
    2010-05-09 21:30:59下载
    积分:1
  • dxflib-3.3.4-src
    dxflib-3.3.4-src ,dxflib是一个用来读写DXF文件的C++库。当读DXF文件的时候,dxflib分析文件并且调用用户自己定义的函数来添加实体、层、等。(dxflib-3.3.4-src,dxflib is an opensource C++ library for reading and writing AutoCAD (R) DXF files. )
    2014-07-24 19:23:54下载
    积分:1
  • computer-graphics-curriculum-design
    本程序是计算机图形学课程设计的程序,包含用各种算法绘制直线、圆、曲线,填充,剪裁等,有助于计算机图形学的学习与实践。(This procedure is a computer graphics curriculum design process, including the use of various algorithms to draw lines, circles, curves, filling, cutting, etc., help to learn and practice of computer graphics.)
    2013-10-27 16:36:07下载
    积分:1
  • Painter
    当用户按下鼠标左键在如下图所示的面板上移动鼠标时,根据鼠标的移动轨迹在面板上画图。(When the user presses the left mouse button on the panel as shown in the following figure to move the mouse, according to the mouse movement trajectory in the panel drawing.)
    2016-11-23 02:40:53下载
    积分:1
  • clPlot
    说明:  MFC坐标系的绘制,动态显示曲线,感兴趣的可以参考下~~(MFC frame rendering, dynamic display curves of interest can refer to the following ~ ~)
    2011-03-08 23:04:30下载
    积分:1
  • VC-dynamically-drawn-image
    VC动态绘制图像 真的 很好(VC dynamically drawn image very good)
    2012-04-24 20:56:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载