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

搜索资源列表

  1. c++ code

    1下载:
  2. 有计算机图形学、图像处理、dbms、sniffer、中游俄罗斯*、othello、遗传算法、舌苔分析等程序。-computer graphics, image processing, DBMS, sniffers, the Russian middle pylons, othello, genetic algorithm, fur analysis procedures.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:61385115
    • 提供者:陶猗
  1. BEZIER.C

    0下载:
  2. 基于C的贝塞尔曲面生成程序,此程序对于没有专门学习过计算机图形学的人也能看懂.-Bessel surface generation process, This procedure not specifically studied computer graphics people can understand.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:2020
    • 提供者:王力
  1. t21

    0下载:
  2. 计算机图形学相关程序利用C语言进行实现的算法
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1032
    • 提供者:yvonne
  1. BresenhamLine

    0下载:
  2. 计算机图形学相关程序利用C语言进行实现的算法
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1026
    • 提供者:yvonne
  1. Dda(j)

    0下载:
  2. 计算机图形学相关程序利用C语言进行实现的算法
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:843
    • 提供者:yvonne
  1. MidPointLine(j)

    0下载:
  2. 计算机图形学相关程序利用C语言进行实现的算法
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:978
    • 提供者:yvonne
  1. PointInPolygon.rar

    0下载:
  2. 判断点在凸多边形的内外的计算机图形学小程序;算法很不错;,In the convex polygon to determine the internal and external procedures of small computer graphics algorithm is pretty good
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:777
    • 提供者:天问
  1. source

    0下载:
  2. C词法分析器实现,AOE网络算法实现,KRUSKAL算法实现,PRIM算法实现,计算机图形学影线填充算法(键盘坐标输入),计算机图形学影线填充算法(鼠标输入),人工智能A*算法实现的C语言程序-C lexical analyzer to achieve, AOE network algorithm, KRUSKAL algorithm, PRIM algorithm, computer graphics hatched filling algorithm (keyboard input coor
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:11236
    • 提供者:站长
  1. Graphic

    0下载:
  2. 计算机图形学中用经典算法实现的绘图程序,包括直线生成、圆弧生成、线段裁剪、多边形裁剪等-Computer graphics with the classic algorithm of mapping procedures, including a straight-line generation, arc formation, line cutting, cutting, such as polygon
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-14
    • 文件大小:3733124
    • 提供者:逍遥飞
  1. Bikeanimation

    1下载:
  2. 这是一个计算机图形学相关程序,就是用C语言实现自行车动画-This is a computer graphics-related procedures, is to use C language to achieve a bike animation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:3575
    • 提供者:杨纯
  1. beijixing

    0下载:
  2. 这是一个计算机图形学的程序,是用c++编写的,是3D图形,包括了图形的变化以及坐标的定位,是学习计算机图形学最好掌握的。-This is a computer graphics procedure is c++ Prepared is the 3D graphics, including changes in graphics as well as the coordinates of the position, is to learn from the best available compu
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-15
    • 文件大小:157044
    • 提供者:刘锦瑞
  1. d2200904

    0下载:
  2. 本原代码集是我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等-Primitive code set is my practice of computer graphics programming, including painting a straight line, anti-aliased line, circle, draw an oval, rectangular painting, drawing poly
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-13
    • 文件大小:1825
    • 提供者:chenhao
  1. graph

    0下载:
  2. 使用VC6.0,C++,windows API,写的绘制矩形和直线的小程序,计算机图形学的基础。-Using VC6.0, C++, windows API, written in a straight line drawing of the small rectangle and procedures, the basis of computer graphics.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:46401
    • 提供者:孟令钊
  1. tuxingxue

    0下载:
  2. 该程序包里包含了计算机图形学所学的各种算法的源程序: 1、直线算法(B算法、DDA算法和中点算法) 2、圆弧算法 3、多边形填充算法(有序边发、种子算法和图案填充算法) 4、二维变换算法 5、直线二维裁剪算法 6、三维变换算法 程序包中有各算法的源程序和可执行程序,另外还有的程序说明和解释,保证容易看懂。程序都是本人亲自编写,控制台C程序用 Turbo C 编写,图形界面程序用 VC 编写。并全部测试成功。 有任何问题可与本人联系: QQ:4445
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:312832
    • 提供者:lewsn2008
  1. 02_3DViewing

    0下载:
  2. 一个小程序,实现计算机图形学中三维图形的投影及移动旋转等效果-A small program to achieve three-dimensional graphics in computer graphics projection and mobile rotation effects
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2056259
    • 提供者:
  1. opengl

    0下载:
  2. 计算机图形学c程序,有个错误,自己改一下吧-Computer graphics c program, there is a mistake, it ourselves about it
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:725
    • 提供者:iamz
  1. CGReport

    6下载:
  2. 我的计算机图形学期末大作业。优等评分。 使用C++ 从底层实现了深度缓冲、直线、点、曲面的快速绘制算法,附有详细文档和程序说明,并有实例Demo. 实现了遮罩、消隐、投影、透视,完全不用OpenGL和DirectX,是实践底层算法的范例。-My final major work in computer graphics. Excellent score. Use C++ to achieve the depth buffer from the bottom, line, point, t
  3. 所属分类:3D Graphic

    • 发布日期:2016-09-19
    • 文件大小:1461248
    • 提供者:流浪小狗
  1. c++builder学习小程序

    1下载:
  2. 包括三视图、一点透视、轴测图,是学习c++builder或计算机图形学的必备小程序
  3. 所属分类:图形/文字识别

  1. DrawLine

    0下载:
  2. 采用VC++编写的画线程序,有3种实现算法,包括DDA,Midpoint,Breseham,计算机图形学。(Drawing a line using C++ written procedures, there are three kinds of realization of algorithms, including the DDA, Midpoint, Breseham, computer graphics.)
  3. 所属分类:绘图程序

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

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

    • 发布日期:2019-11-18
    • 文件大小:11792384
    • 提供者:魔王大人
« 12 3 4 5 »
搜珍网 www.dssz.com