CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 2D图形编程 搜索资源 - 使用

搜索资源列表

  1. Bresenham算法

    0下载:
  2. Bresenham算法演示程序。该例程使用Bresenham算法画出一个凸四边形。-Bresenham algorithm demonstration program. Routine use of the Bresenham algorithm to identify a convex rectangular.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:58423
    • 提供者:蝌蚪
  1. Speed Carxp

    0下载:
  2. 自己参考资料写的关于c图像的小程序,里面还用的了键盘的使用,算是游戏吧。绝对原创!很利于初学者学习。-his reference was made on the images of small c procedures, which also use the keyboard use, it is the game. Absolutely original! Beginners very conducive to learning.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2687
    • 提供者:闵敏
  1. mde-1.6.0

    0下载:
  2. 飞曼公司嵌入式图形库minigui1.6.x的高级编程例程,可移植到各类开发板上使用。-Embedded graphics library minigui1.6.x senior programming routines can be transplanted to the use of various types of development board.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:782861
    • 提供者:zyy
  1. graphics32-1-7-1

    0下载:
  2. 这个是一个很好的delphi显示,处理图像的控件包,里面有详细的使用文档,并且我上船的dicom读片程序也要用到这个-this is a good delphi showed that the image control packets, which contain detailed the use of documents, and I read the uplift of DICOM films have used this procedure
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2249637
    • 提供者:孙永锐
  1. 连连看源程序

    1下载:
  2. 小game 连连看的原程序,速度很度很,自己写的,下载的人可以自由使用-small game of the original procedure, speed for a very, wrote it myself, people can download the free use
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:720193
    • 提供者:snk12
  1. ct头模仿真重建

    0下载:
  2. 此程序是使用VC编写得S-L头模型计算机仿真重建。头模型的图片也在压缩包中,此程序是自己编写的作业,所以决定可以用!-this procedure is used in the preparation of VC S-L first computer simulation model of redevelopment. The first model is compressed picture, this procedure is the preparation of their operati
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:187370
    • 提供者:张似的
  1. 图片模糊与锐化

    0下载:
  2. 本例使用JAVA语言实现了图片的模糊与锐化,详细的注释请看源代码的注释。谢谢支持!-cases the use of the Java language and blurred images sharper and detailed annotations Look at the source code of the Notes. Thank you support!
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2677
    • 提供者:
  1. CMYDraw

    3下载:
  2. 用VC编写的绘图软件,实现基本的绘制直线,点,圆和矩形,实现基本的图象操作,旋转,缩放,平移,,实现投影的绘制,投影坐标的绘制,投影直线,点的绘制,以类的方式提供,使用GDI编写的2D程序-VC prepared by the graphics software, the basic drawing straight lines, points, round and rectangular, to achieve the basic operation of images, rotate, zo
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:154119
    • 提供者:行路行人
  1. Graph SrcNew

    0下载:
  2. 几个很好的图形C++类,开发的时候,直接加入工程即可使用。-several good C + + graphics category, the development, directly joining the project can be used.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1083916
    • 提供者:高陈强
  1. 画图程序开发MAPMODE

    1下载:
  2. 1、 本程序在交作业时需提交程序详细的说明书、源码程序。 2、 编程方式可以使用API编程或MFC编程方式。 3、 功能至少包括: 1) 画直线、矩形、椭圆和颜色填充,支持打印输出。 2) 可以更改线宽、更改线的颜色和填充的颜色。如下面的图形显示。 3) 最好实现对图形对象的文件存储。 -1, the procedures in perpendicular operation must produce detailed procedures manuals, source
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:132900
    • 提供者:八云
  1. huffman_f

    0下载:
  2. huffman_f 在huffman_e的基础上,将排序改为利用堆排序原理选择最小的两个权值。也即,将所有元素的权值组织成堆后,每次堆内的根结点就是最小值了。每取出一个根结点后,就把堆尾元素调到根结点重建堆。取出两个最小值合并成一个子树后,再把子树作为叶子结点放到堆中,并让其上升到合适的位置,保持堆性质不变。因为每次不必完成整个排序过程,而只是组织成堆,因此,这种方法要比使用快速排序更快。上述算法参考了mg-1.2.1中Huffman编码的实现,见http://www.cs.mu.oz.au/m
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2201
    • 提供者:真实
  1. 牛顿环

    0下载:
  2. VS2003下C#写的牛顿环,主要使用graphic绘图-Visual C# written by Newton Central, the main use of graphic drawings
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:18797
    • 提供者:向传兵
  1. SRGPEXABBQ

    0下载:
  2. SRGP源包的示例代码,看明白后可以知道如何使用SRGP包-6,511 packets of sample source code, can understand after know how to use 6,511 packets
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2825
    • 提供者:问题如
  1. analyseBMPfile

    0下载:
  2. 一个不需要任何特殊函数、只使用极普通的读文件语句来完全解读BMP文件格式、内容、并绘制成图的自编程序。-one does not need any special function, use only very ordinary paper statement read to fully interpret BMP file formats, content, map and the written procedures.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:3483
    • 提供者:aq
  1. analysePCXfile

    0下载:
  2. 一个完全解读PCX文件的自编程序,不使用任何调色板之类的高级函数,只使用极普通的文件读语句即OK。可以借鉴于认识PCX文件的本质结构。-a complete explication PCX document written procedures, the use of any such palette High function, use only a very general statement read in the paper that is OK. We can draw on unde
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:3066
    • 提供者:aq
  1. stereo-maximum-flow-upload

    1下载:
  2. 关于一篇经典的立体匹配的文献的源代码。该文献的主要算法称为maximum flow。程序的使用说明在文件夹中。-on a stereo matching classic literature source. The document known as the maximum flow algorithm. Procedures for use in the folder.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1400277
    • 提供者:吴琼玉
  1. TinyCADsrc

    1下载:
  2. 第一个能够真正进行混合图形编辑的软件,对于任何类型的扫描图象:彩色图,灰度图和单色图都具有强大的光栅转矢量功能。通过使用本软件,您可以对扫描的图形,包括草图,地图和其他图象进行净化,编辑,更新并转换为矢量。引入了真正的CAD—类型编辑光栅图象-first truly mixed graphics editing software, for any type of scanned images : color, grayscale and monochrome plan has powerful
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:959339
    • 提供者:唐传兵
  1. plotline控件的使用方法(实例)

    1下载:
  2. 具体介绍了免费空间plotline的使用方法,供相关人员参考。
  3. 所属分类:2D图形编程

  1. 抠图算法 使用matlab实现

    0下载:
  2. 抠图算法 使用matlab实现 -Matting Matting algorithm implementation using matlab using matlab algorithm to achieve
  3. 所属分类:2D图形编程

    • 发布日期:2016-01-24
    • 文件大小:5055488
    • 提供者:levis
  1. 使用openni录制kinect视频、深度图像数据

    1下载:
  2. 使用openni录制kinect视频、深度图像数据,并绘制跟踪到的骨骼 包含完整工程文件,可以直接编译使用-using openni to record color and depth images from kinect,and display the skeleton image of the tracked user
  3. 所属分类:2D图形编程

    • 发布日期:2016-01-25
    • 文件大小:3325952
    • 提供者:
« 12 3 4 5 6 7 8 9 10 ... 33 »
搜珍网 www.dssz.com