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

搜索资源列表

  1. GraphExp

    0下载:
  2. 计算机图形学上机实习,实现了画点、画线、画圆、画多边形、区域填充、图形裁剪、曲线里和。-Computer graphics-on practice, to achieve a draw point, draw line, circle, polygon drawing, area filling, graphic cut, and inside the curve.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:100290
    • 提供者:杨柳强
  1. line

    0下载:
  2. 绘制直线,用VISUAL C++绘制,用法简单易懂,希望能帮到你-Draw a straight line, drawn using VISUAL C++, use easy to understand, I hope you can help
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:37355
    • 提供者:xiting_tick
  1. Draw

    0下载:
  2. 图形绘制:直线 虚线 多边形 圆 绘图设置:设置线宽 颜色 功能:剪裁 平移-Rendering: Drawing a straight line dashed circle polygon settings: Set the color line width function: tailoring translation
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-04-01
    • 文件大小:3208
    • 提供者:陶钧华
  1. SuperLine

    0下载:
  2. 1.鼠标绘线 2.绘制折线 3.更改线条颜色 4.拖拽线条-1 mouse line-draw 2 draw line 3 change the line color 4. Drag lines
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-03-29
    • 文件大小:346967
    • 提供者:yoyo
  1. MyDraw

    0下载:
  2. OpenGL DDA画线功能实现 八个区域的画线-OpenGL draw line
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:49268
    • 提供者:
  1. draw

    0下载:
  2. 画图程序,可以实现绘画直线、圆形、填充等功能-Drawing program, drawing a straight line can be achieved, round, filled with features such as
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-17
    • 文件大小:27605
    • 提供者:粽子
  1. Draw

    0下载:
  2. MFC编写的简单的鼠标画图程序,拖动鼠标不放可以画出连续的线条,并可以保存到磁盘-MFC prepared simple mouse drawing program, drag the mouse to draw a continuous line can hold, and can be saved to disk
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-07
    • 文件大小:1936028
    • 提供者:李国弘
  1. Bezier

    0下载:
  2. 利用OpenGl画Bezier曲线,非算法实现,调用接口。利用鼠标确定4个contral_point进行绘画。-Use OpenGl draw Bezier curves, non-algorithm,Draw line by calling the interface. Identified four contral_point by using the mouse to paint.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:181780
    • 提供者:yulingyu
  1. 12864display

    0下载:
  2. 该程序描述了LCD12864的一些显示函数,以及画线函数-This procedure is a descr iption of the LCD12864 some display function, and function of draw line
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:25150
    • 提供者:范毅
  1. LCD000H

    0下载:
  2. 在LT2440开发板,linux下实现lcd画线的程序。-In LT2440 development board, Linux to realize the draw line LCD program.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:2017
    • 提供者:李伟
  1. Line

    0下载:
  2. 基于OpenGl颜射渐变直线的绘制和位置的设定-Bukkake draw a straight line gradient
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:196324
    • 提供者:韩旭
  1. line

    0下载:
  2. 用opengl绘制一条直线,通过画一个个的点完成-draw a line
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:103451
    • 提供者:Chen QiuDi
  1. draw

    0下载:
  2. 一个简单的基于VC++的画图程序,主要是画线,画圆,画椭圆等并可以自由设置其线宽与线形,画出来的图形能同时出现起点和终点坐标-A simple drawing based on VC++ program, mainly drawing a line, circle, ellipse, etc. and are free to set its width and alignment, drawn graphics can simultaneously start and end coordinat
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1993555
    • 提供者:付伟
  1. c--draw

    0下载:
  2. c语言关于画图的函数,包括改变颜色,改变线宽-c language for drawing functions, including changing the color, change the line width, etc.
  3. 所属分类:Windows Develop

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

    0下载:
  2. 实现简易的画图程序 画直线 画圆 自由线 椭圆 矩形等-Achieve a simple drawing program draw a straight line circle ellipse line rectangle and other free
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:4028269
    • 提供者:ivan
  1. line

    0下载:
  2. 画出股市中的柱形图,含模拟数据和具体步骤-draw the line in stock markets
  3. 所属分类:matlab

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

    1下载:
  2. 实现中点Bresenham算法画直线 实现改进Bresenham算法画直线 实现Bresenham算法画圆(八分法绘制圆) 实现Bresenham算法画椭圆(四分法绘制圆) 实现具有宽度的图形(线刷子或方刷子)-Mid-Bresenham draw line Improved Bresenham algorithm Draw circle Draw ellipse Line/Square brush
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-21
    • 文件大小:106661
    • 提供者:R chen
  1. draw_line

    0下载:
  2. 如何绘制不规则连接线,用visual studio 2005实现-how to draw line ,use visual studio 2005
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:34481
    • 提供者:张腾
  1. draw-program

    0下载:
  2. 用C#写的绘图程序,可以实现画、读取、存储点线面。并对图形进行缩放、拉伸、平移等操作。更重要的是,实现了图形的橡皮绘制效果!-Written in c# drawing program, can realize the painting, read the save point, line and plane. And the graph, stretching, such as the translation of the scale operation. More important, re
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-04
    • 文件大小:1418211
    • 提供者:张海兵
  1. Draw

    0下载:
  2. 本程序用visual C++实现了在窗口中画直线的功能-This program with visual C++ realized in a window draw a line function
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-14
    • 文件大小:3352655
    • 提供者:Anthony
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com