搜索资源列表
OpenGL_Dev_Lib
- 开发OpenGL程序,必须要的库文件. 包含*.lib *.dll *.h 相信大家都知道要把他们放到那里-OpenGL development procedures, must of the library. included *. lib *. dll *. h think we all know where they would put
vcode
- 亦思验证码C++调用封装库,支持网络图片,本地图片,内存图片的识别。在官方的dll实例中只有VB、delp、易语言的例子,没有VC的,今天刚好用到,简单封装了下,分享下,讨论下-Code also think calling package C++ library support network image, the local picture, the memory image of the identification. Dll in the instance of the official
SmartOGCtrl
- 本人刚刚开始学习OpenGL,觉得OpenGL确实是个相当好的库,但是我还是觉得不够方便。首先要按照它的一些语法去写一些固定的东西,每个应用都要写一些重复的代码。第二,还得了解一些关于投影矩阵方面的知识。第三,要按照一定的规范去写画线,画面等东西。也许对于很多想写3D应用系统的人来说,他们想的是只要我输入坐标就可以得到我所想要的东西。为此,我把OpenGL做了个封装,用ATL和STL做了一个COM组件,然后用.Net来调用它。 -I just started learning OpenGL,
AggPas24-rm3
- Anti-Grain Geometry (AGG) is an Open Source, free of charge graphic library. AGG doesn t depend on any graphic API or technology. Basically, you can think of AGG as of a rendering engine that produces pixel images in memory from some vectorial data.
AntiGrain_V2.5
- Anti-Grain Geometry (AGG) is an Open Source, free of charge graphic library, written in industrially standard C++. The terms and conditions of use AGG are described on The License page. AGG doesn t depend on any graphic API or technology. Basically,
VC_ocr
- 采用这种组合特征,顺利地解决了多体汉字识别问题,即只用一个特征库就可以识别多体汉字。在工作中我们进一步认识到:不同字体的汉字图形有所不同,实质上可以认为相当于某种字体的图形加上一定的干扰。-Use this assemblage characteristic, successfully solved multi-body character recognition problems, namely, with only one feature library can recognise mult
EdgeDetection
- A C# class I created for Detecting and Cropping the edge of ID cards scanned by normal scanners, of both white background and black background. Needs AForge.Imaging library from http://code.google.com/p/aforge/ Please review and tell me wha
Visualization_Library_SDK
- Visualization Library 是一个 C++ 的中间件用来开发基于 OpenGL 2.1 的 2D/3D 应用程序,支持高级特性包括 OpenGL Shading 语言、帧缓冲对象、多目标渲染、Vertex 以及点阵缓冲对象、KdTree/AABB frustum culling 等等。提供一个基于 Unicode 的多语言文本引擎、高级纹理、DDS cubemaps, mipmaps, compressed textures, 等等。特别适合用来开发 3D/2D 的可视化、虚拟现
RMS
- 在开始做电子文档管理的时候,一窍不通,上网找了一圈明白个大概。该电子文档管理是基于微软的RMS技术实现对office文件,包括word,excel,ppt等文件的授权管理,有两种开发方法。其一是利用微软提供的sdk开发包,其二是利用office的动态链接库,本文采用的是后一种方法。资源分设置成10分,我觉得是必需的,毕竟自己有了很长的时间来完成代码的,我使用的事VS2010利用MFC实现对office文件的授权管理,网上这方面的实例很少,有几个是利用C#实现的,但是在使用MFC实现的过程中会出现