登录
首页 » Visual C++ » CGraphDemo

CGraphDemo

于 2016-12-08 发布 文件大小:1866KB
0 313
下载积分: 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 个回复

  • MFC
    包含一系列MAC学习ppt,对MFC做出了全面的讲解(Contains a range of MAC learning ppt, made a comprehensive presentation on MFC)
    2013-03-22 13:48:11下载
    积分:1
  • TabStrip
    VB中的窗体选项卡(Tab),有需要的就下载吧。(In VB Forms tab (Tab), there is a need to download it.)
    2013-08-27 15:33:38下载
    积分:1
  • GuiLibwithMFC
    著名的界面源码,使用MFC,demo中实现了很多著名的界面,如VC2003、OutLook、Office、PowerPoint等的界面。(famous source interface using MFC, the demo to fulfill the many famous interface, If VC2003, OutLook, Office, PowerPoint, and other interface.)
    2020-06-26 04:20:01下载
    积分:1
  • QQ
    说明:  该文件是编写的QQ的调用程序,放在VC里进行编译执行,它会弹出一个对话框的(the program is QQ the first you can download ,while setup)
    2011-11-17 22:47:30下载
    积分:1
  • 创建
    说明:  1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件(同上一试验); (3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。 2 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。(a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "process.cpp"; the next question asks whether the creation of new documents to answer "yes"; then Workspace- gt; FileView- gt; Source Files open the document (ibid. a pilot); (3) Order by calling menu items build-gt; build compile all connected, in the specific project directory under debug- gt; process. exe; then to the launchset.txt documents)
    2005-11-04 12:45:13下载
    积分:1
  • 8756456578
    VB图像标尺示例(获取图像像素),有需要的就下载吧。(VB image scale sample (image pixels), has the need to download it.)
    2013-08-17 01:16:27下载
    积分:1
  • MFC
    在利用MFC编程时,需要了解MFC的运行顺序(When using MFC, we need to know its sequence.)
    2012-02-27 19:20:40下载
    积分:1
  • enum_display_mod
    说明:  列出所有的显示模式并列表出来,通过单击列表来改变显示分辨率。(All display the comments and list out the list by clicking to change display resolution.)
    2010-04-27 15:13:26下载
    积分:1
  • if8l_GetWindowHwnd
    说明:  获得屏幕上任何一个控件的句柄和信息,和父容器的句柄信息 (was on the screen in any one control and handle information, and the father of the container handle information)
    2005-12-13 03:00:58下载
    积分:1
  • clearall
    精美的界面设计,Microsoft Visual C++ 6.0编写,可以用2005,2008什么的打开(Elegant interface design, Microsoft Visual C++ 6.0 to prepare, can be used to open what 2005,2008)
    2009-02-26 23:19:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载