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

搜索资源列表

  1. 200610162055101176

    0下载:
  2. 计算机图形学课程设计,有图形界面,可实现圆,直线,曲线等算法-Computer Graphics curriculum design, there is a graphical interface, can be round, a straight line, curve, such as algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:86621
    • 提供者:wx
  1. MagicLine

    0下载:
  2. VC++图形学源代码,报告~奇妙的变化曲线-VC++ Graphics source code, the report ~ wonderful curve
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:35904
    • 提供者:xuanerxy
  1. txxA

    0下载:
  2. 计算机图形学的考试试卷,后附客观题答案。 试卷分为判断、单选、简答、问答。 -Computer Graphics of the examination papers, followed by an objective answer questions. Paper is divided into judge, radio,简答, quiz.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:26823
    • 提供者:逸泉
  1. Draw

    0下载:
  2. 计算机图形学课程设计 关于直线、圆-Curriculum design in computer graphics on a straight line, round
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:61820
    • 提供者:kasin
  1. 2d_Graphic_System

    0下载:
  2. vc6实现的2d图形学系统 其中图形算法全部自己实现 没有调用接口。主要功能如下a)直线和圆的生成,直线和圆的扫描转换。并且实现了用鼠标点击取点的交互功能。 b) 多边形的裁剪和填充,实现了点扫描与直线扫描多边形。 c) 直线剪裁,并可以自动判断与某条或某些条直线可剪裁,剪裁结果是一条线段生成两到三条线段,并可在文档中保存。 d) 图形变换:二维变换:平移、旋转、缩放功能,其中平移已实现了鼠标点击取点的交互功能。 e) 提供了用户对对象的选择,再在在被选择的对象上进行相应操作。
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:179942
    • 提供者:minny
  1. ww

    0下载:
  2. 这个是计算机图形学的课程设计的全部 内容。-This is a computer graphics curriculum design in its entirety.
  3. 所属分类:Project Design

    • 发布日期:2017-05-14
    • 文件大小:239087
    • 提供者:wyywd
  1. ball

    1下载:
  2. 计算机图形学课程设计 -画一个具有不同光照效果的球 说实话,这个算法不实用,只能画表面,因为当时设计数据结构的时候,只存放了半个球的数据,目的只是为了显示立体球的效果而已,这样计算速度会更快些。-Computer Graphics curriculum design- painting a different light effects of the ball I can honestly say that this algorithm is not practical, can only
  3. 所属分类:绘图程序

    • 发布日期:2017-06-02
    • 文件大小:59393
    • 提供者:lanwhale
  1. TEST

    0下载:
  2. 计算机图形学 10年考试题。。。老师给的精选。。要珍惜。。。好好准备。-Computer Graphics 10-year examination. . . Teachers to select. . To treasure. . . Properly prepared.
  3. 所属分类:Document

    • 发布日期:2017-04-05
    • 文件大小:291813
    • 提供者:牟鹏
  1. OpenGLcore

    0下载:
  2. 学习opengl时遇到的一些计算机图形学中难点代码-Learning opengl encountered some difficulty in computer graphics in the code
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-17
    • 文件大小:4413608
    • 提供者:VC
  1. Bezier

    0下载:
  2. 实现计算机图形学bezier曲线的算法,用visual C++ 6.0实现-The realization of computer graphics algorithm for Bezier curves, using visual C++ 6.0 to achieve
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-07
    • 文件大小:26997
    • 提供者:xuhang75
  1. tuxingxue

    0下载:
  2. 计算机图形学实验报告 有布莱森汉姆算法画直线 画圆等 好东西!-Computer Graphics experimental reports have布莱森汉姆algorithm, such as painting a straight line drawcircle good things!
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-27
    • 文件大小:115673
    • 提供者:lanrui
  1. Graph

    0下载:
  2. 实现两个光源的场景模拟,使用Z扫描线算法渲染,包括计算机图形学中的多这个算法实现。带报告-Realize the two scenes of simulated light source, the use of Z scan line algorithm for rendering, including computer graphics in many realize this algorithm. With report
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:256273
    • 提供者:mayjojo
  1. vb_draw_demo

    2下载:
  2. 一款开源的完整矢量绘图控件源码,支持直线、弧线、矩形、圆角矩形、椭圆、多边形、星形、文本和图片等的绘制,支持旋转、缩放、选择、排列等操作,总的说来功能还是不错的!其实如果稍微懂点计算机图形学的知识要做出比这个还要完善的矢量绘图软件应该是没有问题的。 个人认为,VB6本身对于绘图的支持是非常弱的,因此一般直接通过其内置方法实现的绘图效率都成很大的问题。解决方法之一是采用Windows API来进行底层GDI的绘制,更好的方法是采用GDI+来绘图,这样效果会更好。-VB-based vecto
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:77291
    • 提供者:alpha
  1. Dibcub3d_src

    0下载:
  2. 利用计算机图形学知识,实现了立方体的绘制程序,无需使用opengl库,实现了平移旋转功能。-The use of computer graphics knowledge, implementation of the cube drawing program, without using opengl library, implementation of the shift rotation.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:34046
    • 提供者:张三
  1. Graphics_yanhua

    0下载:
  2. 电子科技大学的计算机图形学网络课件_晏华老师_配合视频教程,视频教程可以上优酷在线观看!配合《计算机图形学》第三版,蔡士杰翻译的-Electronics University of Science and Technology Computer Graphics Courseware _ _ YAN Hua Teacher with video tutorials, video tutorials on yoqoo can watch online! With " computer gr
  3. 所属分类:software engineering

    • 发布日期:2017-06-11
    • 文件大小:18487428
    • 提供者:陈建华
  1. Graphics

    1下载:
  2. 计算机图形学的各种实验,里面包含主要内容包括线段、园、区域填充、线型线宽、字符、裁剪、等基本图形生成算法;样条、Bezier、等常用曲线的生成算法;Coons曲面、Bezier曲面、B样条曲面等常用曲面的生成算法。含实验报告-Computer graphics, various experiments, which contains the main contents include the line, park, area filling, line width, character, cut
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:328506
    • 提供者:何磊
  1. 4-menu

    0下载:
  2. 一个计算机图形学中,opengl的菜单演示程序。功能简单,适合初学者。-A computer graphics, opengl demo program menu. Function is simple, suitable for beginners.
  3. 所属分类:Graph program

    • 发布日期:2017-04-29
    • 文件大小:107992
    • 提供者:李建
  1. GraphicFinal

    0下载:
  2. 计算机专业-计算机图形学实验-绘制直线和圆弧-Computer Science- Computer Graphics experiment- Drawing a straight line and arc
  3. 所属分类:Graph program

    • 发布日期:2017-04-27
    • 文件大小:51771
    • 提供者:wx
  1. wx3Dtrans

    0下载:
  2. 计算机专业-计算机图形学实验-3d图形变换-Computer Science- Computer Graphics experimental-3d graphics transform
  3. 所属分类:Graph program

    • 发布日期:2017-04-28
    • 文件大小:55572
    • 提供者:wx
  1. ex4_trans

    1下载:
  2. 图形学实验2D图形变换演示源码。 包含平移(Translation)、缩放(Scale)、翻转(Flip)、旋转(Rotation)和剪切(Shear)-Experimental 2D graphics presentation graphics transform source,including translation ,scaling ,Flip,rotation and shear
  3. 所属分类:Graph program

    • 发布日期:2017-05-09
    • 文件大小:1974358
    • 提供者:zhangboyd
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com