CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - vc 多边形

搜索资源列表

  1. 254334

    0下载:
  2. 多边形的布尔运算让你学会VC++和计算机图形学中的知识-polygons boolean operations
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2094158
    • 提供者:peter
  1. tianchong_algorithm

    0下载:
  2. 多边形填充算法,采用vc 6.0实现,windows编程,利用顶点定位,按行扫描再填充实现。-Polygon fill algorithm, using vc 6.0, windows programming, the use of vertex positioning, line scan and then fill to achieve.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2281650
    • 提供者:Dargon Liu
  1. DrawSys

    1下载:
  2. vc++陶氏作图系统(画图)源代码,支持画直线、画圆、画多边形、画曲线、随手画图形、添加文本、图像裁剪、清空画板、随机线生成等氏量绘制工具,是一个比较经典的VC++图形绘制程序,是一个很不错的参考-mapping system vc++ Dow (drawing) source code, support for drawing a straight line, circle, polygon drawing, painting curve, hand painted graphics, add
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:134567
    • 提供者:黄丽
  1. DrawSys

    0下载:
  2. vc++陶氏作图系统(画图)源代码,支持画直线、画圆、画多边形、画曲线、随手画图形、添加文本、图像裁剪、清空画板、随机线生成等氏量绘制工具,是一个比较经典的VC++图形绘制程序,是一个很不错的参考。-mapping system vc++ Dow (drawing) source code, support for drawing a straight line, circle, polygon drawing, painting curve, hand painted graphics, ad
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-14
    • 文件大小:3244404
    • 提供者:王鹏
  1. DrawSys

    0下载:
  2. vc++陶氏作图系统(画图)源代码,支持画直线、画圆、画多边形、画曲线、随手画图形、添加文本、图像裁剪、清空画板、随机线生成等氏量绘制工具,是一个比较经典的VC++图形绘制程序,是一个很不错的参考。 -mapping system vc++ Dow (drawing) source code, support for drawing a straight line, circle, polygon drawing, painting curve, hand painted graphics,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:139024
    • 提供者:谢杰
  1. DrawSys

    0下载:
  2. vc++陶氏作图系统(画图)源代码,支持画直线、画圆、画多边形、画曲线、随手画图形、添加文本、图像裁剪、清空画板、随机线生成等氏量绘制工具,是一个比较经典的VC++图形绘制程序,是一个很不错的参考。-mapping system vc++ Dow (drawing) source code, support for drawing a straight line, circle, polygon drawing, painting curve, hand painted graphics, ad
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:149359
    • 提供者:
  1. Computer-graphics

    0下载:
  2. 计算机图形学本程序是基于VC++环境下的MFC程序,主要实现了二维图形的显示与绘制,具体功能如下: (1)画直线、画多边形、画圆、画字符 (2)对多边形进行填充 (3)图形裁剪 (4)图形的几何变换 (5)三维图形的消隐及着色 -Computer graphics of this program is the the MFC program based on VC++ environment, the main achievement of the two-dimensi
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-13
    • 文件大小:80299
    • 提供者:吴程序
  1. Graphic-Formation-and-transformation

    0下载:
  2. 计算机图形学,用VC++ MFC实现,可实现用DDA、中点、bresenham算法画直线,用中点、正负、bresenhan算法画圆以及画多边形,还可实现图形填充、图形平移、旋转、放大缩小等图形变换功能。-Computer graphics, VC++ MFC achieve, can be realized DDA, the midpoint, bresenham algorithms draw a straight line, with a midpoint, positive and neg
  3. 所属分类:Graph program

    • 发布日期:2017-11-28
    • 文件大小:3309243
    • 提供者:李强
  1. Polygon

    2下载:
  2. 基于VC++ 6.0实现的多边形叠置分析程序。包括,求交集,并集和补集等功能!-Polygon overlay analysis procedures based on VC++ 6.0 implementation. Including, for intersection and set complement of functions!
  3. 所属分类:绘图程序

    • 发布日期:2013-08-22
    • 文件大小:144582
    • 提供者:xuzhimin
  1. EastDraw

    1下载:
  2. VC++实现,画图工具,仿照CAD,可以画直线、圆、多边形-Achieve VC++, drawing tools, modeled on CAD, you can draw a straight line, circle, polygon, etc.
  3. 所属分类:2D图形编程

    • 发布日期:2014-02-24
    • 文件大小:301029
    • 提供者:郑正
  1. drawpoly

    0下载:
  2. 就是使用鼠标画图,数组定义为20,画出多边形,VC源代码。用鼠标点击两点,即可画出一条直线。-Is to use the mouse to draw the array is defined as 20, draw polygons, VC source code. Two points with a mouse click, you can draw a straight line.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-08
    • 文件大小:26575
    • 提供者:姚永芳
  1. VGis

    0下载:
  2. 该程序用VC编写,实现了简单的图形的编写,包括简单的:点、线、面、多边形、折线等。并实现了无极放大缩小全图查看、拖动等基本GIS功能-The program prepared by VC, the preparation of simple graphical, including simple: point, line, surface, polygon, polyline. And to achieve a stepless zoom to full map view, drag basic
  3. 所属分类:GIS program

    • 发布日期:2017-11-14
    • 文件大小:160721
    • 提供者:yeqiuguo
  1. DrawSys

    0下载:
  2. vc++陶氏作图系统(画图)源代码,支持画直线、画圆、画多边形、画曲线、随手画图形、添加文本、图像裁剪、清空画板、随机线生成等氏量绘制工具,是一个比较经典的VC++图形绘制程序,是一个很不错的参考-mapping system of vc++ Dow (drawing) source code, to support draw a straight line, circle, polygon drawing, draw curves, the Freehand graphics, add tex
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-05
    • 文件大小:133839
    • 提供者:黄建平
  1. MFCPolygonColorFill

    0下载:
  2. 多边形颜色填充,使用VC++6.0中MFC工具-Polygon color fill, use VC++6.0 tool in MFC
  3. 所属分类:Special Effects

    • 发布日期:2017-11-21
    • 文件大小:7451523
    • 提供者:binbin
  1. huatu

    0下载:
  2. vc画图工具,实现橡皮筋效果,可以画椭圆、矩形。多边形等图形-vc drawing tools, to achieve a rubber band effect, you can draw ellipses, rectangles. Polygon graphics
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:173193
    • 提供者:fangfang
  1. huizhiduobianxing

    0下载:
  2. 可以绘制多边形的C++程序,简单易懂,可通过VC++6.0编译-Can draw a polygon of the c++ program, easy to understand, can be compiled by vc++ 6.0
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:222752
    • 提供者:PANWEI
  1. include2

    0下载:
  2. 了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。-Understanding of the principles of cutting two-dimensional graphics (point of cutting, cutting a straight line, polygon clipping), the use of VC+ OpenGL to achieve a straight line cutting algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-14
    • 文件大小:4233
    • 提供者:Carneys
  1. VGis

    0下载:
  2. VC图像编程的操作,包括,放大缩小,平移全屏,划线,圆,多边形,连续线段等-VC image programming operation, including, zooming, panning full-screen, line, circle, polygon, straight line, etc
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:149422
    • 提供者:yzhou
  1. graphics

    0下载:
  2. VC++包含文件 ,头文件 graphics.h下载,是用于编写VC/C++图像软件时的像素函数、直线和线型函数、多边形函数、填充函数等,TC图形库文件之一。缺少这个文件时,在VC Dev调试窗口会提示No such file or directory,下载本文件后,按照提示的路径放入其中供Dev调用即可。-VC++ include files, header files graphics.h download, is one of the TC graphics library used to
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3320
    • 提供者:apudn62
  1. VGis

    0下载:
  2. 该程序用VC编写,实现了简单的图形的编写,包括简单的:点、线、面、多边形、折线等。并实现了无极放大缩小全图查看、拖动等基本GIS功能-gis vc
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:4029055
    • 提供者:nero
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com