登录
首页 » Visual C++ » CGraphDemo

CGraphDemo

于 2016-12-08 发布 文件大小:1866KB
0 308
下载积分: 1 下载次数: 17

代码说明:

  MFC写的各种图形报表,如柱状图,饼状图,折线图,全部集成,没有用微软控件,方便移植( MFC to write a variety of graphical reports, such as histogram, pie chart, line graph, all integrated with Microsoft, no control, easy to transplant )

文件列表:

CGraphExample
.............\2DBarGraph.cpp,57938,2005-01-21
.............\2DBarGraph.h,2645,2005-01-19
.............\2DLineGraph.cpp,43580,2005-01-21
.............\2DLineGraph.h,2618,2005-01-19
.............\2DPieGraph.cpp,22607,2005-01-21
.............\2DPieGraph.h,2051,2005-01-19
.............\CGraphExample.aps,31796,2011-10-23
.............\CGraphExample.clw,4048,2011-10-23
.............\CGraphExample.cpp,4311,2005-01-18
.............\CGraphExample.dsp,5336,2005-01-18
.............\CGraphExample.dsw,551,2005-01-18
.............\CGraphExample.h,1433,2005-01-18
.............\CGraphExample.ncb,173056,2013-08-15
.............\CGraphExample.opt,56832,2013-08-15
.............\CGraphExample.plg,1648,2011-10-26
.............\CGraphExample.rc,11242,2005-01-18
.............\CGraphExampleDoc.cpp,1882,2005-01-18
.............\CGraphExampleDoc.h,1552,2005-01-18
.............\CGraphExampleView.cpp,23286,2011-10-26
.............\CGraphExampleView.h,2322,2005-01-18
.............\Debug
.............\.....\2DBarGraph.obj,76798,2011-10-23
.............\.....\2DBarGraph.sbr,0,2011-10-23
.............\.....\2DLineGraph.obj,69645,2011-10-23
.............\.....\2DLineGraph.sbr,0,2011-10-23
.............\.....\2DPieGraph.obj,47724,2011-10-23
.............\.....\2DPieGraph.sbr,0,2011-10-23
.............\.....\CGraphExample.bsc,3245056,2011-10-23
.............\.....\CGraphExample.exe,233567,2011-10-26
.............\.....\CGraphExample.ilk,467300,2011-10-26
.............\.....\CGraphExample.obj,23765,2011-10-23
.............\.....\CGraphExample.pdb,680960,2011-10-26
.............\.....\CGraphExample.res,9792,2011-10-23
.............\.....\CGraphExample.sbr,0,2011-10-23
.............\.....\CGraphExampleDoc.obj,15332,2011-10-23
.............\.....\CGraphExampleDoc.sbr,0,2011-10-23
.............\.....\CGraphExampleView.obj,51367,2011-10-26
.............\.....\CGraphExampleView.sbr,0,2011-10-23
.............\.....\GraphObject.obj,86149,2011-10-23
.............\.....\GraphObject.sbr,0,2011-10-23
.............\.....\MainFrm.obj,20168,2011-10-23
.............\.....\MainFrm.sbr,0,2011-10-23
.............\.....\StdAfx.obj,106200,2011-10-23
.............\.....\StdAfx.sbr,1379242,2011-10-23
.............\.....\vc60.idb,238592,2011-10-26
.............\.....\vc60.pdb,380928,2011-10-26
.............\GraphObject.cpp,31831,2005-01-21
.............\GraphObject.h,4371,2005-01-21
.............\MainFrm.cpp,2514,2005-01-18
.............\MainFrm.h,1581,2005-01-18
.............\MathParams.h,67,2005-01-18
.............\ReadMe.txt,4479,2005-01-18
.............\res

.............\...\CGraphExample.rc2,405,2005-01-18


.............\Resource.h,922,2005-01-18
.............\StdAfx.cpp,215,2005-01-18
.............\StdAfx.h,1026,2011-10-23

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

发表评论

0 个回复

  • username
    code for user name interface
    2010-05-07 19:42:30下载
    积分:1
  • Further-analysis-WTL_-classic
    是我读过的所有讲解WTL框架最深刻的资料,向成为WTL高手必须学习它。(I' ve read all explain the WTL framework of the most profound information, it must learn to become WTL master.)
    2012-05-30 16:07:29下载
    积分:1
  • bardemo
    一个类似于vc的界面源码,让vc界面开发变得简单多了.(Vc interface similar to the one source, so that vc interface development becomes much simpler.)
    2007-08-22 11:30:37下载
    积分:1
  • Article_demo
    c#开发环境,用于实现带进程、向导或操作步骤信息的显示(c# show process or flow info )
    2012-01-07 16:40:48下载
    积分:1
  • testxpui
    一个XP用户界面类(an XP user interface category)
    2004-12-08 12:03:42下载
    积分:1
  • face-recognition
    人脸识别程序,C++编写,图形界面挺简洁(Face recognition program, C++ written in very simple graphical interface)
    2011-06-19 08:59:32下载
    积分:1
  • 26-control-example-the-source-code
      26个VC++界面编程通用控件源代码实例:   如何获得指定点的控件指针   如何将编辑框中输入的字符转换为大写(小写)   如何设置和获得单选按钮的选中状态   如何设置和获得一组单选按钮的选中状态   如何设置列表控件的显示方式   如何设置组合框中列表框的宽度   如何实现带自动完成功能的组合框   如何实现位图按钮   如何使用滑块   如何使用进度条   如何使用列表框   如何使用旋转按钮   如何使用组合框   如何通过控件ID获得控件窗口指针   如何为控件添加工具提示   如何通过控件窗口指针获得控件ID   如何为控件添加工具提示   如何限制编辑框输入文本的长度   如何在按钮上显示图标   如何在列表控件中插入列   如何在列表框中添加水平滚动条   如何在组合框中显示文件列表 (26 a vc++ programming interface general control source code examples: How to get control of the pointer designated point How to edit box in of the input characters into capital (small) How to set up and get radio buttons selected state How to set up and get a group of selected state radio button How to set up the list control showing the way How to set up combo boxes the width of the list box How to realize the combination of complete function with automatic box How to realize a bitmap button How to use the slider How to use the progress bar How to use the list box How to use the rotating button How to use the combination box How to get control via the control ID window pointer How to add the tooltip control How to get control via the control window pointer ID How to add the tooltip control How to limit the length of the input text edit box How to button on the display icon How to insert listed in a list co)
    2011-06-28 16:05:44下载
    积分:1
  • 8756456578
    VB图像标尺示例(获取图像像素),有需要的就下载吧。(VB image scale sample (image pixels), has the need to download it.)
    2013-08-17 01:16:27下载
    积分:1
  • CALENDAR
    在程序中嵌入日历,是一本书中找到的很有学习的价值(Embed calendar program is useful to learn the value ,found in a book)
    2013-12-24 09:27:15下载
    积分:1
  • MFCDraw
    MFC 画图程序 包括了所有画图的功能! 里面包括了源代码,相当好用!(MFC Paint program to include all the functions of drawing! Which includes source code, very easy to use!)
    2020-11-19 10:09:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载