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

搜索资源列表

  1. opencv-shift-graphics-match

    1下载:
  2. opencv的shift图像匹配程序 实现了角点检测 特征点检测 图像匹配-opencv shift graphics match
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1592275
    • 提供者:weihouzhen
  1. Realistic--graphics

    0下载:
  2. 真实感图形学: 用C++编写的球形图形,简单示例。-Realistic graphics: Using C++ written in spherical graphics, simple example.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:732284
    • 提供者:holly
  1. Computer_Graphics

    0下载:
  2. 计算机图形学原理及算法教程(Visual+C++版),包含三维变换、实时动画、图形裁剪、消隐、图形相交—相切、真实感图形学、帧动画等源码。-Computer Graphics Principle and Algorithm Tutorial (Visual+ C++ Version), including three-dimensional transformation, real-time animation, graphics, cutting, blanking, graphics int
  3. 所属分类:Special Effects

    • 发布日期:2017-06-10
    • 文件大小:3555788
    • 提供者:Jane
  1. Graphics.dll

    0下载:
  2. 直线、圆、椭圆二维图形的生成。直线的生成算法有DDA、Bbresenham、point,圆的生成算法有bresenham等 此系统还包含裁剪操作。 曲线的生成算法:bezier曲线 三维操作:三维物体旋转变化、穿越三维空间、虚线三维空间-Straight, round, oval to generate two-dimensional graphics. Straight-line algorithm to generate the DDA, Bbresenham, point, c
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:26178
    • 提供者:张晨雨
  1. Graphics

    0下载:
  2. 一个计算机图形学相关的程序源代码,含二维线画图元、二维线填充图元、线段裁切、多边形裁切、二维图形变换、三维图形变换、凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)、曲线移动、曲线清除等 -A computer graphics-related source code, with two-dimensional line drawing element, two-dimensional line fill pixel, line cutting, polygonal
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:108755
    • 提供者:李琳
  1. Computer-Graphics

    0下载:
  2. 计算机图形学,在VC++6.0环境下实现了Bezier曲线、矩形、平移、缩放等功能。压缩包里包含多个项目。-Computer graphics, Bezier curves, rectangles, pan, zoom and other functions VC++6.0 environment. Compression bag contains multiple projects.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-09
    • 文件大小:2267007
    • 提供者:lee
  1. 3DGraphicsDesignSystem

    0下载:
  2. 系统能够设计三位立体图形,通过鼠标可以拖动物体从各个角度进行查看。也可以设定物体的运动滚及,让物体自由运动等。-System can design 3-D graphics, a mouse can drag the object from different angles to view. Can also set the roll and movement of objects, so that an object such as freedom of movement.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-08
    • 文件大小:499007
    • 提供者:王行凤
  1. graphics&winbig

    1下载:
  2. 这个是图形学配置VC++6的,包括graphics.h和winbig.cpp、winbig.lib三个文件
  3. 所属分类:图形图象

  1. Graphics

    2下载:
  2. 计算机图形学的贝塞尔曲线和贝塞尔曲面的绘制,源码比较详细,贝塞尔曲线的生成可进行调整-Computer Graphics Bezier curves and Bezier surfaces rendering, a more detailed source, Bezier curve generation can be adjusted
  3. 所属分类:Graph program

    • 发布日期:2017-05-20
    • 文件大小:6128479
    • 提供者:冯瞻
  1. graphics-box

    0下载:
  2. 自己编写的基于Graphics库写的绘图程序,简易绘图板,实现点、线、矩形、等图形绘制,实现设置笔刷大小,撤销功能等等,里面自己写了一些小控件例如对话框、button -Graphics library to write a drawing program, I have written simple drawing board, points, lines, rectangles, such as graphics rendering, set the brush size, undo fun
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:24867
    • 提供者:娜迦
  1. VGL-1.0.0

    0下载:
  2. This a 3D Graphics Library for game dev. (Use OpenGL)
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-09
    • 文件大小:396043
    • 提供者:骨董
  1. graphics

    0下载:
  2. 关于计算机图形学试验的指导,里面从最基础的算法到高级的算法以及关于opengl的使用都有。-Computer Graphics on the guidance of the pilot, which from the very basic algorithm to advanced algorithms, as well as on the use of both opengl.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-12
    • 文件大小:2596340
    • 提供者:andy
  1. Projects_Chap2

    0下载:
  2. 计算机图形学及OPENGL相关代码 VC++实现-Computer Graphics and OPENGL relevant code VC++ Achieve
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:129463
    • 提供者:梅炀
  1. Graphics

    0下载:
  2. 一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-31
    • 文件大小:153314
    • 提供者:ling
  1. Mobile.3D.Graphics.with.OpenGL.ES.and.M3G.(2007).r

    0下载:
  2. 所属分类:OpenGL program

    • 发布日期:2017-05-17
    • 文件大小:4841708
    • 提供者:wangjing
  1. code

    0下载:
  2. 交互式计算机图形学——基于OPENGL的自顶向下方法(4版) 程序代码。-Interactive Computer Graphics- based on OPENGL the top-down approach (4th edition) code.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:53611
    • 提供者:wks
  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. graphics

    0下载:
  2. 这是一个用c语言编写的图形学程序,包括BEISIZER曲线,方块等-This is a used c language graphics procedures, including BEISIZER curve, box, etc.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-31
    • 文件大小:110503
    • 提供者:往往
  1. Graphics_Gems_III

    0下载:
  2. 图形图像编程精粹Graphics Gems I,六册中的第三册,高清pdf的 -Graphics Programming essence Graphics Gems I, six in the third volumes of high-definition pdf
  3. 所属分类:Graph program

    • 发布日期:2017-05-17
    • 文件大小:4455706
    • 提供者:陈建华
  1. Turtle

    0下载:
  2. 海龟绘图(能够根据拥护输入的命令进行绘制不同的图形)-Turtle graphics (can be imported under the support order rendering different graphics)
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-28
    • 文件大小:11797
    • 提供者:志群
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com