搜索资源列表
glut-3.7.6-bin.zip
- OPENGL 3.7.6 头文件 包含glut.h glut32.dll 等等
opengl_mksw
- opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装
TypesImageView
- CImageObject 这个类库可以处理BMP、GIF、PCX、TGA、JPG、TIF格式的图像文件,而且具有图像点处理、图像区域处理的功能,你所要做的只是调用函数而已,不必清楚这些图像文件的内部格式。注意例子中并不包含类库的代码,请一起下载CImageObject代码。另外,在运行时请确保在系统目录或你的可执行文件目录下有ImageLoad.dll。(也在CImageObject中)-CImageObject the library can handle BMP, GIF, PCX, TGA
cubview1
- 需要包含OpenGL的连接库:glut32.dll 一个立方体,8个顶点有4种颜色,运行后点击鼠标左键,立方体在水平方向旋转,点鼠标右键,立方体在垂直方向旋转。-need to contain OpenGL libraries : glut32.dll a cube, eight vertex four colors, running after the click of a mouse button, the cube in the horizontal direction rotatio
截图控件 包含全部源码
- procedure TForm1.BtnStartClick(Sender:TObject); begin ScreenCapture1.start; //开始截图 end; //当截取屏幕成功时,此事件发生 procedure TForm1.ScreenCapture1Capture(Sender:TObject;Bitmap:TBitmap); begin //调整滚动窗口的大小以适应截获图像的大小
drwExample
- 实现了鼠标交互的所有功能,包含对绘制的图形通过鼠标滚轮进行无极缩放以及任意拖动.-Mouse interaction achieved all the features included on the map graphics through mouse wheel to zoom Promise and arbitrary drag.
CSOPENGL
- C Sharp下的OPENGL开发库,里边包含dll库,帮助文档,实例代码。-opengl lib in c sharp
Graphics.dll
- 直线、圆、椭圆二维图形的生成。直线的生成算法有DDA、Bbresenham、point,圆的生成算法有bresenham等 此系统还包含裁剪操作。 曲线的生成算法:bezier曲线 三维操作:三维物体旋转变化、穿越三维空间、虚线三维空间-Straight, round, oval to generate two-dimensional graphics. Straight-line algorithm to generate the DDA, Bbresenham, point, c
Mesh45
- 三维科学图形包括三维网线图形;三维线状图形;三维坐标设置;填充网状图形;填充颜色的层数;颜色分层的数值条;向顶部和底部投影;边框设置;背景颜色设置;实体图形;等高线图形。给定zij=f(xi,yj)离散数据点,三维图形控件可以绘制出各种精美的图形。三维 图形控件包含的文件有:mesh45.ocx,olch3d32.dll,meshxyz.dll。-Three-dimensional graphics, including three-dimensional network of scientif
LoadDllRes
- Visual C++ 创建纯资源 DLL 包含资源(如图标、位图、字符串和对话框)的 DLL。 纯资源 DLL 的应用程序应调用loadLibrary 来显式链接到 DLL。若要访问资源,请调用资源特定的函数之一:LoadBitmap,LoadImage,LoadCursor,LoadIcon,LoadString //资源ID不加 “”。使用完资源后,应用程序应调用 FreeLibrary。 LoadDllRes.rar 演示了全过程。 -Visual C++ to cre
Matrics.dll
- 直线、圆、椭圆二维图形的生成。直线的生成算法有DDA、Bbresenham、point,圆的生成算法有bresenham等 此系统还包含裁剪操作。 曲线的生成算法:bezier曲线 三维操作:三维物体旋转变化、穿越三维空间、虚线三维空间-Straight, round, oval to generate two-dimensional graphics. Straight-line algorithm to generate the DDA, Bbresenham, point, c
image-DIPAX
- 图象处理应用 包含所有图象处理算法 如图象增强 边缘检测 图象锐化 傅立叶变换等-IMAGE
OpenGL
- opengl的所有头文件 包含.h .dll .c-opengl all the header files
EAN13ReaderaScanner
- 本程序为条形码生成、识别程序,支持从文件中读取与用鼠标读取 运行程序的要求: BCEncode.dll,BCEncode.lib,BCEncode.h 条形码生成动态链接库。 CDIB.H,CDIB.CPP设备无关类,程序中用它来从文件中读取位图。以上所需文件均包含在了源码中 -The procedures for bar code generation, recognition, support for reading from a file and run the program
demo
- 一个基于图像理的程序,运用MFC实现了基本的图像操作,包含图像打开,浏览等。还可以对图像进行处理,包括以下模糊处理,平滑处理等,还可以对图像进行配准。-An image-based management procedures, the use of MFC to achieve the basic image manipulation, including image open, browsing. Image processing can also include the following
highgui100.dll
- 此文件包含了opencv的一个图像处理库highgui100.dll,可用于opencv的图像处理-This file contains an image processing library opencv highgui100.dll, image processing can be used opencv
cv100.dll
- 此文件中包含了opencv的cv100.dll库文件,使用者可再用opencv开处理图像过程中用到-This file contains the opencv cv100.dll library file, the user can be used in processing images and then opencv open
cxcore100.dll
- 此文件中包含了opencv的cxcore100.dll库文件,使用者可再用opencv开处理图像过程中用到-This file contains the opencv cxcore100.dll library file, the user can be used in processing images and then opencv open
VC6-calls-VS2008-CImage
- 将vs2008 CImage类封装成dll, 然后在vc6.0调用,包含dll源码以及vc6测试代码,很适合初学者研究!-Vs2008 CImage class encapsulates a dll, then vc6.0 calls, including source code and dll vc6 test code, it is suitable for beginners to study!
LJG-DLL
- 基恩士LJG系列激光轮廓传感器二次开发DLL,包含参数设置数据采集等样例程序,对学习工业数据采集很有帮助!- Keyence LJG series of laser profiler secondary development DLL, including parameter setting data acquisition sample program, the study of industrial data collection helpful!