搜索资源列表
用ObjectARX开发AutoCAD 2000应用程序.zip
- 用ObjectARX开发AutoCAD 2000应用程序的一些示例源代码!
位图的Alpha淡入淡出显示示例代码
- 位图显示的淡入淡出出程序-the bitmap Fade out of the program
LS-SVMlab工具箱及示例程序
- LS-SVMlab工具箱及示例程序,具有很好的参考价值。-LS-SVMlab tools and examples,helpful to your work!
TonyJpegLib
- Jpeg/Jpeg2000压缩和解压缩的示例程序,支持JPP、JPC、JPG等图像格式-Jpeg/Jpeg2000JPPJPCJPG
eda2
- eda的一个示例程序,一个压缩 解压程序的源代码-Seeds of a sample program, a compression decompression program's source code
ANI_LAYER
- MAPX示例程序,自己看看吧-Connection sample program, and let's see it themselves
DetectAVI
- OpenCV中的一个例子 基于AdaBoost的人脸检测示例程序 可以读入静态图片,视频,摄像头输入-OpenCV an example of the AdaBoost based Face Detection sample program can be read into static state pictures, video, camera input
OpenGLExample
- vc++图形学示例程序-vc graphics sample program
TarMap_win32_SDK
- 1、示例程序的目录下必须有Map(地图数据)目录,方可正常运行,否则无法打开地图。 2、重新编译Delphi源代码前,需配置相关的组件环境。-1, the sample program directory must Map (map data) directory before normal operation, otherwise it is impossible to open the map. 2, Delphi recompile the source code, configura
Boids
- 一个基于VC++的OpenGL示例程序,主要是Boids的演示-a VC-based OpenGL sample program, the demonstration is Boids
HoughMFC
- 用OpenCV进行图像处理与工程开发的一个入门示例程序——Hough变换,效果不错-using OpenCV for image processing and development of a project portal sample program -- Hough Transform good results!
OPENGLcaisheyuanhuanshili
- OPENGL彩色圆环编程示例程序源代码,use openGL 所编写-OpenGL Programming sample program source code, prepared by the use openGL
DirectXshili
- 关于DirectX的图象灰度处理示例 程序的编辑, -DirectX on the gray image processing sample program editor,
3dsmoke
- 使用DirectX绘制3D smoke的示例程序。-use DirectX 3D rendering smoke examples of procedures.
zftjh
- 关于指纹图象直方图均衡的源程序,有示例程序,比较详细.-on the fingerprint image histogram equalization source, a sample program, in more detail.
图形图像编程篇(示例包)
- 图形图像编程篇(很多示例程序,good)-Programming in Graphics & Images (Sort of examples ,good)
OpenGL在MFC平台的编程示例
- 适合于opengl初学者,特别是利用MFC编程的学者; 程序内容并不复杂,示例程序包括基本框架、基本图元、组合图形、光照、材质、纹理、显示列表、动画等,某些程序具备通用性。
经典3D绘图示例程序
- 3D绘图示例程序,OpenGL和MFC编写,用于演示矩形,三角形,椭圆环,bezier曲面等图形的三维旋转
UJIndoorLoc
- 主要演示Python画曲线的程序,没有太大的用处,只是为了能够下载程序(The main demonstration of Python drawing curve program, not too much use, just to download the program)
纹理贴面算法示例程序
- 许多游戏和模拟程序,经常使用大纹理作为墙壁、地板或地形。大纹理占用较大的存储空间,在载入和渲染其间也会消耗大量带宽,由于大多数显卡都会给单个纹理大小设置上限。本文是基于这些纹理的这些问题,在压缩纹理之外给出的一种解决方案:纹理贴面(title)的演示程序。