搜索资源列表
testautomation
- 这是一个automation server 和 client 的演示程序 多个client 可以共享 server 进程 首先用ms vc++ .net 编译代码, 再运行 TestAutomation3.exe (server) 然后可以运行多个 TestAutomation2.exe (client) 单击 TestAutomation2 可以调用 TestAutomation3 中的方法和参数 -This is an automation server and c
Amendedandcolorhistogramalgorithmcode
- 直方图修正和彩色变换的经典VC源码 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在 -and color histogram that transform a classic VC command line compiler source process is as follows vcvars32 rc
mode
- 功能是图象的检测,模板匹配如果上 命令行编译过程如下 vcvars32 rc bmp.rc cl detect.c bmp.res user32.lib gdi32.lib 这里是vc可直接运行 注意事项: 运行时,文件c:\\test.bmp必须存在
source10
- 多媒体编程source目录下为本章介绍的源程序 功能是LeadTools的介绍以及简单的多媒体编程,有两个目录 source\TestLead为LeadTools的介绍,用的是VC++5.0,运行时 文件c:\test.jpg必须准备好 source\TestMCI为简单的多媒体编程 命令行编译过程如下 vcvars32 cl testmci.c user32.lib vfw32.lib -Multi-media programming source
ClipBoard
- VC++下监视剪贴板数据,利用树状视图看文件目录-look at the clipboard正在创建临时文件“i:\reading_book_and_doing_programm\Tst7_1\Debug\RSP000013.rsp”,其内容为 [ /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Gm /EHsc /RTC1 /MLd /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c /Wp64 /ZI
CLedShowDemo
- 一款VC++工业控制数据的显示控制模拟程序,类似红绿灯模拟一样,不过这里完全不是红绿灯电路,是应用在工业数据控制(数字量节点)的直观显示程序,你可以手动指定某个灯是否闪亮,或制定一个序列。程序界面部分采用SKINMAGIC+TOOLTIP进行了处理,看上去挺华丽。 -A VC++ industrial control simulation data show that the control procedures, similar to traffic lights, like simul
source10
- 功能是LeadTools的介绍以及简单的多媒体编程,有两个目录 source\TestLead为LeadTools的介绍,用的是VC++5.0,运行时 文件c:\test.jpg必须准备好 source\TestMCI为简单的多媒体编程 命令行编译过程如下 vcvars32 cl testmci.c user32.lib vfw32.lib-Function is LeadTools and simple introduction to multimedia
VCPP-Error-spawning-cl
- 在win7中安装VC中经常会遇到此问题,能很好的解决-Often encounter this problem, can be a good solution in win7 installed VC
vcPPstrings
- VC/C++源码,字符处理,字符转换 一 NMAKE和Makefile 字符编码 字符转换 关于字符转换的使用方法: 使用方法: 1 将要转换的字符串,传递给函数,从返回值中获取转换后字符串的长度。 2 分配字符串空间 3 再次调用函数,并将分配的空间传递给函数,获取结果 基本语法规则: window.exe:window.obj // 依赖行 cl.exe window
MyCompiler
- 这是个用纯C语言调用API写的IDE工具,内部的编译器用的是VC的CL.EXE,如果你用的是Mingw也无所谓,原理都一样-Call API written in pure C language IDE tools the internal compiler uses the VC CL.EXE, if you are using Mingw does not matter, the principle is the same
cl
- 穿越丛林,演示如何让人越过障碍而前进,这是《学VC编游戏》的第五个示例,重点学习安排场景和解决对象遮档-Through the jungle, demonstrates how people over obstacles and move forward, this is the fifth example of the VC game series " the key learning arrangements scene and object shielding
vcpicph
- VC++图像平滑处理+程序源码,实现图象的平滑(去噪声),锐化功能,测试时请在C盘下放一个测试用的Bmp图片,路径:C:\test.bmp,没有的话没法测试。如上图所示是水平平滑处理,可以对比下,不过感觉颜色失真了,有兴趣的看一下。命令行编译过程如下: vcvars32 rc bmp.rc cl smooth.c bmp.res user32.lib gdi32.lib-VC++ image smoothing+ program source code, to ac
vcpicph
- VC++图像平滑处理+程序源码,实现图象的平滑(去噪声),锐化功能,测试时请在C盘下放一个测试用的Bmp图片,路径:C:\test.bmp,没有的话没法测试。如上图所示是水平平滑处理,可以对比下,不过感觉颜色失真了,有兴趣的看一下。命令行编译过程如下: vcvars32 rc bmp.rc cl smooth.c bmp.res user32.lib gdi32.lib-VC++ image smoothing treatment+ program source c