搜索资源列表
gdiplus.rar
- GDI类库下载(VC++开发常备),包括GdiPlus.lib库以及GdiPlus.h、GdiPlusPath.h、GdiPlusBrush.h、GdiPlusMem.h、GdiPlusTypes.h、GdiPlusFlat.h……等文件。 昨天调试一程序需要本类库,在网上搜了一大堆,竟然都不提供下载,感觉很不爽,在csdn以高分得到了这个包,虽然很老的东西,但是我们还是离不开她。,GDI library download (VC++ development of standing),
CH375_lib1.ZIP
- usb接口芯片CH375的库文件1,希望大家喜欢-CH375 chip usb interface 1 of the library file, I hope you like
Userenv.h
- 头文件Userenv.h源代码,可能还需要一个cpp文件,lib文件,或者dll文件-Userenv.h the source code header files, you may also need a cpp file, lib files, or dll files
testXP
- 全部API,自绘图形而成! 编译方法: 1)加入XPLIB.lib库 2)加入CLASSXP.H 3)在菜单中Project\Settings\C/C++-Precompiled headers 选No using......项目。(否则不能编译通过)-All API, since the drawing shape made! Compile Method: 1) by adding XPLIB.lib Library 2) by adding CLASSXP.H 3) i
vcHeader
- 几个头文件及LIB 当初找它费了很大力气 包括:ipexport.h iphlpapi.h iphlpapi.lib iptypes.h MSTCPIP.H-LIB had several header files and find it costs a lot of energy, including: ipexport.h iphlpapi.h iphlpapi.lib iptypes.h MSTCPIP.H
vcPerfDemo
- VC++网络仪表使用方法: pdh.dll (Win32 SDK 4)Demo例程pdh目录中带有该动态链接库,将这个文件放在VC的bin 目录中。 如果在VC+6.0中使用,则要将pdh目录中的pdh.dll、pdh.h、pdh.lib ,分别放在VC 的bin、include和lib目录中,重新编译、链接。 先在Meters菜单中选择监控面板,与所要连接的机器建立连接(本地或网络),如下图示。然后在Timer菜单中选择Start,就可以进行监视了。-VC++ n
d2l
- 把dll转化为lib和.h 文件,转化速度很快,包含源代码,可供研究使用。-Into lib and the dll. H file, fast conversion, including source code, available for research use.
OPENCV2.0_VS2008
- OPENCV2.0 在VS2008 下编译的lib 及DLL,包含H文件-OPENCV2.0 in VS2008 compiled the lib and DLL, files containing H
03
- 企业电话语音录音管理系统(1)本系统默认操作员用户名为:tsoft,密码为:111。 (2)可执行文件位置:\03\PhoneRecord\Debug\PhoneRecord.exe (3)本系统使用的是东进D系列电话语音卡,使用前需要安装DJDBDK V3.4.0驱动程序,安装驱动后还要在程序根目录中添加NewSig.h、NewSig.lib、djcvt.h、djcvt.lib、Tc08a32.h和Tc08a32.lib等6个文件。 -Business telephone voice reco
KeyHook
- 截获键盘消息的小程序,先编译LaunchDLL,然后把LaunchDLL.h和LaunchDLL.lib复制到KeyHook工程目录中,LaunchDLL.dll复制到Debug目录下- 截获键盘消息的小程序,先编译LaunchDLL,然后把LaunchDLL.h和LaunchDLL.lib复制到KeyHook工程目录中,LaunchDLL.dll复制到Debug目录下 Keyboard intercepted message of small procedures, first
vsPmatlab
- vs2010调用matlab.m文件生成的lib,dll,h文件,并进行参数的传递-vs2010 calling matlab.m files generated lib, dll, h file and pass parameters
TestDll
- win32控制台程序,Mfc窗口程序,C#控制台 程序 分别调用win32版和mfc版的dll。并且从“显式调用”,“隐式调用”,“使用.h .lib”等方面实现。包含介绍word。-win32 console program, Mfc window procedure, C# console application, C# console application calls win32 version and the version of the dll mfc respectively. A
iconv
- iconv.h iconv.lib charset.lib 编译时缺少文件时可以用
SK_288_K001_DllTest(VB6)
- Provide Windows32 DLL on windows environment platform, files’ names as following: 1. SK-288-K001.H 32 digit dynamic library header file 2. SK-288-K001.LIB 32 digit input dynamic library 3. SK-288-K001.DLL Windows32 DLL file ·Applicable Card Type
API
- femasstock接口文档及其头文件。。。。。。仅供参考(femasstock's .h and dll ,lib)
HaarandHog
- Haar_and_Hog_HumanDetector_practice //#include "OpenCV.h" #ifdef _DEBUG #pragma comment (lib, "opencv_core249d.lib") #pragma comment (lib, "opencv_highgui249d.lib") #pragma comment (lib, "opencv_imgproc249d.lib
sharelibDemo.7z
- VC的引用库文件为xxx.lib, GCC的为xxx.a, 通过比较两种库文件的格式,发现很相似。于是把xxx.dll,xxx.lib和xxx.h复制到Qt的project下,直接把xxx.lib改为xxx.a, 根据Qt的库名字的格式, 在xxx.a的前面加上lib, 即为libxxx.a。(The reference library file for VC is xxx.lib, and GCC is xxx.a. It is found to be very similar by comp