登录
首页 » Visual C++ » ChartCtrl

ChartCtrl

于 2021-01-08 发布 文件大小:104KB
0 150
下载积分: 1 下载次数: 76

代码说明:

  MFC非常好用的绘图控件,实时更新采集数据图像非常方便,吐血推荐!(very useful resource for MFC painting)

文件列表:

ChartCtrl
.........\ChartAxis.cpp,19260,2010-06-04
.........\ChartAxis.h,17455,2009-12-23
.........\ChartAxisLabel.cpp,3742,2009-04-04
.........\ChartAxisLabel.h,3155,2009-12-21
.........\ChartBalloonLabel.h,3142,2009-12-22
.........\ChartBalloonLabel.inl,3815,2010-01-17
.........\ChartBarSerie.cpp,9777,2010-01-03
.........\ChartBarSerie.h,6911,2009-10-25
.........\ChartCandlestickSerie.cpp,7082,2009-12-28
.........\ChartCandlestickSerie.h,4320,2009-12-20
.........\ChartCrossHairCursor.cpp,1757,2009-02-08
.........\ChartCrossHairCursor.h,1972,2009-03-08
.........\ChartCtrl.cpp,31179,2010-06-04
.........\ChartCtrl.h,21115,2009-12-28
.........\ChartCursor.cpp,1483,2009-02-17
.........\ChartCursor.h,3819,2010-01-21
.........\ChartDateTimeAxis.cpp,10516,2009-12-26
.........\ChartDateTimeAxis.h,5216,2009-03-07
.........\ChartDragLineCursor.cpp,2438,2009-02-03
.........\ChartDragLineCursor.h,2189,2009-03-08
.........\ChartFont.cpp,3375,2009-05-18
.........\ChartFont.h,2923,2009-03-07
.........\ChartGanttSerie.cpp,5823,2009-12-28
.........\ChartGanttSerie.h,5010,2009-12-21
.........\ChartGradient.cpp,3765,2009-02-14
.........\ChartGradient.h,1863,2009-03-08
.........\ChartGrid.cpp,2628,2009-04-04
.........\ChartGrid.h,2186,2009-03-08
.........\ChartLabel.h,3699,2009-12-23
.........\ChartLabel.inl,1621,2009-12-22
.........\ChartLegend.cpp,9104,2009-06-02
.........\ChartLegend.h,4850,2009-03-07
.........\ChartLineSerie.cpp,9816,2010-07-10
.........\ChartLineSerie.h,3423,2009-08-16
.........\ChartLogarithmicAxis.cpp,4923,2009-04-04
.........\ChartLogarithmicAxis.h,1815,2009-04-04
.........\ChartMouseListener.h,2677,2009-12-27
.........\ChartPointsArray.h,6022,2009-12-21
.........\ChartPointsArray.inl,8339,2009-12-21
.........\ChartPointsSerie.cpp,8736,2010-01-17
.........\ChartPointsSerie.h,3380,2010-01-17
.........\ChartScrollBar.cpp,4894,2009-01-13
.........\ChartScrollBar.h,2207,2009-03-10
.........\ChartSerie.cpp,4175,2010-07-10
.........\ChartSerie.h,9531,2010-07-10
.........\ChartSerieBase.h,7492,2010-01-17
.........\ChartSerieBase.inl,8179,2010-07-10
.........\ChartSeriesMouseListener.h,2063,2009-12-27
.........\ChartStandardAxis.cpp,4861,2009-12-21
.........\ChartStandardAxis.h,2232,2009-03-07
.........\ChartString.h,932,2009-03-28
.........\ChartSurfaceSerie.cpp,7195,2009-08-15
.........\ChartSurfaceSerie.h,4207,2009-08-15
.........\ChartTitle.cpp,4835,2010-06-04
.........\ChartTitle.h,4130,2010-06-04
.........\ChartXYSerie.cpp,5089,2010-07-10
.........\ChartXYSerie.h,5014,2009-12-20
.........\PointsOrdering.h,917,2009-11-28

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

发表评论

0 个回复

  • Source-Programming-Manual-V2.4
    本手册详述于中电41所的1487、144x、146x系列信号发生器的编程方法。介绍SCPI语言,后面有VC例程(This manual describe 1487,144 x, 146x series signal generators programming methods. SCPI language is introduced, followed by VC routines)
    2014-06-07 00:04:01下载
    积分:1
  • chapter-5
    Visual C++ 6.0 程序设计从入门到精通 求是科技 王正军 编著 word版(This is a book about Visual C++)
    2011-08-08 08:30:09下载
    积分:1
  • 放大镜
    简单放大镜,生成一个放大窗口,滚轮实现倍率调节(Simple magnifier generates an enlarged window, and the roller realizes magnification regulation)
    2017-07-15 15:37:07下载
    积分:1
  • ST7565-4SPI
    ST7565 4SPI.zip是一个点128*64的LCD程序,主要用于测试调试液晶显示屏(ST7565 4 spi. Zip is a point 128* 64 LCD procedures, LCD screen is mainly used for testing and debugging)
    2014-04-08 13:28:30下载
    积分:1
  • Canonv8.4
    canon sdk 8.4,remote capture necessary
    2009-09-19 10:48:15下载
    积分:1
  • ajks
    说明:  许多现代浮点单元的一项主要体系结构功能,是能够将一个乘法与后面紧跟的加法作为单个运算执 行,且没有中间舍入误差。例如,Intel 的 Itanium 体系结构提供了一些指令,将三元运算 (a*b+c) 、(a*b-c) 和 (c-a*b) 中的每一个都组合为单个浮点指令(分别为 fma、fms 和 fnma)。这些单个 指令都比执行独立的乘法和加法指令快,并且因为没有中间乘法舍入,所以更为精确。该优化可以显 著提高那些含有多个交错乘法和加法运算的函数的速度(many modern floating point unit of a major system structure and function is to be a follow closely behind multiplication and addition of implementation as a single operator, with no intermediate rounding error. For example, Intel's Itanium architecture provides a number of directives to the ternary operator (a* b, c), (a* b-c) and (c-a* b) each have a portfolio to a single floating point instructions (Fullmetal respectively, and fms fnma) . These individual instruction than the implementation of an independent and additive multiplication instructions quickly, and because no middle multiplication into homes, so more precise. The optimization can significantly increase those containing more than staggered multiplication and addition operations function of the speed)
    2006-03-23 20:52:57下载
    积分:1
  • Chat
    程序利用多线程技术和socket技术实现网上聊天程序。服务器程序和客户端程序在同一程序里。(This program realizes the chatting fuction using the multithread technique and socket programming.)
    2016-07-24 11:49:37下载
    积分:1
  • fileProtect
    说明:  网络安全与密码学技术,用qt作为界面,利用md5算法实现的文件防篡改程序。(Network security and cryptography, using qt as an interface, use the file md5 algorithm tamper program.)
    2021-03-29 16:59:10下载
    积分:1
  • Wave_Show_Ctrl
    vs2008 编译通过,主要通过设计波形显示控件类,来实现图形的显示(By designing the waveform display control class to achieve graphical display)
    2013-09-11 18:56:21下载
    积分:1
  • 20103521287041
    说明:  XP控件库,有一定参考价值 资源类别: VC源码¦用户界面 文件大小: 170KB (XP Control Library, a certain reference value resource categories: VC Source &brvbar user interface file size: 170KB)
    2011-04-11 21:39:02下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载