资源列表
水波模拟
- 水波模拟, 用OpenGL 实现的 源代码,推荐下载-wave simulation, using the OpenGL source code to download!
机构运动
- 一个连杆机构运动的OpenGL实现,推荐下载-a linkage campaign OpenGL recommend downloading!
OpenGL※※VC框架
- OpenGL※※VC框架,包含单文档,多文档,对话框。-OpenGL * * VC framework consists of a single file, multi-file, the dialog.
OpenGLofDelphi
- 这个例子充分展示了Delphi强大的功能,只有一个文件,但效果惊人!我在D6下试过了-This example demonstrates Delphi powerful features, only one paper, but the results amazing! I tried under D6
鹰眼实现mapbasic
- 鹰眼功能实现地理信息系统数据的浏览,mapbasic编程-Hawkeye Function GIS data browser, mapinfo Programming
数字地理信息系统mapinfo应用大全源代码
- 数字地理信息系统mapinfo应用大全源代码-Digital Geographic Information System MapInfo application source code Daquan
Wavelet_transform
- 小波变换源代码,用于图像分析,包括图像压缩、纹理分析和识别。-The program illustrates the original code of wavelet transformation, which can be used in image compression, texture analysis and recognization.
jpeg——1
- 用 c实现jpeg 的压缩和解压 可以用于各种操作系统,里面有详细的说明文档-c implementation of JPEG compression and decompression algorithm that supports all operating systems. detailed technical documents are included.
水面效果
- 水面效果.水面效果 水面效果水面效果 水面效果-the effect of water surface
平面设计常用的表现手法
- 做美工的一定看看,介绍美学基础,以及一些常用的表现手法,增加Flash动画美观有用的-certainly do look at the artists, based on aesthetics, as well as some commonly used methods of increasing Flash animation aesthetic useful
OPENGL框架
- 一个opengl框架,对于OPENGL初学者而言有很大的借鉴意义-a framework for beginners OpenGL terms of reference have great significance
二维图像三维显示
- 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量