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

搜索资源列表

  1. cPP

    0下载:
  2. 计算机图形学的代码,具体内容与书上相似-Computer graphics code
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:5084
    • 提供者:邓秋丽
  1. cg02

    0下载:
  2. z-buffer 算法初级代码,计算机图形学课程要求之一-z-buffer algorithm primary code
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12316183
    • 提供者:Hanwei Jin
  1. Graphics

    0下载:
  2. 有关于计算机图形学的相关代码,画圆、直线还有自己设计的一幅图。-About computer graphics related code, Circle, Line also has its own design a map.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4690
    • 提供者:陈小筑
  1. duobianxingxuanzhuan

    0下载:
  2. 计算机图形学里的基本的多边形旋转的功能,代码已经经过调试,的确能用-Basic computer graphics polygon rotation function, the code has been debugging, can indeed
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-25
    • 文件大小:13759
    • 提供者:HG
  1. B-spline-curve-drawing

    0下载:
  2. 本代码就是计算机图形学中的知识进行汇总,绘制B样条曲线-This code is the knowledge of computer graphics to carry on the summary, b-spline curve drawing
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:43707
    • 提供者:ma
  1. test1

    0下载:
  2. 这是计算机图形学课本上的伪代码,给学生第一手的资料,方便学生在伪代码的基础上进行修改,主要是OPENGL 的图形扫描转换以及图形生成、各种变换,如旋转、平移等。-This is computer graphics textbook of pseudo code, give students first-hand information, convenient for students on the basis of the pseudo code modifications, mainly is
  3. 所属分类:assembly language

    • 发布日期:2017-04-25
    • 文件大小:15225
    • 提供者:july
  1. OpenGL-05-b5

    0下载:
  2. openGL超基础入门源代码,中山大学计算机图形学课程讲解代码-openGL super Basics source code, Sun Yat-sen computer graphics course explains code
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-02
    • 文件大小:922078
    • 提供者:MAC
  1. filling-code

    0下载:
  2. 计算机图形学与可视化,填充代码,TC环境下-Computer graphics and visualization, filling code, under TC environment
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:571
    • 提供者:Alex
  1. 2012302590004_King_Shepherd_RS

    0下载:
  2. 武汉大学 遥感信息工程学院2014年 计算机图形学 编程实习 学霸集团代码-Remote Sensing Information Engineering, Wuhan University 2014 computer graphics programming practice to learn Pa Group Code
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-17
    • 文件大小:4205869
    • 提供者:Muyang Wang
  1. Beziercurve

    0下载:
  2. 简单实用的绘制Bezier曲线matlab代码,可用于初学者,这是本人计算机图形学的作业-Drawing the Bezier curve.It s the assignment for Computer Graphics
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:590
    • 提供者:刘灰
  1. Project1

    0下载:
  2. 此代码是上海交通大学及计算机图形学,肖双久老师的课程的代码,此功能是实现接口 窗口 菜单等功能-This code is Shanghai Jiaotong University and computer graphics, code Shaw Shuangjiu teacher' s curriculum, this function is to achieve the Window menu interface functions
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-29
    • 文件大小:11671382
    • 提供者:Zhang
  1. Gardern1

    0下载:
  2. 此代码是上海交通大学计算机图形学 肖双久老师的课程作业的代码,此功能是实现窗口菜单等功能-This code is the code Shanghai Jiaotong University Computer Graphics Shaw Shuangjiu teacher coursework, and this function is to achieve the Window menu and other functions
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-28
    • 文件大小:10687468
    • 提供者:Zhang
  1. 3Dld2

    0下载:
  2. 3D镂垫的程序,计算机图形学最基础的程序代码-3 d after mat program, the basis of a computer graphics program code
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-25
    • 文件大小:214472
    • 提供者:张开
  1. Bresenham-Line-Drawing

    0下载:
  2. 计算机图形学中Bresenham画圆和画线的C++代码,用于VGA等图形显示。Bresenham本人仍在为IBM工作。-Bresenham is a pretty smart cookie (note the use of the word is , last I heard he was still working for IBM). This file contains the algorithms he developped for drawing lines and c
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-16
    • 文件大小:11040
    • 提供者:w
  1. ziyouquxian

    0下载:
  2. 计算机图形学的实验,自由曲线的绘制,绘制的是一只鸭子,代码简单有效,便于阅读。-AN EASY FILE
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1913240
    • 提供者:Sam
  1. FillColor

    0下载:
  2. 封闭区域种子填充颜色,有递归填充和非递归填充两种演示代码,计算机图形学范例,需要VS2008编译。-Closed area seed fill color, there are two kinds of recursive filling and non recursive code, the computer graphics paradigm, the need for VS2008 compiler.
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:24879
    • 提供者:长城
  1. chapter2

    0下载:
  2. 计算机图形学java2d和3d,基本的运行事例代码。- Java2d computer graphics and 3d, basic running example code.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4057
    • 提供者:尹美玲
  1. glutdlls37beta

    0下载:
  2. 计算机图形学三维图形绘制代码,含有设置分区和茶壶的绘制。-graphics
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-11
    • 文件大小:2053257
    • 提供者:lzy
  1. bumptex

    0下载:
  2. OPENGL计算机图形学编程代码,实现BUMP MAPPING,可配合OPENGL编程基础一书使用-OPENGL computer graphics programming code, implementation BUMP MAPPING, in line with the OPENGL programming use basic one book
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:2513
    • 提供者:du872257
  1. double-three-Bezier-surface-mesh

    0下载:
  2. 计算机图形学中利用曲线实现一些问题的代码,双三次Bezier曲线实现曲面。- Computer graphics in the use of curves to achieve some of the code, the dual three Bezier curves to achieve surface
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:179928
    • 提供者:MEI
« 1 2 ... 7 8 9 10 11 1213 »
搜珍网 www.dssz.com