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

搜索资源列表

  1. 模拟水波传播

    2下载:
  2. 用vc+opengl模拟水波传播 其中的水波算法 还是可以一用的-with vc opengl simulated wave spread the wave can be an algorithm or the
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:102.67kb
    • 提供者:董炳江
  1. 逐点递归填充算法

    0下载:
  2. 用OPENGL实现的,可以用来实现定点的绘制.用VC环境加上OPENGL实现.非常方便实现逐点递归填充算法.-use OpenGL, which can be used for fixed point mapping. VC environment with OpenGL. Very convenient achieve filled bit recursive algorithm.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:45.22kb
    • 提供者:陈传军
  1. jisuanjituxingxue

    0下载:
  2. 用VC实现计算机图形学的各种算法,另外还具有演示基本三维图形的效果(使用的是OpenGL)-with VC's computer graphics algorithms, but also have demonstrated basic 3D graphics effects (using the OpenGL)
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:48.27kb
    • 提供者:wangyongjunmo
  1. 判定扫描线算法

    0下载:
  2. 介绍用VC++开发的可见面判定的扫描线算法!
  3. 所属分类:OpenGL

    • 发布日期:2014-01-18
    • 文件大小:63.21kb
    • 提供者:su
  1. 群微粒算法

    0下载:
  2. 群微粒算法,用vc++编写的-group particulate algorithm, used in the preparation of vc
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:15.88kb
    • 提供者:陈志勇
  1. 基于VC的直线光栅扫描转换算法实现

    1下载:
  2. 基于VC的直线光栅扫描转换算法实现
  3. 所属分类:OpenGL

  1. shiyan4

    0下载:
  2. 了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。 2.实验内容: (1) 理解直线裁剪的原理(Cohen-Surtherland算法、梁友栋算法) (2) 利用VC+OpenGL实现直线的编码裁剪算法,在屏幕上用一个封闭矩形裁剪任意一条直线。 (3) 调试、编译、修改程序 -Understanding of the principles of cutting two-dimensional graphics (p
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-23
    • 文件大小:552.86kb
    • 提供者:jing
  1. angel_11

    0下载:
  2. 这是根据Bresenham算法做的画直线程序,用vc实现 更加接近实际情况-This is done under the Bresenham algorithm paintings linear process, with vc achieve a more closer to reality
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:1.11kb
    • 提供者:利好
  1. glut-3.7.6-src

    0下载:
  2. VC算法,包括源文件,使用opengl开发,效果明显 -VC algorithm, including the source file, use opengl development, the effect of significantly
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-17
    • 文件大小:4.76mb
    • 提供者:顾鸿虹
  1. BillardGL-1.75

    0下载:
  2. 使用OpenGl开发的3D台球,采用碰撞算法完成-OpenGl developed using 3D billiards, collision algorithm used to complete
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:811.19kb
    • 提供者:sad
  1. OPENGL_LOD

    0下载:
  2. VC++环境使用OpenGL实现地形模拟,使用四叉树Lod算法-OpenGL Lod
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-09
    • 文件大小:1.79mb
    • 提供者:左亮亮
  1. Surtherland

    0下载:
  2. 利用VC+OpenGL实现直线的编码裁剪算法,在屏幕上用一个封闭矩形裁剪任意一条直线。-Using VC+ OpenGL to achieve a straight line cutting the coding algorithm, on the screen in a closed arbitrary rectangular cutting a straight line.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:1.52kb
    • 提供者:刘娟
  1. include

    0下载:
  2. 了解曲线的生成原理,掌握几种常见的曲线生成算法,利用VC+OpenGL实现Bezier曲线生成算法。-Principles of understanding the generation of curves, the curves have several common generation algorithm, using VC+ OpenGL to achieve Bezier curve generation algorithm.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-07
    • 文件大小:5.37kb
    • 提供者:zhanyun
  1. include2

    0下载:
  2. 了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。-Understanding of the principles of cutting two-dimensional graphics (point of cutting, cutting a straight line, polygon clipping), the use of VC+ OpenGL to achieve a straight line cutting algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:4.09kb
    • 提供者:zhanyun
  1. 20091227linedda

    0下载:
  2. 本文对直线的生成的3种算法:逐点比较法、数值微分法(DDA法)、Bresenham算法进行研究。本文对逐点比较法、数值微分法(DDA法)、Bresenham算法进行推导,研究了逐点比较法、数值微分法(DDA法)、Bresenham算法在第一象限的实现和改进后逐点比较法、数值微分法(DDA法)、Bresenham算法在所有象限的实现。通过编程实践,可以掌握VC和opengl的使用方法。-In this paper, a straight line generated by three kinds
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:206.54kb
    • 提供者:aliang
  1. openGL

    0下载:
  2. VC++ OPENGL 钟表,计算机图形学算法,运行成功,请放心下载!-VC++ OPENGL watches, computer graphics algorithms run successfully, please rest assured that download!
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:3.8mb
    • 提供者:高敏
  1. QT.OpenMesh.VC.SampleProject

    0下载:
  2. 用于图形学的基础代码,可以在此基础上完成各种图像方法的算法-The basis for the graphics code, you can complete a variety of images on the basis of this method algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-24
    • 文件大小:7.47mb
    • 提供者:邵航行
  1. opengl画圆和直线

    0下载:
  2. c++,使用OpenGL库,运用bresenham 算法进行画圆和画直线的操作并显示(The use of Bresenham algorithm for circle and draw a straight line operation and display.USE c++ AND OPENGL)
  3. 所属分类:OpenGL

    • 发布日期:2017-12-15
    • 文件大小:1kb
    • 提供者:夕饮冰
  1. VC图像处理典型算法及实现

    0下载:
  2. vc图像处理典型算法及实现,里边包含了多个经典算法,希望对大家有帮助(Typical algorithm for VC image processing and Realization)
  3. 所属分类:OpenGL

    • 发布日期:2018-01-06
    • 文件大小:1.39mb
    • 提供者:lily393
  1. 第三部分 细分算法

    0下载:
  2. loop 细分算法 能较快的细分 模型 有可视化运行程度(Loop subdivision algorithm can be a faster subdivision model with visual operation degree)
  3. 所属分类:OpenGL

« 12 3 4 5 »
搜珍网 www.dssz.com