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

搜索资源列表

  1. cg_lighting342212

    0下载:
  2. Initialize engine by calling InitEngine,Send each frames to engine with function AddFrame.-Initialize engine by calling InitEngine, Send frames to each engine with AddFrame function.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:35630
    • 提供者:熊有益
  1. glut

    0下载:
  2. 在Nehe的主页上一共提供了4种不同风格的OpenGL程序框架,分别为glut,Win32,面向对象的Win32,在加上Nehe教程中使用的那一种。 相信没有几个读者会耐着性子,把Nehe的第一个教程看完并编译成功,因为那里面有着数不清的数据结构和函数,我也是费了整整12个小时才把它翻译和排版好。 好了,不浪费读者的时间了。在这四个框架中以面向对象的Win32框架写的最后,并且功能最全,我们就简单得介绍一下它的使用,你可以用它学习OpenGL的函数,当你对OpenGL的结构有
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:183964
    • 提供者:zw
  1. initialize

    0下载:
  2. 实现图像数据的JPEG-LS标准的压缩,可以实现无损压缩也可以进行有损压缩
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:3308
    • 提供者:小兵
  1. 闪屏图形特技效果的实现代码

    0下载:
  2. 在程序实际开发中,闪屏是我们经常用到的。如果程序初始化要一些时间,设计闪屏更加有必要,不但使你的程序也漂亮,还能在上面写上你的版本信息。好处是多多的。此源代码提供了一个很简单的类,示范了如何实现闪屏。这个类只有二个函数,结构很清晰。一看就明白,还有详细的注释。-procedures in the actual development, blinking screen is used frequently. If the program to initialize some time, blink
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:199396
    • 提供者:刘跃红
  1. ST7565_Init

    0下载:
  2. Initialize ST7565R on SPI and dsPIC 30F6014A
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-05
    • 文件大小:1878
    • 提供者:otto
  1. OV9663

    0下载:
  2. OV9665 在不同图像格式下的寄存器初始化配置。-OV9665 image in different format to initialize configuration registers.
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:1571
    • 提供者:wangyd
  1. a-level-set-inariable-distance

    1下载:
  2. 李春明提出的无需水平集初始化的思想是图像分割的一个重大突破,重庆大学的何传江教授对该算法进行了改进,里面是我的实现算法-Li Chunming s no need to initialize the idea of ​ ​ the level set image segmentation is a major breakthrough, Chongqing University, Professor He Chuanjiang to improve the algorithm
  3. 所属分类:Special Effects

    • 发布日期:2016-01-26
    • 文件大小:509952
    • 提供者:sjx
  1. FIVE_CHESS

    0下载:
  2. 本例程是基于TC环境的下五道棋并有鼠标控制 初始化鼠标并且限制光标的范围 -The routine is based on the environment under TC 5 chess and mouse control to initialize the mouse cursor and to limit the scope of
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:3810
    • 提供者:jianxinxia
  1. D3D9Init

    0下载:
  2. Demonstrates how to initialize Direct3D, how to use the book s frameworkfunctions, and how to clear the screen to black. Note that the Direct3Dinitialization code is in the d3dUtility.h/.cpp files- frameworkfunctions, and how to clear the screen to b
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-02
    • 文件大小:5248
    • 提供者:memese
  1. copyfunction

    0下载:
  2. 调用拷贝构造函数用实参obj2初始化形参。 调用拷贝构造函数创建作为返回结果的临时对象-Call the copy constructor is used to initialize parameter obj2 Senate. Call the copy constructor to return the results to create a temporary object
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:230711
    • 提供者:胡哥
  1. 5406B

    0下载:
  2. 使用verilog串口初始化ic,并显示rgb三种颜色,ic为旭耀5406b-Verilog to initialize the use of serial ic, and display the three rgb color, ic for Yao Xu 5406b
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:2336
    • 提供者:timmp
  1. NeHeOpenGL

    0下载:
  2. NEHE教程所有源码,对学习OpenGL的初学者有很大的帮助。-#include <windows.h> // Header File For Windows #include <gl\gl.h> // Header File For The OpenGL32 Library #include <gl\glu.h> // Header File For The GLu32 Library #include <gl\glaux.h&g
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-29
    • 文件大小:11926003
    • 提供者:任龙
  1. terrain

    0下载:
  2. 通过triangle strip画三角形来描述地形。先是初始化地形,然后根据鼠标的位置来完成主循环。-Terrain is described by drawing triangle through triangle strip. First we initialize the terrain, and then complete the main loop according to the mouse position.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:109295
    • 提供者:张丹
  1. MaterialSpheres

    0下载:
  2. Initialize z-buffer, projection matrix, light source,and lighting model.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:1745
    • 提供者:ehablouis
  1. OPENGLqiu

    0下载:
  2. 学习在VC++中使用OPEN GL的入门程序,画一个球的线框图,有详细注释,教你怎样在VC++中进行初始化-Learning in VC++ to use OPEN GL the entry process, drawing a ball wireframe map, detailed notes, teach you how to initialize the VC++
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:43694
    • 提供者:阿庚
  1. OpenGL

    0下载:
  2. 手把手教你初始化光照模型及视图模型转换设置后开始实际的绘图,设置背景颜色,设置明暗模型等等。-Taught you how to initialize the model and view model of illumination change settings after the actual drawing, set the background color, set the shading model and so on.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:52015
    • 提供者:john
  1. svga

    0下载:
  2. This code will initialize the screen into SVGA(640x480 256 colors). It should check if the hardware can support this mode
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1281
    • 提供者:diego
  1. dsp

    0下载:
  2. 本实验使用的索伯尔(Sobel) 边缘检测算子来实现图像的边缘检测。利用DSP 进行初始化 达到了很好的边缘检测效果。注释文件细致,有详细的实践步骤。-In this study, the Suo Boer (Sobel) edge detection operator to achieve edge detection. Using DSP to initialize to a good edge detection. Explanatory Note meticulous, detailed
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:5434
    • 提供者:tanjing
  1. torqconv_heavy

    0下载:
  2. 液力变矩器simulink模型初始化文件Initialize the parameters used in the torque converter-clutch begin document Initialize the parameters used in the torque converter
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:1470
    • 提供者:chen
  1. initial_position.tar

    0下载:
  2. 用于姿态初始化(position initialize)(for position initializing)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:qq753
« 12 3 »
搜珍网 www.dssz.com