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

搜索资源列表

  1. bresenham

    0下载:
  2. 实现bresenham算法划线,有关计算机图形学方面的内容,一个很简短的程序-bresenham plot lines,by vc,programmd by some Chinese motherfuckers,this fucking program is wrong
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:1264
    • 提供者:mike
  1. miaobiao

    0下载:
  2. 在VC++平台下,利用计算机图形学中的算法,产生一运动效果的秒表-In VC++ platform, the use of computer graphics algorithms, resulting in the effect of a sports stopwatch
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-17
    • 文件大小:440056
    • 提供者:uncle yu
  1. cg_flash

    0下载:
  2. 计算机图形学flash演示,包含常用的算法的flash演示,对于初学者还是很有用的。-Computer graphics flash presentation, including the commonly used flash demo of the algorithm, for beginners or very useful.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:2811409
    • 提供者:lcsendmail
  1. 200812010009111123

    0下载:
  2. 计算机图形学扫描应用程序和例子。包含程序和算法-Scan computer graphics applications and examples. Contains the procedures and algorithms
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:22862
    • 提供者:李伟
  1. grafic

    0下载:
  2. 这个文件中有两个代码:分别实现画线,画圆. 代码程序是用的计算机图形学中关于线,圆的生成算法.-This document there are two codes: the realization of painting lines respectively, drawcircle. Code procedure is used in computer graphics on the line, circle generation algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2337657
    • 提供者:胡小燕
  1. ComputerGraphicsApplicationsinJava

    0下载:
  2. 计算机图形学在Java中的应用,介绍了一些图形算法。 -Computer Graphics Applications in Java, introduced a number of graphics algorithms.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:2811596
    • 提供者:木子
  1. scanlines

    0下载:
  2. 计算机图形学扫描线算法 包括本人的一些看法和注释-scan lines fill algorithm-computer graphics
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:2031
    • 提供者:eddie
  1. rotateRec

    0下载:
  2. 计算机图形学用VC++6.0实现矩形的旋转算法,这个程序可以让初学者练习计算机图形学的一些基本操作!-Computer Graphics using VC++6.0 to achieve the rotation of the rectangular algorithm, this procedure allows the computer graphics for beginners to practice some of the basic operation!
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:1002
    • 提供者:kaivinwang
  1. Fill

    0下载:
  2. 计算机图形学 区域填充的递归算法 课程设计-Region filled with computer graphics curriculum design recursive algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-05-07
    • 文件大小:2047349
    • 提供者:李国栋
  1. bresenham

    0下载:
  2. bresenham算法,画圆,计算机图形学 bresenham algorithm, drawcircle, Computer Graphics-bresenham algorithm, drawcircle, Computer Graphics
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:570
    • 提供者:silent
  1. CGWork

    0下载:
  2. 计算机图形学自由曲线的几何设计、图形变换包括等算法的基本实现-Free computer graphics geometric curve design, including graphics, such as transform
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-21
    • 文件大小:6394508
    • 提供者:陈燕月
  1. poly_cut

    0下载:
  2. 计算机图形学中的Cohen-Sutherland裁剪算法的C++实现-Computer Graphics in the Cohen-Sutherland clipping algorithm of the C++ to achieve
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-16
    • 文件大小:54113
    • 提供者:陈星华
  1. Polvfill

    0下载:
  2. 计算机图形学有效边表算法,实现了对图形的填充-Effective edge table algorithm, to achieve the filling of the graphics
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1967290
    • 提供者:
  1. tuxingxue

    0下载:
  2. 计算机图形学的主要研究内容就是研究如何在计算机中表示图形、以及利用计算机进行图形的计算、处理和显示的相关原理与算法。图形通常由点、线、面、体等几何 ... -Computer graphics of the main study was to study how that computer graphics, computer graphics and the use of the calculation, processing and display the relevant princi
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1162698
    • 提供者:dulifeng
  1. cutting

    0下载:
  2. 裁减算法,用于图形的裁减运算,属于椭圆裁减,是计算机图形学的一种-Reduction algorithm for computing the reduction of the graphics are oval cut, is a computer graphics
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:854
    • 提供者:dengjie
  1. s1

    0下载:
  2. 计算机图形学中,边界填充的算法,利用c语言完成,包括算法代码-bianjietianchong
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:741
    • 提供者:yang
  1. circle

    0下载:
  2. 中心画圆算法,用于解决图像处理及计算机图形学中的相关问题-center_circle
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1900
    • 提供者:lisa
  1. ComputerGwm

    0下载:
  2. 计算机图形学的区域填充算法,对用的是扫描线算法,运用了定时器,每一步都很清楚。-Computer graphics of the area filling algorithm, on-line using a scanning algorithm, the use of the timer, are well aware of each step.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-09
    • 文件大小:1970437
    • 提供者:小蚂蚁
  1. ChoenSutherlandwm

    0下载:
  2. 计算机图形学ChoenSutherland算法,我运用了定时器,按b开始,按s结束-Computer Graphics ChoenSutherland algorithm, I use a timer, started by b, by the end of s
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1952850
    • 提供者:小蚂蚁
  1. PhotoChangwm

    0下载:
  2. 计算机图形学图形基本变换算法,我运用了定时器,按b开始,按s结束-Graphics computer graphics basic transformation algorithm, I use a timer, started by b, by the end of s
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1996933
    • 提供者:小蚂蚁
« 1 2 ... 18 19 20 21 22 2324 25 26 27 28 ... 48 »
搜珍网 www.dssz.com