搜索资源列表

  1. 计算机图形算法演示

    0下载:
  2. 画直线_反走样直线_圆_椭圆_矩形_多边形_矩形填充_多边形填充_3D变换_光照_贴图
  3. 所属分类:图形图象

    • 发布日期:2024-05-18
    • 文件大小:417170
    • 提供者:
  1. 图行算法

    0下载:
  2. 原代码下载,我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理-download the original code, the computer graphics programming practice, including painting line, anti
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:417483
    • 提供者:wuxuegang
  1. fitellipse

    0下载:
  2. 这是我收集的一个老外编的最小二乘法拟合椭圆算法。希望能派上用场。-This is my collection of a foreigner series of the least squares fit algorithm for elliptic. Hope can be put to use.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1767
    • 提供者:王流
  1. 最新椭圆曲ECC线算法实现

    1下载:
  2. 最新椭圆曲ECC线算法实现是目前广泛应用于智能卡上的加密算法。当然也可以用于其他地方,它能保护你的数据安全。-The newest ellipsoit ECC arithmetic program is wildly used in the smart card filed.Of course it can be used in anyother else and it can provide the security of your
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1494532
    • 提供者:王清华
  1. Bresenham算法编程演示

    0下载:
  2. Bresenham算法编程演示程序,用java写的源码,可以在一个IE窗口完整的演示出来,可以选择描画直线,圆形,椭圆等,是图形学课程的基础课程设计.-Bresenham algorithm programming demo program using java to write the source code for the IE window for a complete demonstration, and can choose
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8611
    • 提供者:susu
  1. ECC (椭圆曲线加密算法) 的源代码c++builder

    1下载:
  2. ECC (椭圆曲线加密算法) 的源代码c++builder,很难得到的源代码-ECC (elliptic curve encryption algorithm) source code c builder, it is difficult to get the source code
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:212605
    • 提供者:李军
  1. quxian11

    0下载:
  2. 图形学曲线算法。其中有椭圆算法和双曲线参加方程的算法。-graphics curve algorithm. These elliptical algorithm and hyperbolic equation algorithm to participate.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1894
    • 提供者:ak
  1. 算法

    0下载:
  2. 关于椭圆的一个优化算法-This is a optimized algorithm about ellipse.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:6693
    • 提供者:扬帆
  1. matalb

    0下载:
  2. 这是我收集的一个老外编的最小二乘法拟合椭圆算法。希望能派上用场。-This is my collection of a foreigner series of the least squares fit algorithm for elliptic. Hope can be put to use.
  3. 所属分类:状态条

    • 发布日期:2008-10-13
    • 文件大小:4147
    • 提供者:123456
  1. EX5

    0下载:
  2. 本人原创图形学实验程序,完成DDA,BRESENHAM直线、圆、椭圆算法,扫描线、种子填充算法,平移、旋转、缩放等算法。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:62363
    • 提供者:Diana
  1. 椭圆方程

    0下载:
  2. 用fortran编写的椭圆方程的数值算法-using FORTRAN prepared by the elliptic equation numerical algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4057
    • 提供者:崔海洋
  1. DrawGraph

    0下载:
  2. 计算机图形学实验,画出DDA算法、Bresonman算法、中点圆、椭圆算法
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:73023
    • 提供者:草野彰
  1. 画椭圆的算法的程序

    0下载:
  2. 画椭圆的算法的程序.rar,短小而精悍,你可以去-oval painting algorithm procedures. Rar, and the short-skinned, you can try to
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:834
    • 提供者:ouxm
  1. 计算机图形算法演

    0下载:
  2. 计算机图形算法演示 包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。-computer graphics algorithms demonstration included painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectang
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:28039
    • 提供者:张春民
  1. WL40987330 C语言算法集

    0下载:
  2. 目录


    第一部分  基础篇
     
    001  第一个C程序 
    002  运行多个源文件 
    003  求整数之积 
    004  比较实数大小 
    005  字符的输出 
    006  显示变

  3. 所属分类:Windows编程

    • 发布日期:2008-12-21
    • 文件大小:3245365
    • 提供者:wl409873350
  1. 判断鼠标是否在椭圆内

    0下载:
  2. 一个判断鼠标是否在椭圆内的算法
  3. 所属分类:其他小程序

    • 发布日期:2009-04-15
    • 文件大小:5093288
    • 提供者:mozf881
  1. 附件:1.SM2椭圆曲线公钥密码算法

    0下载:
  2. 附件:1.SM2椭圆曲线公钥密码算法 国家密码局2010年发布(Appendix: 1.SM2 elliptic curve public key cryptography algorithm)
  3. 所属分类:文档资料

    • 发布日期:2024-05-18
    • 文件大小:857088
    • 提供者:濮阳小城
  1. GpDraw

    0下载:
  2. 计算机图形学 DDA算法 bresenham算法 中点画圆算法 bresenham画圆算法 椭圆算法 扫描线算法(Computer graphics DDA algorithm Bresenham algorithm Midpoint circle algorithm Bresenham circle algorithm Ellipse algorithm Scan line algorithm)
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:小工瑞
  1. 椭圆约束主动轮廓视盘分割

    0下载:
  2. 对图像分割,初始轮廓为椭圆。变化的过程中始终以椭圆为约束(For image segmentation, the initial contour is an ellipse.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:16384
    • 提供者:冰泪缘
  1. 椭圆检测

    0下载:
  2. MATLAB实现的一种基于最小二乘的椭圆拟合直接算法源代码.附件中的源代码是matlab编写的,实现一种对于椭圆的稳定的数据拟合算法。(Matlab implementation of a direct Algorithm based on the least squares ellipse fitting source code. Annex in the source code is prepared by Matlab, to a
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:45056
    • 提供者:月落江城0
« 1 23 4 5 6 7 8 9 10 ... 31 »

源码中国 www.ymcn.org