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

搜索资源列表

  1. 绘图工具

    0下载:
  2. 一个用vc制作的绘图软件,可以很好的学习图形算法-vc produced using a mapping software can be a good learning algorithm Graphics
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:93623
    • 提供者:胡国雄
  1. 绘图软件

    0下载:
  2. 用java做的,画图方面的软件,有以下的功能:可拖拉式创建组件(目前包括按钮\\文本框\\图片组件)等。-do with java, drawing the software will have the following functions :-tractor can create components (including the current button \\ textboxes \\ Photo components).
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:398164
    • 提供者:毛楠
  1. ruler_control_src

    0下载:
  2. 绘图软件中的标尺程序,用vc实现坐标位置的参考。-graphics software standard procedure of using vc location coordinates to achieve the reference.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:35496
    • 提供者:丁一甲
  1. 抓图软件课程设计yangjin

    0下载:
  2. 好程序,c++ 绘图软件设计 附带论文,和大家一起学习。-good procedures, c graphics software design fringe papers, and we will study together.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:49440
    • 提供者:吴正昌
  1. 矢量绘图软件

    0下载:
  2. 能够在实现交互式绘图的软件-to achieve interactive graphics software
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:240573
    • 提供者:李喻辉
  1. 矢量绘图软件EastDraw及其完整源代码

    1下载:
  2. 本代码实现了矢量绘图功能:直线、圆,各类曲线一应俱全,并可进行画笔画刷风格与颜色设定,并有文件保存功能-the source implementation of vector graphics features : linear, circular, various curves in place, to carry out the brush stroke painting style and color settings and a document retention
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:178989
    • 提供者:刘跃红
  1. EastDraw(绘图软件)

    1下载:
  2. 一个用VC编写的程序,EastDraw(绘图软件),非常简单好用,还有完全的源代码可供学习和参考-a VC prepared by the procedures, EastDraw (graphics software), a very simple and easy, complete source code available for study and reference. !
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:176172
    • 提供者:汤凌
  1. 模仿CAD绘图软件

    6下载:
  2. 模仿CAD绘图软件
  3. 所属分类:2D图形编程

  1. 利用OpenGL实现三维绘图

    0下载:
  2. 在三维绘图蓬勃发展的过程中,计算机公司推出了大量的三维绘图软件包。其中SGI公司推出的OpenGL,作为一个性能优越的图形应用程序设计界面(API)异军突起,取得了很大的成就。它以高性能的交互式三维图形建模能力和易于编程开发,得到了Microsoft、IBM、DEC、Sun、HP等大公司的认同。因此,OpenGL已经成为一种三维图形开发标准,是从事三维图形开发工作的必要工具
  3. 所属分类:OpenGL

    • 发布日期:2010-11-20
    • 文件大小:39936
    • 提供者:hkjfile@126.com
  1. C++ 流程图绘图软件

    1下载:
  2. C++ 流程图绘图软件 类似于smartdrow 比较适合初学者,C++ procedure chart editor, like the Smart draw. Fitting for the rokie.
  3. 所属分类:绘图程序

    • 发布日期:2017-03-25
    • 文件大小:80557
    • 提供者:Todd
  1. huituruanjian

    0下载:
  2. 这是一款基于C#语言的绘图软件,可供做课程设计的同学们使用。-This is a graphics-based software C# language, curriculum design for students who do use.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3609056
    • 提供者:亚军
  1. MiniCAD

    2下载:
  2. 小型CAD绘图软件(MFC),代码精简便于学习。-Mini CAD Drawing Tool(MFC)
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-28
    • 文件大小:10780185
    • 提供者:董博文
  1. GLIPSGraffitiSrc1.5

    0下载:
  2. 矢量图绘图软件 文件格式为SVG 可以解析与导入导出-Vector drawing software for the SVG file format can resolve with the Import and Export
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-23
    • 文件大小:7052111
    • 提供者:
  1. vb_draw_demo

    2下载:
  2. 一款开源的完整矢量绘图控件源码,支持直线、弧线、矩形、圆角矩形、椭圆、多边形、星形、文本和图片等的绘制,支持旋转、缩放、选择、排列等操作,总的说来功能还是不错的!其实如果稍微懂点计算机图形学的知识要做出比这个还要完善的矢量绘图软件应该是没有问题的。 个人认为,VB6本身对于绘图的支持是非常弱的,因此一般直接通过其内置方法实现的绘图效率都成很大的问题。解决方法之一是采用Windows API来进行底层GDI的绘制,更好的方法是采用GDI+来绘图,这样效果会更好。-VB-based vecto
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:77291
    • 提供者:alpha
  1. EasyDraw

    0下载:
  2. asyDraw是一个简单的绘图软件,这个实例会综合运用本章所介绍了Visual C++ 2005的基础知识。EasyDraw拥有以下功能: 1.直线、矩形、椭圆的绘制。 2.可以更改绘制线条的类型、宽度、颜色。-asyDraw is a simple mapping software, the integrated use of the examples in this chapter will be introduced by Visual C++ 2005 the basic kno
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-26
    • 文件大小:61211
    • 提供者:luo gang
  1. cadtool

    1下载:
  2. 一个基础的CAD绘图软件,功能比较典型。-A CAD-based mapping software, features more typical.
  3. 所属分类:Graph Drawing

    • 发布日期:2015-12-02
    • 文件大小:998695
    • 提供者:Don Zhang
  1. EasyDraw

    0下载:
  2. 简易绘图软件,实现橡皮经绘图,放大,缩放,拖放操作,功能多样,非常实用。-Simple drawing software, to achieve rubber by drawing, zoom, zoom, drag and drop operation, versatile, very useful.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-28
    • 文件大小:59822
    • 提供者:lhf
  1. Qt

    1下载:
  2. Qt绘图软件设计教程,绘图挺值得看看的哈-Qt graphics software tutorials, drawing quite worth a look, ha
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3715144
    • 提供者:meiyimin
  1. JAVA绘图

    0下载:
  2. JAVA写的绘图软件,有注释,对于新手有一定的参考价值。
  3. 所属分类:绘图程序

  1. 绘图软件

    0下载:
  2. 1、绘图软件,简化版CAD制图软件,是制作其他绘图软件的良好参考基础(1, drawing software, simplified version of CAD graphics software, is the production of other drawing software a good reference basis)
  3. 所属分类:绘图程序

    • 发布日期:2017-12-16
    • 文件大小:5369856
    • 提供者:碎骨魔
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com