登录
首页 » Visual C++ » TeeChart

TeeChart

于 2015-09-26 发布 文件大小:27320KB
0 302
下载积分: 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 个回复

  • NetTraffic
    实现本机流量监控绘图,测试可用,方便安全(Netflow monitoring)
    2013-09-03 00:20:02下载
    积分:1
  • Test02
    读取DXF文件(2000,2002版本),包括了分层管理数据的思想,供大家参考(read DXF files (version 2000, 2002), including a hierarchical data management thinking, for your reference)
    2007-06-08 11:16:22下载
    积分:1
  • cPP
    C/c++趣味程序百例(献给C/C++初学者) 1.绘制余弦曲线 2.绘制余弦曲线和直线 3.绘制圆 4.歌星大奖赛 5.求最大数 6.高次方数的尾数 7.阶乘尾数零的个数 8.借书方案知多少 9.杨辉三角形 10.数制转换 11.打鱼还是晒网 12.抓交通肇事犯 13.该存多少钱 14.怎样存钱利最大 (The C/c++ interesting program one hundred cases (dedicated C/C++, beginners) 1. Draw the cosine curve. Draw cosine curves and straight lines to high power mantissa draw a circle 4 star Grand Prix. Seeking maximum number of 6. 7 factorial ending number of zeros 8 Know Your library program. Triangle 10 number system conversion 11. fishing or drying nets 12. caught guilty of traffic accident 13. the how much money 14 How to save money Lee maximum)
    2013-04-22 00:57:52下载
    积分:1
  • NetTraffic
    实现本机流量监控绘图,测试可用,方便安全(Netflow monitoring)
    2013-09-03 00:20:02下载
    积分:1
  • 数字象处理1.1
    数字图像处理的课程设计,装起来有些麻烦,见附带的文本文档,可以做一些简单的栅格图像处理,但结合摄影测量获得的同名像点可以进行三维观测(digital image processing of curriculum design, and put up some trouble, see accompanying text documents, they can do some simple raster image processing, but the combination of photogrammetry was the same name as the 3D point can be observed)
    2005-05-19 15:28:10下载
    积分:1
  • Bresenham
    简单计算机图形学算法,通过直线中点Bresenham算法,绘制直线。( Simple computer graphics algorithms, Bresenham line passing through the midpoint algorithm, draw a straight line.)
    2014-02-17 21:22:36下载
    积分:1
  • mfcbspilin
    mfc 实现绘制3次B样条 效果很好 模块化可以在自己论文中使用(mfc achieved drawing cubic B-spline)
    2013-10-10 19:46:06下载
    积分:1
  • Bresenhamline
    杜晓增计算机图形学基础Bresenham画线源码(Du Xiaozeng computer graphics based Bresenham line source)
    2015-05-26 08:37:03下载
    积分:1
  • Circle_Picture
    这是一个简单的画圆功能,主要让用户学会如何利用Windows提供的画图工具,用户单击鼠标右键则会弹出对话框选择线宽,在菜单上也设计了圆的颜色选择菜单。(This is a simple function of the Circle. mainly for users to learn how to use Windows for the drawing tools, Users right-click pop-up dialog box will be chosen linewidth, the menu also designed a circular color choice menu.)
    2007-06-03 09:44:30下载
    积分:1
  • LLLaase_3ra
    激光打标机图形处理及打标软件源码,包含PLT文件、空心字体文件、单单线体字体文件、DXF图形文件、位图文件、样条曲线等的处理显示出来标刻 (Laser Marking Machine graphics processing and marking software source code contains the PLT file hollow font file, line body alone font files, DXF graphics files, bitmap files, the spline curve processing marking)
    2020-11-28 11:39:31下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载