CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - drawing

搜索资源列表

  1. Drawing transparent bitmaps using Cimage.zip

    0下载:
  2. Drawing transparent bitmaps using Cimage
  3. 所属分类:GDI/图象编程

    • 发布日期:
    • 文件大小:1.3mb
    • 提供者:
  1. Using GDI and GDI+ mixed drawing rubber band lines

    0下载:
  2. Using GDI and GDI+ mixed drawing rubber band lines_src
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7.71kb
    • 提供者:至少
  1. Drawing

    0下载:
  2. 画直线、圆、不规则图形以及填充闭合曲线,可以实现基本图形的绘制。-Drawing a straight line, round, irregular graphics and filled with closed curves can be achieved basic graphics rendering.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-15
    • 文件大小:45.2kb
    • 提供者:weimouer
  1. LineTracker_demo

    1下载:
  2. 拖拽/跟踪一条线-The example of draging and following in drawing a line
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-04
    • 文件大小:41.32kb
    • 提供者:站长
  1. CPI.Plot3D

    0下载:
  2. 二维绘图软件代码,具备像autocad一样的基本绘图功能。-Two-dimensional mapping software code, have the same basic as autocad drawing function.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-28
    • 文件大小:52.76kb
    • 提供者:高勤
  1. Drawing

    0下载:
  2. 自制画图小程序,用SDK实现交互式画图,能够运行。-Self-made drawing of small procedures, implementation of interactive drawing with SDK
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:19.3kb
    • 提供者:kate
  1. Drawing

    0下载:
  2. 基于API函数的交互式绘图程序,模仿WINDOWS的画图程序,有很好的学习作用-API-based interactive drawing program function, to imitate the drawing WINDOWS procedures, there is a good study the role of
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-26
    • 文件大小:356.61kb
    • 提供者:qurenjun
  1. Drawing

    0下载:
  2. 计算机图象学画图包括画直线 圆 巨型 多边行等等,还有图形颜色的填充清除-Learn computer graphics, including drawing a huge round of multilateral draw straight lines and so on, have filled the clear color graphics
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-29
    • 文件大小:42.04kb
    • 提供者:linda
  1. drawing

    0下载:
  2. 供初学者学习编程的好例子,用c#编写的简单画图软件源码-For beginners to learn a good example of programming with c# to prepare a simple drawing software source
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:133.83kb
    • 提供者:dong
  1. Charting

    0下载:
  2. Graph drawing using visual basic program
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-07
    • 文件大小:101.67kb
    • 提供者:Manoj
  1. VSGraphics

    0下载:
  2. Unit for simple drawing horizontal, vertical, diagonal and rectangle gradients with any colors
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-13
    • 文件大小:1.65kb
    • 提供者:Vitek885
  1. drawing

    0下载:
  2. Visual Basic Drawing functions tutorials
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2.7kb
    • 提供者:gocool
  1. Drawing

    0下载:
  2. 用vb.net编写的一个自定义图板,功能类似于系统自带的画图工具-Vb.net prepared using a custom drawing board, similar in function to the system built-in drawing tools
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:90.07kb
    • 提供者:chenjian
  1. Drawing

    0下载:
  2. 特效画线 提供windows 下的操作窗口-Drawing with Microsoft Virtual C++ 6.0
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:691.36kb
    • 提供者:林文凯
  1. OpenGL-Drawing

    0下载:
  2. 这是一个MFC写的OpenGL雪景,程序演示了MFC开发OpenGL的框架,和演示如在OpenGL访问封装在可执行文件中的资源,对用MFC写OpenGL程序有很好指导作用。-OpenGL Drawing For Vc++
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:138.35kb
    • 提供者:lsccls
  1. PrintBmp

    0下载:
  2. 打印1个椭圆位图图像。打印过程与画图过程类似,只是输出的设备上有所区别。一个简单的位图打印实现,演示打印过程。vc实现。-Print an oval bitmap images. Printing process and the drawing process is similar, but somewhat different from the output device. A simple realization of bitmap print, presentations printing
  3. 所属分类:Printing program

    • 发布日期:2017-04-02
    • 文件大小:26.3kb
    • 提供者:zcy
  1. Drawing-basics

    0下载:
  2. 绘图基本功,比较详细的介绍了一些画图,基本包含所有画图炒作-Drawing basics, a more detailed introduction to a number of drawing, basic drawing contains all the hype
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1017.73kb
    • 提供者:胡宗恺
  1. MyB

    0下载:
  2. MFC 对话框,运用ClientDC绘制静态曲线,运用曲线像素取反擦除曲线。很好的静态曲线绘制代码,简单易懂,稍加修改可绘制自己的曲线。-MFC dialog box, use ClientDC draw static curve, the use of curve-pixel to take anti-erasing curve. Very good static curve drawing code, easy to understand, a little change can draw
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-10
    • 文件大小:1.79mb
    • 提供者:fangxia
  1. drawing

    0下载:
  2. 画图程序 可实现类windows上画图程序部分功能 包括区域绘制等。-drawing
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:246.19kb
    • 提供者:端木寒夏
  1. drawing

    0下载:
  2. MFC开发的绘图小软件,涵盖主要的图形学相关算法-MFC drawing a small software development, covering the major graphics-related algorithms
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3.82mb
    • 提供者:罗洛
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com