搜索资源列表
Visual C++编程实现摄像头视频捉
- 本文提供的视频捕捉类CcaptureVideo和示例,在Win2K + DirectX9 SDK + VC6 环境下调试通过。注意:编译时需要Strmiids.lib Quartz.lib两个库文件(DirectX9 SDK自带)。 -This paper provides video capture and category CcaptureVideo example, in Win2K DirectX9 SDK VC6 through debugging environment. Atte
Direct90
- directshow 操作摄像头,请先安装dx9,指定vc6的Include和lib目录后进行编译。-directshow operating camera, installed dx9 post, designated vc6 Include the following lib directory and compile.
speex1.5
- 一个非常好的开源音频编解码项目,支持多种音频采用频率,支持多码流,支持可变速率,VC6.0实现其库LIB,DELL,可以直接调用。-a very good revenue audio codecs, support for multiple audio frequency, support multi-stream, support variable rate, the VC6.0 achieve its LIB, DELL, can be called directly.
ADOLib2
- STL+ADO编程Lib库,用于在没有MFC支持下的Win书库库编程,此为VC6工程-STL ADO programming Lib basement, not for the support of the MFC Win Stack the programming, This works for the VC6
KillProcess
- 进程手术刀1.1版(在vc6.0下编译通过) 与原版只有很少的修改.重要的是自带了psapi.h和psapi.lib,而且修改了编译选项. 注意:这个工程只能在Release模式下编译, 如果谁知道怎样设置在Debug下编译,请告诉我.
strmbasd.lib(forVC6)
- strmbasd.lib(for VC6),directshow编译后的库文件
CameraDriver
- 基于USB的摄像机的上位机显示程序,摄像头芯片必需为OV511+(如:网眼v2000),适用于Windows2000/XP 1.运行本代码需安装windriver7.00和VC6.0,可到网上下载 2.编译时需设置库文件,windriver的include文件路径以及windriver的lib文件路径
Skin++-Bcg64-Source
- 在(VC7)\"项目->属性->链接器->输入->附加依赖项\"中加入SkinPlusPlusDLL.lib 或 在(VC6)\"Project->Settings->Link->Object/library\"中加入SkinPlusPlusDLL.lib 2.在你的程序中包含头文件 #inlcude \"SkinPlusPlus.h\" 3.在程序中加入初始化语句InitInstance() InitializeSkin(_T(\"XPCorona.s
VC_SQLITE
- VC6开发 c++ sqlite 创建数据库 创建数据表 插入数据 查询数据 包含全部必要的 DLL LIB .H-VC6 development c++ sqlite create database to create tables of data into the data query that contains all the necessary DLL LIB. H
AIprojects
- 游戏人工智能编程精粹 源代码VC6工程 添加路径include:boost(自己下载)、common、common\lua-5.0\include、common\luabind 源文件:common.common\lua-5.0.luabind 库文件:common\lua-5.0\lib-Progamming Game AI by Example vc6 source projection
XListCtrl_demo
- xlistctrl 老外的经典控件,用VC6编程的人很有帮助的-xlistctrl classic control
STLport-4.5.3
- STLport-4.5.3.zip 和站里已有的不一样。 (增加了VC6.0已经编译好的库和编译配置的详细说明).保证你在VC6.0下一次编译配置成功。-STLport-4.5.3.zip and stations already not the same. (An increase of VC6.0 already compiled library and compiler configuration details below). To ensure that the next time
MccDemo3
- Matlab和VC6.0混合编程,实现将matlab绘图窗口嵌入到vC程序中。 1、首先将压缩文件中的matlab部分,编译,命令如下:mcc -W cpplib:libmccdemo3 -T link:lib mccdemo3.m 2、将编译得到的.dll,.lib,.h,.ctf文件拷贝到vC工程文件夹下 3、编译压缩文件中的vC部分,运行即可。-err
GdiplusNeedsLib
- VC6.0使用GDI+功能所需要的库,包括头文件,lib文件以及gdiplus.d-VC6.0 using GDI+ functions required by the Treasury, including the header files, lib files, as well as gdiplus.dll
screen
- 基于VC6.0中的scrnsave.h和scrnsave.lib开发的一个动态显示日期,星期,时间的屏幕保护程序,能精确到毫秒。-Based on VC6.0 and scrnsave.h in the development of a dynamic scrnsave.lib show the date, week, time of the screen saver can be accurate to milliseconds.
lua.lib
- 用vc6.0生成lua.lib文件及源码。 相信刚学lua的人需要。-With vc6.0 documents and source code generation lua.lib. I believe people just need to learn lua.
ImageStone
- if you using VC6, you must add GDI+ SDK, you can download GDI+ library from my homepage -- http://www.crazy-bit.com/download/gdiplus.zip unzip this package to ImageStone s lib directory in such folder structure: lib\gdiplus\Include\*.
VC6--CLASS-LIB
- VC6 类库参考手册,里面主要有C++的标准类库-vc++6.0 class library, stander lib
XListCtrl
- XListCtrl 能修改item背景色、行背景色、做成edit、做成combox、做成check、做成进度条。已经添加了所有缺少文件,VC6.0下四种都可编译。(XListCtrl can modify item background color, line background color, make edit, make combox, make check, make progress bar. All the files have been added, and four can be
Openssl
- 基于VC6的openssl库, (1) lib\libeay32.lib及lib\ssleay32.lib是已经编译好的VC6可用的静态库, 只要把这两个文件拷到VC6的lib目录中即可。 (2) include\openssl是openssl相关的头文件, 只要把openssl这个文件夹复制到 VC6的include目录中即可, 注意是把openssl文件夹及里面的文件都复制过去。 (3) VC6写的源程序要调用Openssl库函数时,需要做以下两步: ①在