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

搜索资源列表

  1. huayuan

    0下载:
  2. 这是一个生成圆周的源代码,首先用Bresenham算法生成八分圆坐标,再计算出8个对称点,生成圆周的所有点之后,按y值排序,转换成线段表。-This is a generation of source code circumference, first using Bresenham algorithm generated nearly circular coordinates, and then work out eight symmetry, circumferential generate
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1279
    • 提供者:朱云
  1. Vesa_w

    0下载:
  2. 函数int line_coor(int x1,int y1,int x2,int y2,struct DOT *dot) 采用Bresenham算法生成直线段的坐标-function int line_coor (int x, int y1, x2 int, int y2, struct * dot DOT) Bresenham algorithm used to create line and the coordinates of
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4523
    • 提供者:朱云
  1. IMagepcoecssing

    0下载:
  2. 直方图均衡比较有用的算法 对传统方法有比较好的改进-histogram equalization algorithm useful comparison to the traditional methods are relatively good improvement
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:6769
    • 提供者:jfj
  1. graphic_demo

    0下载:
  2. 帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、 逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier, spline,Bspling,Hermite曲线生成算法;单线性,双线性, Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充, 种子填充算法,多边形,直线裁剪算法;平移,比例,旋转, 原点对称,错切变换算法;-help students lea
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:807327
    • 提供者:冯宾
  1. 棋游戏

    0下载:
  2. 这是一个基于vc的游戏,基本上概括了一些基本的图形学的东西,同时也概括了一些简单职能算法-This is a game based on vc basically a summary of some of the basic graphics things, but also summarized the functions of some simple algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:70399
    • 提供者:徐静
  1. emerge_tec

    0下载:
  2. 图象渐变融合算法,电子游戏中必备的处理效果。-image fusion algorithm, electronic games required the treatment effect.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:401517
    • 提供者:王宁
  1. track

    0下载:
  2. 在vc环境下,四阶经典龙格库塔算法的实现.-in vc environment, the four bands classic Runge Kutta algorithm implementation.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:37861
    • 提供者:jl
  1. DDA_Algorithm

    0下载:
  2. DDA算法:用于计算机图形学中的线段绘制算法-DDA algorithm : Computer Graphics for the segment Rendering Algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:931
    • 提供者:月间
  1. cologu

    0下载:
  2. cologu.zip 直方图修正-彩色变换算法源代码-cologu.zip histogram amendment - color transformation algorithm source code
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:32246
    • 提供者:柳青
  1. line0

    0下载:
  2. 计算机图形学里的一个算法,实现直线的扫描转换,很简单的功能。初学者的东西-computer graphics's an algorithm, achieving a linear scan conversion, a very simple function. Beginners things
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:47163
    • 提供者:sun
  1. 我的图形学

    0下载:
  2. 二维图形的几何转换,首先通过屏幕上任意四点绘制通过四点的曲线,再通过平移,旋转缩放等实现一些简单算法-2D geometry conversion, first through the screen drawing arbitrary 4:00 through 4:00 curve, and through translation, rotation scaling algorithm to achieve some simple
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4562
    • 提供者:岳做启
  1. 供vb调用的高质量旋转图片vc动态库代码

    2下载:
  2. 用VC编写高质量图片旋转算法(双线性插值法),生成DLL源代码,并提供VB调用例子代码。-VC prepared high-quality images rotation algorithm (bilinear interpolation), generate DLL source code, and called for VB code examples.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1445903
    • 提供者:李文庆
  1. 对象定位 C 语言源程序

    1下载:
  2. 机器人视觉控制系统中图像定位算法源程序。图像编程有效工具。-robot control system visual image positioning algorithm source. Image effective programming tools.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:16930
    • 提供者:王红旗
  1. K-Means聚类

    1下载:
  2. k-means聚类算法源码。kmeans是一种常用的分割算法,简单而又高效。-k-means clustering algorithm source code. Kmeans is a common segmentation algorithm is simple but efficient.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1659
    • 提供者:熊健
  1. 细化

    0下载:
  2. 形态学的细化算法源代码。细化的目的是提取出连通区域的骨架。该算法在文字识别、指纹检测等应用中有着重要作用。-morphological thinning algorithm source code. Refinement is extracted regional connectivity frame. The algorithm letter recognition, fingerprint detection application plays an important role.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1281
    • 提供者:熊健
  1. WMMR

    0下载:
  2. WMMR:weighted maxinmun minmum range一种滤波、去噪算法,去除图像中小的高亮度区域。-WMMR : weighted maxinmun minmum range of a filter, denoising algorithm to remove small images of high-brightness region.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1023
    • 提供者:熊健
  1. 裁减

    0下载:
  2. 裁减算法,里面包含了有关裁减的各个C程序,希望能对你有用-reduction algorithm that includes the reduction of the various C procedures in the hope that will be useful to you
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:32225
    • 提供者:郑平
  1. DDA画直线实验一

    0下载:
  2. DDA直线画线算法,希望能用得上。是老师在课堂上要求的,希望对大家有用-DDA straight line drawing algorithm, hope to ebb and flow. The teachers in the classroom requirements, I hope useful for all
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4325
    • 提供者:郑平
  1. 计算机图形学教学系统

    0下载:
  2. 计算机图形学编程系统,是个很好的东东,其中包括很多算法。可以演示,也可以看代码,希望对大家有用。-computer graphics programming system, is a very good Dongdong, including many algorithms. It demonstrated, we can see code, we hope that the right useful.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:200257
    • 提供者:郑平
  1. 平移对称旋转缩放算法

    1下载:
  2. 计算机图形学中的平移,对称,旋转,缩放变化。-of computer graphics translation, symmetric, rotate, zoom changes.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:31066
    • 提供者:巫丙亮
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com