CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 计算机图形学代码

搜索资源列表

  1. delphipiclab

    0下载:
  2. 计算机图形图像学基础算法实验软件包,都是delphi进行图像处理的基础代码
  3. 所属分类:医药行业

    • 发布日期:2008-10-13
    • 文件大小:847225
    • 提供者:楚燕
  1. 5956467FairingCurves

    0下载:
  2. 计算机图像图形学编程 ,代码,用vc++实现,直接可用-Computer images graphics programming, code, vc++ implementation directly available
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:67510
    • 提供者:lipeng
  1. DDA

    0下载:
  2. 该代码是用DDA画线的方法实现的,方便大家学习计算机图形图像学,适合初学者-The code is to use the DDA crossed the method, to facilitate them to learn computer graphics school for beginners
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-15
    • 文件大小:3706476
    • 提供者:张丽纯
  1. FluidSimulation

    0下载:
  2. 计算机图形学相关,烟雾渲染的C++代码~-C++ implementation of Smoke Rendering
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-03
    • 文件大小:946060
    • 提供者:卢欣
  1. 3D

    0下载:
  2. 代码为利用开源计算机图形学库OPENGL生成球体三维图像的程序-The use of open source code for the computer graphics library OPENGL sphere three-dimensional image generation program
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-23
    • 文件大小:2413
    • 提供者:Epiphqny
  1. fse-gke-learn

    0下载:
  2. 本程序代码是计算机图形学的必备基础 不错的,可以学习用-This code is the essential basis of computer graphics, can learn to use
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-11
    • 文件大小:18296
    • 提供者:EZmib$9859
  1. cwh2014210667

    0下载:
  2. 关于图形学用VC++的基本代码.改程序包括了几乎所有的计算机图形学基础算法(graphics with VC on the basic code. Changed procedures include almost all of the computer graphics based algorithm!)
  3. 所属分类:绘图程序

    • 发布日期:2017-12-23
    • 文件大小:2401280
    • 提供者:清欢
  1. 三维变换

    0下载:
  2. 计算机图形学示例,三维变换代码,vc6.0下(a sample about 3d transform in vc6.0)
  3. 所属分类:3D图形编程

    • 发布日期:2017-12-19
    • 文件大小:351232
    • 提供者:jenny_wu1988
  1. graphics clipping

    0下载:
  2. 这份代码是计算机图形学中基础的图形裁剪算法。(This code is a graphic cutting algorithm based on computer graphics.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-19
    • 文件大小:2379776
    • 提供者:LiuDingbo
  1. 计算机图形学光顺代码

    0下载:
  2. 实现了光顺功能,并且可以有多次光顺功能2323232323232(Realization of fairing function)
  3. 所属分类:OpenGL

    • 发布日期:2018-04-19
    • 文件大小:28819456
    • 提供者:efsdfssr
  1. 案例1-金刚石图案算法

    0下载:
  2. 计算机图形学的金刚石图案绘制,使用VC6++绘制,包含程序和代码(The drawing of diamond pattern in computer graphics is drawn by VC6++, including program and code.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:266240
    • 提供者:asdwqdadsda
  1. C语言成像与光线追踪程序设计 .pdf

    2下载:
  2. 计算机图形在越来越多的领域得到了广泛的应用,而大多数个人计算机用户却因 缺乏基本的编程工具而不能在便宜的PC机上生成精美的计算机图形,本书旨在帮助 这些用户挖掘PC机潜在的图形设计能力,制做逼真的高质量计算机图形。 本书介绍了计算机图形学要求的向量和矩阵算术工具,讨论了光线追踪程序的生 成和使用,并给出了实际的C代码。此外,本书还对三维建模工具、提高图像质量的方 法及图形显示设备等做了介绍。(Computer graphics have been widely used in more and
  3. 所属分类:文章/文档

    • 发布日期:2019-11-18
    • 文件大小:11792384
    • 提供者:魔王大人
  1. B样条曲线反求控制点(转)

    1下载:
  2. C++代码已通过编译,测试OK,计算机图形学必备知识!!!
  3. 所属分类:GDI/图象编程

  1. 轮廓跟踪算法获取物体的轮廓序列_生成边界链码

    1下载:
  2. 链码(又称为freeman码)是用曲线起始点的坐标和边界点方向代码来描述曲线或边界的方法,常被用来在图像处理、计算机图形学、模式识别等领域中表示曲线和区域边界。本例用C++实现轮廓跟踪算法获取物体的轮廓序列,可生成边界链码。(freeman is a method to describe a curve or boundary by using the coordinates of the starting point of the curve and the direction code of
  3. 所属分类:图形图像处理

    • 发布日期:2020-09-14
    • 文件大小:1024
    • 提供者:碎风
  1. freeman_de

    1下载:
  2. 链码(又称为freeman码)是用曲线起始点的坐标和边界点方向代码来描述曲线或边界的方法,常被用来在图像处理、计算机图形学、模式识别等领域中表示曲线和区域边界。本例用C++实现图像八方向链码的边界跟踪算法。(freeman is a method to describe a curve or boundary by using the coordinates of the starting point of the curve and the direction code of the bou
  3. 所属分类:图形图像处理

    • 发布日期:2020-09-29
    • 文件大小:1024
    • 提供者:碎风
  1. vs2017-机械手

    2下载:
  2. 机械手解算,图形图像,计算机图形学,部分OSG程序代码(osg,Graphic image, computer graphics, part of OSG program code)
  3. 所属分类:OpenGL

    • 发布日期:2020-08-17
    • 文件大小:48025600
    • 提供者:123456--
« 1 2 ... 8 9 10 11 12 13»
搜珍网 www.dssz.com