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

搜索资源列表

  1. mymarching_cubes

    0下载:
  2. 医学可视化中经典算法——maching Cubes(移动立方体算法)的C++ 程序实现,在学习此算法的时候可以参考次程序。-The Marching Cubes algorithm is a classical arithmetic in medicinal visualization, this program was impolder in C++ language,you can consult it when you learn the Marching Cubes algorithm
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:42918
    • 提供者:大虫
  1. soar-1.11

    1下载:
  2. 一个大规模地形现实和纹理映射的程序,从国外网站下载的,一般的机器根本跑不动,标准C编写,多平台可编译,供大家学习。-a large-scale topographic reality and texture mapping procedures from abroad website and general machinery simply could not, the standard C preparation, multi-platform can be compiled for the
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:39343
    • 提供者:马俊
  1. RayTracer

    0下载:
  2. 光线跟踪算法,用C#实现,课本上算法的实现,仅供学习参考
  3. 所属分类:3D图形编程

    • 发布日期:2014-01-16
    • 文件大小:3452
    • 提供者:schindlor
  1. basic_math_tutorial_cg

    0下载:
  2. Cg(C for Graphics,NVIDIA公司出品)语言写的数学工具包,学习在图形处理器上编程的学者可以用来研究Cg程序,以及作数值模拟在图形处理器上实现方面的研究
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:108733
    • 提供者:chenchongfeng
  1. RocketCommanderSourceCode

    0下载:
  2. 微软官方的导弹飞行模拟程序。 基于DirectX 9用C#开发,功能全面,效果超炫。对进行图形显示开发和C#语言学习大有裨益。
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:460270
    • 提供者:聂聂
  1. Load3DSDemo

    0下载:
  2. c++导入3ds,以方便大家学习3d编程
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:3259224
    • 提供者:杨蒙
  1. MYRAIN C++实现OpenGL的下雨效果

    0下载:
  2. C++实现OpenGL的下雨效果,非常适合学习参考!-C++ implementation of OpenGL rain effect, very suitable for study reference!
  3. 所属分类:3D图形编程

    • 发布日期:2017-03-22
    • 文件大小:332813
    • 提供者:wlf
  1. CSAATutorial.zip

    0下载:
  2. 一段输出3d效果的c++源码,尽供学习使用,3d effect for some output c++ source code, to do for learning to use
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-17
    • 文件大小:8742
    • 提供者:zhoujin
  1. skyline.rar

    3下载:
  2. 基于C#的SKYLINE二次开发,学习skyline非常不多的东东!,programm on skyline based on CSharp
  3. 所属分类:3D Graphic

    • 发布日期:2014-07-01
    • 文件大小:17433494
    • 提供者:石头
  1. raytracer

    0下载:
  2. 光线跟踪的源代码,C++写的很不错,适合学习-Ray tracing of the source code, C++ was very good for learning
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-13
    • 文件大小:3239364
    • 提供者:dfbdf
  1. Terrain

    0下载:
  2. OGRE环境下实现的地形代码,使用C++实现,可以执行地形编辑,是学习游戏地形不错的选择-OGRE environment to achieve the topography code, using C + + to achieve, can perform the terrain editor, is a good choice to learn the game terrain
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-31
    • 文件大小:43659
    • 提供者:zhonghua
  1. SimpleControllerDemo

    0下载:
  2. 一个简单的骨骼动画控制器程序。很好的,用c++实现,希望大家多学习-This is a simple controller demo.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-15
    • 文件大小:4048880
    • 提供者:乔梁
  1. ChunkLodDemo

    0下载:
  2. 基于D3D9的ChunkLod地形Demo,C++封装,有比较初级的四叉树场景管理,Frustum裁剪,天空盒和基本摄像机功能.适合DX进阶学习.-Based on D3D9 s ChunkLod terrain Demo, C++, a relatively junior quadtree scene management, Frustum clipping, sky boxes, and basic camera support,it s for DX advanced learning.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-25
    • 文件大小:9087127
    • 提供者:mage
  1. beijixing

    0下载:
  2. 这是一个计算机图形学的程序,是用c++编写的,是3D图形,包括了图形的变化以及坐标的定位,是学习计算机图形学最好掌握的。-This is a computer graphics procedure is c++ Prepared is the 3D graphics, including changes in graphics as well as the coordinates of the position, is to learn from the best available compu
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-15
    • 文件大小:157044
    • 提供者:刘锦瑞
  1. 3DSFileLoader

    0下载:
  2. 该程序是学习3DS模型读取和绘制的学习程序。实现了一个三维头像纹理模型。采用C++与opengl实现。-The program is learning to read and draw 3DS model of the learning process. Achieved a three-dimensional image texture model. Using C++ With opengl achieve.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-12
    • 文件大小:554158
    • 提供者:雪儿
  1. geos-3.0.0

    0下载:
  2. 这是一个Linux下的用C++写的QuadTree的LOD程序!希望对学习Linux编程的有帮助-This is an under Linux using C++ written in the LOD procedure QuadTree! Wish to study Linux programming help
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-09
    • 文件大小:2007628
    • 提供者:hubin
  1. VegaMini

    0下载:
  2. 是个VEGA的程序,用C++编程实现,可以实现3D效果,对初学这来说是个很好的学习机会。-VEGA is a process, using C++ Programming, 3D effects can be achieved, for beginners this is a very good learning opportunities.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-24
    • 文件大小:19070
    • 提供者:xzzz
  1. Vega_2

    0下载:
  2. 这个程序是个关于实时实景程序的编程软件,用C++编程实现,可以对事实场景仿真的编程进行学习。-This process is a real procedures on real-time programming software, using C++ programming, the fact that the scene can learn programming simulation.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-17
    • 文件大小:5007312
    • 提供者:xzzz
  1. op2

    0下载:
  2. opengl三维空间图c/c++,这个非常好用哦,对学习图形编程有很大的帮助。-opengl three-dimensional map c/c++, this is very easy to use Oh, great for learning graphics programming help.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-03
    • 文件大小:1268413
    • 提供者:zsy
  1. Framework_for_the_preparation_of_3D_games_with_C_s

    0下载:
  2. 用C编写3D游戏框架示例的文档,包含了重要的代码。可供学习和使用。-Framework for the preparation of 3D games with C sample documents, including the important code. For learning and use.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-23
    • 文件大小:160105
    • 提供者:张海兵
« 12 »
搜珍网 www.dssz.com