CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - filled function

搜索资源列表

  1. tuxingbianxing

    0下载:
  2. 本程序是一个简单的计算机图形学的课件程序,程序使用了OPENGL图形类库来设计的,实现的功能是画多边形,填充多边形颜色,同时还可以对图形变形,比如扩大缩小翻转等.-this procedure is a simple computer graphics courseware procedures, the procedures for the use of OpenGL graphics library to design and realize the function of drawing
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:33941
    • 提供者:许见
  1. liujunpeng03081528

    0下载:
  2. 实验内容: 1 实现扫描转换多边形的算法填充多边形。 实现内容: 1, 可以画任意多边形。 2, 三角形也是通过扫描转换多边形的算法实现。 具体实现: 画多边形用moveto(),lineto(),两个函数实现画没一条边。 构造ET表,AEL表,通过这两个表填充多边形。 画图步骤: 1. 取顶点:用n记录顶点个数,按下鼠标开始取点,第二次按下取得第二个顶点,第i次按下取得第i 个顶点。取得的顶点放到Verex[]中。 2. 画多边形:按下菜单按钮----多
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:51309
    • 提供者:god
  1. dfcsdfzsdgzdfgtsrtyfujgjcgjyiuykujhke

    0下载:
  2. 图形学扫描线填充算法,具有填充选择功能的代码体,C语言编写,以编译-graphics scanning fill algorithm, filled with choice of body function code, C language, compiler
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:31119
    • 提供者:cswggod
  1. fillpolygen

    0下载:
  2. 用自己创建功的API函数和自己绘图图形填充多边形.-create their own successful API function, and their own drawings filled polygon graphics.
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:3493
    • 提供者:zhangwanglizhao
  1. C原代码

    0下载:
  2. 精细绘图及动画 制个程序是本人自己编写,所以这里能后做出详细解释。程序运行后会在屏幕上用triplex_font显示“press any key for set off”,下方是用基本的线条画出的发射架(有点粗糙),即程序中的DrawGun()函数,当按下任意键后,将在发射架上方出现一个用横线填充的飞机,同时背景被繁星填充,此时必须按住任意键不放,否则飞机将不会发射。发射完成后,即飞机坐标小于0,将出现一句话:\"successfully!!!,press ESC to quit\",若中途按E
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:4655
    • 提供者:邹婷婷
  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-25
    • 文件大小:2600
    • 提供者:litao
  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. bitmap_plot_v1_2

    0下载:
  2. "Plot to Bitmap" allows the user to directly plot lines, text and filled polygons into an image, thus without taking a screen-shot (getframe). This function is also useful if you want to convert a few coordinates describing a region co
  3. 所属分类:2D Graphic

  1. MyDrawing

    1下载:
  2. C++Builder 制作的画板,可绘制矩形、椭圆、线和任意图形。可采用多种填充效果和线条粗细。有橡皮擦功能。-C++ Builder produced Sketchpad can be drawn rectangle, ellipse, line and arbitrary graphics. Can be filled with a variety of effects and line thickness. There eraser function.
  3. 所属分类:Graph Drawing

    • 发布日期:2015-07-13
    • 文件大小:343535
    • 提供者:huanglizhen
  1. draw

    0下载:
  2. 是一个绘图程序,用mfc开发,有填充,有画直线,有画曲线,但是这些功能的实现完全是自己实现,不是用windows里自带的功能,对于学习图形算法的朋友们有一定的帮助-Is a drawing program, with mfc development, there are filled, there are painting a straight line, there are paintings curve, but the realization of these features is en
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-25
    • 文件大小:56089
    • 提供者:tjjman
  1. BmpTest

    0下载:
  2. 简单画图板程序 实现windows画图板的部分简单功能 基本功能: (1)绘制直线、曲线; (2)绘制各种形状,比如矩形、椭圆形 (3)绘制各种实心形状,比如实心矩形、实心椭圆等 (4)添加文字 (5)设置不同的绘制颜色 (6)显示磁盘上已有的图片文件 (7)具备“橡皮擦”的功能,进行擦除 (8)填充功能 (9)画刷功能 (10)设置图形边框线宽 (11)不同功能实现鼠标的形状的变化 (12)工具栏图标选中与否的变化 (13)添加
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-16
    • 文件大小:148645
    • 提供者:李刚
  1. first

    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-07
    • 文件大小:1940012
    • 提供者:刘贵冬
  1. tuxingxue

    0下载:
  2. c++做的图形学的内容。。鼠标拖动画直线,鼠标画举行。填充。。。所有图形学的基本功能的实现。对了。还有许多个交互式绘制曲线的功能。。。适用于初级的c++学习-c++ to do graphics content. . Drag your mouse animated straight, hold the mouse painting. Filled. . . All the basic functions of graphics implementation. Right. There are
  3. 所属分类:Graph program

    • 发布日期:2017-06-12
    • 文件大小:20096909
    • 提供者:叶子
  1. Drawing_Library

    0下载:
  2. 一个图形函数库,具有绘制直线段、任意圆弧、椭圆弧、多边形区域的阴影填充和颜色填充等功能。(仅调用画点函数 Windows API:setpixel(hdc,x,y,color))附带说明-A graphics library, with the draw line segments, any arc, ellipse, polygon area fill and color filled the shadow functions. (Draw-point function only calls
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-16
    • 文件大小:128688
    • 提供者:aptiva0985
  1. file

    0下载:
  2. 该程序实现了图形的填充功能,用户可以根据自己的需要设置自己喜欢的颜色-The program implementation of the graphics filled function, the user can according to their need to set their own love colors
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3413954
    • 提供者:夏阳
  1. DrawNew

    0下载:
  2. C#写的绘图板,功能还不错。实现了直线,矩形,圆形,填充矩形,填充圆形。可拖动图形位置,可改变矩形大小,可放大缩小-Written by C# the drawing board, function is also good. Achieve the line, rectangle, circle, filled rectangle, the filled circle. You can drag the graphic location, you can change the rectangl
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:131322
    • 提供者:fenghaichun
  1. MyDIPView

    0下载:
  2. 该函数用来水平移动DIB图像。函数不会改变图像的大小,移出的部分图像 将截去,空白部分用白色填充。-This function is used to move horizontally DIB images. Function does not change the size of the image out of parts of the image will be truncated to a blank portion is filled with white.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:2978
    • 提供者:sandy
  1. yuan

    0下载:
  2. 用openGL写一个画球函数(可以是填充的,也可以使线或者点),不用glut里面的画球库函数,-A painted ball function (which can be filled with openGL write, so that the line or point), without glut paintings inside ball library functions,
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-05
    • 文件大小:1063
    • 提供者:xie
  1. ComputerGraghics

    0下载:
  2. 运用CDC类的主要绘图成员函数,定义、选取画笔,定义、选取画刷,绘制多边形。   本实验的例子全部在TestView.cpp文件的void CTestView::OnDraw(CDC * pDC)函数中完成。    实验预期结果:绘制一个由8个三角形组成的八边形,每个三角形用不同的颜色填充,颜色次序为彩虹色。-Use CDC class drawing member functions defined, select the brush, the definition, select a b
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-15
    • 文件大小:2447463
    • 提供者:Linsy
  1. wujiaoxing

    0下载:
  2. 调用line()函数与plot()函数,运用for循环命令。 线宽5,线条颜色为黑色,填充颜色与线条颜色不同。 坐标轴取等长刻度,标题:正五角星,x轴、y轴加上标注。-Calling line () function with the plot () function, use a for loop command. 5 width, line color is black, filled with color and line color is different. Take the
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-13
    • 文件大小:2138
    • 提供者:袁家明
« 12 »
搜珍网 www.dssz.com