CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 颜色填充

搜索资源列表

  1. 裁剪线段算法

    0下载:
  2. 实现计算机图形学的Cohen Sutherland 算法 实现剪裁 颜色填充等功能 功能强大 代码可重用性强-implement the Cohen Sutherland arithmetic on computer graphics,implement cutting filling collor ,with a powerful reused function
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:12467
    • 提供者:鲸鱼
  1. C源代码实例

    8下载:
  2. 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014 求解二维数组的最大/最小元素 015 利用数组求前n个
  3. 所属分类:Windows编程

    • 发布日期:2009-06-04
    • 文件大小:3250828
    • 提供者:79446210
  1. WL40987330 C语言算法集

    2下载:
  2. 目录 第一部分  基础篇   001  第一个C程序  002  运行多个源文件  003  求整数之积  004  比较实数大小  005  字符的输出  006  显示变量所占字节数  007  自增/自减运算  008  数列求和  009  乘法口诀表  010&
  3. 所属分类:Windows编程

    • 发布日期:2008-12-21
    • 文件大小:3245365
    • 提供者:wl409873350
  1. MFC 绘图程序

    1下载:
  2. 绘画基本的图形,比如圆,直线,矩形,设置线宽,颜色,填充
  3. 所属分类:GDI/图象编程

    • 发布日期:2012-03-19
    • 文件大小:3774707
    • 提供者:xtqrmoo
  1. DrawLib.rar

    1下载:
  2. 绘图库 1. 设计和实现一个图形函数库,具有绘制直线 段、任意圆弧、椭圆弧、多边形区域的阴影填 充和颜色填充等功能。(仅调用画点函数) Windows API: setpixel(hdc,x,y,color),Drawing 1. Design and Implementation of a graphics library, with the straight-line drawing, arbitrary arc, elliptical arc, polygon area fill
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:2600
    • 提供者:litao
  1. shilianGraphic.rar

    0下载:
  2. 主要功能 : 1、画图,并有坐标尺 2、能够随意的放大缩小(编写两个函数,分别对应X,Y粥的缩放倍数) 3、一个记录集(或链表),记录当前画了多少图形,分别是什么图形,颜色,状态等 4、一个枚举类型,枚举所有本控件能画的图形(长方形,正方形,三角形 及自定义(即鼠标随意画)等) 5、能通过鼠标删除所画图形,并能移动图形,填充图形等 6、能够导出位图文件(bmp)
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:192938
    • 提供者:老夫子
  1. ContourFill.rar

    0下载:
  2. 非常好的等值线追踪源代码,并且包含了真正的等值线填充颜色的代码,打开的文件时ASCII码格式。有很强的参考价值。,Very good contour tracking source code, and includes a true color-filled contour of the code, open code format ASCII file. Have a strong reference value.
  3. 所属分类:Graph program

    • 发布日期:2017-02-19
    • 文件大小:4224129
    • 提供者:fx
  1. pentagon

    0下载:
  2. 定义一只红色的画笔,绘制一个等边五边形,用不同颜色的线条连接互不相邻的两个点,用不同的画刷颜色填充上述方法所形象横的图形中的每个区域-Definition of a red pen, draw an equilateral pentagon, with a different color lines to connect the two points adjacent to each other, with a different brush color fill these methods i
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:1201041
    • 提供者:Emily
  1. first1

    0下载:
  2. 使用GDI函数绘出基本几何元素,如点、线、矩形、圆、椭圆、多边形、圆弧等、并能够用颜色填充 -Plotted using the GDI function, the basic geometric elements, such as point, line, rectangle, circle, ellipse, polygon, arc, etc., and can be filled with color
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:3300971
    • 提供者:刘贵冬
  1. MyPaint

    0下载:
  2. windows自带的经典画图板的源程序。有绘直线,单像素画笔,橡皮、绘矩形、颜色填充的功能-windows that comes with the classic drawing board of the source. Have drawn a straight line, single-pixel brush, rubber, painted rectangle, color fill function
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3979524
    • 提供者:chenni
  1. ComputerGraphics

    0下载:
  2. 是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,bresenham算法,中点算法,绘制圆和椭圆的中点算法,扫描线种子填充算法。N次贝塞尔曲线的绘制以及对他的平移旋转和缩放变换。还有颜色对话框的调用等等,操作方法在帮助里也写明了。另外,还附有一个编写说明书,适合初学者一步步的自己编写出程序来。-Is my great work in computer graphics, including the algorithm are: line drawing of the DDA
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-19
    • 文件大小:5458547
    • 提供者:隗平
  1. huatu

    0下载:
  2. MFC的简单的画图 画线 阴影填充 颜色选着 上色-MFC simple line drawing pictures filled the shadow
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-22
    • 文件大小:50740
    • 提供者:李强
  1. myucos_sram_lcd

    0下载:
  2. stm32F10X ili9340驱动 FSMC接口 实现了颜色填充和选择区域填充 可以显示图片 字库还没有添加-stm32F10X ili9340 FSMC interface of the drive and select area fill color fill can display pictures do not add character
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-17
    • 文件大小:4842310
    • 提供者:neo
  1. MFCColourFill

    0下载:
  2. 用Visual C++ 6.0 MFC编写的多变形填充颜色程序,适合初学C++MFC的人收录的MFC实例,此码绝对能运行!! -Using Visual C++ 6.0 MFC prepared more deformation fill color process, suitable for beginners C++ MFC of people included in the MFC example, this code will never run! !
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-28
    • 文件大小:48923
    • 提供者:yake
  1. Graphic-transformation

    0下载:
  2. 这是一个图形变换的程序,按字母“Y”画一个用点组成的圆;按字母“S”画一 个用不同颜色填充的三角形;按字母“Z”画一个用不同颜色填充且带有边框图案 的矩形;按“q”键退出。-This is a graphics conversion program, according to the letter " Y" Draw a circle with dots by letter " S" painted a different color filled
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:1997
    • 提供者:liyu
  1. exer1

    0下载:
  2. 图形学中的扫描线填充算法,用VC6.0的MFC实现,较为精炼。使用Getpixel函数和setpixel对像素点颜色取反。-Graphics of the scan line fill algorithm, the MFC with VC6.0 achieve more refined. Setpixel use Getpixel function and color of pixel anti-access.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3724071
    • 提供者:du
  1. MapGIS_2_Dxf

    0下载:
  2. MapGIS本身有输出dxf文件功能,但是在对子图,颜色,线型以及区文件的转换上不能满足要求,现将业余开发MapGIS转R12和AutoCAD 2000 Dxf文件程序贴出,可对文件进行一次性转换,希望对大家有帮助. 1 可以转换MapGIS文件为AutoCAD R12和AutoCAD 2000 Dxf两种文件格式,其中R12格式无法转换区文件 2 子图可以完整转换(此为难点一) 3 点线区的颜色转换效果较好,能够达到制图要求 4 线型只能转换实线和虚线(如铁路等暂未转换)
  3. 所属分类:GIS program

    • 发布日期:2017-04-01
    • 文件大小:422186
    • 提供者:
  1. Graphic

    0下载:
  2. 利用MFC类库,实现的功能是在对话框中对工具条中的相应按钮做出响应:比如划点,直线,多边形,用指定颜色填充等功能。-Use MFC class library, the realization of the function is in the dialog box on the toolbar button to make the appropriate response: for example, designated points, a straight line, polygon, fi
  3. 所属分类:ToolBar

    • 发布日期:2017-03-30
    • 文件大小:56937
    • 提供者:honeyxuer
  1. xxj641sy5_3

    0下载:
  2. 在鼠标单击处画一个圆,并且可以选择红,蓝,绿三种颜色填充-Department paintings in the mouse click a circle, and can choose red, blue, green, filled with three colors
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:34812
    • 提供者:cc
  1. floodfill_demo

    0下载:
  2. 在图形中根据需要选择区域和方式填充颜色颜色填充-In the graph need to select according to the way regional and color Fill color fill
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:113239
    • 提供者:钱学广
« 1 2 34 5 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com