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

搜索资源列表

  1. 4.4

    0下载:
  2. 5DG S 计算机图形学实验教程OpenGL版 项目名称:5DG S Texture Effect 场景控制: ESC:退出程序 F1:窗口模式或全屏模式的切换 W:场景中央蝶形曲线/蝶形曲面的切换 -5DG S Computer Graphics OpenGL version of the experimental curriculum project name: 5DG S Texture Effect scene control: ESC: exi
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:239431
    • 提供者:徐颖
  1. 4.24.3

    0下载:
  2. 5DG S 计算机图形学实验教程OpenGL版 项目名称:5DG S Heightmap 场景控制: ESC:退出程序 F1:窗口模式或全屏模式的切换-5DG S Computer Graphics OpenGL version of the experimental curriculum project name: 5DG S Heightmap scene control: ESC: exit F1: window mode or full-screen mo
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-04
    • 文件大小:1075071
    • 提供者:徐颖
  1. 9.29.3

    0下载:
  2. 5DG S 计算机图形学实验教程OpenGL版 项目名称:5dg s selectandfeedback-5DG S Computer Graphics OpenGL version of the experimental curriculum project name: 5dg s selectandfeedback
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:169164
    • 提供者:徐颖
  1. 9.1

    0下载:
  2. 5DG S 计算机图形学实验教程OpenGL版 项目名称:5DG S Piano 场景控制: ESC:退出程序 F1:窗口模式或全屏模式的切换 A,S,D,F,J,K,L:分别发出1-7四个音-5DG S Computer Graphics OpenGL version of the experimental curriculum project name: 5DG S Piano scene control: ESC: exit F1: window mo
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-14
    • 文件大小:3362901
    • 提供者:徐颖
  1. 8.2

    0下载:
  2. 5DG S 计算机图形学实验教程OpenGL版 项目名称:5DG S Matrix -5DG S Computer Graphics OpenGL version of the experimental curriculum project name: 5DG S Matrix
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:117328
    • 提供者:徐颖
  1. Fern

    0下载:
  2. 为本人图形学实验的扩展,只要提供图形的FIS码,即可绘制该图形。 本程序使用Visual Studio 2008进行开发,基于MFC框架。程序使用FIS码绘制分形图形。 “测试数据”文件夹中包含多种图形的FIS码,以.dat文件格式保存,可以使用记事本对.dat文件进行编辑。 程序可以打开、保存、编辑.dat文件,同时能够控制绘制图形的颜色、大小、显示位置以及背景颜色。-Graphics for my experimental expansion, as long as the FI
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3627565
    • 提供者:billsedison
  1. jisuanjituxingxueshiyan

    0下载:
  2. 这是一个简单的计算机图形学实验。其中包含了画直线,二次曲线,对话框等实验。-This is a simple experiment in computer graphics. Includes painting a straight line, quadratic curve, dialog and other experiments.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-10
    • 文件大小:156968
    • 提供者:马岳雷
  1. tuxing

    0下载:
  2. 计算机图形学实验,两种算法生成直线和圆的源代码-Computer Graphics experiment, two algorithms to generate a straight line and circle the source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1562
    • 提供者:夏心怡
  1. tc

    0下载:
  2. 计算机图形学实验:种子填充算法,自己做的,希望大家多多指正,-Computer Graphics experiment: seed filling algorithm that they do a lot of hope that we can correct me,
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:37674
    • 提供者:chong
  1. caij

    0下载:
  2. 一个vc做的直线的裁减算法程序,可用于学生图形学实验-Vc do a straight-line reduction algorithm procedure can be used for student experiments Graphics
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:50890
    • 提供者:不知道
  1. ComputerGraphics

    0下载:
  2. 包含三个图形学实验,第一个是简单的中点Bresenham算法实现基本图元绘制,第二个是日地月模型用投影的方法实现。-Contains three graphics experiment, the first is a simple mid-point Bresenham algorithm realize the basic drawing primitives, and the second is the Day the Earth-Moon model with projection met
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-26
    • 文件大小:118426
    • 提供者:王栩
  1. CG-sun-earth-model

    0下载:
  2. 一个vc环境下的计算机图形学实验编程,使用opengl库编写的一个展示地球、月亮、太阳旋转关系的程序-A vc environment experimental computer graphics programming, opengl library use to prepare a display of the Earth, the moon, the sun rotating relations procedures
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:2883171
    • 提供者:林思哲
  1. CG1

    0下载:
  2. 一个opengl下的图形学实验,展示了DDA算法画直线、中点Bresenham算法画直线、改进Bresenham算法画直线、八分法绘制圆等算法的c语言实现,结果采用每秒逐点画出,清晰明了-Opengl graphics under an experiment to demonstrate the DDA algorithm for drawing a straight line, the mid-point Bresenham algorithm for drawing a straight l
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:2163818
    • 提供者:林思哲
  1. ex6_IntSec

    0下载:
  2. 图形学实验2D演示源码。 实现了任意条直线(鼠标绘图)的求交问题。-Experimental demonstration of 2D graphics source. Implementation of arbitrary lines (mouse drawing) of the intersection problem.
  3. 所属分类:Graph program

    • 发布日期:2017-05-09
    • 文件大小:1939577
    • 提供者:zhangboyd
  1. OpenGl_2

    0下载:
  2. 计算机图形学实验中的其中一个,学习了绘制图形时所需填写的基本函数及各个属性,设计卡通人造型,实现卡通人的行走。-Computer Graphics experiment one of the study required for drawing graphics to fill the basic function and all property, design modeling cartoon people, cartoon people realize the walk.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:15921
    • 提供者:
  1. MyDraw

    0下载:
  2. 图形学实验 包括直线的生成 圆的生成 切割 剪裁-Graphics experiment, including the generation of straight-line cutting crop circle formation
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2151505
    • 提供者:张郎
  1. 11

    0下载:
  2. 图形学实验报告,个性化软件包的开发,希望大家喜欢。-Graphics experimental reports, the development of customized software packages, I hope everyone likes.
  3. 所属分类:Graph program

    • 发布日期:2017-04-25
    • 文件大小:10980
    • 提供者:孙龙
  1. cut

    0下载:
  2. 吉林大学计算机学院图形学实验裁剪实验 MFC编程-Jilin University, College of Computer Graphics Programming MFC experimental cutting experiment
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1946351
    • 提供者:张鲁洋
  1. cg2

    0下载:
  2. 清华版计算机图形学实验代码:第二章 Visual C++绘图基础-Tsinghua Experimental code version of Computer Graphics: The second chapter Visual C++ graphics based on
  3. 所属分类:Graph program

    • 发布日期:2017-05-28
    • 文件大小:11148595
    • 提供者:zby
  1. cg3

    0下载:
  2. 清华版计算机图形学实验代码:第三章 基本图形的扫描转换-Tsinghua Experimental code version of computer graphics: Third Chapter of the scan conversion of basic graphics
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1762020
    • 提供者:zby
« 1 2 3 4 5 6 78 9 10 11 12 ... 23 »
搜珍网 www.dssz.com