您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 3D Game Engine Architecture

  2. Chapter 1 Introduction 1 1.1 Drawing a Triangle 2 1.2 Drawing a Triangle Mesh 17 1.3 Drawing a Complicated Scene 27 1.4 Abstraction of Systems 27 Chapter 2 Core Systems 31 2.1 The Low-Level System 31 2.1.1 Basic Data Structures 33 2.1.2 Encapsulatin
  3. 所属分类:C++

    • 发布日期:2009-04-29
    • 文件大小:6291456
    • 提供者:netbuffalo
  1. Skiena-The_Algorithm_Design_Manual.pdf

  2. 英文第二版 目录 . . . . . . . . . . . . . . . . . . . . . . . 50 2.8 War Story: Mystery of the Pyramids . . . . . . . . . . . . . . . . 51 2.9 Advanced Analysis (*) . . . . . . . . . . . . . . . . . . . . . . . . 54 2.10 Exercises . . . . . . . . . . . . .
  3. 所属分类:Java

    • 发布日期:2009-04-29
    • 文件大小:3145728
    • 提供者:arctgx
  1. 图的邻接表存储 实现图的深度和广度优先搜索

  2. 实现图的深度和广度优先搜索 /* 邻接表的结点类型 */ typedef struct arc {int adjvex; struct arc *next;}ArcNode; typedef struct VexNode {int vertex; ArcNode *firstarc; }VerNode; typedef VerNode AdjList[MAXNODE]; /* 建立图的邻接表 */ void CreatAdjlist(AdjList GL) /* 从初始点v出发深度优先遍历邻接
  3. 所属分类:C/C++

    • 发布日期:2009-05-15
    • 文件大小:5120
    • 提供者:csuhanhai
  1. Complexity in Chemistry

  2. 1. ON THE COMPLEXITY OFFULLERENES AND NANOTUBES 1 ′ ˇ ′ MilanRandic, Xiaofeng Guo,DejanPlavsicand Alexandru T.Balaban 1. Introduction . . .......................... 1 2. On the ComplexityoftheComplexityConcept . . ....... 3 3. Complexity and Branchi
  3. 所属分类:Web开发

    • 发布日期:2009-05-26
    • 文件大小:2097152
    • 提供者:osoon
  1. 基于vertex texture的水的模拟程序示例

  2. 非常真实地模拟了水波的效果,编译和运行程序需要显卡支持cg shader modal
  3. 所属分类:专业指导

    • 发布日期:2009-07-12
    • 文件大小:3145728
    • 提供者:visualizationer
  1. Visibility Algorithms In The Plane

  2. Contents Preface page xi 1 Background 1 1.1 Notion of Visibility 1 1.2 Polygon 2 1.3 Asymptotic Complexity 5 1.4 Triangulation 6 1.5 The Art Gallery Problem 8 1.6 Special Types of Visibility 11 2 Point Visibility 13 2.1 Problems and Results 13 2.2 C
  3. 所属分类:其它

    • 发布日期:2009-07-12
    • 文件大小:2097152
    • 提供者:musicbug
  1. D3D render pipeline

  2. This book describes the Direct3D graphics pipeline, from presentation of scene data to pixels appearing on the screen. The book is organized sequentially following the data °ow through the pipeline from the application to the image displayed on the
  3. 所属分类:Access

    • 发布日期:2009-07-16
    • 文件大小:6291456
    • 提供者:anghan
  1. DirectX9_3D游戏程序设计入门 chm

  2. Introduction to 3D Game Programming with DirectX 9.0 provides an introduction to programming interactive 3D computer graphics using DirectX 9.0, with an emphasis on game development. The book begins with an explanation of the mathematical tools and
  3. 所属分类:专业指导

    • 发布日期:2009-07-27
    • 文件大小:3145728
    • 提供者:kailar
  1. DirectX_9_3D游戏程序设计入门_(英).rar

  2. Introduction to 3D Game Programming with DirectX 9.0 provides an introduction to programming interactive 3D computer graphics using DirectX 9.0, with an emphasis on game development. The book begins with an explanation of the mathematical tools and
  3. 所属分类:专业指导

    • 发布日期:2009-07-27
    • 文件大小:3145728
    • 提供者:kailar
  1. 游戏 编程 game programming guild books(1) ---Direct3D

  2. 共五本书,这是第一本,第二本,第三本 包含 (1)Basic Direct3D 9.0 The Managed Way, (2)Direct3D ShaderX Vertex and Pixel Shader Tips and Tricks (3)Real Time Rendering
  3. 所属分类:专业指导

    • 发布日期:2009-08-20
    • 文件大小:10485760
    • 提供者:ivylife
  1. Real Time 3D Terrain Engines Using C++ And DirectX 9

  2. Product Descr iption With recent advancements in programmable 3D rendering hardware, game developers can create engines capable of making complete outdoor landscapes. Many of todayfs popular games include entire outdoor environments, but making the
  3. 所属分类:C++

    • 发布日期:2009-08-27
    • 文件大小:5242880
    • 提供者:aokman
  1. graph coloring code and website

  2. some websites for graph coloring and joe cuberson's graph coloring and graph generator in gnu c++ in unix and a very smart c++ source code for vertex coloring in vc++.
  3. 所属分类:C++

    • 发布日期:2009-09-08
    • 文件大小:2097152
    • 提供者:pobudeyi
  1. vertex texture shader

  2. 用顶点纹理来使图形偏移,主要是测试顶点纹理,为什么片元程序会影响顶点程序,求助!
  3. 所属分类:专业指导

    • 发布日期:2007-10-19
    • 文件大小:433152
    • 提供者:wjkwjk
  1. Skinned Mesh Character Animation with Direct3D 9.0c

  2. This chapter include 8 section: Section 1 describes the motion and data structural representation of a 3D character. Section 2 focuses on the datasets needed to describe an animation sequence. Section 3 examines an animation technique that works wit
  3. 所属分类:其它

    • 发布日期:2009-10-08
    • 文件大小:915456
    • 提供者:veimen
  1. 基于DirectX 粒子效果源码

  2. 基于微软DX技术的粒子效果 采用C++语言编写 部分源码如下: struct PARICAL { D3DXVECTOR3 _position; D3DCOLOR _color; }; //属性结构 struct PARICALATTRIBUTE { D3DXVECTOR3 _position; D3DXVECTOR3 _velocity; D3DXVECTOR3 _acceleration; float _lifeTime; // how long the particle lives for
  3. 所属分类:C++

    • 发布日期:2009-10-13
    • 文件大小:9437184
    • 提供者:annkou
  1. 数据结构各种算法实现(C++模板)

  2. 目录 1、顺序表 1 Seqlist.h 1 Test.cpp 6 2、单链表 8 ListNode.h 8 SingleList.h 10 test.cpp 20 3、双向链表 22 NodeList.h 22 DoubleList.h 24 Test.cpp 34 4、循环链表 36 ListNode.h 36 CircularList.h 37 Test.cpp 47 5、顺序栈 49 SeqStack.h 49 Test.cpp 54 6、链式栈 55 StackNode.h 55 L
  3. 所属分类:其它

    • 发布日期:2009-11-30
    • 文件大小:723968
    • 提供者:huangyongzdh
  1. ShaderX.-.Vertex.and.Pixel.Shader.Tips.and.Tricks

  2. 一本不可多得的shader好书,从基础到特定算法的实现,甚至到引擎的集成,面面俱到!
  3. 所属分类:其它

    • 发布日期:2009-12-15
    • 文件大小:10485760
    • 提供者:dongxinzhi
  1. social-vertex-website:开源社交网络前端-源码

  2. vertx-china-community 项目设置 yarn install 编译和热重装以进行开发 yarn run serve 编译并最小化生产 yarn run build 运行测试 yarn run test 整理和修复文件 yarn run lint 自定义配置 请参阅。 贡献和参与 简介 social-vertx-web项目开发简介与规范请 诚邀各位大佬积极提供pr !!! 快速预览 项目 功能需求: social-vertx-website项目各个板块列表大致如下(注:加粗字体
  3. 所属分类:其它

    • 发布日期:2021-02-04
    • 文件大小:1048576
    • 提供者:weixin_42134051
  1. Measuring method for the vertex radius of curvature of an asphere with a laser tracker

  2. Aspheric elements are widely applied in optical systems and the vertex radius of curvature (VROC) is one of the important fundamental parameters of an asphere. We present a method for measuring the VROC of asphere. We use a portable laser tracker to
  3. 所属分类:其它

    • 发布日期:2021-02-04
    • 文件大小:237568
    • 提供者:weixin_38631225
  1. social-vertex:开源的社交网络服务器-源码

  2. 请注意:本项目将会使用ES4X,并使用GraalVM作为运行环境,仅是VERT.X和JDK将不足以运行该项目
  3. 所属分类:其它

    • 发布日期:2021-02-03
    • 文件大小:1048576
    • 提供者:weixin_42143161
« 1 2 3 4 56 7 8 9 10 ... 22 »