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

High-speed_Charting_Control

于 2007-09-22 发布 文件大小:4095KB
0 295
下载积分: 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 个回复

  • 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
  • AlwaysOnTop
    vc 使窗体保持在最前AlwaysOnTop的程序源码,希望对大家有所帮助(vc the form remains on top AlwaysOnTop the program source code, we hope to help)
    2011-07-01 21:50:43下载
    积分:1
  • TestGettickcount
    在对话框中,使用VB6获取系统精确时钟数的简单小程序(in the dialog box, use VB6 acquisition system precision clock small number of simple procedures)
    2007-03-14 23:13:53下载
    积分:1
  • TransparentWindow
    仿Win7半透明窗口效果,vc++实现,使用的是分层窗口的方法,用算法实现阴影效果(Imitation Win7 translucent window effect vc++ to achieve using a layered window algorithm to achieve the shadow effect)
    2012-08-02 16:16:34下载
    积分:1
  • imgui-master
    图形界面引擎,非一般的实现方式。IMGUI即界面以立即呈现。(ImGui is a bloat-free graphical user interface library for C++. It outputs vertex buffers that you can render in your 3D-pipeline enabled application. It is portable, renderer agnostic and self-contained (no external dependencies). It is based on an immediate mode graphical user interface paradigm which enables you to build user interfaces with ease. )
    2016-04-12 23:02:57下载
    积分:1
  • FaceControl1
    vc——改变视图窗口的背景色FaceControl1的程序源码,希望对大家有所帮助(vc- view window to change the background color FaceControl1 the program source code, we hope to help)
    2011-08-17 22:26:25下载
    积分:1
  • LED-CODE
    利用VC编写的数字LED界面显示程序,利用了几个类,为单文档(VC prepared using digital LED interface display program, the use of several classes for single-document)
    2013-01-22 10:35:20下载
    积分:1
  • solve
    求解菲克第二定律的matlab源代码,求解连续源、瞬时源(Solving Fick s second law)
    2020-06-28 20:20:02下载
    积分:1
  • itemhistory
    VC/C++源码,界面编程,记忆菜单,历史记录,mfc70.dll   VC++在子菜单中添加打开文件的历史记录文件,菜单为自动记忆你打开过的文件,方便下次快速打开,示例程序仅以打开TXT格式的文本文件为例,演示如何记录打开的TXT文件记录。(VC/C++ source code, programming interface, memory menu, history, mfc70.dll VC++ added in the sub-menu to open the file history file menu for automatic memory you open the file, allows you to quickly open the sample program is only open TXT format text file, for example, demonstrates how to record TXT file open records )
    2012-11-19 09:52:26下载
    积分:1
  • IPEidtDemo
    vc ——使用IP地址控件显示和设置IP地址IPEidtDemo(vc- use the IP address control to display and set the IP address IPEidtDemo)
    2011-07-24 20:46:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载