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

搜索资源列表

  1. Particle200Demos

    0下载:
  2. Particle System API 2.0, 一个开源的粒子系统演示, 支持CPU模拟状态相关和状态无关的粒子系统,06年最新的版本2.0加入了GPU优化.-Particle System API 2.0, a particle system revenue demonstration CPU simulation support state and state-related unrelated to the particle system, 06 The latest version 2
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:467754
    • 提供者:renwind
  1. Strips

    0下载:
  2. because of the bus width limitation from CPU to GPU, if we want to decrease the transfer time, we d better use triangle strips instead of triangle lists
  3. 所属分类:3D图形编程

    • 发布日期:2014-01-17
    • 文件大小:582675
    • 提供者:吕雪梅
  1. GPUTerrain

    0下载:
  2. 通过重复使用一小块顶点缓冲来减少对内存的需求,将CPU从逐帧的顶点缓冲更新中释放出来
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:15478214
    • 提供者:wuyue
  1. CUDA stereo match 源码

    0下载:
  2. 利用CUDA基于GPU编程,立体匹配的源程序。比单独给予CPU提高20倍速度
  3. 所属分类:3D图形编程

    • 发布日期:2009-04-07
    • 文件大小:410524
    • 提供者:kaven_sdu
  1. CPURayCasting

    0下载:
  2. 在CPU做的Ray-Casting代码,仿写CUDA的VolumeRender. -In the CPU to do Ray-Casting code, Imitative CUDA' s VolumeRender.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-12
    • 文件大小:2755884
    • 提供者:左庆
  1. ShaderX_CharacterAnimation

    0下载:
  2. 角色动画在d3d的顶点向量的实现方法,下面的英文描述是文章内的,就不做中文描述了。-With the introduction of vertex shaders to modern graphics hardware, we are able to move a large portion of the character animation processing from the CPU to the graphics hardware. Two common character anima
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-05
    • 文件大小:443093
    • 提供者:lph
  1. raytracer-sample

    1下载:
  2. 基于KDTree的CPU光线跟踪例程,可以直接编译运行-KDTree of CPU-based ray-tracing routines can be directly compiled to run
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-22
    • 文件大小:6726449
    • 提供者:william
  1. lightrender

    1下载:
  2. GxRay 是一个高品质的光线追踪渲染器,支持多种高级渲染技术。GxRay可以对各种基本几何体(球体、长方体、圆柱体、凸面体、平面等)以及复杂的三角形网格进行光线追踪。使用KD树加速追踪过程,优化渲染速度。支持多线程渲染,充分利用多核CPU的计算能力。-Physically Based Rendering : From Theory to Implementation
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-09
    • 文件大小:2305717
    • 提供者:峰公子
  1. OnloadedShadows_source

    0下载:
  2. Shadow Map以非同步的方式於CPU端來計算,可以平衡CPU與GPU的工作負載。-Onloaded Shadows is a technique by which shadow maps can be calculated asynchronously on the CPU. By using cascades, the shadow map for objects near the camera are calculated every frame on the GPU, but the
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-25
    • 文件大小:8782763
    • 提供者:eric chang
  1. TaskingGameEngineAnimation_Source

    0下载:
  2. 利用Tasking方法使3D運算效能可以隨著CPU core的增加而隨之提高,以單線程之animation system轉換成多線程為範例。-Tasking allows programs to benefit from scaling as core counts are increased giving our users a great game experience consistent with their choice of hardware. In this sample we
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-29
    • 文件大小:12512916
    • 提供者:eric chang
  1. 207664_207664

    0下载:
  2. 利用Miguel Gomez所提的互動式水波模擬演算法,以雙CPU的多線程架構來加速海洋水波的模擬計算。-Real-Time Deep Ocean Simulation on Multi-Threaded Architectures.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-12
    • 文件大小:2938239
    • 提供者:eric chang
  1. Particle-System

    0下载:
  2. D3D下实现的粒子系统,动态的缓存管理,CPU,GPU协调工作,提高了效率,有详细的注释-D3D achieve particle systems, dynamic cache management, CPU, GPU coordination, improve efficiency, detailed notes
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-09
    • 文件大小:2283102
    • 提供者:张杰
  1. Stereogram_src

    0下载:
  2. 演示分别用CPU和GPU采用OpenGL渲染的例子。-A sample of demostrating OpenGL Shader developped by CPU and GPU respectively.
  3. 所属分类:3D Graphic

    • 发布日期:2017-06-01
    • 文件大小:13508288
    • 提供者:drinker
  1. FluidTerrainErosion

    2下载:
  2. A realtime terrain erosion & fluid simulation running on the CPU. The simulation is implemented in C++ on the CPU and parallelized using OpenMP. Rendering is done using OpenGL. We use the eulerian or grid-based approach to fluid simulation to impleme
  3. 所属分类:3D Graphic

    • 发布日期:2016-09-16
    • 文件大小:239616
    • 提供者:pour
  1. PhillipsOcean

    0下载:
  2. Unity C# implementation of phillips spectrum ocean waves on the cpu
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-22
    • 文件大小:7090086
    • 提供者:pour
  1. intel_mutilcore_smoke-source-r1.2

    0下载:
  2. intel 基于多核优化游戏引擎示例代码。根据cpu核心数创建多个线程,并行处理AI 物理、特效 渲染等,提高帧率和流畅度。由于pudn文件大小限制,删除了资源文件,只留下源代码。-intel multicore optimized game engine example is based on code. Creating multiple threads based on the number of cpu core, parallel processing AI physics, effe
  3. 所属分类:3D Graphic

    • 发布日期:2017-06-11
    • 文件大小:18624531
    • 提供者:dxg
搜珍网 www.dssz.com