搜索资源列表
Special_drawing_board
- 用VC++6.0做的一个画板程序。适合初学者学习。软件皮肤个性,实现了动态标题图标和鼠标的更改,增加了软件的动画启动和动画关闭效果,实现了基本的画图功能。软件实现了很多特殊效果。看了后一定不会后悔!!好的东西大家一起分享一下吧!! appface.dll文件应该和运行的exe文件放在同一个目录下! *.urf为皮肤文件! QQ.exe是本人用VB做的一个播放器,可以支持很多格式! 如果您的机器上没有VB程序,运行时会出现链接动态库出错,因本文为给QQ.exe打包!-VC 6.0
通过VB结构数组输入数据VC编写DLL实现图形文件
- 太多的例子讲如何如何实现VC编写动态链接库,VB中声明后使用,但没有一个好的文章来深入探讨这个问题,本文负责解决此类问题。-too many examples of how the stresses VC prepared dynamic link library, VB statement, but not a good in-depth article on this issue, the paper responsible for solving such problems.
face-detection-designed-by-matlab
- 利用matlab实现人脸识别,将facefind函数生成.dll动态链接库,检测准确,可以检测到侧面图像,识别率95 以上。-Using matlab to achieve recognition, the facefind function generates. Dll the dynamic link library, testing is accurate, can detect the side of the image, recognition rate of 95 or more.
orcadfnc_dll
- 在案装完电路仿真软件OrCAD 10.5后,很多朋友会发现每次开机时,系统会提示缺少"orcadfnc.dll",本人估计这是因为软件盗版过程中文件拷贝缺失引起的,解决办法就是下载该动态链接库文件即".dll"格式文件,然后添加到指定目录即可-Documented Zhuangwan OrCAD 10.5 circuit simulation software, many friends will find that every time you boot, the system will pr
cglib
- cg.dll.cggl.dll.opengl开发必须的两个动态连接库!很好很-development must cg.dll.cggl.dll.opengl two Dynamic Link Library! Very good
LoadDllRes
- Visual C++ 创建纯资源 DLL 包含资源(如图标、位图、字符串和对话框)的 DLL。 纯资源 DLL 的应用程序应调用loadLibrary 来显式链接到 DLL。若要访问资源,请调用资源特定的函数之一:LoadBitmap,LoadImage,LoadCursor,LoadIcon,LoadString //资源ID不加 “”。使用完资源后,应用程序应调用 FreeLibrary。 LoadDllRes.rar 演示了全过程。 -Visual C++ to cre
fingerprint_PB
- pb下通过动态链接库函数,调用光学指纹识别仪的例子程序。内有基础库:FpLib.DLL,PlmDll.DLL的函数使用说明文件。 FingerInit、FingerConfig、FingerEnroll、FingerMatch-pb through dynamic link library function call examples of optical fingerprint identification device program. There are basic library:
cg
- OpenGL开发必备的动态链接库,一般电脑上都会缺少的-OpenGL development of essential dynamic link library, the computer will generally missing
cgGL
- cggl.dll OpenGL开发必备的动态链接库,一般电脑上都会缺少这个-cggl.dll OpenGL development of essential dynamic link library, the computer will generally lack the
OpenGLdlllibinclude
- 这里提供出了几个OPENGL在VC++环境下编程的几个必备的文件,头文件(INCLUDE),连接库(LIB),动态链接库(DLL)-Here are a few OPENGL in VC++ programming environment for a few necessary files, header files (INCLUDE), link library (LIB), dynamic link library (DLL)
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
MyMeshViewer
- openGL的模型查看器,适用于Visual Studio,运行前请先在环境里链接glut32.d-openGL model viewer for Visual Studio, run the link in the environment before you glut32.dll
51L3_1
- OpenCV矩阵运行,可直接运行,已经包含lib库和dll动态链接库,实现矩阵的相乘,求逆等操作-OpenCV matrix operation, can be directly run, already contains dll lib libraries and dynamic link library, to achieve the matrix multiplication, inverse and other operations
dll
- Dynamic link library, can provide many GIS developing use interface.
csgl
- 在C#中通过调用OpenGL 动态链接库文件:csgl.dll和csgl.native.dll实现OpenGL所提供的强大的图形功能。 -Call OpenGL dynamic link library file in C#: csgl.dll, and csgl.native.dll powerful graphics features OpenGL provided
csgl.native
- 在C#中通过调用OpenGL 动态链接库文件:csgl.dll和csgl.native.dll实现OpenGL的图形功能。 -Call OpenGL dynamic link library file in C#: csgl.dll, and csgl.native.dll powerful graphics features OpenGL provided
DllBarEnCode
- 采用C#(VS2008)开发二维码BarCode案例经典,通过调用动态链接库(Dll)生成PDF417、QrCode、DataMatrix和HanXin二维条码,提供非托管接口调用方法,图像打印与串口读取典型方法,源码参考和详细文档说明 -C# (VS2008) to develop a two-dimensional code BarCode Case Classic PDF417, QrCode, DataMatrix and HanXin two-dimensional bar cod
dlldesign
- 创建dll动态链接库,里面包含了碰撞检测函数,并在另一个由mfc建立的界面中调用。-Create dll dynamic link library, which contains the collision detection function, and call in another mfc interface.
about_tiff
- 學習如何在 BCB 環境中 連結 libtiff DLL ,並使用相關函示,讀取 TIFF 8bit 與 16bit 影像檔,及如何將16bit影像資料轉為8bit 用 TBitmap 顯示-Learn how to link in the BCB environment libtiff DLL, and use of the correlation function, read TIFF 8bit and 16bit image file, and how to display 16bit i
VCPP(DLL)-PDF
- MFC动态链接库的例子,对刚接触的初学者很有帮助-MFC dynamic link library example, very helpful for beginners new to the