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

搜索资源列表

  1. 5

    0下载:
  2. huatuchengxu简单画图程序要求:(1)可绘制直线、椭圆、三角形、矩形; (2)可填充形体、绘制文本;可改变线条颜色、类型、填充方式; (3)可对图形进行删除、拷贝、剪切、平移、恢复和撤销操作; (4)可完成图形文件的保存、打开、打印且能提供将所绘图形转换为位图进行存储的功能。 -huatuchengxu简单画图程序
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1925443
    • 提供者:
  1. ACIS

    1下载:
  2. acis的培训教程,非常好的入门资料,acis是CAD的核心-acis lessons PPT files,include 1,2,3
  3. 所属分类:Graph Drawing

    • 发布日期:2016-01-25
    • 文件大小:94784
    • 提供者:lyq
  1. Computer-graphics

    0下载:
  2. 1.实现DDA、中点Bresenham算法和改进Bresenham算法绘制直线。 2.实现绘制圆和椭圆。 3.实现线段裁剪和多边形裁剪。 4.实现二维图形的变换(平移、旋转、缩放)。 5.自己实现其他附加以及需要完善的功能。 -1 to achieve DDA, the midpoint and improved Bresenham algorithm Bresenham algorithm to draw a straight line. (2) to achieve dr
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-27
    • 文件大小:9909091
    • 提供者:songzhaohe
  1. Draw

    1下载:
  2. 基于Visual C++ 6.0开发系统,仿制Windows画图软件,实现如下功能: 1. 动态绘制文本、直线、矩形、圆(椭圆)、多边形等基本图形; 2. 可以改变图形的颜色、粗细、线型(实线、虚线、点划线等); 3. 可以实现图形的剪切、复制、粘贴、缩放(全部或指定区域)等基本编辑功能; 4. 基本的图形保存、打开、显示等功能;-Based on Visual C++ 6.0 development system, generic Windows drawing softwar
  3. 所属分类:Graph Drawing

    • 发布日期:2014-12-15
    • 文件大小:4000768
    • 提供者:李超
  1. netcdf_toolbox-1.0.12.tar

    3下载:
  2. NetCDF Toolbox一种重要的画图工具-The NetCDF Toolbox is something that I did not write, and therefore I cannot answer any questions about it. It s based on the netcdf-2 api of mexnc and it s completely unsupported. I strongly recommend that you not use it.
  3. 所属分类:Graph Drawing

    • 发布日期:2016-01-26
    • 文件大小:141312
    • 提供者:马德强
  1. sdedit-3.0.5.src

    0下载:
  2. sdedit源码包,较详细,,画流程图,分享 -sdedit code
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:1746574
    • 提供者:苏轼
  1. Contour

    0下载:
  2. 根据算出的温度场文件画出二维温度场等温线-draw 2-dimensions temperature line
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:142151
    • 提供者:shuangbo
  1. CG

    0下载:
  2. 1. 用某种方法实现圆的生成算法 2. 实现橡皮筋直线、圆、矩形。 3. 实现基本几何变换(平移、旋转、缩放)。 4. 实现Bezier曲线或B样条曲线。 5. 最终呈现的结果是一个小型的交互式图形系统,用界面把所有功能串连起来 -1. Using a method to achieve a circle generation algorithm 2. To achieve a rubber band straight, round, rectangular. 3. The
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:800860
    • 提供者:沈静
  1. CsharpdrawLine

    0下载:
  2. 2种算法包括bresenham酸法和DDA算法来绘制直线用C#实现-Two kinds of algorithms, including Bresenham acid and DDA algorithm to draw a straight line with C# Achieve
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:14817
    • 提供者:zuodanqing
  1. tk8.4.2-src.tar

    0下载:
  2. tk是一个结合tcl语言开发图形图像的脚本,如风河的Tornado就是用tcl+tk开发的IDE。-tk is a combination of language development tcl scr ipt graphic images, such as wind River Tornado is to use tcl tk development IDE.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-13
    • 文件大小:3155987
    • 提供者:xiongbangfa
  1. B-SPLINE

    0下载:
  2. 两篇关于B样条处理的英文文章,涉及到插值等相关内容-2 on the B-spline to deal with the English articles, related to interpolation and other related content
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-14
    • 文件大小:3881685
    • 提供者:田建勋
  1. 3

    0下载:
  2. 实验要求: 1、分别用圆的参数生成法和Bresenham算法画圆 2、请调用画圆和画椭圆的函数画出右图 提示:openGL 里可通过glrotatef函数实现坐标系的旋转,如绕Z轴旋转45度(相当于XY平面内图形绕原点旋转45度)通过glrotatef(45,0,0,1)来实现。 -Experimental requirements: 1, respectively, the parameters used to generate a round and Bresenham algo
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:132093
    • 提供者:马卫龙
  1. gp424win32

    0下载:
  2. 绘制2,3维图像,功能强大,下载自英文网站,说明就这么多,刚开始用功能还不太具体,-2,3-dimensional image rendering, powerful, downloaded from the English site, descr iption of so many, beginning with features not specific,
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-16
    • 文件大小:3919614
    • 提供者:zdd
  1. zsb02_10_20

    0下载:
  2. 1.实现DDA、Bresenham 直线生成算法。 2.实现Bresenham 画圆法或中点画圆法。 3.实现Bresenham 或中点法椭圆生成算法。 4.利用1、2、3 实现的直线、圆、椭圆图形生成函数进行图形绘制。 -err
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:42651
    • 提供者:溺所至
  1. ccpicker2

    0下载:
  2. 这是选择颜色的ComboBox(2)的源码,很好很有用,来和大家分享。-This is the choice of the color of ComboBox (2) the source, a very good useful to share with you all.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-15
    • 文件大小:29171
    • 提供者:葛靖青
  1. idctref

    0下载:
  2. MPEG-2编码中的dcte部分,对大家很有用,欢迎下载使用!-MPEG-2 encoding dcte part, useful for all of us are welcome to download!
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-07
    • 文件大小:2362
    • 提供者:李李
  1. wavefs44

    0下载:
  2. MPEG-2编码中的质量变化不得的部分,欢迎大家使用,谢谢!-MPEG-2 encoding changes in the quality may not be part of welcome to use, Thank you!
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-13
    • 文件大小:3048
    • 提供者:李李
  1. subtitle

    0下载:
  2. MPEG-2编码中的质量变化不得的部分,欢迎大家使用,谢谢!-MPEG-2 encoding changes in the quality may not be part of welcome to use, Thank you!
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:3618
    • 提供者:李李
  1. global

    0下载:
  2. MPEG-2编码中的质说的量变化不得的部分,欢迎大家使用,谢谢!-MPEG-2 encoding of qualitative changes that may not be part of welcome to use, Thank you!
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-15
    • 文件大小:6770
    • 提供者:李李
  1. form_prediction_P4

    0下载:
  2. MPEG-2编万恶的巍峨码中的质量变化不得的部分,欢迎大家使用,谢谢!-MPEG-2 series of towering root of all evil in the quality of code changes may not be part of welcome to use, Thank you!
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-05
    • 文件大小:4172
    • 提供者:李李
« 1 2 3 4 5 6 78 9 10 11 12 ... 17 »
搜珍网 www.dssz.com