登录
首页 » Visual C++ » High-speed_Charting_Control

High-speed_Charting_Control

于 2007-09-22 发布 文件大小:4095KB
0 145
下载积分: 1 下载次数: 132

代码说明:

  绘制点、直线、曲线的程序,界面美观,并且对速度进行了优化,占用资源少。可移植到PPC上。内附详细的注释(Drawing points, straight lines, curves of the procedures, interface aesthetics, and speed is optimized, taking up less resources. Can be ported to the PPC. Containing detailed Notes)

文件列表:

High-speed Charting Contro
..........................\ChartCtrl_demo
..........................\..............\ChartAxis.cpp
..........................\..............\ChartAxis.h
..........................\..............\ChartAxisLabel.cpp
..........................\..............\ChartAxisLabel.h
..........................\..............\ChartCtrl.cpp
..........................\..............\ChartCtrl.h
..........................\..............\ChartDemo.clw
..........................\..............\ChartDemo.cpp
..........................\..............\ChartDemo.dsp
..........................\..............\ChartDemo.dsw
..........................\..............\ChartDemo.h
..........................\..............\ChartDemo.ncb
..........................\..............\ChartDemo.opt
..........................\..............\ChartDemo.plg
..........................\..............\ChartDemo.rc
..........................\..............\ChartDemoDlg.cpp
..........................\..............\ChartDemoDlg.h
..........................\..............\ChartGrid.cpp
..........................\..............\ChartGrid.h
..........................\..............\ChartLegend.cpp
..........................\..............\ChartLegend.h
..........................\..............\ChartLineSerie.cpp
..........................\..............\ChartLineSerie.h
..........................\..............\ChartObject.h
..........................\..............\ChartPointsSerie.cpp
..........................\..............\ChartPointsSerie.h
..........................\..............\ChartSerie.cpp
..........................\..............\ChartSerie.h
..........................\..............\ChartSurfaceSerie.cpp
..........................\..............\ChartSurfaceSerie.h
..........................\..............\ChartTitle.cpp
..........................\..............\ChartTitle.h
..........................\..............\ColourPicker.cpp
..........................\..............\ColourPicker.h
..........................\..............\ColourPopup.cpp
..........................\..............\ColourPopup.h
..........................\..............\Debug
..........................\..............\.....\ChartAxis.obj
..........................\..............\.....\ChartAxis.sbr
..........................\..............\.....\ChartAxisLabel.obj
..........................\..............\.....\ChartAxisLabel.sbr
..........................\..............\.....\ChartCtrl.obj
..........................\..............\.....\ChartCtrl.sbr
..........................\..............\.....\ChartDemo.exe
..........................\..............\.....\ChartDemo.ilk
..........................\..............\.....\ChartDemo.obj
..........................\..............\.....\ChartDemo.pch
..........................\..............\.....\ChartDemo.pdb
..........................\..............\.....\ChartDemo.res
..........................\..............\.....\ChartDemo.sbr
..........................\..............\.....\ChartDemoDlg.obj
..........................\..............\.....\ChartDemoDlg.sbr
..........................\..............\.....\ChartGrid.obj
..........................\..............\.....\ChartGrid.sbr
..........................\..............\.....\ChartLegend.obj
..........................\..............\.....\ChartLegend.sbr
..........................\..............\.....\ChartLineSerie.obj
..........................\..............\.....\ChartLineSerie.sbr
..........................\..............\.....\ChartPointsSerie.obj
..........................\..............\.....\ChartPointsSerie.sbr
..........................\..............\.....\ChartSerie.obj
..........................\..............\.....\ChartSerie.sbr
..........................\..............\.....\ChartSurfaceSerie.obj
..........................\..............\.....\ChartSurfaceSerie.sbr
..........................\..............\.....\ChartTitle.obj
..........................\..............\.....\ChartTitle.sbr
..........................\..............\.....\ColourPicker.obj
..........................\..............\.....\ColourPicker.sbr
..........................\..............\.....\ColourPopup.obj
..........................\..............\.....\ColourPopup.sbr
..........................\..............\.....\LinePropDialog.obj
..........................\..............\.....\LinePropDialog.sbr
..........................\..............\.....\PointsPropDialog.obj
..........................\..............\.....\PointsPropDialog.sbr
..........................\..............\.....\SeriesPropDlg.obj
..........................\..............\.....\SeriesPropDlg.sbr
..........................\..............\.....\StdAfx.obj
..........................\..............\.....\StdAfx.sbr
..........................\..............\.....\SurfacePropDialog.obj
..........................\..............\.....\SurfacePropDialog.sbr
..........................\..............\.....\vc60.idb
..........................\..............\.....\vc60.pdb
..........................\..............\LinePropDialog.cpp
..........................\..............\LinePropDialog.h
..........................\..............\PointsPropDialog.cpp
..........................\..............\PointsPropDialog.h
..........................\..............\res

