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

搜索资源列表

  1. 3DPic

    0下载:
  2. 3D图象,VS2005下编译通过 VC++图象处理类源代码 需要MFC, OpenGL支持 我过去学openGL时的源代码,请不要笑,它可作为继续加工的模板-3D images under VS2005 compile VC image processing category needs MFC source code, OpenGL support me in the past when learning openGL the source code, please do not
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:45435
    • 提供者:tomas
  1. PPCLoad3DS

    0下载:
  2. 在PocketPC上显示3D图像,使用VS2005开发,应用OPENGL ES-in PocketPC show 3D images, the use VS2005 development, OpenGL ES applications
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:191971
    • 提供者:哈哈哈
  1. md3Viewer

    0下载:
  2. 四个窗口,分别可以装入opengl或者gdi的子窗口,vs2005下开发-four windows, or can be packed in opengl gdi the sub-window, under development vs2005
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:58928
    • 提供者:晓军
  1. diamond_square

    0下载:
  2. 本程序是基于vc++,openggl 做的基于迭代实现的DIAMOND_SQUARE分形地形生成算法,程序VS2005上编译通过可以执行
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2761918
    • 提供者:ouyangxiaotao
  1. directinput+glut_FinalProject

    0下载:
  2. 本源码利用directinput 和opengl实现用操纵杆玩opengl做的游戏,需要安装directx sdk vs2005
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:3868743
    • 提供者:裘立学
  1. Sierpinski3D

    0下载:
  2. 自编的画Sierpinski海绵(分形)的程序,在VS2005下通过调试,需要系统装有OpenGL。
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:178616
    • 提供者:aujjww
  1. OpenGLES1_1_EGL_Demo_lib

    0下载:
  2. vs2005 工程,包内含有gl es1.1的lib库 可以ce上运行 s3c6410 project名称为Mini6410-CE6-SDK (ARMV4I)
  3. 所属分类:OpenGL

  1. Lesson3.rar

    0下载:
  2. NEHE opengl教程第三课的VS2005版本,提供一个基于MFC的opengl显示框架,NEHE opengl tutorial VS2005 version of the third class, to provide a display based on the MFC39s opengl framework
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-21
    • 文件大小:2799078
    • 提供者:kyewong
  1. TextureAndText

    0下载:
  2. OSG中向场景中添加纹理和文字的源码,使用VS2005和OSG编程-OSG to add texture and text to scene graph,using VS2005 and OSG
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:1820315
    • 提供者:liuzhaozhao
  1. WinCEOpenGLES

    0下载:
  2. WinCEOpenGLES.rar 基于WinCE的OpenGL ES教程(有两个教程,一个是E文版的,开发环境是EVC4.0;另一个教程是网页版的,开发环境是VS2005的) 绝对有料!-WinCEOpenGLES.rar of OpenGL ES on WinCE tutorial (there are two tutorials, one is the E version, the development environment is EVC4.0 another vers
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-01
    • 文件大小:14270268
    • 提供者:周东
  1. OpenGL

    0下载:
  2. 此源码是vs2005。mfc单文档实现opengl的一些基本功能,包括:点,直线,虚线,三角形,sierpinski,实现鼠标拖动的和bresham算法,和中点园算法..也可以输入坐标点-It s based on Opengl,and it can draw points,lines,triangle,polygon.cricle,use some algorithm such as bresham amd mid_circle...you can also use mouse or set
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:189277
    • 提供者:何龙
  1. Wrlopengl

    0下载:
  2. 用opengl实现读入wrl文件信息的程序,并能将wrl模型重新绘制,vs2005调试通过-Use opengl realize wrl file information read into the procedures and be able to re-draw wrl model, vs2005 debugging through
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-23
    • 文件大小:4334895
    • 提供者:vincent
  1. openGL

    0下载:
  2. 本源码是对openGL编程的初学者一个很好的开始。目前很多书籍中讲的openGL编程都用的是C编程,对于如何移植到VS2005下本源码就可以了。-The source is openGL programming beginners a good start. At present, many books have talked about openGL programming using C programming, how to migrate to the source code under
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-08
    • 文件大小:37092
    • 提供者:lilin
  1. OpenGL

    0下载:
  2. OpenGL在VS2005环境下画正方形-OpenGL in the VS2005 environment painting square
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-07
    • 文件大小:804
    • 提供者:yingzai
  1. dragonfly

    0下载:
  2. 上计算机图形学的时候作的一个组合图形的实验。实现了一个3D类似蜻蜓的模型的旋转。用的是OpenGl框架和VS2005中C++实现的。可作为大学实验时的参考,高手就不用看了。-At a time when computer graphics for a combination of graphics experiment. The realization of a 3D model of a similar rotation dragonfly. Using the OpenGL framewor
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-11
    • 文件大小:1088838
    • 提供者:张洛逢
  1. solar

    0下载:
  2. 模拟太阳系行星的运动及太阳的光照等,采用OPENGL技术,在VS2005环境下进行开发-Simulation of the solar system planets and the sun s light movement and so on, using OPENGL technology, in the VS2005 development environment
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-23
    • 文件大小:127340
    • 提供者:呀困
  1. openglcontrl

    0下载:
  2. 用vs2005写的opengl控件的源程序-Opengl written with VS2005 source control
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:24281
    • 提供者:刘平
  1. SourceCode

    0下载:
  2. OpenGL小程序 抓斗和茶壶 vs2005-OpenGL applet grab and teapot VS2005
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-11
    • 文件大小:2076645
    • 提供者:lin
  1. Animator-VS2005-Ironman

    0下载:
  2. A 3d model of ironman with animation & particle system in OpenGL with some expanded functions and a console window for demonstrating the functions.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-27
    • 文件大小:10925678
    • 提供者:Chris
  1. vs2005-tourial

    0下载:
  2. VS 2005 下的opengl es 教程,特别适合初学者,入门级的-vs 2005 opengl es tourial
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-09
    • 文件大小:2383577
    • 提供者:pengwenzong
« 12 3 4 »
搜珍网 www.dssz.com