CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - CGraph

搜索资源列表

  1. 经过扩展的CGraph类及示例工程源代码

    0下载:
  2. 作者将一个CGraph类由像素模式下,扩展到逻辑模式下,并加了x,y轴的箭头,可以添加曲线名称。使用的方法: 复制Graph.h,Graph.cpp GraphLegend.cpp.GraphLegend.h GraphSeries.cpp,GraphSeries.h六个文件到相应的目录下,然后把他们加入到工程中,修改相应的头文件。在示例工程中作者提供了绘制饼图和直方图的代码。-CGraph author of a category by the pixel mode, the logica
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:29616
    • 提供者:张敏
  1. graph_string_file

    0下载:
  2. Introducing the new and improved CGraph Classes!! CGraph was my attempt to produce a set of freeware graph classes. After several iterations of the classes, it became more and more difficult to maintain and support. 这是我在CGRAPH4的基础上和StringFil
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:828601
    • 提供者:罗成
  1. draw

    0下载:
  2. 计算机图形学 此系统由本人独自开发; CGraph类中是画图函数; 画直线: DDA算法 中点Bresenham算法 改进的Bresenham算法 画圆: 中点Bresenham算法 画椭圆: 中点Bresenham算法
  3. 所属分类:对话框与窗口

    • 发布日期:2014-01-17
    • 文件大小:1991687
    • 提供者:yth796
  1. graphBrian_src

    0下载:
  2. CGraph - Graph Class for Plotting Groups of Data demo-CGraph- Graph Class for Plotting Groups of Data demo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:547337
    • 提供者:song ping
  1. Graphic3

    0下载:
  2. 实现图像的的绘制,保存及输出等功能。用到CPrArray类,CGraph类等,实现简单图形的绘制。-Image of drawing, save and export functions. CPrArray use category, CGraph such as, drawing simple graphics.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:488057
    • 提供者:li wan min
  1. CGraaphhG

    0下载:
  2. CGraph是一个外国人写的图形库,写的非常好!不过,唯一的不足是:1:析构函数调用出错2:中文字体非常难看我把它改了一下,方便大家使用本文工程中的CGraph已经封装到了DLL,由于时间关系,我没做做DDEMO,此类库的详细介绍你能到Visual CCODE搜索,那也有DEMO科下载。不过,你要记的下载那个DEMO后,换成我改过的文件,然后加上DELETE,最后根据自己需要改一下。我只说一下我做的 -CGraph graphics library written by a foreigne
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:39121
    • 提供者:xinlnix
  1. Draw

    0下载:
  2. 计算机图形学简单绘图系统,该基本绘图系统的关键类为:绘图类CGraph。它由CClientDC类派生类,其派生类型为Public,功能是用来绘图,-Computer graphics drawing system, the basic drawing system key is: drawing class CGraph. It consists of the CClientDC class, the derived type is Public, function is used to dra
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:2063234
    • 提供者:沈念
  1. The-example-of-CGraph

    0下载:
  2. 关于绘制各种统计图形(包括折线、散点图、饼图的2D和3D图形等)的开源代码,在vs2010下运行。同时本人修改了饼图多行分布的问题。-The open code of drawing graph of 2D and 3D, and it can be run in vs2010 platform.in the time i make some improvement in distribution on pie.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:682412
    • 提供者:建文
  1. Project4_BallmanFord

    0下载:
  2. (图论)实现负权重转换(Bellman-Ford) 对于输入的任何一个拓扑(部分边的权重为负),要求变换网络中边的权重,任意两节点间的最短路不变,输出变换后各边权重。如果网络中存在负环,程序要有报警功能。算法主体写在CGraph类中-(Graph theory) to achieve negative weight conversion (Bellman-Ford) to the input of any topology (some edge weight is negative), re
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-25
    • 文件大小:8200445
    • 提供者:wendy
  1. Project_ShortestPath

    0下载:
  2. 任务:实现Dijkstra算法 工程名:Project_ShortestPath 要求:实现Dijkstra算法,算法主体写在CGraph类中;要求是从command窗口中输入源节点编号,并在command窗口中输出从源节点到所有目的节点的最短路长及最短路。注:要输出整条路径,而不仅仅是前一跳,也不允许逆序输出。 -Task: Dijkstra' s algorithm to achieve the project name: Project_ShortestPath requ
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1246722
    • 提供者:wendy
  1. project_spanningtree

    0下载:
  2. 任务:最小生成树算法 工程名: project_spanningtree 要求:最小生成树算法,使用工程project_spanningtree,要求输出最小生成树所用到的边及最小生成树权重,算法主体写在CGraph类中。 -Task: minimum spanning tree algorithm works Name: project_spanningtree requirements: minimum spanning tree algorithm, the use of en
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2445402
    • 提供者:wendy
  1. CGraph

    0下载:
  2. cgraph创建图表,包括饼图,柱状图,分布图等-create a lot of kinds of graph
  3. 所属分类:.net

    • 发布日期:2017-05-17
    • 文件大小:4224003
    • 提供者:gs
  1. CGraph

    0下载:
  2. 封装了MFC 中GDI,方便的画折线图,饼图等,其中有封装的库和使用库的例子-MFC encapsulates the GDI, convenient painting line charts, pie charts, etc., there are examples where the package libraries and use of the library
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-09
    • 文件大小:1883774
    • 提供者:liuxu
  1. repdiblock

    0下载:
  2. 绘制图形的CGraph类,可以绘制各种图形如走势线,直方图,饼图-Plot the CGraph class, can draw various graphics such as line, histogram, pie chart
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-17
    • 文件大小:21504
    • 提供者:Knnqasl
搜珍网 www.dssz.com