搜索资源列表
VFW教程
- 信成为可能,因而用户可以用计算机控制仪器,可 以依赖计算机为工具开发自己的强有力的软件来增强 自己的仪器系统的功能,使他能够分析和处理特定的 数据并显示结果,而不是限于仪器的固-letter as possible, so users can use computer-controlled equipment, it can rely on the computer as a tool to develop their own powerful software to enhance
hytd
- 这是我们学习计算机图形学时老师留的大作业,是一个3维图形系统,几乎涵盖了计算机图形学的所有基本变换,包括消隐等,这个文件是绝对质量高的.-This is our study computer graphics when the teacher left the operation, is a three-dimensional graphics system, and covered almost all the computer graphics fundamental transformat
OpenGL红宝书(有源码)1
- 本书由OpenGL标准委员会编写,人称“OpenGL红宝书”,是OpenGL领域的权威著作。 本书主要讲述如何使用OpenGL图形系统来编制程序,通过计算机图形学技术来生成具有真实感的图形。代码薇原书代码-the book prepared OpenGL standard, known as the "Red Treasure Book OpenGL" OpenGL is the authoritative publication. The book mainly about
xingxingyundongmoni
- 学习计算机图形学的时候做的一个作业用openGl做了一个模拟太阳系行星运动的三维模型-study computer graphics when doing an operation with openGl done a simulation of the solar system's planetary motion 3D model
Intra3D-Software
- 基于OpenGL与Windows的交互式三维图形技术以及程序设计。结合配套软件─—交互式三维图形软件开发工具Intra3D 2.0: (1)3D C++ 类库与COM对象库系统设计; (2)3D 交互算法与数据结构设计; (3)3D 图形用户界面设计; (4)使用Visual C++ 和Intra3D 2.0 C++ 类库编写交互式3D 应用程序; (5)使用Visual Basic和Intra3D 2.0 COM类库编写交互式3D 应用程序。 Intra3D 2.0是免
cg_lizixitong01
- 计算机图形学中的三维几何造型之粒子系统生成的算法演示,做的很棒的。-computer graphics of 3D Geometric Modeling particle system, an algorithm was demonstrated, so terrific.
OpenGL_BlueBook
- OpenGL Blue Book Introduction: The OpenGL graphics system is a software interface to graphics hardware. (The GL stands for Graphics Library.) It allows you to create interactive programs that produce color images of moving three− dimensi
ColorfulMeteor
- opengl粒子系统开发的流星,流星的颜色由电脑随机产生,看上去效果还不错.-opengl particle system development meteor, Meteor colors randomly generated by a computer, the results were pretty good looks.
planet
- 计算机图形学程序,该程序演示太阳,地球,月亮三者的一个系统,按“y”“m”“d”系统会模拟地球公转/自转/月球绕地球转-Computer graphics program that demonstrates the Sun, Earth, Moon, a system of three, according to " y" " m" " d" the system will simulate the Earth revolution/rota
OpenGLPlat
- 《计算机动画算法与编程基础》第七章模拟礼花爆炸的粒子系统- Computer animation algorithms and programming based on Chapter VII of the simulated fireworks explosion particle system
vcopengl
- OpenGL™ 是行业领域中最为广泛接纳的 2D/3D 图形 API, 其自诞生至今已催生了各种计算机平台及设备上的数千优秀应用程序。OpenGL™ 是独立于视窗操作系统或其它操作系统的,亦是网络透明的。在包含CAD、内容创作、能源、娱乐、游戏开发、制造业、制药业及虚拟现实等行业领域中,OpenGL™ 帮助程序员实现在 PC、工作站、超级计算机等硬件设备上的高性能、极具冲击力的高视觉表现力图形处理软件的开发。 -OpenGL ™ is the ind
AUTODES
- OpenGL™ 是行业领域中最为广泛接纳的 2D/3D 图形 API, 其自诞生至今已催生了各种计算机平台及设备上的数千优秀应用程序。OpenGL™ 是独立于视窗操作系统或其它操作系统的,亦是网络透明的。在包含CAD、内容创作、能源、娱乐、游戏开发、制造业、制药业及虚拟现实等行业领域中,OpenGL™ 帮助程序员实现在 PC、工作站、超级计算机等硬件设备上的高性能、极具冲击力的高视觉表现力图形处理软件的开发。 -OpenGL ™ is the ind
tuxingxuetaiyangxi
- 计算机图形学课程设计 模拟太阳系 使用openGL开发 含报告-Curriculum design in computer graphics simulation of the solar system with the report of the development of the use of openGL
OGLGUIDE.ZIP
- The OpenGL graphics system is a software interface to graphics hardware. (The GL stands for Graphics Library.) It allows you to create interactive programs that produce color images of moving three-dimensional objects. With OpenGL, you can control co
sanwei
- 计算机三维图形技术已发展到了实时阶段,怎样有效地开发实时三维应用系统,是目前较为引人注目的话题。笔者先后开发了数个opengl三维应用软件,从中总结出了实现实时三维应用系统的不少关键技术。-Three-dimensional computer graphics technology has been developed to the stage of the real-time and how to effectively develop real-time three-dimensional
planets
- Computer Graphics assignment on Solar System, Implemented with 5 planets, lighting adn rotation
OpenGL-Programming-Guide-2rd
- OpenGL编程指南非扫描版:内容为英字原文。-The OpenGL graphics system is a software interface to graphics hardware. (The GL stands for Graphics Library.) It allows you to create interactive programs that produce color images of moving three-dimensional objects. With
OpenGL
- OpenGL图形系统是一个软件接口,让程序员能够创建交互式程序,使用计算机图形学技术生成具有真实感的图像。本书是OpenGL ARB推荐的OpenGL 1.4版学习指南。 本书首先阐述OpenGL的功能和计算机图形学基本知识,包括状态管理和几何体的绘制、模型变换、视点变换和投影变换、颜色和光照;然后深入探讨一些高级技术,包括反走样、混合、雾效、显示列表、图像处理、纹理映射、帧缓存、网格化、NURBS、选择和反馈等;同时讨论其他一些重要主题,像如何提高程序的性能、OpenGL扩展和跨平台技
opengl
- 计算机图形学课程设计 1.直线反走样算法 1、 参数曲线曲面、Bezier曲线、Bezier曲面 2、 纹理映射 3、 网格化、网格细化等 A、可作一个基本的图形处理软件 B、可选择书本上所学过的算法 C、可作图形学的综合应用系统-1 Computer Graphics course design. Line anti-aliasing algorithm 1, the parameters of curves and surfaces, B
CODE_UPLOAD1412
- This is not source code--it is the .dll s for running OpenGL programs on your computer. If you are running Windows 95/98/NT... you can download these libraries and unzip them into your windows/system folder- This is not source code--it is the .dll