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

搜索资源列表

  1. tcdonghua

    0下载:
  2. 中点算法画圆,计算机图形学简单画圆,仅供图形学初学者交流参考-Midpoint algorithm Circle, Circle simple computer graphics, only for exchange of information graphics for beginners
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:2362
    • 提供者:chenyunchun
  1. q2

    0下载:
  2. 3条直线 的裁剪!!!! 用于计算机图形学上课时使用~ 如果想要的直接下下来就好~-Three straight line cut! ! ! ! For the use of computer graphics class ~ If you want to direct the next down like ~
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:961
    • 提供者:龙崎
  1. AdvancedGraph

    0下载:
  2. 这是一个很齐全的计算机图形学例子,上面用多种方法实现划线、画圆、等操作-This is a very complete example of computer graphics, a variety of methods used to achieve the above crossed, Circle, and other operations
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-13
    • 文件大小:3122472
    • 提供者:付一
  1. dashudebadianhuayuan

    0下载:
  2. 计算机图形学试验程序的八点画圆代码实现 简单易行易懂-Computer graphics, an eight-circle test procedure is simple to understand code
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:595
    • 提供者:yizuoyao
  1. quxianyezi

    0下载:
  2. 运用Visual C++的MFC文档视图画,Bezier曲线画的叶子图形,计算机图形学实例源代码-Visual C++ using the MFC document view drawing, Bezier curve drawing leaves graphics, computer graphics, source code examples
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1928924
    • 提供者:贺静
  1. Graphic

    0下载:
  2. 老师的一个小作业,有基本矢量图形的输入,圆、矩形、多边形。同时支持三维图形,立方体、圆柱体(依据计算机图形学实现三维显示,未使用OpenGL和D3D)。同时利用MFC的串行化将图形存储为指定格式。本程序比较小,但是对于适量输入部分,将鼠标操作封装,抽象出适量输入操作接口。使得调用简单,大家谁有兴趣可以跟我讨论这个问题,目前我在做一个比较系统的GIS系统,适量输入和地图渲染基本实现了,适量图形空间数据库I/O部分已经实现大部分。-Teacher in a small operation, with
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-26
    • 文件大小:66938
    • 提供者:ccl
  1. computergraphics

    0下载:
  2. 清华大学老师计算机图形学的讲义,主要介绍了BRDF模型的定义,辐射基本概念,BRDF的几种模型等。-The presentation of Tsinghua University about BRDF
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-06
    • 文件大小:1080099
    • 提供者:柱子
  1. tuxingxue1

    0下载:
  2. 计算机图形学实验源代码--Barsky直线裁剪算法-Experimental source code of computer graphics- Barsky line clipping algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-24
    • 文件大小:268143
    • 提供者:刘松
  1. 147525672021145102007117166228545275

    0下载:
  2. 计算机图形学课件第一章绪论第二章图形设备与系统-Computer Graphics Courseware first chapter Chapter II graphics device and system
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-12
    • 文件大小:3019309
    • 提供者:ll
  1. DDAView

    0下载:
  2. 这是一个图形学中用DDA算法绘制直线的程序。-This is DDA algorithm using a graphics program to draw a straight line.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:1076
    • 提供者:junjun
  1. experiment

    0下载:
  2. 这是在计算机图形学实用技术书中所介绍的一个绘图程序。-This is useful in computer graphics technology introduced in the book a drawing program.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1921474
    • 提供者:junjun
  1. graphics

    0下载:
  2. 计算机图形学实习及考试源代码,主要包括现在主流所有算法画点、圆、直线、多边形填充等-Training and examination of computer graphics source code, including the mainstream of all algorithms is now drawing point, circle, line, polygon fill, etc.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:4758
    • 提供者:张乐
  1. Bcircle

    0下载:
  2. 在C++环境下,采用Bresenham画圆算法绘制圆形(计算机图形学的重要算法)-In C++ environment, using Bresenham circle algorithm to draw a circle (an important computer graphics algorithms)
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-11
    • 文件大小:548
    • 提供者:yiyi
  1. tuxingxue

    0下载:
  2. 图形学课程中,逐点生成直线和圆的简单程序,希望能帮到你。-Graphics course-by-point generating lines and circles of the simple program, I hope you can help.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-11
    • 文件大小:1083
    • 提供者:苍痕
  1. 2010991641529556

    0下载:
  2. 类似于画图程序,是图形学各种基本图形的扫描算法的实现,对图形学的入门者大有用处-Similar to the Paint program, is of basic graphic graphics scanning algorithm, on the graphics useful for beginners
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-16
    • 文件大小:61209
    • 提供者:杨寿奇
  1. CG-draw-a-circle.cpp

    0下载:
  2. 计算机图形学,画圆的最简单算法,不太简介,初学者可以参考-Computer graphics, circle the most simple algorithm, not profiles, beginners can refer to
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-28
    • 文件大小:1278
    • 提供者:xueying
  1. computergraphics

    0下载:
  2. 计算机图形学的一些程序,我是copy的,不是原创,不好意思-some programs about computer graphics
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:4100
    • 提供者:cmd
  1. GraphicsE

    0下载:
  2. 图形学 一些算法的实现 直线、圆、椭圆 中点偏差算法 barsky、编码法直线裁剪算法的实现 Bezier曲线 mfc编程-Some graphics algorithm for straight line, circle, ellipse midpoint deviation algorithm barsky, coding algorithms achieve linear Bezier curve cutting mfc programming
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3740475
    • 提供者:Earl
  1. Lab

    0下载:
  2. 在vc++上开发的图形学学习程序,二维图元的变换,包括旋转、缩放、平移等操作-In vc++ graphics on the development of the learning process, two-dimensional pixel transformation, including rotation, zoom, pan and other operations
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:2024745
    • 提供者:chenyue
  1. Computer-graphics-experiments

    0下载:
  2. 计算机图形学实验,基本图元绘制,日地月模型实现-Computer graphics experiments, the basic drawing primitives, at the Earth-Moon Model Implementation
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-21
    • 文件大小:6155108
    • 提供者:王涛
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 31 »
搜珍网 www.dssz.com