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

搜索资源列表

  1. 2D-ifs

    0下载:
  2. 计算机图形学 基于ifs算法分形树的实现-Computer graphics algorithms based on fractal tree ifs realization
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-25
    • 文件大小:8303126
    • 提供者:刘云鹏
  1. lifangti

    0下载:
  2. 计算机图形学 基于MFC的立方体线框模型-MFC-based computer graphics cube wireframe model
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-12
    • 文件大小:3063535
    • 提供者:刘云鹏
  1. circle

    0下载:
  2. 计算机图形学 画圆 山东大学计算机学院 课后作业 很有用处-Computer Graphics Circle Shandong University School of Computer Science Homework useful
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-14
    • 文件大小:3352604
    • 提供者:王苏梅
  1. zhongzitianchong

    0下载:
  2. 计算机图形学的课程程序,用种子填充算法画直线程序。-Application of computer graphics course, draw a straight line using the seed filling algorithm procedures.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-15
    • 文件大小:6864
    • 提供者:余啸
  1. huazhixian

    0下载:
  2. 计算机图形学的课程程序,用几种算法画直线程序。-Application of computer graphics course, draw a straight line in several algorithm procedures.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-15
    • 文件大小:5403
    • 提供者:余啸
  1. draw

    0下载:
  2. 利用计算机图形学算法进行图形绘制,实现了大部分的绘图算法-For graphics rendering using computer graphics algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-26
    • 文件大小:117600
    • 提供者:李大钊
  1. lighting--model

    0下载:
  2. 用VS2012实现的计算机图形学中OPEN-GL的光照模型,绘制球形,可以调整光照亮度,亮斑大小,环境光等等参数来改变球的颜色,看起来效果不错。-VS2012 using computer graphics to achieve the illumination model OPEN-GL, the drawing ball, you can adjust the brightness of the light, bright spot size, ambient light, etc. par
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-31
    • 文件大小:12842714
    • 提供者:沈玉龙
  1. square.cpp

    0下载:
  2. 计算机图形学作业,李萨育曲线,动画设计,每秒刷新页面然后重置画面-Computer graphics operations, Lissajous curve, animation design, and then reset the screen to refresh the page every second
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-11
    • 文件大小:818
    • 提供者:wangjing
  1. circle

    0下载:
  2. 计算机图形学作业,画圆,动画设计,每秒刷新页面然后重置画面-Computer graphics operations, Circle, animation design, and then reset the screen to refresh the page every second
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-11
    • 文件大小:549
    • 提供者:wangjing
  1. 7

    0下载:
  2. 绘制曲面,三次bizier曲面,计算机图形学,基本绘图程序-Drawing surface, three bezier curve, computer graphics, basic drawing program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-14
    • 文件大小:3301627
    • 提供者:李熠
  1. HTMLPage

    0下载:
  2. 实现图形学的直线画法的分点展示。 可用于图形学的直线画法的展示和说明 仅仅通过HTML+JS来实现 代码易懂 -show how to drawLine point by point
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-11
    • 文件大小:1529
    • 提供者:
  1. computer-grapfics

    0下载:
  2. 计算机图形学中任意封闭多边形彩线填充算法设计与OpenGL实现:水平扫描线填充多边形,彩色斜线填充多边形。画线算法自定义实现。-Computer graphics
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-13
    • 文件大小:3493048
    • 提供者:小小小
  1. 2012302590092

    0下载:
  2. 基于VC6.0下的计算机图形学程序编写 (1)画直线、画多边形、画圆、画字符 (2)对多边形进行填充 (3)图形裁剪 (4)图形的几何变换 -a program achieving computer picture shaping
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-16
    • 文件大小:3704521
    • 提供者:tonychandc
  1. Bresenhamline

    0下载:
  2. 杜晓增计算机图形学基础Bresenham画线源码-Du Xiaozeng computer graphics based Bresenham line source
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-29
    • 文件大小:374541
    • 提供者:liuliwen
  1. dda

    0下载:
  2. 杜晓增计算机图形学基础DDA直线算法源程序-Du Xiaozeng computer graphics DDA linear algorithm source code
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-27
    • 文件大小:374415
    • 提供者:liuliwen
  1. MidPointCircle

    0下载:
  2. 杜晓增计算机图形学基础中点画圆法的源程序-Du Xiaozeng stippling circle method in computer graphics based source program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-29
    • 文件大小:371557
    • 提供者:liuliwen
  1. MidPointLine

    0下载:
  2. 杜晓增计算机图形学基础中点画直线法源程序-Du Xiaozeng computer graphics based dotted lines in the source program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-29
    • 文件大小:387087
    • 提供者:liuliwen
  1. MidElliptocy

    1下载:
  2. 杜晓增计算机图形学基础中点画椭圆法源程序-Du Xiaozeng stippling ellipse method in computer graphics based source program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-28
    • 文件大小:373046
    • 提供者:liuliwen
  1. BresenhamCircle

    0下载:
  2. 杜晓增计算机图形学基础Bresenham法画圆源程序-Du Xiaozeng computer graphics based Bresenham law circle source program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-28
    • 文件大小:374837
    • 提供者:liuliwen
  1. drawline

    0下载:
  2. 图形学中的基本画线函数,是计算机图形的基础-graphics Image
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-12
    • 文件大小:1121
    • 提供者:朱军
« 1 2 ... 24 25 26 27 28 2930 31 »
搜珍网 www.dssz.com