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

搜索资源列表

  1. pickdepth

    0下载:
  2. 关于隐藏线消除的代码示例,通过鼠标惦点击显示所选物体z-buffer数值等相关参数-hidden line elimination of the code examples, by clicking on the mouse Dian show selected objects z-buffer numerical parameters related
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:3019
    • 提供者:eric
  1. BMP与JPG格式转变的源代码

    0下载:
  2. BMP与JPG文件格式转变的源代码 一个把BMP压缩成JPG的源代码。 大小:16.4K 附: 1. 编译说明 1) 在VC IDE 选择setting->link> 加jpeg.lib 2) 编译程序 2. 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区。-BMP and JPG file format changes in the source code BMP
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:15838
    • 提供者:屠理峰
  1. Drectx 3D图形编程实例源代码

    1下载:
  2. Drectx 3D图形游戏编程实例源代码,包括directx9初始化、图形的着色、顶点缓冲及3D效果等-Drectx game 3D graphics programming source code examples, including directx9 initialization, graphics rendering, a vertex buffer and 3D effects
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1560927
    • 提供者:张文广
  1. bmp-jpg

    0下载:
  2. BMP压缩成JPG的源代码, 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区 成JPEG文件或缓冲区.-BMP JPG compressed into the source code, principle procedures BITMAP first reading of the document point pixel RGB value, library so compressed RGB JPEG files into the
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:19464
    • 提供者:时柏营
  1. Outline_Mode_src

    1下载:
  2. The author recently had to write some code to outline 3D objects using OpenGL. The author hunted around the Internet for methods to do this, and eventually came across two main techniques. The first involves the use of Polygon Offsets, and the second
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:245518
    • 提供者:吴婷
  1. simple_framebuffer_object

    2下载:
  2. opengl2.0高级渲染语言提供了新的离屏(off screen)技术FBO(frame buffer object)。本代码简单演示FBO的启动,调用,以及将结果通过2维纹理映射方式显示在屏幕上-opengl2.0 advanced rendering provides a new language from the screen (off screen) Technical F BO (frame buffer object). This simple demonstration code
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:402728
    • 提供者:王赞纲
  1. Shadows

    0下载:
  2. This an advanced tutorial. Before you decide to try out shadows, make sure you completely understand the base code, and make sure you are familiar with the stencil buffer. This tutorial was made possible by both Banu Cosmin & Brett Porter. Banu wrote
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:37898
    • 提供者:李明宗
  1. opengl中使用模板缓存来实现物体影子的源代码

    0下载:
  2. opengl中使用模板缓存来实现物体影子的源代码。,opengl use stencil buffer to achieve the objects of the source code of the shadow.
  3. 所属分类:OpenGL

    • 发布日期:2017-03-24
    • 文件大小:104425
    • 提供者:wang
  1. CG_OpenGL_example(full).rar

    0下载:
  2. 基于openGL的CG运行示例代码,很全很好的代码例子,可配合《CG教程-可编程实时图形权威指南》学习,The example of GPU program produced in CG+openGL, this code is very well and can be learned with the material"CG Tutorial-The Definitive Guide to Programmable Real-Time Graphics"
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-20
    • 文件大小:5927721
    • 提供者:晓媛
  1. PoliceGIS

    0下载:
  2. 很好的警用地理性息系统,有全部源码实现,包括路径分析,缓冲区分析等。-Good reason police land information systems, have all the source code to achieve, including path analysis, buffer analysis.
  3. 所属分类:GIS program

    • 发布日期:2017-05-26
    • 文件大小:9728009
    • 提供者:毛建
  1. GIS

    0下载:
  2. 这是一个GIS点、线缓冲区生成算法的C#实现源程序-This is a GIS point, line buffer generation algorithm implementation in C# source code
  3. 所属分类:GIS program

    • 发布日期:2017-04-03
    • 文件大小:40976
    • 提供者:船长
  1. Buffer_Query

    0下载:
  2. 这是在C#+supermap开发平台下的缓冲查询的源代码-This is the C#+ Supermap buffer under development platform source code query
  3. 所属分类:GIS program

    • 发布日期:2017-05-10
    • 文件大小:324159
    • 提供者:许奇剑
  1. ParticleSystem1

    0下载:
  2. From: http://clootie.narod.ru/delphi/download_custom.html ParticleSystem1 - unidirectional generator sample Main idea of this sample was to demonstrate right and wrong ways of generating uniform distribution of unit length vectors - so end-poi
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:55000
    • 提供者:hfTam
  1. mytea

    0下载:
  2. VC++环境下运用OPENGL绘制阳光下一杯清茶图,技术要点为融合,深度缓存与透明。包含源代码及运行效果。-VC++ environment, the use of OPENGL drawing a cup of tea under the sun chart, technical points of integration, depth buffer and transparent. Contains the source code and operating results.
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:3566418
    • 提供者:cc
  1. AE(huanchong)

    0下载:
  2. 基于arcengine的缓冲区分析代码,可能不完善,请贡献更好版-The buffer analysis based on arcengine code, may be imperfect, please contribute to a better version of
  3. 所属分类:GIS program

    • 发布日期:2017-03-27
    • 文件大小:1287
    • 提供者:quguanzheng
  1. buffer

    0下载:
  2. cshap做的arcgis缓冲区分析源码-Buffer Analysis code
  3. 所属分类:GIS program

    • 发布日期:2017-04-07
    • 文件大小:91503
    • 提供者:lyd
  1. 4.5

    0下载:
  2. 一个关于GIS开发常用到的工具代码,还有部分菜单代码,都是GIS开发用到的。特别的是有个缓冲区代码-On the development of a GIS tool used to code, there are some menu code, are used in GIS development. In particular there is a buffer code
  3. 所属分类:GIS program

    • 发布日期:2017-04-01
    • 文件大小:29875
    • 提供者:zet
  1. ArcGIS-buffer

    0下载:
  2. ArcGIS Engine做缓冲的代码,主要是在C#上的一个简单的开发,可以通过对选择的图层进行缓冲区分析-ArcGIS Engine do buffer code, mainly in c# of a simple on the development, can through to the choice of buffer analysis layer
  3. 所属分类:GIS program

    • 发布日期:2017-04-01
    • 文件大小:1157
    • 提供者:申源
  1. AE--code

    0下载:
  2. AE开发中一些常用的代码,包括AE缓冲区代码,arcengine开发Statistics代码,ArcEngine连接表join。-AE develop some common code, including the AE buffer code arcengine Development Statistics code on ArcEngine connection table join.
  3. 所属分类:GIS program

    • 发布日期:2017-03-29
    • 文件大小:7360
    • 提供者:王长喜
  1. buffer

    0下载:
  2. ArcGIS二次开发,矢量数据缓冲区分析的代码-ArcGIS secondary development, analysis of the code vector data buffer
  3. 所属分类:GIS program

    • 发布日期:2017-11-23
    • 文件大小:6006
    • 提供者:张旭敏
« 12 »
搜珍网 www.dssz.com