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

搜索资源列表

  1. graphic

    0下载:
  2. 1、二维图形的生成:点,直线,圆,椭圆,矩形的生成; 2、裁剪:对线段的裁剪; 3、几何变换:图形的平移,缩放,旋转; 4、区域填充:扫描线种子填充法; -1, the generation of two-dimensional graphics: points, straight lines, circles, ellipses, rectangles generated , cutting: cutting of the line segment 3, geometric
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-01
    • 文件大小:2444390
    • 提供者:絮儿纷飞
  1. draw

    2下载:
  2. 简单绘图程序,能够绘制基本图元,如直线、圆、圆弧、多边形(采用橡皮条技术); 实现图形的平移、缩放、旋转、对称、错切及组合变化;4) 选择图形,改变选中的图形的颜色、线型-Simple drawing program, capable of drawing graphics primitives, such as lines, circles, arcs, polygons (using the rubber band technique) graphics translation, scal
  3. 所属分类:Graph Drawing

    • 发布日期:2014-07-09
    • 文件大小:68608
    • 提供者:杜玉鹏
  1. Rotating-box

    0下载:
  2. 计算机图形学绘制图形,利用计算机生成一个箱子,在每个面上贴上不同的图案,利用方向键可以控制旋转的方向和速度。-Computer graphics drawing graphics, the use of a computer to generate a box, paste each face a different pattern, using the arrow keys to control the direction and speed of rotation.
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-27
    • 文件大小:1660557
    • 提供者:123
  1. Romote

    0下载:
  2. 计算机图形学相关程序,可以实现三维立方体的旋转效果-Computer graphics program, you can achieve the effect of the rotation of the three-dimensional cube
  3. 所属分类:CSharp

    • 发布日期:2017-11-12
    • 文件大小:1713328
    • 提供者:侯亚男
  1. MFC_OPENGL_rotate_translate_zoom

    0下载:
  2. 本例子实现画立方体的例子,多面体可以参考此程序,程序实现了三维立体图形的旋转,平移和缩放,旋转通过鼠标左键实现,平移通过方向键实现,缩放通过鼠标滚轮实现-The example painted cube example, the polyhedron can refer to this program, the program to achieve a rotation of three-dimensional graphics, pan and zoom, and rotate the lef
  3. 所属分类:OpenGL program

    • 发布日期:2017-10-30
    • 文件大小:2203861
    • 提供者:冰冰
  1. Two-dimensional-graphics-translation

    0下载:
  2. 实现了二维图形的平移,旋转,缩放,错切等变换,界面友好-Two-dimensional graphics translation, rotation, scaling, Shear transformation, friendly interface
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-14
    • 文件大小:2128385
    • 提供者:Conan
  1. jisuanjituxingxue-erweixuanzhuan

    0下载:
  2. VC++编写的图形二维旋转程序代码,供大家对计算机图形学的学习- use vc++ to write two-dimensional rotary program, it is available for everyone to learn the computer graphics
  3. 所属分类:source in ebook

    • 发布日期:2017-12-01
    • 文件大小:1531130
    • 提供者:张力
  1. A-quick-picture-detect-Analysis

    0下载:
  2. 对一些人类在视觉上存在明显区别的几何图形,提出了轮廓搜索‰ 折点定位的改进算法。通过搜索 出的轮廓折点,根据它的数量,以及相邻折点之间连线的相互几何关系,最后识别出图形的快速算法。本文对大量 几何测试图形用该算法实验,结果证明该识别算法具有运算速度快,准确度高的特点,在图形发生拉伸‰ 旋转等变 形时也能很好对图形进行识别。-Some human visual presence of distinct geometry, a the contour search bre
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:755066
    • 提供者:lili
  1. theNurb

    0下载:
  2. 基于NURBS 的曲面曲线.可旋转 计算机图形学作业-NURBS-based surface curve can be rotated to a computer graphics job
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-18
    • 文件大小:2021091
    • 提供者:刘鑫
  1. six

    0下载:
  2. 首先绘制出原始立方体,然后根据三维图形的基本几何变换算法,做出立方体的平移、比例、旋转、反射、错切五种变换。主要是要在实验过程中掌握三维平移、比例、旋转、反射和错切这5种变换方法和三维坐标向屏幕二维坐标变换的方法。-First draw the original cube to make cube translational and basic geometric transformation algorithm based on three-dimensional graphics, scal
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-08
    • 文件大小:739462
    • 提供者:刘鑫
  1. test3

    0下载:
  2. 二维图形的几何变换,可平移,旋转,放大,内有源代码-Geometric transformation
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:14537103
    • 提供者:小樱
  1. CrossImage

    0下载:
  2. C#编程,实例化Image 调用RotateFlip方法实现图形翻转 显示旋转后的图片-picture overfly.
  3. 所属分类:CSharp

    • 发布日期:2017-12-10
    • 文件大小:65500
    • 提供者:许凡
  1. rotate-the-display-at-any-angle

    0下载:
  2. 如何以任意角度旋转显示图像,有用的图形图像处理,适合学习-Image, useful graphics, image processing, for learning how to rotate the display at any angle
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:215290
    • 提供者:shang
  1. image-design

    2下载:
  2. 本人精心整理的VB程序开发的平面图像处理软件,最初为国外的一个功能较全的图像程序,经过本人汉化,修改,功能得到极大扩展。内容包括各种滤镜,绘图、ico图标生成,图形特效,分型图案,莫尔图案,摩尔图案,美丽图案,渐变色,图像翻转,旋转,Alpha混合,图像显隐特效,不同大小的ico图标绘制简单动画演示,图形打开和保存等等,支持jpg、bmp、gif、wmf等格式。几年的图像处理程序收藏精华全在这儿了!希望对大家的学习有所帮助。-I carefully finishing plane image p
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:969791
    • 提供者:xft
  1. cgDHJ3dTrans6

    0下载:
  2. 三维空间中立体图形的变换,包括三角形,球体,立方体的旋转,缩放,投影,光照以及视角的旋转-3D opengl
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-08
    • 文件大小:2568554
    • 提供者:丁海江
  1. project

    0下载:
  2. 实现把所输入平面图形的三维旋转,放大缩小,投影-Achieve the input the plane graphic three-dimensional rotation, zoom, projector
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-14
    • 文件大小:4055989
    • 提供者:zlb
  1. wenxiang

    0下载:
  2. 3d图形处理编程源代码,支持物体的3维旋转,基于OPENGL架构-3d graphics programming source code
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-24
    • 文件大小:2597818
    • 提供者:gongyuan
  1. xuanzhuansuofang

    0下载:
  2. 计算机图形学中关于旋转、缩放的简单程序,用C++ Builder编写,适合初学者应用 方便-Computer graphics
  3. 所属分类:Special Effects

    • 发布日期:2017-11-27
    • 文件大小:18347
    • 提供者:苏勇
  1. hw1-windows_VS2010

    0下载:
  2. UC Berkeley计算机图形学技术基础实验源码,实现三维场景的旋转视图和glulookat-UC Berkeley computer graphics technology base source experiment rotate the view to achieve a three-dimensional scene and glulookat
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-13
    • 文件大小:22371682
    • 提供者:王志元
  1. Test2

    0下载:
  2. 这是一个基于OpenCV的图形处理程序,可以对图像进行旋转和缩放,缩放的比例和可以在程序中修改-This is an OpenCV-based graphics program, image rotate and zoom, zoom ratio and can be modified in the program
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:9005485
    • 提供者:kimi
« 1 2 ... 37 38 39 40 41 4243 44 45 46 47 ... 50 »
搜珍网 www.dssz.com