..........................\..............\...\ChartDemo.rc2
..........................\..............\resource.h
..........................\..............\SeriesPropDlg.cpp
..........................\..............\SeriesPropDlg.h
..........................\..............\StdAfx.cpp
..........................\..............\StdAfx.h
..........................\..............\SurfacePropDialog.cpp
..........................\..............\SurfacePropDialog.h
..........................\High-speed Charting Control.mht

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

发表评论

0 个回复

  • VC++高级特效一百例 VC++080719
    VC++高级特效界面一百例,对做VC++界面GUI的有很好的参考作用(VC++ 100 cases of high-level interface effects, and to do VC++ The GUI interface has a very good reference)
    2020-06-26 01:40:02下载
    积分:1
  • beginningVCPP
    初学者入门适合看的代码,很简单,就是一个界面编辑(beginning learning vc code)
    2012-02-21 14:55:12下载
    积分:1
  • Diamond-pattern-algorithm
    计算机图形学-金刚石图案算法(有图形界面)(Diamond pattern algorithm)
    2015-06-05 23:54:25下载
    积分:1
  • DataBinding
    DATABINDING 的实例,可以作为参考来做自己的实例 (Examples DATABINDING, you can do your own examples as a reference)
    2013-11-25 22:23:15下载
    积分:1
  • Desktop
    这是MFC控件应用的练习,如按钮、 列表框、进度条等等。 对于新人来说,是很好的练习.(This practice is applied MFC controls such as buttons, list boxes, progress bars and so on. For newcomers, it is good practice.)
    2011-11-04 17:01:43下载
    积分:1
  • MFC
    (1)定义一个抽象基类Shape,同它派生出5个类:圆、正方形、矩形、梯形、三角形。 (2)利用虚函数计算几种图形面积。 (3)演示构造函数、复制构造函数、析构函数的作用和调用顺序 (4)用类模板具体实现。 (5)利用MFC类库在图形用户界面上绘制及修改这些图形,采用对话框输入输出图形的基本属性,或者利用运算符重载输入输出图形的基本属性。 (6)用文件保存图形信息,且能够从文件中读取并作相应处理。 2)创新要求: 采用头文件与源文件分离的方法,多态性的实现多样化(defines an abstract base class Shape, with which it derives five categories: round, square, rectangular, trapezoidal, triangular. (2) the use of virtual functions to calculate several graphics area. Effect (3) demonstrate the constructor, copy constructor and destructor call sequence (4) with a class template implementation. (5) The use of MFC library to draw and modify graphics, using the basic properties dialog input and output graphics, or the use of the basic properties of operator overloading the input and output graphics on the graphical user interface. (6) with the file save graphical information, and can be read a file and make the appropriate treatment. 2) Innovation requirements: Using the method header and source files separate polymorphism diversify )
    2020-11-04 14:29:52下载
    积分:1
  • stuscore
    统计学生成绩的程序,对学习界面编程的朋友应该有用,欢迎下载(Student achievement statistics program, should be useful learning interface programming friends are welcome to download)
    2013-04-09 23:33:16下载
    积分:1
  • a
    说明:  静态文本控件典型事例电子计时器,主要根据位图来绘制数字(Typical examples of static text control electronic timer, mainly based on the bitmap to draw the figures)
    2010-12-17 18:18:23下载
    积分:1
  • ChangeSkin
    界面换肤模块提供两种界面换肤方式。“方案一”文件夹中实现的是加载皮肤文件实现界面换肤,“方案二”文件夹中实现的是加载组件库实现界面换肤。(Skinnable interface module provides two interface skinning methods. "Option One" folder implementation is to achieve load skin file interface skin, "Option Two" folder implementation is to achieve load component library interface skin.)
    2014-07-29 11:28:48下载
    积分:1
  • Skin5.0
    说明:  skin5.0 界面库,很不错的皮肤类,简单的一句代码就可以让你的程序更换皮肤(skin5.0 interface library, it is a good skin type, a simple code can make your skin replacement procedures)
    2009-07-30 20:07:24下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 51今日下载